/* ------ Color Theme ------ 

Primary: #123375;
Primary Hover: #284b92;
Secondary: #AF9E83;
Secondary Hover:

----------------------------- */
/* ----------------- general elements ----------------- */
html, body {
	padding: 0px;
	margin: 0px;
}
body {
	position: static;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #DFD4C3;
}
#body-bg {
	position: relative;
	margin: 0;
	width: 100%;
	min-height: 700px;
	height: 100%;
}
a {
	outline: none;
	color: #123375;
}
a:hover {
	color: #AF9E83;
}
a:visited {
	color: #AF9E83;
}
a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #123375;
}
h1 { font-size: 28px; font-weight: normal; }
h2 { font-size: 18px; letter-spacing: -1px; }
h3 { font-size: 15px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; }
h6 { font-size: 9px; }

#container {
	margin: 0px auto;
	width: 940px;
	position: relative;
}

/* ----------------- header ----------------- */
#header {
	display: block;
	height: 100px;
	position: relative;
}
#search {
	display: table;
	width: 180px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 11px;
}
#search-container {
	position: relative;
	display: table-cell;
	margin-left: 17px;
	margin-top: 6px;
	_margin-left: 10px;
	_margin-top: 2px;
	_zoom: 1;
	* margin-top: 1px;
}
#search-container input {
	* display: block;
	* float: left;
	* margin-top: 5px;
	* margin-right: 4px;
	_margin-left: 4px;
}
#search-container a#advSearch {
	* position: absolute;
	* top: 8px;
	font-size: 11px;
}
#search-container a.selected span {
	color: #fff;
	padding: 8px 8px 8px 8px;
	_padding: 0px 0px 0px 16px;
	background: transparent url(../images/nav-btns-right.gif) no-repeat right -8px;
	width: 140px;
	height: 15px;
	position: absolute;
	top: 6px;
	right: 11px;
	font-weight: bold;
}
/* ----------------- main-logo ----------------- */
#main-logo {
	position: absolute;
	top: 20px;
	left: 20px;
}
#main-logo a {
	position: relative;
	display: block;
	width: 160px;
	height: 60px;
	background: transparent url(../images/logo.gif) no-repeat 0px -10px;
}
#main-logo a span {
	margin-left: -9999px;
}
/* ----------------- main-nav ----------------- */
#main-nav {
	position: absolute;
	right: 17px;
	bottom: 22px;
	* bottom: 14px;
}
#main-nav a {
	font-size: 15px;
	padding: 8px 0px 10px 12px;
	_padding: 0px 0px 0px 12px;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	margin: 0 0 0 -5px;
	_zoom: 1;
	* zoom: 1;
	color: #4F4A45;
}
#main-nav a span {
	padding: 8px 13px 9px 0px;
	_zoom: 1;
	color: #4F4A45;
}
#main-nav a:hover {
	background: transparent url(../images/nav-btns-left.gif) no-repeat left -48px;
	cursor: pointer;
	color: #4F4A45;
}
#main-nav a:hover span {
	background: transparent url(../images/nav-btns-right.gif) no-repeat right -48px;
	cursor: pointer;
}
#main-nav a:visited {
	color: #4F4A45;
}
#main-nav a.selected, #main-nav a.selected:visited, #main-nav a.selected:hover {
	color: #fff;
	padding: 8px 0px 10px 16px;
	_padding: 0px 0px 0px 16px;
	background: transparent url(../images/nav-btns-left.gif) no-repeat left -8px;
}
#main-nav a.selected span, #main-nav a.selected:hover span {
	padding: 8px 20px 9px 0px;
	background: transparent url(../images/nav-btns-right.gif) no-repeat right -8px;
	color: #fff;
}
#main-nav a:hover.selected {
	color: #fff;
}

/* ------------------ btns --------------------- */

