@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: 1000px;  /* 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. */
} 

h5 {
	padding:0px;
	margin:10px;
	
}
h4 {
	padding:0px;
	margin:10px;
	
}

#sidebar1 {
	position: absolute;
	top: 53px;
	left:1px;
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #F1E81D;
	height: 812px;
	}
#sidebutton {
	position:absolute;
	top: 343px;
	left: 50px;
}
#sidebutton2 {
	position:absolute;
	top: 384px;
	left: 51px;
}	
#directions {
	position:absolute;
	top:646px;
	left: 11px;
	}
	
	#facebook{
	position:absolute;
	top:722px;
	left: 5px;
	height: 56px;
	width: 272px;
	}

#mainContent {
	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: 700px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	height: 852px;
} 

#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: 700px;
	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 {
	margin:15px;
	margin-top:45px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	
}
#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: 248px;
	left: 1px;
	height: 39px;

}

.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:"Times New Roman", Times, serif;
	font-size:20px;
	
	
}

 table ul li {
	text-align:left;
	font-family:"Times New Roman", Times, 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;
	text-decoration:none;
	border-bottom: 1px dotted #172772;
	
}
