body {
	margin: 0;
	background-color: #FFF;
	text-align: center;
}

/* Main layout holders ___________________________________________________ */

div#header {
	background-color: #5177A5;
}
/* Top Menu */
div#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: right;
}
html>body div#header ul {
	height: 22px;
}
div#header ul li {
	float: left;
}
div#header ul li a {
	display: block;
	border-left: 1px solid #6D8EB3;
	font: bold arial, Helvetica, sans-serif;
	padding: 0 12px 5px 9px;
	color: #E6E0D2;
	text-decoration: none;
	background-image: none;
}
div#header ul li a:hover, div#header ul li a.active {
	color: #FFF;
	border-left: 1px solid #90A8C3;
}
div#header img.logo {
	float: right;
}

/* new */

#loginLogo {
	height: 122px;
}
#loginLogo img.loginButton {
	float: left;
	margin: 60px 0 0 0;
}

div#title {
	background-color: #6D8EB3;
	border-bottom: 5px solid #AB9D77;
}
div#title h1 {
/*	font: bold 120% Verdana, Arial, Helvetica, sans-serif;
	color: #C7BEA1;
	padding: 16px 0 0 0;	*/
	margin: 0;
}
div#title img#strapline {
	float: right;
}
div#title img#title {
	float: left;
}

div#main {
	background-color: #FFF;
	background-image: url(../images/bkg_main.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 15px 0;
}

div#footer {
	background-color: #5177A5;
	border-bottom: 5px solid #AB9D77;
}
div#footer p {
	color: #FFF;
	float: left;
	padding-top: 10px;
}
div#footer ul {
	margin: 0 0 10px 0;
	padding: 10px 7px 0 0;
	list-style: none;
}
div#footer ul li {
	float: right;
}
div#footer ul li a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
	background-image: none;
}
div#footer ul li a:hover {
	text-decoration: underline;
}

div.content {
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* Central columns */

div#menu {
	float: left;
	width: 190px;
}
div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 175px;
	border-top: 1px solid #AB9D77;
	border-left: 1px solid #AB9D77;
	border-right: 1px solid #AB9D77;
}
div#menu ul li a {
	display: block;
	border-bottom: 1px solid #AB9D77;
/*	height: 25px;	
	padding: 0 16px 0 10px;
	font: 1em/2 arial, Helvetica, sans-serif;		*/
	height: 100%;
	color: #3069A4;
	text-decoration: none;
	padding: 4px 16px 4px 10px;
	margin: 0;
	font: 1em/1.4 arial, Helvetica, sans-serif;
	background-image: none;
}
div#menu ul li a:hover {
	background-color: #5177A5;
	background-image: url(../images/bkg_list_w.gif);
	background-repeat: no-repeat;
	background-position: top right;
	color: #FFF;
}
div#menu ul li a.active {
	background-image: url(../images/bkg_list_b.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
div#menu ul li a.active:hover {
	background-image: url(../images/bkg_list_w.gif);
}
div#menu ul li a.section {
	background-color: #E6E0D2;
	text-decoration: underline;
}
div#menu ul li a.highlight {
	font-weight: bold;
}
div#menu ul li a.activeHighlight {
	font-weight: bold;
	background-image: url(../images/bkg_list_b.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

div#CMS {
	float: left;
	width: 374px;
}
div#CMS p#breadcrumb {
	color: #998C6A;
	background-image: url(../images/bkg_dotted.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 7px;
	margin: 50px 0 6px 0;
	font-size: 70%;
}
div#CMS p#breadcrumb a {
	text-decoration: none;
	color: #998C6A;
	background-image: none;
	padding-right: 0;
}
div#CMS p#breadcrumb a:hover {
	text-decoration: underline;
}
div#CMS p#top {
	text-align: right;
	margin: 0 0 50px 0;
}
div#CMS p#top a {
	text-decoration: none;
	color: #5177A5;
	font-weight: bold;
	background-image: none;
	padding-right: 0;
}
div#CMS p#top a:hover {
	color: #AB9D77;
	text-decoration: underline;
}

/* Right hand feature boxes */

div#feature {
	float: right;
	width: 175px;
}
div#feature div.box {
	background-color: #E6E0D2;
	padding: 0 12px 12px 12px;
	margin-top: 12px;
}
div#feature div.box h2 {
	background-image: none;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 10px;
	margin-top: 0;
}
div#feature div.box h3 {
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
}
div#feature div.box p {
	color: #5177A5;
	padding-top: 8px;
	padding-bottom: 0;
	margin-top: 0;
}

div#feature div.box p.pdf {
	background-image: url(/images/bkg_dotted.gif);
	background-position: top;
	background-repeat: repeat-x;
/*	padding: 10px 0 10px 0;		*/
	padding: 10px 0 0 0;
	font-size: 70%;
}
div#feature div.box p.pdf img {
	float: left;
	margin: 0 10px 0 0;
}
div#feature div.box p.pdf a {
	font-weight: bold;
	text-decoration: none;
}
div#feature div.box p.pdf a:hover {
	color: #AB9D77;
}

div#feature div.box p.quote {
	font-weight: bold;
	padding: 10px 0 0 0;
}
div#feature div.box p.company {
	font-size: 70%;
	padding: 0 0 4px 0;
}
div#feature div.box p.link {
	font-size: 70%;
	background-image: url(../images/bkg_dotted.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 6px 0 10px 0;
}

div#feature div.box div.styler {
	display: block;
	padding: 4px 0;
}
div#feature div.box div.styler ul {
	list-style: url(../images/bullet.gif);
	padding-top: 6px;
	margin-top: 0;
	margin-bottom: 0;
}
div#feature div.box div.styler ul li, div#feature div.box div.styler ol li, div#feature div.box div.styler p {
	font-size: 70%;
}
div#feature div.box div.styler h2, div#feature div.box div.styler h3, div#feature div.box div.styler p {
	margin: 6px 0 0 0;
}
div#feature div.box div.styler p {
	padding-bottom: 8px;
}