.btn {
	font-size: 12px;
	padding: 8px 0px 10px 10px;
	_padding: 0px 0px 0px 10px;
	text-decoration: none;
	letter-spacing: 0px;
	font-weight: bold;
	white-space: nowrap;
	margin: 0 0;
	_zoom: 1;
	*zoom: 1;
}
.btn:hover {
	cursor: pointer;
}
.btn:hover span {
	cursor: pointer;
}
.btn span {
	padding: 8px 11px 9px 0px;
	_zoom: 1;
}
.blue-btn {
	color: #4F5F7F;
	background: transparent url(../images/btns-left.gif) no-repeat left -7px;
}
.blue-btn span {
	color: #4F5F7F;
	background: transparent url(../images/btns-right.gif) no-repeat right -7px;
}
.blue-btn:hover {
	background: transparent url(../images/btns-left.gif) no-repeat left -47px;
}
.blue-btn:hover span {
	background: transparent url(../images/btns-right.gif) no-repeat right -47px;
}

/* ------------------ options area --------------------- */
.options {
	position: absolute;
	top: 20px;
	right: 20px;
}
/* ----------------- home-hero ----------------- */
#home-hero {
	position: relative;
	display: block;
	width: 940px;
	height: 290px;
}
.hero-img {
	display: block;
	width: 940px;
	height: 300px;
	position: absolute;
	top: -10px;
	left: 0px;
}
#hero-nav {
	display: block;
	height: 30px;
	position: absolute;
	bottom: 23px;
	left: 10px;
}
#hero-nav a {
	display: block;
	text-decoration: none;
	width: 296px;
	padding: 10px 0px 10px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	float: left;
}
#hero-nav a.selected {
	background: transparent;
	border-top: none;
	color: #444;
}
#hero-nav a span {
	margin: -9999px;
}
#home-hero #hero1 {
	background: #333 url(../images/banner1.jpg) top left no-repeat;
}
#home-hero #hero2 {
	background: #333 url(../images/banner3.jpg) top left no-repeat;
}
#home-hero #hero3 {
	background: #333 url(../images/banner2.jpg) top left no-repeat;
}
/* ----------------- home-content ----------------- */
#home-content {
	display: block;
	width: 920px;
	background: #fff;
	margin: 0px auto;
	background: transparent url(../images/home-body.gif) top left repeat-y;
	
}
#home-content #content-container {
	display: block;
	padding: 0.5em 2em 2em 2em;
}
/* ----------------- articles-content ----------------- */
ul.articles {
	padding-left: 1em;
}
ul.articles li {
	padding-bottom: 1em;
}
ul.articles li span {
	display: block;
}
/* ----------------- generic-content ----------------- */
#generic-content {
	position: relative;
	display: block;
	width: 920px;
	background: #fff;
	margin: 0px auto;
	background: transparent url(../images/home-body.gif) top left repeat-y;
}
#generic-content #content-container {
	display: block;
	padding: 5px 30px 30px 30px;
	* padding: 15px 30px 30px 20px;
	min-height: 550px;
}
#generic-content #content-container p {
	text-align: justify;
}
#wysiwygPageContent {
	display: block;
	position: relative;
	margin-top: 1em;
}
/* ----------------- columns ----------------- */
.column33 {
	display: block;
	float: left;
	width: 31%;
	margin-right: 2em;
}
.column-last {
	margin-right: 0;
}
.column33 p {
	text-align: justify;
}
/* ----------------- left-nav ----------------- */
#left-nav-bg {
	position: absolute;
	top: 0px;
	left: 10px;
	height: 100%;
	display: block;
	width: 225px;
	background: #eaeff9;
	border-right: 2px solid #d5ddec;
	border-bottom: 10px solid #eaeff9;
	_border-bottom: 2px solid #d5ddec;
	_zoom: 1;
}
#left-nav {
	position: relative;
	display: block;
	width: 225px;
	float: left;
	margin-left: 10px;
	_margin-left: 5px;
	_background: #eaeff9;
	_border-right: 2px solid #d5ddec;
}
.with-left-nav {
	margin-left: 225px;
}
#left-nav h3 {
	display: block;
	padding: 0.5em 14px;
	margin: 1em 0 0 0;
	color: #123375;
	font-size: 15px;
}
#left-nav h4 {
	display: block;
	padding: 0.5em 14px;
	margin: 1em 0 0 0;
	color: #4F6A9F;
	font-size: 12px;
	font-style: italic;
}
#left-nav a {
	display: block;
	margin: 0em 1em;
	padding: 4px 3px;
	text-decoration: none;
	color: #666;
	border-bottom: 1px solid #d5ddec;
}
#left-nav a span {
	
}
#left-nav a:hover {
	background: #D1DAEF;
	border-bottom: 1px solid #B5C4DF;
	color: #333;
}
#left-nav a.selected {
	font-weight: bold;
	color: #333;
	background: #D1DAEF url(../images/bullet_arrow_right.gif) no-repeat center right;
	border-bottom: 1px solid #B5C4DF;
}

