@charset "UTF-8";
/* CSS Document */
body {
	margin: 0 auto;
	background: #B4985A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 15px;
}

/* globals or general styles */

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
}
a:link {
	color: #00355F;
}
a:hover {
	color: #B4985A;
}
a:visited,
a:visited:hover {
	color: #387C2C;
}
a.pdf {
	padding-left: 22px;
	padding-top: 3px;
	padding-bottom: 8px;
	background: url(../images/pdf-icon.gif) no-repeat left top;
}
img.header {
	display: block;
	margin: 0px 0px 10px 0px;
}

/* tables */

table.index {
	border-collapse: collapse;
	border-left: 1px solid #00355F;
	border-bottom: 1px solid #00355F;
}
table.detail {
	border-collapse: collapse;
	border-left: 1px solid #00355F;
	border-bottom: 1px solid #00355F;
	border-top: 3px solid #00355F;
}
tr.highlight td {
	background: #efe6bf;
}
table.index th {
	background: #00355F;
	padding: 6px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
}
table.index td,
table.detail td {
	border-right: 1px solid #00355F;
	padding: 5px;
	font-size: 10px;
}

#content table.index td p {
	margin-top: 0;	
}


/* layout divs */

#container {
	width: 766px;
	margin: 0 auto;
	padding: 15px 0px;
	overflow: hidden;
}

#content_container {
	background: #efe6bf url(../images/corner_bottomright.gif) no-repeat right bottom;
	width: 550px;
	padding: 20px 30px 20px 0px;
	/* note large bottom padding and margins, to create equal column height
	padding: 20px 30px 1220px 0px;
	margin-bottom: -1200px;*/
	float: left;
	min-height: 402px;
}

/* navigation */

#nav_main {
	background: #00355F url(../images/corner_topright.gif) no-repeat right top;
	border-bottom: 5px solid #B4985A;
	height: 35px;
}
#nav_main ul {
	background: url(../images/corner_topleft.gif) no-repeat left top;
	list-style: none;
	margin: 0;
	padding: 10px 0px;
	text-align: center;
	padding-left: 35px;
}
#nav_main ul li {
	list-style: none;
	float: left;
	background: url(../images/nav_bullet.gif) no-repeat left top;
	padding-left: 18px;
	margin-left: 4px;
}
#nav_main ul li.first {
	background: none;
}
#nav_main ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bolder;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}
#nav_main ul li a:hover {
	color: #efe6bf;
}
#nav_main a img {
	border: none;
}

/* sidebar */

#sidebar {
	background: #efe6bf url(../images/sidebar_bg.gif) no-repeat left top;
	width: 180px;
	float: left;
	padding: 4px 0px 0px 0px;
	/* note large bottom padding and margins, to create equal column height
	padding: 4px 0px 1200px 0px;
	margin-bottom: -1200px; */	
	border-right: 5px solid #B4985A;
	text-align: center;
}
#sidebar img {
	padding: 5px 5px 8px 5px;
}
#sidebar ul {
	list-style: none;
	margin: 0px 4px 0px 10px;
	padding: 0px 0px 0px 14px;
	text-align: left;
}
#sidebar ul li {
	font-family: "Times New Roman", Times, serif;
	list-style: url(../images/sidebar_bullet.gif);
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
}
#sidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	background: #00355F;
	padding: 7px 2px;
	font-weight: bolder;
	text-transform: uppercase;
	margin: 5px 0px 0px 0px;
}
#sidebar p {
	background: #efe6bf url(../images/corner_bottomleft.gif) no-repeat left bottom;
	text-align: center;
	padding: 10px 8px 20px 8px;
	margin: 0;
	font-size: 10px;
}

/* main content */

#content {
	background: #fff;
	border-right: 1px solid #B4985A;
	width: 520px;
	float: left;
	padding: 0px 20px;
}
#content h1 {
	margin: 0px 0px 10px 0px;
	font-size: 13px;
	color: #00355F;
	text-transform: uppercase;
}
#content h2 {
	font-size: 12px;
	color: #387c2c;
	margin: 5px 0px 0px 0px;
}
#content h3 {
	font-size: 12px;
	color: #00355F;
}
#content p {
	margin-top: 5px;
}
#border_top {
	background: #fff url(../images/content_topborder.gif) no-repeat right top;
	width: 561px;
	height: 24px;
	float: left;
}
#border_bot {
	background: url(../images/content_bottomborder.gif) no-repeat right top;
	width: 561px;
	height: 24px;
	float: left;
}
/* can split any content divs into 2 columns */
.col {
	float: left;
	width: 240px;
	margin-right: 10px;
}

/* home page */
#home_highlights {
	background: #fff url(../images/corner_bottomright_home.gif) no-repeat right bottom;
	width: 766px;
	float: left;
	border-top: 5px solid #B4985A;
}
#home_highlights table {
	border-collapse: collapse;
	padding: 0;
}
#home_highlights table td {
	padding: 2px;
	font-size: 10px;

}
#home_col1 {
	float: left; 
	border-left: 2px solid #B4985A;
	padding: 15px;
	width: 175px;
	height: 102px;
}
#home_col2 {
	float: left; 
	border-left: 2px solid #B4985A;
	padding: 15px 0px 15px 15px;
	height: 102px;
}

#home_col2 ul {
	padding-left: 0;	
}

#home_col2 ul li {
	list-style: none;	
}


/* forms */
label {
	float: left;
	width: 120px;
	text-align: right;
	padding-right: 5px;
}
ul.form {
	list-style: none;
}
ul.form li {
	clear: both;
	padding-bottom: 5px;
	margin-botto: 5px;
}
p.reference {
	text-align: center;
	margin: 0;
	color: #efe6bf;
	font-size: 9px;
	margin: 2px 0px;
}
p.reference a:link, 
p.reference a:hover, 
p.reference a:visited {
	color: #efe6bf;
}
