@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #2f313d;
	background-image: url(images/index-bodybg2.jpg);
	background-repeat: repeat-x;
}
img {
	border: none;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
p, h1, h2, h3, h4 {
	margin: 0 0 10px 0;
	padding: 0;
}
h1, h2, h3, h4 {
	color: #333333;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
}
#container {
	margin: 0 auto;
	width: 1000px;
}
#contactNav {
	position: absolute;
	top: 0;
	padding-top: 0;
	height: 25px;
	width: 800px;
	margin-left:100px;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
}
#header {
	position: absolute;
	top: 25px;
	left:100;
	height: 363px;
	width: 800px;
	background: url(screenshot.jpg);
	background-repeat: no-repeat;
	margin:0 0 0 100px;
}

	
#contactNav p, #header p {
	padding: 5px 0 0 0;
	margin: 0;
}
#contactNav a:link, #contactNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 5px 0 0;
}
#contactNav a:hover, #contactNav a:active {
	color: #EEEEEE;
	text-decoration: none;
	padding: 0 5px 0 0;
}
/* NAVIGATION BAR STYLES */
#navBar {
	position: absolute;
	top: 387px; /*Add height values for #contactNav and #header */
	width: 1000px; /* Minus the side padding */
	padding-left: 100px;
	background-color: #000000;
	background-image: url(images/navbarbg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	z-index: 200;
}
*html #navBar {
	padding: 4px 10px;
}
#navBar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 1em;
	background-color: #000000;
	z-index: 100;
}
#navBar ul li a:link, #navBar ul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px 10px;
}
#navBar ul li a:hover, #navBar ul li a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF6600;
	background-image: url(images/navbar-mouseon-bg.jpg);
	padding: 5px 10px;
}
#navBar li {
	float: left;
	position: relative;
	padding: 5px;
	margin: 0;
	background-color: #000000;
	background-image: url(images/navbarbg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	z-index: 10;
}
#navBar li ul {
	display: none;
	position: absolute;
	width: 170px;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
	top: 100%;
	left: 5px;
	background-color: #FFFFFF;
}
#navBar li ul li {
	position: relative;
	width: 168px; /* Subtract width of padding+border from #navBar li ul */
	display: block;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	margin: 0;
	padding: 0;
	color: #000000;
	font-weight: normal;
	font-size: 0.8em;
	background-color: #EEEEEE;
}
#navBar li li a:link, #navBar li li a:visited {
	display: block;
	font-weight: normal;
	color: #000000;
	padding: 0.5em 0.8em;
	text-decoration: none;
	background-color: #EEEEEE;
	background-image: none;
}
#navBar li li a:hover, #navBar li li a:active {
	padding: 0.5em 0.8em;
	color: #FFFFFF;
	display: block;
	background-color: #cb5e00;
	background-image: none;
}
#navBar li:hover ul, #navBar li.over ul {
	display: block;
}
/*END NAVIGATION BAR STYLES */

#pageBody {
	position: absolute;
	top: 390px;
	width: 1000px; /* Subtract padding */
	z-index: 1; /* Must make sure this z-index is low for drop-down menu to work */
	padding: 0;
}

#content {
	padding: 50px 110px;
}

#leftSide {
	width: 362px;
	}
#rightSide {
	float: right;
	background-repeat: no-repeat;
	width: 362px;
	}
.bigCallout {
	background-image: url(images/index-callout-short.jpg);
	background-repeat: no-repeat;
	height: 150px;
	padding: 10px 20px 15px 15px;
	}
.calloutBox {
	padding: 10px 15px 15px 15px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	width: 400px;
	}
#footer {
	clear: both;
	width: 960px;
	padding: 10px 20px;
	text-align: center;
	font-size: 0.8em;
	color: #FFFFFF;
}
#footer a:link, #footer a:active {
	color: #EEEEEE;
	}
#footer a:visited, #footer a:hover {
	color: #999999;
	}
ul {
	list-style: square;
	margin: 0 0 0 25px;
	padding: 0;
	}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
	}
a:hover, a:active {
	color: #FF6000;
	text-decoration: none;
	}
.orderButton {
	float: right;
	margin: 10px 15px 0 0;
	}
#surveyButton {
	position:absolute;
	top:24px;
	right:0px;
	}