/* ----------------- sitemap ----------------- */
/* ul.sitemap {
	padding: 0px;
}
ul.sitemap ul {
	padding-left: 1em;
	padding-right: 1em;
}
ul.sitemap li {
	
}*/
ul.sitemap {
	padding-left: 2em;
}
.sitemap ul {
	padding-left: 1.5em;
}
.sitemap ul ul {
	padding-left: 1.5em;
}
.sitemap li strong {
	display: block;
	padding: 0.5em 0;
}
.sitemap ul li strong {
	font-style: italic;
}

/*
.sitemap li a {
	display: block;
	padding: 4px 8px;
}
*/

/* ----------------- tables ------------------ */

table {
	border: 1px solid #D5DDEC;
}

table thead th {
	background: #EAEFF9;
	color: #4F6A9F;
	border-bottom: 2px solid #D5DDEC;
	text-align: left;
	padding: 4px 6px;
}
table tbody td {
	text-align: left;
	padding: 2px 6px;
	border-bottom: 1px solid #EAEFF9;
	border-left: 1px solid #EAEFF9;
}

/* ----------------- indexed pages ------------------ */
a.indexed-page-title {
	display: block;
	text-decoration: none;
	font-size: 18px;
}
a.indexed-page-title:hover {
	text-decoration: underline;
	color: #123375;
}
.indexed-page-description {
	display: block;
	color: #666;
	padding-top: 0.5em;
	padding-bottom: 1em;
}
.indexed-page-description a {
	text-decoration: none;
}
.indexed-page-date {
	font-style: italic;
}
.pager {
	display: block;
	border-top: 1px dashed #ccc;
	text-align: right;
	margin-top: 1em;
	padding-top: 1em;
}
.pager i {
	padding-right: 1em;
}

/* ----------------- glossary and faq items ------------------ */
.glossary-term {
	display: block;
	margin-top: 1em;
	font-weight: bold;
}
.glossary-definition {
	display: block;
	color: #666;
	padding-top: 0.5em;
}
.faq-question {
	display: block;
	margin-top: 1em;
	font-weight: bold;
}
.faq-answer {
	display: block;
	color: #666;
	padding-top: 0.5em;
}

/* ----------------- attached files ------------------ */
.attachedFile {
	border-top: 1px dashed #ccc;
	margin-top: 1em;
	padding-top: 0.5em;
	display: block;
	position: relative;
}
.attachedFileLabel {
	color: #999;
	font-style: italic;
}
.attachedFile a {
	position: relative;
	color: #333;
	padding: 5px 8px 5px 24px;
}
.attachedFile .smallIcon {
	display: block;
	width: 16px;
	height: 18px;
	position: absolute;
	top: 2px;
	left: 4px;
}
.attachedFile .image .smallIcon {
	background: transparent url(../images/file-icons-small.gif) no-repeat top left;
}
.attachedFile .doc .smallIcon {
	background: transparent url(../images/file-icons-small.gif) no-repeat -50px top;
}
.attachedFile .pdf .smallIcon {
	background: transparent url(../images/file-icons-small.gif) no-repeat -100px top;
}
.attachedFile .xls .smallIcon {
	background: transparent url(../images/file-icons-small.gif) no-repeat -150px top;
}
.attachedFile .unknown .smallIcon {
	background: transparent url(../images/file-icons-small.gif) no-repeat -200px top;
}

/* ----------------- footer ------------------ */
#footer {
	display: block;
	width: 920px;
	margin: 0px auto 2em auto;
	font-size: 11px;
	background: transparent url(../images/home-body-footer.gif) top left no-repeat;
	padding-top: 2em;
}
#footer a {
	color: #555;
}
#footer-links {
	padding-left: 20px;
}
#footer-links a {
	color: #555555;
	margin-right: 10px;
}
#footer-links a:visited {
	color: #555555;
}
#copyright {
	margin-top: 0.5em;
	padding-left: 20px;
	color: #555555;
}

