@import url(reset.css);
@import url(basics.css);
@import url(nav.css);

body {
	background: #E2F2CD url("../images/bgNavShadow.gif") repeat-x 0px 290px;
	}

#headerBg,
#header {
	height: 290px;
	}

#headerBg {
	width: 100%;
	margin-bottom: -290px;
	}

	#headerBgRight,
	#headerBgLeft,
	#headerBgCenter {
		height: 260px;
		margin-bottom: -260px;
		}

	#headerBgRight {
		margin-left: 50%;
		background: url("../images/bgHeader01_rightRepeat.gif");
		}

	#headerBgLeft {
		margin-right: 50%;
		background: url("../images/bgHeader01_leftRepeat.gif");
		}

	#headerBgCenter {
		background: url("../images/bgHeader01.jpg") no-repeat center top;
		}

	#navBg {
		background: url("../images/bgNav.gif") repeat-x left bottom;
		height: 290px;
		margin-bottom: -290px;
		}

#header,
#container {
	width: 814px;
	margin: 0 auto;
	display: block;
	}

	#title {
		background: #E2F2CD url("../images/bgHeader01.jpg") no-repeat center top;
		display: block;
		width: 100%;
		height: 260px;
		margin: 0;
		padding: 0;
		}

#container {
	background: url("../images/bgContentRepeat.gif") repeat-y 0px 93px;
/*	background-image: url("../images/bgRhythm.gif");/* rhythm guide */
	}

	
	#content      {
		background: url("../images/bgContentCap.gif") no-repeat;
		width: 516px;
		padding: 30px 41px 8em 257px;
		}
	
#footer {
	background: url("../images/bgFooter.jpg") no-repeat;
	width: 782px;
	padding: 70px 16px 3em 16px;
	margin: 0 auto;
	}
	

#content .pushRight {
	margin-right: -24px;
	margin-left: 20px;
	display:inline;
	}

#content .pushLeft {
	margin-left: -240px;
	margin-right: 20px;
	display:inline;
	}

div.splitColL  {
	width: 183px;
	float: left }

div.splitColR {
	width: 279px;
	float: right }
	
	div.splitColLeft  {
	width: 240px;
	float: left }

div.splitColRight {
	width: 240px;
	float: right }


/*=====  TYPOGRAPHY  =====*/

#Col2 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	}


#footer p   {
	color: #A6AD9A;
	font-size: 1.2em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 1.58333333em;
	margin: 0;
	padding: 0 }

#footer .floatLeft, #footer .floatLeft a {
	color: #56565F;
	}


#footer a, #footer a:hover, #footer a:active, #footer a:visited { color: #A6AD9A }
.callToAction p {
	color: #fff;
	}

form h3 {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 1em }



/*=====  FORMS  =====*/
form  {
	font-size: 0.9em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif }

form  {
	background-color: #E2F2CD;
	background-image: url("../images/bgFormBottom.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 10px;
	border-width: 2px;
	}

fieldset {
	background-image: url("../images/bgFormTop.gif");
	background-repeat: no-repeat;
	padding-top: 10px }

label   {
	color: #5e6a7a;
	text-align: left;
	display: block;
	padding-left: 13px;
	float: left;
	clear: left }


form input, form select, form textarea  {
	color: #424f62;
	font-size: 1em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background-color: #f1f4f9;
	width: 485px;
	border-width: 1px;
	margin-left: 13px;
	}


input#city {
	width: 175px;
	margin-right: 4px;
	float: left }

select#state {
	width: 46px;
	margin-right: 4px;
	float: left }

input#zip {
	width: 58px;
	float: left }

p.formPhone  {
	padding-top: 5px;
	clear: both }

p.formSubject { /* spamtrap */
	display: none !important;
	}

input#submit {
	background-color: #fff;
	}

form input.error   {
	margin-bottom: 0;
	clear: left;
	border: dotted 1px red }



form label.error   {
	color: red;
	background-color: #fff4f4;
	text-align: center;
	display: block;
	margin-top: 0;
	margin-right: 8px;
	margin-left: 110px;
	width: auto;
	float: none;
	clear: left }


/*=====  OVERRIDES  =====*/

.dropCap {
	color: #424f62;
	font-size: 1.5em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 1.2em;
	background-color: #dde0e5;
	text-align: center;
	display: block;
	margin: 0 0.2em 0 0;
	padding: 0.15em;
	width: 1em;
	height: 1em;
	float: left }

img.floatRight {
	margin-left: 20px;
	}

img.floatLeft {
	margin-right: 20px;
	}

ol.upperRoman   {
	list-style-type: upper-roman }


ol.lowerRoman  {
	list-style-type: lower-roman;
	padding-left: 2em }

ol.decimal   {
	list-style-type: decimal;
	padding-left: 1.5em }



ul.indent  {
	margin-left: 2em !important }


ul.bullets, dl.bullets dt   {
	list-style: disc }


ul.checks, ul.bust  {
	list-style-type: none;
	margin-left: 0 }

ul.checks li, ul.bust li, ul.bustEm li, ul.subtle li   {
	background-repeat: no-repeat;
	list-style-type: none;
	margin-left: -20px;
	padding-left: 20px }


ul.checks li  {background-image: url("../images/iconCheckBullet.gif");}
ul.bust li   {
	background-image: url("../images/iconBustBullet.gif");
	background-position: 0 4px;
	margin-left: 0 }

ul.bustEm li   {
	background-image: url("../images/iconBustEmBullet.gif");
	background-position: 0 4px;
	margin-left: 0 }

ul.subtle li   {
	background-image: url("../images/iconSubtleBullet.gif");
	background-position: 0 6px;
	margin-left: -14px;
	padding-left: 14px;
	}


.expandomatic {
	cursor: pointer;
	}