/* RESET CSS 
----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: bottom;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*ol, ul {
	list-style: none;
}*/

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* ### GENERAL ### */
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	font-family: Verdana;
	font-size: 12px;
	color: #1e1c52;
}
input, select, textarea {
	font-family: Verdana;
	font-size: 12px;
	color: #1e1c52;
}
body {
	background: #fff url('images/blueBg.gif') repeat-y center top;
}
img {
	border: 0px;
	display: block;
}
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
/* ### GLOBAL CLASSES ### */
.clear {
	clear: both;
	height: 0px;
	font-size:1px;
	line-height:1px;
}
/* ### WRAPPER ### */
#wrapper {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
}
/* ### MAIN CONTAINER ### */
#mainCntr {
	padding: 0 30px 0 24px;
	margin: 0 auto;
	width: 906px;
}
/* ### HEADER CONTAINER ### */
#headerCntr {
	position: relative;
	width: 906px;
	height: 207px;
}
#headerCntr img.user {
	float: left;
	margin: 20px 30px 0px 0px;
}
#headerCntr h1 {
	padding-top: 48px;
	float: left;
}
#headerCntr h1 span {
	display: block;
	width: 391px;
	height: 93px;
	text-indent: -9999px;
	background: url('images/logo.jpg') no-repeat;
}
/* ### CONTENT CONTAINER ### */
#contentCntr {
	padding: 43px 0 0 168px;
	overflow: hidden;
	width: 738px;
}
/* ### LEFT CONTAINER ### */
#leftCntr {
	padding-right: 38px;
	float: left;
	width: 447px;
	border-right: 1px solid #4672b5;
}
#leftCntr-full {
	padding-right: 38px;
	float: left;
	width: 738px; /* 647px; */
}
/* ### TEXT BOX ### */
.textBox {
	width: 100%;
	overflow: hidden;
}
.textBox a {
	color: #4672b5;
	text-decoration: none;
}
.textBox a:hover {
	text-decoration: underline;
}
.textBox h2 {
	padding-bottom: 15px;
	color: #1e1c52;
	font-size: 18px;
	font-weight: normal;
}
.textBox p {
	padding-bottom: 15px;
	font-size: 12px;
	line-height: normal;
}
.textBox li {
	padding: 2px 0;
	list-style: disc;
}
.textBox ul {
	margin: 0 0 15px 20px;
}
.formbox {
	border: 1px solid #4672b5;
	padding: 10px;
}
/* ### RIGHT CONTAINER ### */
#rightCntr {
	padding-left: 20px;
	float: right;
	width: 230px;
}
/* ### POST BOX ### */
.postBox {
	padding-bottom: 25px;
	width: 230px;
	overflow: hidden;
}
.postBox h3 {
	padding-bottom: 2px;
	color: #1e1c52;
	font-weight: bold;
	font-size: 12px;
}
.postBox li {
	padding: 2px 0;
	list-style: none;
}
.postBox ul {
	padding: 2px 0;
	list-style: none;
}
.postBox a {
	color: #4672b5;
	font-size: 11px;
	text-decoration: none;
}
.postBox a:hover {
	text-decoration: underline;
}
/* ### FOOTER CONTAINER ### */
#footerCntr {
	padding: 43px 0 43px 168px;
	text-align: center;
	overflow: hidden;
	width: 738px;
}
#footerCntr p {
	color: #4672b5;
	font-size: 11px;
}
#footerCntr a {
	color: #4672b5;
	text-decoration: none;
}
#footerCntr a:hover {
	text-decoration: underline;
}
/* DROP DOWN  CSS 
*******************************************************************/

/*navLinks*/
#navLinks {
	padding: 0 10px;
	border-top: #4672b5 solid 1px;
	border-bottom: #4672b5 solid 1px;
	margin-top: 19px;
	width: 688px;
	height: 29px;
	float: left;
}
#nav, #nav ul {
	margin:0;
	padding:0;
	position:relative;
	line-height:36px;
	padding:0 10px;
	list-style:none;
}
#nav a {
	padding: 0 13px;
	margin: 0 2px;
	color: #1a2149;
	border-left: 1px solid white;
	border-right: 1px solid white;
	font-size: 16px;
	display: block;
	float: left;
	line-height: 29px;
	text-decoration: none;
	font-weight: bold;
}
html>body #nav a {
	font-weight: 500;
	margin: 0 4px;
}
#nav a:hover, #nav li:hover a, #nav li.hover a {
	background: #d5e3dc;
	border-color: #4672b5;
}
#nav li {
	float:left;
	position:relative;
	padding: 0 0px;
}
#nav ul {
	position:absolute;
	display:none;
	margin:0 2px 0 2px;
	border:1px solid #4672b5;
	background:#fff;
	padding:0;
	width:212px;
	top:29px;
	left:2px;
}
html>body #nav ul {
	margin:0 4px 0 4px;
	left:0px;
}
#nav li:hover ul a, #nav li.hover ul a {
	width:186px;
	display:block;
	height:auto;
	margin:0;
	padding:0px 13px;
	border:0px solid red;
	background: none;
}
#nav ul ul {
	top:auto;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}
#nav ul li a {
	font-size:14px;
	font-weight: 500;
	color:#1a2149;
	display:block;
}
#nav li:hover ul li:hover a, #nav li.hover ul li.hover a {
	background:#d5e3dc;
	border:0px solid red;
}
#nav ul li {
	/* height:25px; */
	width:212px;
	padding:0;
	margin:0;
	display:block;
}
#nav ul li a:hover {
	background:#d5e3dc;
}
.current_page_item a {
	background:#f2ecd8;
}
#nav ul.current_page_item {
	background:#d5e3dc;
}
#nav li:hover, #nav li.hover {
	color: #fff;
	list-style: none;
	/* background-color:#d5e3dc; */
}
