@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#172772;
	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;
}
#container {
	width: 1050px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:auto;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.menu {
	width:1053px;
	height: 40px;
	position: absolute;
	top: 15px;
	left: -2px;
	
}

h1 {
	color:#006;
	font-size: 20px;
}

h5 {
	padding:0px;
	margin:10px;
	
}
h4 {
	padding:0px;
	margin:10px;
	
}

#sidebar1 {
	position: absolute;
	top: 40px;
	left:-2px;
	width: 291px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #d4d9ed;
	height:auto;
	}
#sidebutton {
	position:absolute;
	top: 343px;
	left: 33px;
}
#sidebutton2 {
	position:absolute;
	top: 387px;
	left: 33px;
}	
#directions {
	position:absolute;
	top:965px;
	left: 17px;
	}
	
	#facebook{
	position:absolute;
	top:703px;
	left: 71px;
	height: 36px;
	width: 163px;
	}
	
		#facebook2{
	position:absolute;
	top:358px;
	left: 270px;
	height: 36px;
	width: 163px;
	}
	
#opensign {
	position:absolute;
	top:445px;
	left: 12px;
	height: 192px;
	width: 272px;
	}
	
#opensign2 {
	position:absolute;
	top:334px;
	left: 11px;
	height: 192px;
	width: 272px;
	}

#mainContent {
	background-image: none;
	background-repeat:no-repeat;
	position: absolute;
	left: 292px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	top: 40px;
	width: 750px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	height: auto;
} 

#mainContent2 {
	background-image:url(images/tabs.jpg);
	background-repeat:no-repeat;
	position: absolute;
	left: 301px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	top: 13px;
	width: 750px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	height: 2000px;
} 
#menu_btn {
	width:106px;
	height:35px;
	position: relative;
	float:right;
	padding:5px;
	margin-top:7px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	
	
}

#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F1E81D;
} 

#paragraph {
	padding: 0 45px 0 45px;
	margin-top:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	
	
}
.paragraph2 {
	background-color: #eee;
	border: 1px solid #006;
	padding: 0 15px 0 15px;
	
	
}

#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 */
	
}
.table{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;

}
#ctrnav {
	position:absolute;
	top: 206px;
	left: -1px;
	height: 50px;
	width: 751px;

}

.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: 0px;
}


#image {
	
	
}
ul li {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	
	
}

 table ul li {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style-type:square;
	
}


#filler{
	background-image:url(images/leftfiller.jpg);
	background-repeat:no-repeat;
	width:300px;
	position:absolute;
	height:200px;
	left: 1px;
	top: 865px;
	
	
}

a {
	color:#172772;
	font-weight:bold;
	text-decoration:none;
	border-bottom: none;
	
}

#copyright {
	font-size:9px;
}

