@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background-color:#eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}
#containerDiv {
	border: solid #a1cbe6 1px;
	width:1005px;
	min-height:768px;
	position: relative;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	background-color:#ffffff;
}
#headerDiv{
	background-color:#0072BC;
	width:1005px;
	position:relative;
}
#logoDiv{
	float:left;
	width:115px;
}
#blueSpacer{
	height:51px;
	width:890px;
	float:left;
	background-image: url(../images/blueBG.png);
	background-repeat: no-repeat;
}
#tagLineDiv{
	float:left;
	width:890px;
}
#menuBarDiv{
	background-color:#0072BC;
	background-image:url(../images/home.jpg);
	background-repeat:no-repeat;
	float:left;
	height:25px;
	width:628px;

}
#applyDiv{
	background-color:#FFFFFF;
	float:right;
}
.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;
}
#ContentDiv{
	position:relative;
	/*margin:10px 0 10px 20px;*/
	float: left;
	min-height:653px;
}
#infoBox{
	padding:0;
	border: solid #0B54A8 1px;
	width:755px;
	height:199px;
	float: left;
	margin:10px 0 10px 20px;
}	
#industryBox
{
	padding:0;
	border: solid #0B54A8 1px;
	height:393px;
	margin-top:10px;
	width:755px;
	float: left;
	margin:10px 0 10px 20px;
}
#chatBox{
	float:right;
	margin:10px 10px 0 0;
	border: solid #0B54A8 1px;
	width:148px;
	/*height:79px;*/
}
#bannerBox{
	float:right;
	margin:10px 10px 0 0;
	/*border: solid #0B54A8 1px;
	width:148px;*/
}
#testimonialsBox{
	float:right;
	margin:10px 10px 0 0;
	border: solid #0B54A8 1px;
	width:148px;
}
#affiliationsBox{
	float:right;
	margin:10px 10px 0 0;
	border: solid #0B54A8 1px;
	width:148px;
	/*height:336px;*/
}
#content{
	padding:0;
	/*border: solid #0B54A8 1px;*/
	margin:10px 0 10px 20px;
	float:left;
	width:900px;
}
h3{
	margin: 1px 1px 1px 5px;
	font-size: .95em;
	color:#0B54A8;
}
a{
	color:#0072BC;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	margin: 10px 5px 5px 5px;
	/*padding: 0 5px 5px 5px;*/
	font-size: .8em;
	color:#000000;
}
em.header{
	margin: 10px 5px 5px 5px;
	/*padding: 0 5px 5px 5px;*/
	font-size: .8em;
	color:#0B54A8;
}
p.strongText{
	font-weight:bold;
}
p.strongTextBlue{
	font-weight:bold;
	color:#0B54A8;
}
li{
	font-size: .8em;
	color:#000000;
}
.smallContent{
	font-size:.75em;
}
fieldset {
	width: 600px;
}

.tableBody{
	border: solid #0B54A8 1px;
	border-collapse:collapse;
	width:700px;
}
.tableBodySmall{
	border: solid #0B54A8 1px;
	border-collapse:collapse;
	width:350px;
}
.tableHeader{
	background-color:#0072BC;
	color:#ffffff;
	font-size:.8em;
	font-weight:bold;
	width:50%;
}
.tableRowOdd{
	background-color:#ffffff;
	
	/*vertical-align:top;*/
}
.tableRowEven{
	background-color:#a1cbe6;
	/*font-size:.8em;
	*/
}
.tableCell{
	font-size:.8em;
	border: solid #0B54A8 1px;
	vertical-align:top;
	padding:5px;
}
.formCell {
	font-size: .8em;
	vertical-align: top;
	padding: 5px;
}

#faqsLeft{
	float:left;
	width:45%;
}
#faqsRight{
	float:left;
	width:45%;
}
.lessee{
	float:left;
	font-size:0.9em;
	color:#0072BC;
	width:40%;
	text-align: center;
	border: solid #0B54A8 1px;
	padding:5px;
	background-color:#cccccc;
}
.vendor{
	float:right;
	font-size:0.9em;
	color:#0072BC;
	width:40%;
	text-align: center;
	border: solid #0B54A8 1px;
	padding:5px;
	background-color:#cccccc;
	
}
/*#sideBarLeft {
	float:left;
	width:135px;
	height:400px;
	background-color:#a1cbe6;
	border-top: solid #0B54A8 1px;
	border-right: solid #0B54A8 1px;
	border-bottom: solid #0B54A8 1px;
	margin-top:10px;
}
#sideBarLeft h4{
	margin-top:0px;
	margin-bottom:0px;
	padding:2px;
	font-size:12px;
	background-color:#0072BC;
	color:#ffffff;
}
#sideBarLeft a.boldTextFirst{
	font-size:11px;
	font-weight:bold;
	margin:-10px 1px 2px 1px;
	text-decoration:none;
	color:#0B54A8;
}
#sideBarLeft a.boldText{
	font-size:11px;
	font-weight:bold;
	margin:2px 1px 2px 1px;
	text-decoration:none;
	color:#0B54A8;
}
#sideBarLeft .boldTextActive{
	font-size:11px;
	font-weight:bold;
	margin:2px 1px 2px 1px;
	text-decoration:underline;
	color:#0B54A8;
}
#sideBarLeft .textActive{
	font-size:11px;
	margin:2px 1px 2px 10px;
	text-decoration:underline;
	color:#0B54A8;
}
#sideBarLeft a{
	font-size:11px;
	margin:2px 1px 2px 10px;
	text-decoration:none;
	color:#0B54A8;
}
#sideBarLeft a:hover{
	text-decoration:underline;
}*/
#footerDiv{
	position:relative;
	left:12px;
	/*top:731px;*/
	width:978px;
	height:26px;
	border-top: solid #0B54A8 1px;
	bottom: 5px;
}
#footerLeft {
	color:#707070;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	float:left;
	top: 6px;
	position: relative;
}

#footerRight {
	color:#707070;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	float:right;
	top: 6px;
	position: relative;
}
.formLegend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .8em;
}
.errorText {
	font-size: .8em;
	color: #FF0000;
}
.rightColumn{
	float:right;
	width:200px;
}
.rightBox{
	background-color:#a1cbe6;
	border: solid #0B54A8 1px;
}
.testQuote {
	font-size: .7em;
	color: #707070;
	padding:5px 5px 1px 5px;	
}
.testContact {
	font-size: .7em;
	font-weight: bold;
	color: #707070;
	text-align: right;
	padding:0 5px 1px 5px;
}
.testCompany {
	font-size: .7em;
	font-weight: bold;
	color: #707070;
	text-align: right;
	padding:0 5px 1px 5px;
}

