/* CSS Document */

body {
background: url(../images/bg.jpg) repeat-x;
	margin: 0 auto;
	padding:0;
}
	
#mainDiv {
	width:800px;
	margin: 0 auto; 
	}
	
.topLevelMenu {
	width:800px;
	height:15px;
	background-image:url(../images/topLevelbg.jpg);
	float:left;
	font: 8pt Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:right;
}

.topLevelMenu ul {
	list-style:none;
	margin:0 30px 0 0;
	font-weight:normal;
	}
	
.topLevelMenu li {
	color:#989174;
	display:inline;
	}
	
.topLevelMenu li.home a:hover {
	text-decoration:underline;
	}
	
.topLevelMenu li a {
	color:#989174;
	text-decoration:none;
	}
	
.topLevelMenu li a:hover {
	text-decoration:underline;
	}
	
.header{
	width:800px;
	height:85px;
	float:left;
	background-image:url(../images/headerbg.jpg);
	}

#mainNav {
	margin: 17px 30px 0 0;
	text-align:right;
	}
	
#mainNav ul{
	margin:-9px -5px 0 0;
	list-style:none;
	}
	
#mainNav li {
	display:inline;
	height:20px;
	margin: 0px 0px 0 -3px;

	}

#mainNav li a{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-decoration:none;
	}

#mainNav li ul{
	display: block;
	visibility: hidden;
	position: absolute;
	left: 0;
	width: 712px;
	margin: -2px 0 0 24px;
	text-align:right;
	color:#000;
	clear:left;
}

#mainNav li ul li{
	margin: 0 2px 0 2px;
	color:#fff;
}


#mainNav li ul li a {
font-weight:normal;
	font-size:10pt;
	color:#fff;
}

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

#mainNav li:hover ul {
	visibility: visible;
	z-index: 100;
	left:50%;
	text-align:center;
	margin-left:-375px;
}
	
	
.content {
	width:800px;
	float:left;
	background:url(../images/contentbg.jpg) repeat-y left top;
	padding-left:25px;
	color:#666;
	}

.contentSecondary {
	width:800px;
	float:left;
	background:url(../images/contentbg2.jpg) repeat-y left top;
	padding-left:25px;
	color:#666;
	}

.rightTertiary {
	width:170px;
	clear:right;
	float:right;
	}
	
	
.centerTertiary {
	width:400px;
	float:left;
	}
	
#left{
	width:175px;
	float:left;
	background-color: #989174;
	color:#fff;
	}

.leftFooterImage{
	float:left;
	margin: 0 0 -5px 0;
	}

#center{
	width:400px;
	float:left;
	font-size:8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#center2{
	width:575px;
	float:left;
	font-size:8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.centerRight {
	width:45%;
	float:right;
	margin:0 10px 0 0;
	}
	
.centerLeft {
	margin: 0 0 0 10px;
	width:45%;
	float:left;
}

.centerLeft a {
	color:#333;
	text-decoration:none;
}

.centerLeft a:hover {
	text-decoration:underline;
}

.centerRight a {
	color:#333;
	text-decoration:none;
}

.centerRight a:hover {
	text-decoration:underline;
}

.centerLowLeft {
	width:45%;
	margin: 0 0 0 10px;
	float:left;
	clear:both;
	}
	
.centerLowRight {
	width:45%;
	float:right;
	clear:both;
	margin:0 10px 10px 0;
	}

.redTitle {
	font-weight:bold;
	color:#990033;
	}

.redTitle a{
	color:#990033;
	text-decoration:none;
	}
	
.redTitle a:hover{
	text-decoration:underline;
	}
	
.blueTitle {
	font-weight:bold;
	color:#003a63;
	}

.blueTitle2 {
	font-weight:bold;
	color:#3b6e8f;
	}
	
.blueTitle2 a{
	color:#3b6e8f;
	text-decoration:none;
	}
	
.blueTitle2 a:hover{
	text-decoration:underline;
	}

.dkText {
	color:#333333;
	}
	
#right {
	width:175px;
	float:left;
	color:#fff;
	}

.bold {
	font-weight:bold;
	}
	
.learnmore a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}
	
.learnmore2 a:hover {
	text-decoration:underline;
	}
	
.learnmore2 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	}
	
.learnmore a:hover {
	text-decoration:underline;
	}
	

.more a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	}
	
.more a:hover {
	text-decoration:underline;
	}
	
#newsBox {
	height:275px;
	background-color: #634e32;
	text-align:right;
	}
	
#newsBox a {
	color:#fff;
	text-decoration:none;
	}

#newsBox a:hover {
	text-decoration:underline;
	}
	
