/* Reset
---------------------------------------------------------*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Main
--------------------------------------------------------------*/

body { font:12px Arial, Helvetica, sans-serif;}

a { text-decoration:none;}
strong { font-weight:bold; }
.wrapper { width:935px; margin:0px auto;}

.alignLeft { width:377px; float:left; }
.alignRight { width:558px; float:right; display:inline;  }
.content { padding:12px 20px; }



/* Content 
--------------------------------------------------------------*/
.logo { width:238px; height:138px; margin:0px auto; }
.nav { width:280px; margin:0px 10px 0px 30px; font:15px Arial, Helvetica, sans-serif; color:#000; text-transform:uppercase; }

.nav ul { margin-top: 20px; margin-bottom:20px;}
.nav li {  height:28px; line-height:28px; margin-bottom:5px; }
.nav li a { background:url(images/bullets.png) no-repeat; padding-left:25px; color:#000; margin-left:10px; }
.nav li:hover { background-color:#d9dbeb;}

.active { background-color:#d9dbeb;}

.bus { position:absolute; float:left; margin-left:160px; margin-top:50px;  }

.greenPatch { background-color:#66ae00; height:121px; color:#fff;}
.greenPatch p{ margin-bottom:5px;}

.grayPatch { background-color:#dcdcda; min-height:217px; overflow:auto }
.grayPatch h2 { font-weight:bold; font-size:18px;}
.grayPatch li { background:url(images/bullet_right.jpg) no-repeat; padding-left:30px; height:32px; margin-top:6px; }

.car{ position:absolute; float:left; margin-left:210px; margin-top:30px;  }

.formBlue { background:url(images/bluebanner.jpg); width:557px; height:240px; }
.formContent { padding:0px 0px 10px 80px; color:#fff; width:445px; float:left; }
.formBlue  h2 { font-size:24px; font-weight:normal; color:#fff; padding:10px 40px 0px 60px;}

.formLeft { float:left; width: 45%; margin-top:10px; margin-bottom:10px;}
.formRight { float:right; width: 45%; display:inline; margin-top:10px; margin-bottom:10px;  margin-right:10px; }

label { font-size:14px;}
.txtBox { border:none; background:#fff; width:200px; height:21px; margin:0px 0px 10px 0px;}
.nextTxt { margin-top:7px; clear:both; }
.txtLarge { border:none; background:#fff; width:434px; height:21px; margin:0px 0px 10px 0px; float:left; }
.txtBoxSmall { border:none; background:#fff; width:100px; height:21px; margin:4px auto; }
.txtBoxSmall2 { border:none; background:#fff; width:140px; height:21px; margin:4px auto; }
.txtarea { border:none; background:#fff; width:430px; height:60px; margin:4px auto;}

.rightLinks { float:right; text-align:right; margin-right:10px; width:40%; }
.rightLinks a { color:#fff; text-decoration:underline;}
.submitButton { border:none; background:#fff; color:#000; line-height:13px; height:16px; font-size:10px; float:right;}

.contentRight {
	margin:10px;
	list-style-type: circle;
}
.contentRight h2 { font-size:18px; font-weight:bold; margin-bottom:15px; }
.contentRight h3 { font-size:18px; font-weight:bold; margin-bottom:15px; margin-top:30px; }
.contentRight img { float:left; margin-right:10px;}


.contentRight strong { font-weight:bold;}
.leftCont { width:225px; float:left; margin-left:20px; clear:both; margin-top:25px;  }
.rightCont { width:225px; float:right; margin-left:10px; margin-top:25px; }

.leftContInt { width:245px; float:left; margin-left:20px; clear:both; margin-top:0px;  }
.rightContInt { width:235px; float:right; margin-left:10px; margin-top:0px; }

.links {
	margin:20px auto;
	text-align: center;
}
.links a{ font-size:16px; font-weight:bold; color:#000;  }

.privacy { background:#fcf6f6; border:2px solid #c3c3c3; clear:both; margin-top:20px; min-height:100px; overflow:auto; }
.privacy h2 { font-size:18px; font-weight:bold; margin:10px;}

.pinkLeft { clear:both;   float:left; width:45%; margin:15px; }
.pinkRight { float:right;  display:inline; width:45%; margin:10px; }



.formBig { background:url(images/formBig.jpg) no-repeat #2e368f; padding-top:20px; width:557px; height:452px; }
.formBig h2 { font-size:24px; font-weight:normal; color:#fff; padding:10px 40px 0px 60px;}
.box { width:145px; float:left; display:inline; margin-right:13px; }
.boxDate { width:120px; float:left; display:inline; margin-right:9px; }

/* Footer 
----------------------------------------------------------*/
.footer { clear:both; margin-top:20px; min-height:10px; overflow:auto;}
.clearLeft {
	clear:both;
	line-height:50px;
	float:left;
	width:40%;
}
.clearRight {
	text-align:right;
	float:right;
	line-height:50px;
	display:inline;
	width:40%;
}

.clearLeft a { color:#000;}

