@charset "utf-8";
/* CSS Document */

body {
	margin: 0px; padding: 0px;		
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size-adjust: 0.48;
	font-size: 15px;
	background-color: #ffffff;	
	background-image: url('../images/outside-backdrop2.png');
	background-repeat: repeat-x;
	background-position: 0px -1px;
	text-align: center;	
}

img { 
	border: 0px; 
}

a {
	color: #bd9b04;
}

div#containerframe {
	width: 1025px;
	height: 834px;
	padding: 0px;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url('../images/page-backdrop.png');
	background-repeat: no-repeat;
		padding-left: 7px;
	
}
div#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	padding: 0px;

	width: 1000px;
	height: 790px;
	text-align: left;
	background-color: #ffffff;
	display: block;
	float: left;
}

div#header{
    width: 1000px;
	height: 178px;
	padding: 0px;
	margin: 0px;
 	background-image: url('../images/header-backdrop.png');
	background-repeat: repeat-x;
}

div#header .logo {
	margin-top: 46px;
}

div#menubox {	
	padding-left: 0px;
	float: left;
}

div#menubox ul {
	padding: 0px;
	float: left;
	list-style: none;
	display: block;
	background-image: url('../images/menu-backdrop.png');
	background-repeat: repeat-x;
	text-align: left;
	font-size: 17px;
}

div#menubox ul li {
	float: left;
	padding: 0px 15px;
}

div#menubox ul li a {
	text-decoration: none;
}

.menuOn {
	color: #ffffff;
	height: 19px;
	background-image: url('../images/menu-on.png');
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 5px;	
}

.menuOff {
	color: #004275;
	height: 19px;
	background-image: url('../images/menu-off.png');
	background-repeat: repeat-x;	
	padding-left: 5px;
	padding-right: 5px;	
}

div#bodycontainer {
	background-image: url('../images/content-backdrop.png');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	width: 1000px;
	height: 540px;
	float: left;
	clear: both;
}

div#leftMenu {
	width: 148px;
	height: 540px;
	float: left;
	display: block;
	margin-top: 64px;
	margin-left:16px;
	margin-right: 16px;
}

div#leftMenu ul {
	height: 260px;
	list-style: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
}

div#leftMenu ul li {
	padding-bottom: 8px;
}

div#leftMenu ul li a {
	text-decoration: none;
}

div#addressbox{
	font-size: 12px;
	width: 140px;
	padding-right: 10px;
	color: #999999;
	position: relative;
}

div#addressbox strong{ 
	color: #757575;
}

div#addressbox p {
	margin: 0px;
	margin-top: 3px;
}

div#pagetitle {
    width: 820px;
	height: 30px;
	font-size: 18px;
	text-transform: uppercase;
	color: #004275;
	font-weight: bold;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

div#content {
    width: 800px;
	height: 450px;
	float: left;
	overflow: auto;	
	padding-right: 20px;

}

div#content h3 {
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
}


div#content h4 {
	color: #bd9b04;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

div#content p {
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 10px;
}

div#content ul {
	list-style-image: url('../images/ul-bullet-blue.png');

}
div#quote {
	color: #7e9abd;
	display: block;	
	padding-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;

}

div#quote em{
	color: #205a86;
	display: block;
	padding-bottom: 5px;
}

div#quote strong{
	color: #004275;
	display: block;
	padding-bottom: 0px;	
}

div#pagelinks {
    width: 820px;
	height: 30px;
	font-size: 18px;
	float: left;
	color: #aaaaaa;
}

div#pagelinks span {
	float: left;
	display: block;
}

div#pagelinks a {
	padding: 0px 5px;
	color: #aaaaaa;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

div#footer {
	margin-left: auto;
	margin-right: auto;
	clear: both;
    width: 1000px;
	height: 20px;
	background-color: #e4d197;
	color: white;
	text-align: center;
	font-size: 11px;
	padding: 0px;
}

div#footer span {
	float: left;
	display: block;
	width: 480px;
}

div#footer a {
	padding: 0px 5px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

div#footer p {
	padding: 0px; 
	margin: 0px;
	float: left; 
	width: 100%;
	color: #004275;
	text-align: right;
}

div#footer p a{
	text-transform: none;
	color: #004275;
	font-weight: normal;
	font-size: 11px;
}