/*Elements CSS Framework by Ben Henschel*/
/*Mass Reset*/
/*Thanks to Eric for this reset http://meyerweb.com/eric/thoughts/2007/04/14/reworked-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, dd, dl, dt, li, ol, ul, 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-family: inherit;
	font-size:100%;
	text-align: left;
	vertical-align: baseline;
}
	
a img {border:none;}

table {border-collapse: collapse; border-spacing: 0;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}

/*Site CSS*/
html{
	background-color: #fff;
}
body{
	width: 778px;
	margin: 0 auto;
	background: url('images/bodyBg.png') repeat-y;
	font: 10pt Tahoma, Verdana, Arial, Sans-serif;
	color: #777;
	overflow: auto;
}

h1{
	background: url('images/top.jpg') no-repeat;
	width: 457px;
	height: 113px;
	margin: 0 0 0 30px;
	text-indent: -9999px;
}
	h1 a{
		width: 457px;
		height: 113px;
		display: block;
	}
h2{
	font-size: 1.3em;
	margin: 0 0 10px;
}
h3{
	font-size: 1.1em;
	margin: 0 0 7px;
	font-weight: bold;
}
h4{
	font-weight: bold;
	margin: 0 0 5px;
}

a{
	color: #428bca;
	text-decoration: none;
}

#bannerTop{
	list-style-type: none;
	float: right;
	width: 275px;
	height: 181px;
	margin: -110px 15px 0 0;
}

/*Navigation*/
#navTop{
	list-style-type: none;
	width: 423px;
	margin: 19px 0 28px 43px;
	overflow: hidden;
}
#navTop li{
	display: inline;
}
#navTop li a{
	display: block;
	float: left;
	color: #777;
	font: bold 1.1em Helvetica, Arial, Tahoma, Sans-serif;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px dotted #598a83;
}
#navTop li.last{
	border: 0;
}
	#navTop li a:hover{
		color: #428DC7;
	}
		#navTop li a.active{
		color: #428DC7;
	}
#navLeftHeader{
	background: url('images/navLeftHeader.gif') 6px 0 no-repeat;
	height: 10px;
	text-indent: -9999px;
	margin: 0 0 10px 30px;
}
#navLeft ul{
	width: 198px;
	background: #6EB0EA url('images/navLeftBg.jpg') no-repeat;
	float: left;
	margin: 0 0 1px 30px;
	padding: 10px 0;
	list-style-type: none;
}
#navLeft li a{
	background: url('images/bullet.gif') 15px 0 no-repeat;
	display: block;
	width: 80%;
	
	margin: 0 0 7px;
	padding: 0 0 0 30px;
	font-size: .8em;
	text-decoration: none;
	color: #c2e3ff;
	font-weight: bold;
	
}
	#navLeft li a:hover{
		text-decoration: underline;
	}

#content{
	width: 500px;
	float: right;
	padding: 20px 25px 0 25px;
	margin: 18px 0 0;
	border-top: 1px solid #c2e3ff;
}
	#content p{
		margin: 0 0 10px;
	}
#footer{
	clear: both;
	width: 100%;
	height: 26px;
	padding: 32px 0 0 0;
	font-size: .8em;
	color: #ccc;
	text-align: center;
	background: #fff url('images/footerBg.gif') 30px 0 no-repeat;
	vertical-align: bottom;
}

#footer a span{
	color: #428BCA;
}


/* Contact Form Only
------------------------------------------------------------------------------- */
form {
	width: 360px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
}
form.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	width: 310px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}
