@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #87421f;
	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: #000000;
	border: 0;
}
.twoColFixLtHdr #container { 
	width: 870px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
} 
.twoColFixLtHdr #wrapper {
	background: #ffffff; 
	width: 850px;
	padding-top:10px;
	margin:0 0 0 10px;
	height:148px;
}
.twoColFixLtHdr #logo1 { 
	width:100px;
	float:left;
}
.twoColFixLtHdr #logo2 {
	float:left;
	width:150px;
	margin-top:17px;
	margin-left:5px;
}
.twoColFixLtHdr #logo2 p{
	font:Arial, Helvetica, sans-serif;
	color:#002674;
	font-size:12px;
	font-weight:bold;
	margin-left:4px;
	line-height:9px;
	letter-spacing:1px;
	
}
.twoColFixLtHdr #topnavigation {
	WIDTH: 320px; 
	float:right;
	
}
.twoColFixLtHdr #topnavigation a {
	FONT-SIZE: 10px;
	MARGIN-LEFT: 10px; 
	COLOR: #0066cc;
	TEXT-DECORATION:none;
	border-bottom:1px solid #0066cc;
	padding-bottom:2px;
}
.twoColFixLtHdr #topnavigation a:hover {
	COLOR: #002674;
}
.twoColFixLtHdr #gcci {
	margin-right:1px;
	float:right;
	margin-top:17px;
}
.twoColFixLtHdr #gcci a:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
}
.twoColFixLtHdr #gcci a{
	border-bottom:none;
}
.twoColFixLtHdr #pagenavwrap {
	padding-bottom:1px;
	height:50px;
}
.twoColFixLtHdr #pagenav {
	padding-top:5px;
}
.twoColFixLtHdr #linebreak {
	width:850px;
	height:20px;
	background:#002674;
	
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#e79f05 url(../images/sidebartop.png) no-repeat;
	height:575px;
}
#thingstodo {
	position:relative;
	left:50px;
	top:110px;
	width:150px;
	font:	Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:25px;
}
#thingstodo a	{
	color:#9e0508;
}
#thingstodo a:hover {
	color:#87421f;
	font-size:15px;
}
#sidebarbottom {
	position:absolute;
	top:750px;
	
}
.twoColFixLtHdr #mainheader { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	width:620px;
	float:right;
}
#maintitle {

}
#maintitle p {
	margin:0px 180px;
	padding:10px 0 10px;
	margin-left:285px;
	font:	Arial, Helvetica, sans-serif;
	color:#87421f;
	font-size:12px;
	text-align:justify;
}
#maintitle p a {
	text-decoration:underline;
	color:#87421f;
}
#maintitle h2	{
	margin-left:284px;
}
#mainmap {
	margin:10px 20px;
	margin-left:260px;
	padding:7px 0 10px;;
	border-top-style:double;
	border-top-width:thick;
	border-bottom-style:double;
	border-bottom-width:thick;	
}

#mainverbage {
	margin:10px 20px;
	background:#eee8aa;
	margin-left:260px;
	padding:7px 0 10px;;
	font:	Arial, Helvetica, sans-serif;
	color:#87421f;
	font-size:12px;	
	border-top-style:double;
	border-top-width:thick;
	border-bottom-style:double;
	border-bottom-width:thick;
	
}

#mainverbage p	{
	font:	Arial, Helvetica, sans-serif;
	color:#87421f;
	font-size:12px;
	padding:0 10px 0;
	text-align:justify;
}
#mainverbage h3	{
	margin-left:10px;
}
#mainverbage p a {
	text-decoration:underline;
	color:#87421f;
}
#mainverbage p a:hover {
	color:	#978512;
}
#mainverbage li {
	list-style-image:url(../images/arrow2.png);
	margin-left:20px;
	line-height:20px;
}
#mainverbage li sup {
	font-size:8px;
}
#mainverbage dd {
	margin-left:15px;
}
#mainverbage li a {
	text-decoration:underline;
	color:#87421f;
}
#mainverbage li a:hover {
	color:	#978512;
}
.twoColFixLtHdr #footer { 
	padding:20px 10px 20px 245px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	text-align:center;
} 
.twoColFixLtHdr #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:3px 0 0 100px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font:"Times New Roman", Times, serif;
	color:#87421f;
	width:430px;
	font-size:10px;
}
.twoColFixLtHdr #footer p a {
	color:#F00;
}
.twoColFixLtHdr #footer p a:hover {
	text-decoration:underline;
}
#sitemap	{
	margin:10px 20px;
	background:#eee8aa;
	margin-left:260px;
	padding:7px 0 10px;
	border-top-style:double;
	border-bottom-style:double;
	border-width:	medium;
	border-color:#87421f;
}
#sitemap p {
	text-align:center;
	font:"Times New Roman", Times, serif;
	color:#87421f;
	font-size:9px;
	line-height:15px;
}
#sitemap p a {
	color:#F00;
}
#sitemap p a:hover {
	text-decoration:underline;
}
#resbox {
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10px;
	color:#b20000;
	font-weight:bold;
}
#chooseDateForm {
	line-height:20px;
	padding-top: 50px;
	padding-left: 50px;
}
#resbtn {
	padding-left:50px;
	padding-top:35px;
}
#bottomcorners {
	height:18px;	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float:right;
	margin-left:8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float:left;
	margin-right:8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 1px;
}
.twoColFixLtHdr #legalverbage {
	width: 875px;
	margin: auto;
	font:	"Arial Black", Gadget, sans-serif;
	font-size:10px; 
	font-style:italic;
	font-weight:550;
	margin-bottom:50px;
	color:#fff;
	line-height:14px;
	margin-top:5px;
		
}
.twoColFixLtHdr #legalverbage p sup {
	font-size:8px;
}

.twoColFixLtHdr #legalverbage p a {
	text-decoration:none;
	color:#fff;
}
h2 {
	font:	Arial, Helvetica, sans-serif;
	color:#87421f;
	font-size:14px;
	font-weight:bold;
}
h3 {
	font:	Arial, Helvetica, sans-serif;
	color:#87421f;
	font-size:12px;
	font-weight:bold;
}
h4 {
	font:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#87421f;
	font-size:12px;
	line-height:5px;
}
strong	{
	font:	Arial, Helvetica, sans-serif;
	color:#87421f;
	font-size:12px;
	font-weight:bold;
	
}

li {
	list-style-image:	url(../images/arrow.png);		
}

