/* CSS Document */

body {
	margin-top: 30px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align:center;
	background-color: #e0f5ca;	
	}

img {display: block;}

a:link {color: #009FDE; font-size: 11px; font-family: Arial; text-decoration: none;}
a:visited {color: #009FDE; font-size: 11px; font-family: Arial; text-decoration: none;}
a:active {color: #009FDE; font-size: 11px; font-family: Arial; text-decoration: none;}
a:hover {color: #004D6C; font-size: 11px; font-family: Arial; text-decoration: none;}

	
.container {
	width: 800px;
	margin: 0px auto; 
	text-align: left;
	background-image: url('images/top_gradient.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	}
	
.header {
	width: 800px;
	height: 100px;
	}
	
/* Menu */
.menu {
	border-bottom: 1px solid #FFF;
	width: 518px;
	height: 44px;
	margin-left: 282px;
	}

#about {width: 70px; height: 20px; padding-top: 7px;}
#services {width: 85px; height: 20px; padding-top: 7px;}
#location {width: 80px; height: 20px; padding-top: 7px;}
#facility {width: 75px; height: 20px; padding-top: 7px;}
#buy {width: 120px; height: 20px; padding-top: 7px;}
#contact {width: 85px; height: 20px; padding-top: 7px;}

#aboutpost {width: 70px; height: 20px; padding-top: 7px; background-image: url('images/wave.gif'); background-repeat: no-repeat; background-position: 10 0;}
#servicespost {width: 85px; height: 20px; padding-top: 7px; background-image: url('images/wave.gif'); background-repeat: no-repeat; background-position: 17 0;}
#locationpost {width: 80px; height: 20px; padding-top: 7px; background-image: url('images/wave.gif'); background-repeat: no-repeat; background-position: 15 0;}
#facilitypost {width: 75px; height: 20px; padding-top: 7px; background-image: url('images/wave.gif'); background-repeat: no-repeat; background-position: 12 0;}
#buypost {width: 120px; height: 20px; padding-top: 7px; background-image: url('images/wave.gif'); background-repeat: no-repeat; background-position: 43 0;}
#contactpost {width: 85px; height: 20px; padding-top: 7px; background-image: url('images/wave.gif'); background-repeat: no-repeat; background-position: 24 0;}

#about:hover, #about.over {background-image: url('images/wave.gif'); background-repeat: no-repeat; background-position: 10 0;}
#services:hover, #services.over {background-image: url('images/wave.gif'); background-repeat: no-repeat; background-position: 17 0;}
#location:hover, #location.over {background-image: url('images/wave.gif'); background-repeat: no-repeat; background-position: 15 0;}
#facility:hover, #facility.over {background-image: url('images/wave.gif'); background-repeat: no-repeat; background-position: 12 0;}
#buy:hover, #buy.over {background-image: url('images/wave.gif'); background-repeat: no-repeat; background-position: 43 0;}
#contact:hover, #contact.over {background-image: url('images/wave.gif'); background-repeat: no-repeat; background-position: 24 0;}
	
.menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial;
	font-size: 11px;
	padding-top: 20px; 
}

.menu li { /* all list items */
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
}

html>body .menu li {
	width: auto;
	}


.menu li ul { /* second-level lists */
	padding-top: 2px;
	display: none;
	position: absolute;
	background-image: url('images/non-existent-file.gif'); /* Boo Yah IE */
	width: 444px;
}

html>body .menu li ul {
	padding-top: 3px;
	}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

.menu li:hover ul, .menu li.over ul { /* lists nested under hovered list items */
	left: 0px;
	display: block;
}

.menu li li {
	display: block;
	float: none;
	border: 0;
	height: 75px;
	color: #009FDE; 
	/* background-image: url('images/line.gif');
	background-repeat: no-repeat;
	background-position: top left; */
}

.line {
	/* border-bottom: 1px solid #FFF; */
	padding: 4px 0px 2px 0px;
	margin-left: 3px;
	/* margin-left: 20px; -- This is if we want the line and Swoosh back -- */
	}

.menu li li a { 
	font-weight: normal;
	text-decoration: none; 
	color: #009FDE; 
	display: inline; 
	padding: 0px 0px; 
	line-height: 12px; 
}
	
.menu li li a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #005678;
	padding: 0px 0px;
	}

html>body .menu li li a {
	width: 10px;
	}
	
html>body .menu li li a:hover {
	width: 10px;
	}
/* Menu */

.content {
	margin-top: 17px;
	width: 800px;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #CACACA;
	}

.leftcont {
		/* Reserved */
	}
	
.rightcont {
	padding-top: 15px;
	padding-right: 50px;
	text-align: normal;
	line-height: 16px;
	color: #717171;
	}

.rightcontin {
	padding-top: 15px;
	padding-right: 25px;
	text-align: normal;
	line-height: 21px;
	color: #717171;
	}

.navcolumn	{
	padding-right: 20px;
	line-height: 9px;
	padding-top: 41px;
	}

.spacer {padding-top: 5px;}

.footer {
	width: 800px;
	height: 70px;
	background-image: url('images/bot_gradient.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	}
	
.footercrumb {
	width: 800px;
	text-align: center;
	padding-top: 5px;
	font-size: 11px; font-family: Arial;
	color: #9D9D9D;
	line-height: 17px;
	}

.footercrumb a {
	font-size: 11px; font-family: Arial;
	color: #9D9D9D;
	text-decoration: none;
	font-weight: normal;
	}

.footercrumb a:hover {
	font-size: 11px; font-family: Arial;
	color: #555;
	text-decoration: none;
	font-weight: normal;
	}
	
h1 {
	font-size: 17px; font-family: Arial;
	color: #33a9c4;
	text-decoration: none;
	font-weight: normal;
	} 
	
h2 {
	font-size: 14px; font-family: Arial;
	color: #33a9c4;
	text-decoration: none;
	font-weight: normal;
	margin:0 0;
	} 
	
.whatsNew ul { margin:0 25px;}
.whatsNew li { list-style-type:disc }

.line2 {font-size: 0px; height: 0px; margin-top: 15px; margin-bottom: 15px; border-bottom: 1px dotted #CFCFCF;}
/* added 4-29-08 RH*/
#bare { width:325px; text-align:center; border-top:1px solid #96c5cd; margin-top:15px; padding-top: 15px; }
#bare img { border:0px; padding-top:10px; margin:0 auto; }
#bare strong{ color:#12a2de; font-size: 16px; }