body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


/*-------------------Main DIVs-----------------------------*/
#wrapper {
	width:750px;
	position:relative;
	left:50%;
	margin-left:-375px;
}

#brandingLeft {
	float:left;
	width:575px;
	height:87px;
	background:url(images/brandingLeft2.gif) no-repeat left top;
}

#brandingRight {
	float:right;
	width:175px;
	height:87px;
	background:url(images/brandingRight.gif) no-repeat left top;
}

#content {
	float:left;
	width:575px;
}

#mainContent {
	float:right;
	width:400px;
}

#mainNav {
	position:relative;
	float:left;
	width:175px;
	height: 1550px;
	background-color:#436b95;
}

#misc {
	float:right;
	width:175px;
	height:1550px;
	background-color:#dfc36f;
	position:relative;
	background:#dfc36f url(images/tan_rounded_bottom.gif) no-repeat bottom right;
}

#footer {
	clear:both;
	text-align:center;
	padding-top:20px;
}

#logos {
	margin-left:10px;
	padding-top:50px;
}

#emergency {
	margin:40px 20px 0 20px;
}
/*--------------------------------------------------------------*/




/*-----------------------mainNav--------------------------------*/
#mainNav {
	background:#436B95 url(images/blue_rounded_bottom.gif) no-repeat bottom left;
}

#mainNav ul {
	margin:0;
	padding:20px 0 0 10px;
}

#mainNav ul li {
	list-style-type:none;
	margin-bottom:20px;
}

#mainNav a {
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
}

#mainNav a:hover {
	text-decoration:underline;
}


/*-------------------------------------------------------------*/



.firstp {
	margin:0;
	padding:0 3px;
}

.clear {
	clear:both;
}

#brandingLeft img {
	padding-top:4px;
	padding-left:16px;
}

#brandingRight p {
	text-align:center;
	margin:0;
	padding:5px 0;
	font-size:14px;
	font-weight:bold;
}

h1 {
	font-size:16px;
	color:#3e261d;
	margin:0;
}

h2 {
	font-size:13px;
	color:#3e261d;
	margin-bottom:2px;
}

h3 {
	font-size:14px;
	color:#3e261d;
	border-bottom:2px solid #53392f;
}

#mainContent p, #mainContent h1, #mainContent h2, #mainContent h3 {
	padding:0 10px;
	line-height:1.5em;
}

li {
	line-height:1.3em;
	padding-bottom:.5em;
}

#mainContent ul {
	margin:20px 20px 20px 30px;
	padding:0;
}

#mainContent ul li {
	font-weight:regular;
	font-size:11px;
	text-align:justify;
}

#misc h3 {
	text-align:center;
	margin:5px 8px;
}

#misc p {
	margin:5px 8px;
}


#testimonials {
	margin:0 10px;
}

#mainContent .quote {
	padding:20px 0 0 0;
	text-align:justify;
}

#mainContent .author {
	text-align:right;
	padding:3px 0;
	background:#ffffff url(images/authorBG.jpg) repeat-y right top;
	font-style:italic;
}

#mainContent form {
	padding:0 10px;
}

form em {
	color:red;
}

a:link, a:visited, a:active {
	color:#3e261d;
	text-decoration:underline;
	font-weight:bold;
	
}

a:hover {
	color:#3e261d;
	text-decoration:none;
}

#misc h3.noLink a {
	color:#3e261d;
	text-decoration:none;
}