#searchnav {
	border-top: 2px solid #AB9D77;
	padding-top: 8px;
	text-align: right;
}
#searchnav a {
	font: 70% Arial, Helvetica, sans-serif;
	color: #AB9D77;
	text-decoration: none;
}
#searchnav a:hover {
	text-decoration: underline;
}

.photo {
	border: 2px solid #AB9D77;
	margin: 10px 0;
}

/* Basic overall styles ____________________________________________________ */

.clear {
	clear: both;
}
html>body .clear {
	height: 0;
}
.bold {
	font-weight: bold;
}
.red {
	color: #FF0000;
}

/* Form styles _____________________________________________________________ */

.formline {
	height: 25px;
	clear: left;
}
.formlineLarge {
	height: 95px;
	clear: left;
}
label {
	width: 105px;
	font: bold 70% Arial, Helvetica, sans-serif;
	color: #5177A5;
}
.formline label, .formlineLarge label {
	float: left;
}
.formline input, .formlineLarge textarea {
	float: left;
	width: 260px;
	border: 1px solid #C7BEA1;
	font: 70% Arial, Helvetica, sans-serif;
	color: #AB9D77;
}
input.button {
	background-color: #5177A5;
	border: 1px solid #5177A5;
	color: #FFF;
	font-weight: bold;
}

/* Homepage styles */

#homeFlash {
	float: left;
/*	width: 354px;
	padding: 20px 0;			*/
	width: 209px;
	padding: 18px 0 0 0;
	text-align: right;
}
#homeContent {
	float: right;
/*	width: 345px;
	padding: 40px 0;			*/
	width: 500px;
	padding: 18px 0 3px 0;
}
#homeContent h1, #homeContent h2, #homeContent h3 {
	color: #C7BEA1;
	padding-right: 50px;
}
#homeContent h1 {
	padding-bottom: 20px;
}
#homeContent p, #homeContent ul li, #homeContent ol li {
	color: #C5D4EF;
	font-weight: normal;
}
#homeContent p {
/*	padding-right: 50px;			*/
}
#homeContent p a, #homeContent ul li a {
	color: #E6E0D2;
/*	background-image: url(../images/bkg_link_home.gif);
	background-position: bottom right;
	background-repeat: no-repeat;			*/
	padding: 0;
	background-image: none;
}
#homeContent ul {
	list-style: none;
	margin-left: 0;
	padding-top: 10px;
	margin-top: 15px;
	background-image:url(../images/bkg_dotted_pale.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin-right: 50px;
}
#homeContent ul li a {
	font-weight: normal;
}

/*

.homeBox {
	border: 1px solid #AB9D77;
	width: 228px;
	float: left;
	margin-right: 2px;
	padding: 0 9px;
}
.homeBoxPlain {
	width: 208px;
	float: left;
	padding: 0 9px;
}
html>body .homeBoxPlain {
	width: 230px;
	
}

.homeBox br {
	clear: both;
}
.homeBox p, .homeBoxPlain p {
	margin-bottom: 8px;
	line-height: 120%;
}
.homeBox h2, .homeBoxPlain h2 {
	margin-top: 6px;
	padding-bottom: 5px;
	clear: both;
}
.homeBox ul, .homeBoxPlain ul {
	list-style: url(../images/bullet_home.gif);
	margin-top: 0;
	margin-bottom: 0;
}
.homeBox ul li, .homeBoxPlain ul li {
	font-size: 70%;
	color: #5177A5;
	padding-bottom: 3px;
}
.homeBox ul li a, .homeBoxPlain ul li a {
	text-decoration: underline;
	color: #5177A5;
	font-weight: normal;
}
.homeBox ul li a:hover, .homeBoxPlain ul li a:hover {
	text-decoration: none;
}

*/

#homeBoxesBackground {
/*	border-top: 15px solid #e6e0d2;			*/
	border-top: 1px solid #e6e0d2;
	background-image: url(../images/bkg_homeboxes.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.homeBaseBox {
	width: 237px;
	float: left;
}

.homeBaseBox h2 {
/*	margin: 0 0 15px 0;		*/
	margin: 0 0 10px 0;
	padding: 0 30px 0 10px;
}
.homeBaseBox h3 {
	padding: 0 30px 5px 10px;
	margin: 0;
}
.homeBaseBox p {
	font-size: 11px;
	line-height: 15px;
/*	padding: 0 30px 15px 10px;			*/
	padding: 0 30px 10px 10px;
	margin: 0;
}
.homeBaseBox ul {
	list-style-image: url(/images/design/bullet.gif);
	margin-left: 30px;
}
.homeBaseBox ul li {
	padding: 0 20px 5px 0;
	font-size: 10px;
	line-height: 13px;
	font-style: italic;
}

.homeBaseBox div.homePhoto {
	float: left;
	width: 55px;
	margin: 0 0 0 5px;
}
html>body .homeBaseBox div.homePhoto {
	margin: 0 0 0 10px;
}
.homeBaseBox div.homeInfo {
	float: right;
	width: 168px;
}

#homeBoxesBackgroundBase {
	background-image: url(../images/bkg_homeboxesbase.gif);
	background-repeat: no-repeat;
	background-position: top left;
/*	border-bottom: 15px solid #e6e0d2;		*/
	border-bottom: 1px solid #e6e0d2;
}

h2.brownBox {
	background-image: url(/images/header-c7bea1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 0 5px 10px;
}