@charset "UTF-8";
/* CSS Document */

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3B72B1;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container  {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header  {
	background-color: #3B72B1;
	height: 73px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/Logo_10.png);
	background-position: 230px;
	background-repeat: no-repeat;
}
#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 24px;
	color: #411485;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 600px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	float: left;
	letter-spacing: 0.25em;
}
#header a {
	text-decoration: none;
	color: #FFF;
}
#mainContent  {
	background: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer  {
	padding: 0 10px;
	background-color: #3772B3;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}
#header h2 {
	font-size: 12px;
	float: left;
	color: #FFF;
	padding-bottom: 10px;
	width: 250px;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#tabs {
	font-size:12px;
	line-height:normal;
	border-bottom-color: #2763A5;
	float: right;
	}

#tabs ul {
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:right;
	margin:0;
	text-decoration:none;
	background-image: url(images/tableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
	}

#tabs a span {
	float:right;
	display:block;
	color:#FFF;
	background-image: url(images/tabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-top: 5px;
	padding-left: 6px;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2373B4;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.21em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FCAE1A;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #3B72B1;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FCAE1A;
}

fieldset {
	border: 1px solid #FFB515;
	width: 500px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 10px;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
legend {
	padding: 0.2em;
	background-color: #7AB1EA;
	font-weight: normal;
	color: #000000;
	border: 1px solid #fdaa63;
}
input {
	border: 1px solid #fdaa63;
	font-weight: normal;
	background-color: #F5F5F5;
} 
textarea {
	border: 1px solid #fdaa63;
	font-weight: normal;
	background-color: #F5F5F5;
}
body,td,th {
	font-family: Trebuchet MS, Verdana;
}
	
	
#mainContent .relatedsites {
	font-size: 11px;
}
.relatedsites tr th {
	border: 1px solid #3972B7;
	text-align: center;
	background-color: #FCB523;
}
.relatedsites tr td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3772B3;
	border-right-color: #3772B3;
	border-bottom-color: #3772B3;
	border-left-color: #3772B3;
	padding: 1px;
}

.lateroomssearchboxes { width:130px; margin-left:5px; font-size:11px; color:#000; }
.spanonsearchboxes {
	width:200px;
	margin-left:0px;
	font-size: 12px;
	color:#3B72B1;
}

#mainContent .text {
	font-size: 12px;
	font-style: italic;
	color: #3B72B1;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 18px;
}
.relatedsites tr td a {
	color: #03C;
	text-decoration: none;
}
#mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #3B72B1;
	font-style: italic;
	letter-spacing: 0.3em;
}
