/* CSS Document */

.menuLink {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	font-size:100%;
}
.menuLink:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:underline;
	font-size:100%;
}
.titleText {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	font-size:100%;
}
.adminTextBold {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	font-size:120%;
}
.adminTextTitles {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	font-size:150%;
}
.adminText {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	font-size:120%;
}
.clear {
	clear:both;
	height:1px;
	line-height:0px;
	font-size:0px;
}

.hidden {
	display:none;

}

img {
	border:0px;

}

body {
	background:#315F98;
	color:#ffffff;
	margin:0px;
}
#doc {
	margin:auto;
	width:800px;
	background:url(../images/layout/docborder.jpg) repeat-y center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
}

#centerplane {
	background:#3B73B9 url(../images/layout/docbackground.jpg) repeat-x top;
	width:740px;
	margin-left:20px;
	margin-right:20px;
	padding:6px 7px 0px 13px;
	color:#FFFFFF;
}

#main {
	width:740px;
	padding:0;
	margin:0;
}

form {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

/*############################################
################# HEADER #####################
############################################*/


#logo {
	margin:1px 70px 20px 0px;
	float:left;
}

#van {
	background:url(../images/header/van.jpg) no-repeat top left;
	height:15px;
	width:142px;
	padding:175px 0px 5px 170px;
	float:left;
}

/*############################################
################# MAIN CONTENT ###############
############################################*/

.rightimage {
	float:left;
	width:271px;
}

.leftimage {
	float:left;
	margin-right:9px;
	margin-bottom:9px;
}

.leftimage2 {
	float:left;
	margin-right:11px;
	margin-bottom:9px;
}

#whytop {
	padding-top:2px;
}

#whycenter {
	padding-top:5px;
	background:url(../images/main/whyback.gif) repeat-y top left;
}

*>.personimg {
	float:left;
	width:57px;
	height:57px;
	margin-top:9px;
	/*margin-bottom:5px;*/
	margin-left:10px;
	/*border:1px solid;*/
}

* html .personimg {
	float:left;
	width:57px;
	height:57px;
	margin-top:9px;
	/*margin-bottom:5px;*/
	margin-left:5px;
	/*border:1px solid;*/
}

*>.persontxt {
	float:left;
	width:182px;
	height:56px;
	margin-top:9px;
	/*margin-bottom:5px;*/
	padding-top:1px;
	/*border:1px solid;*/
}

* html .persontxt {
	/*float:left;*/
	width:182px;
	height:56px;
	margin-top:9px;
	/*margin-bottom:5px;*/
	padding-top:1px;
	/*border:1px solid;*/
}

/*############################################
################# FLASH ######################
############################################*/

#flashleft {
	float:left;

}

#flashright {
	float:left;

}

#flashcenter {
	float:left;
	/*border-top:4px solid #00C0FF;
	border-bottom:4px solid #00C0FF;*/
	width:725px;
	height:112px;
	padding-top:4px;
	background:url(../images/main/flashback.gif) repeat-x top left;
}

#flashContent {
	float:left;
	color:#1F3C5F;
}

#flashContent a {
	color:#1F3C5F;
}

#testimonial {
	background:url(../images/main/testimonial_bg.gif) no-repeat top left;
	width:395px;
	height:244px;
	padding:16px 0 0 63px;
}

#contacttitle {
	text-align:center;
	padding-bottom:10px;
}

#contactus {
	background:url(../images/main/contact_bg.gif) no-repeat top left;
	width:684px;
	height:160px;
	padding:10px 22px 10px 12px;
	margin-left:10px;
}

#contactus h2 {
	font-size:130%;
	margin:0 0 6px 0;
	padding:0 0 0 0;
}

#contactus p {
	font-size:110%;
	line-height:110%;
	margin:0 0 6px 0;
	padding:0 0 0 0;

}

#contactus label {
	font-size:120%;
	display:block;
	float:left;
	width:70px;
	font-weight:bold;
	padding:4px 0 0 0;
}

#contactus input {
	float:left;
	width:125px;
}

#contactus .question {
	clear:both;
	height:22px;
	padding:0 0 6px 0;
}

#contactus .question p {
	float:left;
	font-size:100%;
	padding:6px 0 0 0;
	margin:0 0 0 10px;
}

#contactus #submit {
	float:right;
	margin:0 0 0 0;
	width:64px;
	height:22px;
}

.formError {
	color:#C30101;
}

/*############################################
################# FOOTER #####################
############################################*/

#footer {
	width:740px;
	margin-left:33px;
	margin-top:5px;
}

.footerend {
	float:left;

}

#footercenter {
	float:left;
	width:725px;
	height:26px;
	background:url(../images/footer/footerback.jpg) repeat-x top left;
	color:#666666;
	text-align:center;
	padding-top:8px;
	background-color:inherit;
}

#footercenter a {
	color:#666666;
	text-decoration:none;
	background-color:inherit;
}

#footercenter a:hover {
	color:#333333;
	background-color:inherit;
}

#legal {
	margin:auto;
	width:800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	text-align:center;
}


/*############################################
########## ORIGINAL PRESENTAION ##############
############################################*/

#iVan_original_pres {
	width:760px;
	height:420px;
	margin-left:auto;
	margin-right:auto;
	color:#1F3C5F;
}

#iVan_original_pres a {
	color:#1F3C5F;
}