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

/* General */


body {
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
}

img {
	border: none;
}

h1 {
	color: #795b09;
	font-size: 18px;
	padding: 0 0 0 15px;
	font-weight: bold;
}

h2 {
	color: #2f2f45;
	font-size: 14px;
	padding: 0 0 0 15px;
}

ul {
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 13px;
	list-style-type: disc;
}

form {
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 13px;
	padding: 0 0 0 15px;
}

a:link {
	color: #020272;
}

a:visited {
	color: #020272;
}

a:active {
	color: #020272;
}

a:hover {
	color: #5e5e8f;
}

.imageRight {
	float: right;
	padding: 7px;
	display: block;
}

.imageBorder {
	border: 3px solid #CCCCCC;
}

.imageBorder img {
	display: block;
}

.imageLeft {
	float: left;
}


/* Layout */

#wrapper {
	margin: 0 auto;
	width: 876px;
}

#navigation {
	background: url(../images/nav-bg.jpg) no-repeat;
	width: 876px;
	height: 39px;
	float: left;
	text-align: center;
	padding: 0 0 0 45px;
}

#navigation a:link {
	color: #000000;
	text-decoration: none;
}

#navigation a:visited {
	color: #000000;
	text-decoration: none;
}

#navigation a:active {
	color: #000000;
	text-decoration: none;
}

#navigation a:hover {
	color: #666666;
	text-decoration: none;
}


.navDivider {
	background: url(../images/nav-divider.jpg) bottom no-repeat;
	width: 2px;
	height: 32px;
	float: left;	
	padding: 5px 0 0 0;
}

.nav {
	height: 32px;
	padding: 10px 35px 7px 35px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}

.nav a {
	margin: 25px 0 0 0;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	width: 876px;
	height: 172px;
	float: left;
}

#logo {
	width: 876px;
	height: 56px;
	float: left;

}

#subnav {
	float: left;
	width: 270px;
	background: #9fa7ad repeat-y;
	margin: 15px 0 15px 0;
	padding: 10px 0 10px 0;
}

#subnav a:link {
	color: #020272;
	text-decoration: none;

}

#subnav a:visited {
	color: #020272;
	text-decoration: none;
}

#subnav a:active {
	color: #020272;
	text-decoration: none;
}

#subnav a:hover {
	color: #5e5e8f;
	text-decoration: none;
}

.subnavBar {
	background: url(../images/subnav-bar.jpg) no-repeat;
	width: 255px;
	height: 41px;
	margin: 0 0 0 7px;
	font-size: 14px;
	font-weight: bold;
	color: #020272;
	padding: 10px 0 0 15px;
}

.subnavBarGold {
	background: url(../images/subnav-bar.jpg) no-repeat;
	width: 255px;
	height: 41px;
	margin: 0 0 0 7px;
	font-size: 14px;
	font-weight: bold;
	color: #795B09;
	padding: 10px 0 0 15px;
}

#subnav .subnavBarGold a:link {
	color: #795B09;
	text-decoration: none;

}

#subnav .subnavBarGold a:visited {
	color: #795B09;
	text-decoration: none;
}

#subnav .subnavBarGold a:active {
	color: #795B09;
	text-decoration: none;
}

#subnav .subnavBarGold a:hover {
	color: #795B09;
	text-decoration: none;
}

#subnav .subnavBarOn a:link {
	color: #795B09;
	text-decoration: none;

}

#subnav .subnavBarOn a:visited {
	color: #795B09;
	text-decoration: none;
}

#subnav .subnavBarOn a:active {
	color: #795B09;
	text-decoration: none;
}

#subnav .subnavBarOn a:hover {
	color: #795B09;
	text-decoration: none;
}


.subnavBarOn {
	background: url(../images/subnav-bar.jpg) no-repeat;
	width: 255px;
	margin: 0 0 0 7px;
	font-size: 14px;
	font-weight: bold;
	height: 41px;
	color: #020272;
	padding: 0 0 0 15px;
}

.subnavOpen {
	background: #e2e2e2;
	font-size: 13px;
	color: #2f2f45;
	font-weight: normal;
	margin:0 0 10px 8px;
	padding:0 0 5px 15px;
	width:238px;	
}

.linkPadding {
	padding-top: 10px;
	position: absolute;
}

#content {
	width: 606px;
	float: left;
	margin: 15px 0 0 0;
}

#content p {
	font-size: 13px;
	padding: 0 15px 15px 15px;
	margin: 0;
}

#footer {	
	background-color: #2c2c2c;
	width: 876px;
	height: 136px;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #CCCCCC;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer a:link {
	color: #CCCCCC;
}

#footer a:visited {
	color: #CCCCCC;
}

#footer a:active {
	color: #CCCCCC;
}

#footer a:hover {
	color: #FFFFFF;
}


/* Misc */

.clear {
	clear: both;
}

.req {
	color:#FF0000;
}

.vcard {
	font-size:13px;
	margin:0;
	padding:0 15px 15px;
}

.onPage {
	color: #795B09;
}
