/* Travel Savvy */
body {
	background-image:url(images/backgradient.jpg);
	background-repeat:repeat-x;
	background-color:#4e8db6;
	font-size:.9em;
	font-family:Verdana, Geneva, sans-serif;
	color:#330000;
	text-align:center; /*Centers layout table in IE*/
}
h1,h2,h3,h4,h5,p { margin:2px 0 4px; }
td { font-size:.8em; }
h1 { font-size:145%; }
h2 { font-size:135%; }
h3 { font-size:125%; }
h4 { font-size:115%; }
h5 { font-size:100%; }
hr { 
	border:1px solid #cccc99;
	clear:left;
}
.layoutHrCss { border: 1px solid #ffffcc; }
.backCss {
	width:760px;
	margin:auto;
	background-color:#885533; /*#2a6fab;*/
}
table.layoutTable {
	margin:0 auto;
	border-spacing:0;
	padding:0;
	border-collapse:collapse;  /*IE Absurdity*/
}
.layoutTable td {
	padding:0;
	margin:0;
	vertical-align:top;
}
.menuCss {
	margin:0;
	padding:0;
	background-color:#ffffcc;
}
.belowmenuCss {
	background-color:#003333;
	padding:5px;
	height:100%;
	color:#6699cc;
}
.bodyCss {
	width:524px;
	height:100%;
	background-image:url(images/bodytile.gif);
	background-repeat:repeat-y;
	vertical-align:top;
}
.bodyDivCss {
	padding:0 23px 0 30px;
}
td.footerCss {
	background:url(images/footer.gif) no-repeat;
	height:65px;
	padding:10px;
	text-align:center;
}
#featurePic {
	float:left;
	border: 1px solid #cccc99;
	margin: 0 5px 5px 0;
	padding:3px;
}
div.searchDiv {
	margin:auto;
	text-align:right;
	width:760px;
	height:25px;
}
.searchDiv input {
	background:white;
}


/*Login*/
.login_table {
	width:175px;
	border:1px double #cccc99;
	text-align:center;
	margin:15px auto;
	padding:3px;
}
.login_table h1 {
	font-size:1.2em;
	background:white;
	margin:0;
	padding:2px;
}
.login_table p {
	margin:5px 0px;
}
.login_table a:hover, .login_table a:link, .login_table a:visited, .login_table a:active { color:#cccc99; }
a:hover, a:link, a:visited, a:active { color:black; }

/* Son of Suckerfish Menu system */
/* Basic styling... */
ul.udm li:first-child { 	border-top:1px solid #cccc99; }
.udm, .udm ul {
	padding:5px 10px;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color:#ffffcc;
	
}
.udm a {
	display: block;
	width: auto;
	color:#330000;
	text-decoration:none; 
	margin:0;
	font-size:10pt;
	background: url(images/menuoff.gif) left bottom no-repeat;
	padding:3px 3px 6px 23px;	/* Make room for image.*/
}
.udm a:hover {	
	background: url(images/menuon.gif) left bottom no-repeat;
	text-decoration:underline;
	color:#330000;
}
.udm a:active, .udm a:link, .udm a:visited {
	color:#330000; 
}

.udm li { /* all list items */
	width: auto;
	border-bottom:1px solid #cccc99;
}
/* Hiding submenus... */
.udm li ul { 
	position: absolute;
	width: 200px;
	margin-left:190px; /*Submenu position*/
	left: -999em; /*Move them off screen*/
	border:solid #cccc99;
	border-width:1px 3px 3px 1px;
	margin-top:-1.75em;
}
/*
.udm li ul li {
	float:left;
}
*/
/* Third+ Submenu positions */
.udm li ul ul {
	left:-999em;
/*	margin: -1em 0 0 -7.5em;*/
}
/* Three tier submenus...add logic for more */
.udm li:hover ul ul, .udm li.sfhover ul ul {
	left: -999em;
}
.udm li:hover ul, .udm li li:hover ul, .udm li.sfhover ul, .udm li li.sfhover ul {
	left: auto;
}


/* Header feature links styling... */
.hdm, .hdm ul {
	position:relative;
	top:300px;
	width:465px;
	border-top:1px solid white;
	padding:0;
	margin: 0 0 0 34px;
	list-style: none;
	line-height: 1;
	background-color:none;
}
.hdm a {
	display: block;
	width: auto;
	color:#ffffff;
	text-decoration:none; 
	font-weight:bold;
	margin:0;
	font-size:10pt;
	padding:1px 8px;	/* Make room for image.*/
	float:left;
}
.hdm a:hover {	
	text-decoration:underline;
	color:#ffffff;
}
.hdm a:visited, .hdm a:link, .hdm a:active {
	color:#ffffff;
}
.hdm li { /* all list items */
	width: auto;
	display:inline; /*needed for ie7*/
}
/* Hiding submenus... */
.hdm li ul { 
	position: absolute;
	width: 200px;
	margin-left:190px; /*Submenu position*/
	left: -999em; /*Move them off screen*/
	border:solid #cccc99;
	border-width:1px 3px 3px 1px;
	margin-top:-1.75em;
}
.hdm li ul li {
	float:left;
}

/* Third+ Submenu positions */
.hdm li ul ul {
	left:-999em;
/*	margin: -1em 0 0 -7.5em;*/
}
/* Three tier submenus...add logic for more */
.hdm li:hover ul ul, .hdm li.sfhover ul ul {
	left: -999em;
}
.hdm li:hover ul, .hdm li li:hover ul, .hdm li.sfhover ul, .hdm li li.sfhover ul {
	left: auto;
}