.footer {
	width:800px;
	float:left;
	background:url(../images/footerbg.jpg) no-repeat;
	padding-top:20px;
	}
	
.footerTxt {
	color:#999999;
	font:8pt Arial, Helvetica, sans-serif ;
	text-align:right;
	padding-right:20px;
	}
	
p {
	font-size:8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px 10px 5px 10px;
	margin: 0px 0 0 0;
	}
p img {
	margin: 0 10px 0 0;
	}
	
hr {
	padding:0 5px 0 5px;
	width:95%;
	}
	
h3 {
	font-weight:bold;
	font-size:8pt;
	color:#3b6e8f;
	margin: 0 0 0 10px;
}

h3.benchmark {
	font-weight:bold;
	font-size:8pt;
	color:#3b6e8f;
	margin: 0 0 0 10px;
	text-transform:uppercase;
}

h2 {
color:#3b6e8f;
	font-weight:bold;
	font-size:10pt;
	margin: 0 0 0 10px;
	}
	
	h2.benchmarkTitle {
color:#3b6e8f;
	font-weight:bold;
	font-size:10pt;
	margin: 0 0 0 0px;
	}
	
ul {
	margin: 5px 0 0 0px;
	}

li {
	margin: 5px 0 0 0px;
	}
	
ul li a {
	color:#003a63;
	font-weight:bold;
	text-decoration:none;
	}

ul li a:hover {
	text-decoration:underline;
	}
	
ul.benchmark, ol.benchmark{
	width:500px;
	padding-bottom:10px;
	}

a {
	text-decoration:none;
	font-weight:bold;
	color:#003a63;
	}

a:hover {
	text-decoration:underline;
	}

a.email {
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	}
	
a.email:hover {
	text-decoration:underline;
	}	
	
blockquote {
	background-color:#d4ccb0;
	padding:10px;
	font-size:10pt;
	color:#555;
	font-family: Arial, Helvetica, sans-serif;
/*	font-weight:bold;*/
	background-position:center;
	background-repeat:no-repeat;
	}

h4{
	cursor:pointer;
	color:#3b6e8f;
	font-weight:bold;
	font-size:10pt;
	margin: 0 0 0 10px;
	}
	
h5{
		cursor:pointer;
	font-weight:bold;
	color:#003a63;
	font-size:8pt;
	margin: 0 0 0px 10px;
	}
	
.togglerNest{
	cursor:pointer;
	color:#3b6e8f;
	font-weight:bold;
	font-size:8pt;
	margin: 0 0 0 15px;
	}

.elementNest{
	padding:10px;
	}
	
.ajax-loading {
	padding:20px 0 0 0;
	margin-left:130px;
	margin-top:-43px;
	background: url(../images/spinner.gif) no-repeat;
	content: <br><br>;
}
.taText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	}
	
#accordion p a {
	color:#666;
	}
	
.invisible {
	
	margin-left:33px; margin-top:7px;
	margin-bottom:0px;
	}
	
.printLogo {	
	display:none;
	}
	
div.benchmark{

	width:575px;
	height:100%;
	min-height:75px;
	margin:0 0 0 0px;
	display:block;
	padding:0px 0px 0 0px;
	background:url(../images/benchmark/common/benchmark-graphic.jpg) no-repeat;
	}
	
div.benchmark p{
	padding:34px 0 0 18px;
	width:535px;
	}
	
#benchmarkHeader a{
	color:#fff;
	}
	
p.benchmarkHeaderText, a.bencmarkHeaderText {
	color:#fff;
	}
	
ul#benchmarkNav {
	color:#fff;
	margin:0 0 0 0;
	padding:0 0 0 20px;
	}

#benchmarkNav li{
	list-style-image:url(../images/benchmark-tick.jpg);
	margin:0;
	padding:0;
	}
	
#benchmarkNav li a {
	font-weight:normal;
	}

#benchmarkHeader{
width:575px;
height:186px;
display:block;
margin:0;
float:left;
clear:both;
padding:0px 0 0 0;
background: #a8a792 url(../images/benchmark-top.jpg) no-repeat;
}

#benchmarkHeader #bHleft{
	width:400px;
	height:178px;
	float:left;
	background:#003a63;
	margin:8px 0 0 0;
}

#benchmarkHeader #bHright{
width:175px;
	height:168px;
	float:right;
	background:#4f4841;
	margin:8px 0 0 0;
}

#bHauthors{

width:550px;
height:100%;
display:block;
clear:both;
float:left;
}

#authorLeft{
float:left;
width:275px;
height:100%;
}
#authorRight{
float:right;
width:275px;
height:100%;
}

#bHlink
	{
	width:555px;
	height:100%;
	display:block;
	float:left;
	clear:both;
	}

