﻿/* ONTO-IT */
/* CSS Layout */

html, body{font-family:Arial, Helvetica, sans-serif; height:90%; margin:0; padding-bottom:1px;}
body {color:#555555; text-align:center; margin:0; padding:0;}

/***********
LAYOUT
***********/
#maincontainer {
	min-width:800px;
	height:100%;
/*	min-height:800px;
	height:800px;*/
	margin:0;
	padding:0;
}
#header {
	width:100% /*1500px*/;
	height:224px;
	overflow:hidden;
	margin:0;
	padding:0;
	background:#3E3E29 url(../images/headerbanner.gif) no-repeat center top;
}
#logo{text-align:center; margin:37px 498px 0 0;}
#mainnavigation {
	width:100% /*880px*/;
	margin:90px 0 0 0;
	color:#CCCCCC;
	text-align:center;
	text-transform:uppercase;
}
#mainnavigation a{color:#CCCCCC; margin:0 10px; font-size:12px; font-weight:normal; font-family:Helvetica, Arial, sans-serif;}
#mainnavigation a:hover{color:#FFFFFF;}

#subnavigation ul{list-style:none; margin:8px 0 0 0;}
#subnavigation li{margin:0; padding:0 0 4px 0;}
#subnavigation a{color:#7AC142 !important; font-size:14px; padding:0 0 0 15px; background:url(../images/bullet-arw.jpg) no-repeat left 4px;}
#subnavigation a:hover{color:#619934 !important; background:url(../images/bullet-arw_f2.jpg) no-repeat left 4px;}

a.link{color:#7AC142 !important; padding:0 0 0 15px; background:url(../images/bullet-arw.jpg) no-repeat left 4px;}
a.link:hover{color:#619934 !important; background:url(../images/bullet-arw_f2.jpg) no-repeat left 4px;}


#container {
	width:826px;
/*	height:80%;*/
	margin:0 auto;
	padding:0;
	text-align:center;
}
#content {
	width:800px;
/*	height:91%;*/
	float:left;
	text-align:left;
	margin:0;
	padding:20px 13px 0 13px;
	background:url(../images/bkgd-contentwrap.jpg) repeat-y left top;
}
#left {
	width:284px;
	min-height:400px;
	margin:0 35px 0 0;
	padding:20px 0 40px 100px;
	float:left;
	background:url(../images/arw.gif) no-repeat left top;
}
#main {
	width:340px;
	min-height:500px;
	margin:0;
	padding:15px 0 40px 0;
	float:left;
}
#right {
	width:200px;
	float:right;
}
#footer {
	width:826px;
	height:24px;
	margin:0 auto 0 auto;
	padding:0;
	background:red url(../images/bkgd-footer.jpg) no-repeat left bottom;
}

#results{min-height:470px;}

.last {
	margin-bottom: 0;
}
.clear {
	height:0;
	clear:both;
}
.video {margin:30px 0 0 -60px;}

.pullout-box{width:300px; margin:10px 0 10px 0; padding:16px; float:left; background-color:#D7E8B3/*B3D88B;*/}

#left-nrw {
	width:120px;
	margin:0 25px 0 0;
	padding:0;
	float:left;
}
#right-nrw {
	width:150px;
	margin:0;
	padding:0;
	left:160px;
	float:left;
}
#right-pullout {
	margin:0;
	padding:5px 5px 15px 0;
	left:0;
}

#popup {
	text-align:left;
	margin:5px;
	padding:20px;
	border:solid 2px #6D6E71;
	background-color:#FFFFFF;
}
#popup img{padding:15px 0 10px 0;}
#popup h2{padding:0;}
