/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	background-color: #EFEAD6;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/*Half page configuration - splits half the content into two (relatively) equal halves*/

#content #divLeftCol50 {
	float: left;
	margin: 0px;
	width: 320px;
}

#content #divLeftCol50 p {
	font-size: 75%; 
	line-height: 130%; 
	}
	
#content #divLeftCol50 li {
	font-size: 75%;
	line-height: 125%;}

#content #divLeftCol50 .feature {
margin-bottom: 25px;
}

#content #divLeftCol50 .feature img {
padding: 5px 10px 5px 10px;
float: left;
}

#content #divRightCol50 {
	float: right;
	width: 300px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content #divRightCol50 p {
	font-size: 75%; /*70%*/
	line-height: 130%; /*90%*/
	}
	
#content #divRightCol50 li {
	font-size: 75%;
	line-height: 125%;}


/*Natigation*/

ul#navlist
{
	list-style-type: none;
	padding-bottom: 24px;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	font-size: 85%;
	font-weight: bold;
}

ul#navlist li
{
float: left;
height: 21px;
background-color: #C6B599;
margin: 2px 2px 0 2px;
border: 1px solid #663300;
}

ul#navlist li#active
{
border-bottom: 1px solid #fff;
background-color: #fff;
}

li#active a { color: #660000; }

#navlist a
{
float: left;
display: block;
color: #663300;
text-decoration: none;
padding: 4px;
}

#navlist a:hover { background: #fff; }
#wrapper #content li {
	font-size: 85%;
}
#content
{
background: #fff;
border: 1px solid #ccc;
border-top: none;
clear: both;
margin: 0px;
padding: 15px;

}#wrapper #content h1 {
	font-size: 140%;
}
#wrapper #content h2 {
	font-size: 125%;
}
h3 {
	font-size: 100%;
}
#wrapper #content p {
	font-size: 75%;
	line-height: 130%;
}

#wrapper #footer {
	font-size: 80%;
	font-weight: normal;
	color: #FFFFCC;
	background-color: #663300;
	text-align: center;
	padding: 2px;
}.imgleft {
	float: left;
	margin-right: 10px;
}
#wrapper #content li {
	font-size: 80%;
	line-height: 130%;
}
#wrapper #content a {
	font-weight: normal;
	color: #CC3300;
	text-decoration: none;
}
.2columns {
	background-color: #FFFFFF;
}
h4 {
	font-size: 90%;
}
.clear {
	clear: both;
}
.imgright {
	float: right;
}
#wrapper #divFooter {
	font-size: 75%;
	color: #FFFFFF;
	background-color: #663300;
	padding: 3px;
	text-align: center;
}
#wrapper #divFooter a {
	color: #FFFFFF;
}
#wrapper #divFooter a hover {
	font-weight: bold;
	text-decoration: none;
}
#wrapper #content table {
	font-size: 75%;
	background-color: #EFEAD6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td {
	font-size: 100%;
	background-color: #EFEAD6;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.subhead {
	font-weight: bold;
	padding-left: 5px;
}
th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #663300;
}
#wrapper #content #divCaseStudies {
	width: 520px;
	margin-bottom: 120px;
	float: right;
}
#divrightcol {
	width: 500px;
	padding-left: 125px;
}
#wrapper #content #clearSidebar {
	width: 480px;
	margin-left: 165px;
}
