@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
p{
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	font-size:11px;
	line-height:1.4em;
	margin-bottom:8px;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#3f7b96;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#3f7b96;
}
.footer-text{
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	color:#fff;
	text-align:center;
	margin-top:22px;
}
img.floatLeft { 
    float: left;
	margin-right:8px;
}
.justify{
	text-align:justify;
}
li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#3f7b96;
	margin:5px 0 0 20px;
	list-style:none;
}


/* background image */
body{
	background-image:url(../images/zc-bg3.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
}

#mainwrapper{
	width:980px;
	height:auto;
	margin:0 auto 0 auto;
}
/* layout */
#headerlogo{
	margin:0px 0 7px 40px;
	width:920px;	
}
#topmenu{	
	margin:5px 0 0 0;
	width:980px;
}
#body-left{
	float:left;
	margin:8px 0 0 2px;
	width:646px;
	height:330px;
}
#body-right{
	background-image:url(../images/body-rt-bg.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:7px 0 0 5px;
	width:318px;
	height:330px;
}
#body-left-secondary{
	background-image:url(../images/header-lt.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:10px 0 0 3px;
	width:274px;
	min-height:20px;
	height:auto;
}
#body-left-center{
	float:left;
	margin:0 0 0 0;
	width:274px;
	height:auto;
}
#body-right-secondary{
	float:left;
	margin:10px 0 0 0;
	width:692px;
	height:auto;
}
#header-image{
	float:left;
	margin:0 0 0 1px;
	width:690px;
	height:63px;
}
#page2-center{
	float:left;
	width:692px;
	min-height:579px;
	height:auto;
}
#centerwrap{
	width:980px;
	height:auto;
}
#center-bg-top{
	float:left;
/*	background-image:url(../images/center-top.jpg);
*/	background-repeat:no-repeat;
	margin:10px 0 0 3px;
	width:980px;
	height:17px;
}
#center-bg-mid{
	float:left;
	background-image:url(../images/body2-cent-bg.jpg);
	background-repeat:repeat-y;
	margin:0 0 0 3px;
	width:980px;
	min-height:579px;
	height:auto;
}
#center-bg-bot{
	float:left;
	background-image:url(../images/center-bot.jpg);
	background-repeat:no-repeat;
	margin:0 0 0 3px;
	width:980px;
	height:14px;
}
#center-content{
	float:left;
	width:690px;
}
.content{
	float:left;
	margin:20px;
}
.contentCenter{
	float:left;
	margin:20px auto 20px 200px;
}
#page-text{
	margin: 25px 35px 15px 30px;
	height:auto;
}	
#panel{
	width:687px;
	margin: 0 0 0 1px;
}
#page2-bottom-lt{
	float:left;
	background-image:url(../images/body2-botlt-bg.jpg);
	background-repeat:no-repeat;
	height:14px;
	width:274px;
}
#page2-bottom-rt{
	float:left;
	background-image:url(../images/body2-botrt-bg.jpg);
	background-repeat:no-repeat;
	width:692px;
	height:14px;
}
#body-rt-text{
	width:270px;
	margin:48px 10px 0 28px;
}
#bottombutton-wrapper{
	float:left;
	width:980px;
	height:140px;
}
.bottombutton{
	float:left;
	width:243px;
	height:140px;
}
.bottombutton-2{
	margin:0 0 0 17px;
	width:243px;
	height:auto;
}
#bottombutton-last{
	float:left;
	width:233px;
	height:140px;
}
#footer{
	background-image:url(../images/footer.jpg);
	width:980px;
	height:59px;
	float:left;
}
.clearfloat{
	clear:both;
}
.bio{
	margin-bottom:25px;
}

/*FORMS*/
#theform{
	float:left;
	width: 410px;
}
#infoblock{
	float:left;
	width:236px;
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	line-height:1.6em;
}
#infoblock span{
	font-size:16px;	
}
#formdirections{
	margin:20px 0 15px 0;
	text-align:center;
}

fieldset{
	padding:20px 0 20px 0;
	border-right:1px dotted #CCC;
}

label{
float: left;
width: 120px;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:13px;
color:#999;
text-align:right;
margin-right:8px;

}

input, textarea{
	background-color:#F7F7F7;
	width: 249px;
	margin-bottom: 5px;
	border:1px dotted #CCC;
}
#Submit{
	width:100px;
}

textarea{
width: 250px;
height: 150px;
}



.link,
.signupframe {
	color: #226699;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	.link {
		text-decoration: none;
		}
	.signupframe {
		border: none;
		background: #ffffff;
		}




.boxes{
width: 1em;
}

#submitbutton{
margin-left: 128px;
margin-top: 5px;
width: 90px;
border:1px dotted #CCC;
}


br{
clear: left;
}
#vidbox{
	float:left;
	margin:20px 0 0 60px;
	width:567px;
	height:330px;
}
.thumbnail{
	float:left;
	width:150px;
	margin: 10px 20px 15px 19px;
	text-align:center;
}
.thumbnail img{
	margin-bottom:5px;
}
#faqVideoContainer{
	float:left;
	padding:0 0 0 58px;
	}
.vidSectionTitle{
	background-color:#f6f6f6;
	color:#666;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:20px 0 10px 0;
	padding:10px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#busmodellt{
	float:left;
	width:290px;
	padding-right:10px;
	border-right:1px solid #CCC;
}
#busmodelrt{
	float:left;
	width:320px;
	margin-left:20px;
}
.center{
	text-align:center;
}