@import url(reset.css);
@import url(basics.css);
@import url(nav.css);

body {
	background-color: grey;
	}
	
	#container {
		border: solid 2px grey; 
		background-color: #f4c770;
		width: 848px;
		padding: 0;
		margin: 1pt auto 1pt;
		text-align: left;
		}
	
		#header        {
			background: url("../images/header.jpg") no-repeat;
			width: 100%;
			padding-top: 214px;
			}

		#contentHead {
			height: 25px;
			}		
		
		#content      {
			padding: 30px;
			}

	#footer {
		background: #507110;
		width: 848px;
		padding: 6px 0px 5px 0px;
		margin: -1px 5px 5px 0px;
		}
	
	#countdownie {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 1.8em;
		text-decoration: underline;
	}

#content .pushRight {
	margin-right: -39px;
	margin-left: 20px;
	}

#col2 .pushLeft {
	margin-left: 0px;
	margin-right: 10px;
	}
	
div.splitColL  {
	width: 148px;
	float: left }

div.splitColR {
	width: 600px;
	float: right;
	text: align;
	}

#title {
	margin: 0 auto;
	width: 445px;
	height: 80px;
	}


/*=====  TYPOGRAPHY  =====*/

#Col2 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	}


#footer p   {
	color: #cccdca;
	font-size: 1.4em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 1.58333333em;
	text-align: center;
	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: 1.0em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif }

form  {
	background-color: #f4c770;
	background-repeat: no-repeat;
	width: 180px;
	padding: 5px;
}

fieldset {
	background-repeat: no-repeat;
	padding-top: 2px }

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: 1.2em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background-color: #f1f4f9;
	width: 180px;
	border-width:1px 
	padding: 5px;
	}


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 }





.expandomatic {
	cursor: pointer;
	}
