@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	background-image: url(images/back.jpg);
	background-color: #A8F5F5;
	background-repeat: repeat-x;
}

#wrapper {
	text-align: left;
	position: relative;
	width: 790px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content {
	width: 800px;
	background-color: #66FFFF;
}

#nav {
	left:31px;
	top:113px;
	width:145px;
	z-index:1;
	background-image: url(images/wbgrade.jpg);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-left: 10px;
	background-color: #B8B8B8;
	float: left;
	text-align: left;
	padding-bottom: 50px;
}

#nav a:link, #nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #00438D;
	text-decoration: none;
	display: block;
	margin-bottom: 15px;
}

#nav a:hover {
	color: #1E0E53;
	background-image: url(images/greenarrown.gif);
	background-repeat: no-repeat;
	background-position: 127px;
}
#nav a#product {
	color: #1E0E53;
	background-image: url(images/redarrow.gif);
	background-repeat: no-repeat;
	background-position: 127px;
}
.overflow {
	overflow: visible;
}
#main {
	left:237px;
	top:113px;
	width:558px;
	z-index:2;
	background-image: url(images/wbgradebig.jpg);
	background-repeat: repeat-y;
	float: right;
	text-align: left;
	margin-bottom: 40px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#logo {
	margin-bottom: 30px;
	padding-left: 30px;
}
#footer {
	background:#000000;
	color: #FFFFFF;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 30px;
	min-width: 700px;
} 
#map {
	text-align: center;
	margin-bottom: 20px;
	height: 300px;
}
#arrow {
	position: absolute;
	height: 206px;
	width: 100px;
	left: 146px;
	top: 446px;
}
#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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: small;
}

.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;
}
#main p, #main li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #333333;
	margin-bottom: 10px;
}
.catheads {
	color: #1E0E53;
	font-style: italic;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 18px;
}
#main br {
	margin-bottom: 10px;
}
.negmarg {
	margin-left: -10px;
	margin-bottom: 5px;
}
a.catheads:hover {
	color: #CC0000;
}
