@import url(reset.css);
@import url(basics.css);
@import url(nav.css);

body {
	background: #1A355D url("../images/bgBody.gif") top center;
	}

#wrapper {
	background: url("../images/bgWrapper.gif") repeat-y top center;
	}

	#container {
		background: url("../images/bgContainer.gif") no-repeat 0px 93px;
/*		background-image: url("../images/bgRhythm.gif");/* rhythm guide */
		border-left: #43617B solid 3px;
		border-right: #43617B solid 3px;
		width: 780px;
		padding: 0;
		margin:0 auto;
		text-align: left;
		}
	
		#header        {
			background-image: url("../images/bgHeader.jpg");
			width: 100%;
			height: 93px;
			}
		
		#content      {
			background: url("../images/bgContent01.jpg") no-repeat;
			padding-left: 205px;
			padding-right: 110px;
			padding-bottom: 80px;
			}
	
#footerWrapper {
	background: url("../images/bgFooterWrapper.gif") repeat-y top center;
	}

	#footer {
		background: url("../images/bgFooter.gif");
		width: 786px;
		padding: 83px 0px 0px 0px;
		margin:-83px auto 0 auto;
		}
	

#content .pushRight {
	margin-right: -39px;
	margin-left: 20px;
	}

#col2 .pushLeft {
	margin-left: 0px;
	margin-right: 10px;
	}
div.splitColL  {
	width: 183px;
	float: left }

div.splitColR {
	width: 279px;
	float: right }

#title {
	background: url("../images/textTitle.jpg") no-repeat 0px 7px;
	margin: 0 auto;
	width: 445px;
	height: 80px;
	}


/*=====  TYPOGRAPHY  =====*/

#Col2 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	}


#footer p   {
	color: #8894AD;
	font-size: 1.2em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 1.58333333em;
	margin: 0;
	padding: 0 }

#footer a, #footer a:hover, #footer a:active, #footer a:visited { color: #8894AD }
.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: #dde0e5;
	background-image: url("../images/bgFormBottom.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 10px;
	width: 470px }

fieldset {
	background-image: url("../images/bgFormTop.gif");
	background-repeat: no-repeat;
	padding-top: 10px }

label   {
	color: #5e6a7a;
	text-align: right;
	display: block;
	padding-right: 10px;
	width: 100px;
	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: 350px;
	border-width: 1px }


input#city {
	width: 236px;
	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;
	margin-left: 110px }

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;
	}