@charset "utf-8";
body  {
	font-size: large;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	background-color:#ffffff;	
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

	h1 {font-size:200%;}
    h2 {font-size:150%; color:#0055a5; font-weight:bold;}
    h3 {font-size:125%; color:#56a3ec; font-weight:bold;}
    h4 {font-size:100%;}
    h5 {font-size:100%; text-align:left;font-weisht:bold;}
	h6 {font-size:125%;}
	
     p {font-size:100%; position: relative; font-weight: normal; display: block;}
	
	ul{margin: 0; padding: 0; list-style-type:none;}
	
	#header ul a:link {color:#ffffff;background-color:#0055a5; font-weight:bold;}
	#header ul a:visited {color:#ffffff;background-color:#0055a5; font-weight:bold;}
	#header ul a:hover {color:#ffffff;background-color:#418ed6; font-weight:bold;}
	#header ul a:active {color:#ffffff;background-color:#56a3ec; font-weight:bold;}
	
	#header ul .sel a{background-color:#e65e3e;color:#ffffff;}
	#header ul .sel a:hover, #header ul .sel a:focus {background-color:#418ed6; color:#ffffff;}
	
		
    .infobar a:link {color:#ffffff;}
	.infobar a:visited {color:#ffffff;}
	.infobar a:hover {color:#56a3ec;}
	.infobar a:active {color:#ffffff;}
	
	#mainContent a:link {color:#000000; background-color:#ebebeb;}
	#mainContent a:visited {color:#000000; background-color:#ebebeb;}
	#mainContent a:hover {color: #000099; background-color: #ebebeb;}
	#mainContent a:active {color:#000000; background-color: #ebebeb;}
	
	a:link {color: #000000;}
	a:visited {color: #000000;}
	a:hover {color: #56a3ec;}
	a:active {color: #000000;}



.oneColLiqHdr #container { 
	width: 990px; 
	background: #ffffff;
	font-size: 80%;
	margin: 0 auto; 
	text-align: left; 
	} 
	
.oneColLiqHdr #header { 
	background: #ffffff; 
	padding: 20px 10px 20px 10px;  
	width: 990px;
} 

.oneColLiqHdr #header ul{
	background: #0055a5 url(Images/nav_bar_back.png) repeat-x;
	overflow: auto;
	border-bottom: #e65e3e url(Images/orangegradtop.png) repeat-x;
	padding: 0 0 0 28px;
	margin:0 0 0px 20px;
	width: 900px;
}

.oneColLiqHdr #header li{
	float: left;
	font-size: 95%;
	font-weight:bold;
}

.oneColLiqHdr #header li a{
	display: block;
	text-decoration: none;
	padding: 8px 6px 12px 6px;
}

.oneColLiqHdr #mainContent {
	clear:both;
	width: 900px; 
	background: #ffffff; 
	padding: 10px 10px; 
	margin-left: 30px;
	
	}

#map{
	float:left;
	margin: 0 10px 0 0;
	overflow:hidden;
	width:425px;
	padding-top: 15px;
	
	
	}
	
#directions{
	width: 350px;
	margin: 0 10px 0px 10px;
	float:right;
	padding: 0 20px 0 20px;
	float:right;
}
	
	
#gallery {
	clear:both;
	padding: 30px 5px 0 5px;
	float: left;
	width: 960px;
}

#gallery dl {
	float: left;
	margin: 5px 5px;
	padding: 0 5px 0 5px;
	display:inline; /*fixes IE/Win double margin bug */
	width: 180px;
}

#gallery dd {
	margin: 0 0 0 0;
	padding: 20px 20px 20px 20px;
	font-size: 85%;
	color: #000000	
}

#gallery dd.img img {
	float: left;
	margin: 0 0 15px 0;
	padding: 4px;
	border: 2px solid; 
	border-width: 2px;
	border-style: solid;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	border-bottom-color: #418ed6;
	border-right-color: #418ed6;
	background: #ffffff;	
}

.oneColLiqHdr #footer {
	clear:both;
	padding: 0 10px 10px 10px; 
	background:#DDDDDD;
	text-align: center;
	vertical-align: middle;
	display:block;		
} 

.oneColLiqHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	font-weight:normal;
	font-size:90%;
}

/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img.logo{
	float:left;
	margin-left: 100px;
	margin-right: 50px;
	border:none;
}

img.header photo{
	float:right;
}

.search {
	position:absolute;
	top:2px;
	left:700px;
	width:335px;
	height: 28px;
			
}

.colorsearch{
	position:relative;
	width:990px;
	height:30px;
}

.infobar {
	width: 990px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	overflow: visible;
	position: relative;
	visibility: visible;
	vertical-align: bottom;
	background-color: #0055a5;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
}

.orangebar {
	position:absolute;
	top:0px;
	height: 30px;
	background-image: url(Images/orangegrad.png);
	background-repeat: repeat-x; 
	width: 700px;
	left:0px;
}
.orangebartop {
	height:6px;
	background-image: url(Images/orangegradtop.png);
	background-repeat: repeat-x;
	margin: 0 0 10px 20px;
	width: 928px;
}


