/* SSOT Stylesheet */
body {
	margin:0;
	padding:0;
	background:url(images/bg_main.gif) repeat-x #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	word-wrap: break-word;
}
#wrapper {
	margin:0 auto;
	width:831px;
	height: 800px;
	height:auto !important;
	min-height:800px;
	background:url(images/wrap_bg.jpg) no-repeat;
}

#stretch {
	background:url(images/stretch_bg.gif) repeat-y;
	width:831px;
	margin:0 auto;
}

#header {
	height:190px;
	padding-top:12px;
}
#header img {
	float:right;
	margin-right:30px;
}
#lcontainer {
	float:left;
	width:228px;
	margin-left:15px;
	_margin-left:8px;
}
.logo {
	background:url(images/logo_top.jpg) no-repeat;
	width:174px;
	height:156px;
	display:inline;
	margin-left:30px;
	float:left;
}
#lcontent {
	float:left;
	padding-left:15px;
}
#lcontent img {
	padding:15px 0px 15px 0px;
}
#rcontent_wrap {
	background:url(images/bg_overflow.gif) right repeat-y;
	min-height:640px;
	height: auto !important;
	height: 640px;
	width:560px;
	float:right;
	margin-right:28px;
	_margin-right:14px;
}
#rcontent {
	padding-top: 5px;
	padding-left:10px;
	padding-right:10px;
	min-height:460px;
	height: auto !important;
	height: 460px;
	background:url(images/bg_content.png) right top no-repeat;
	line-height:18px;
	width: 517px;
}
#rcontent img {
	padding:15px 0px 0px 0px;
}

#bottomnav {
	padding:55px 0px 9px 0px;
	_padding-right:1px;
	margin:0 auto;
	min-height:70px;
	_height:70px !important;
	font-size:10px;
	color:#adadad;
	background:url(images/cont_bottom.png) no-repeat;
	width:831px;
	text-align:center;
}
#footer {
	clear:both;
	font-size:10px;
	color:#adadad;
	margin-top: 40px;
	width:790px;
	margin-left: 20px;
	*margin-left: -5px;
	_margin-left: -5px;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
h1 {
	font-size: 15px;
	line-height: 22px;
	
	color:#1668B4;
}
h2 {
	font-size:13px;
	margin:0;
	color:#544aa5;
}
h3 {
	font-size:11px;
	font-weight:bold;
	margin:0;
	color:#000;
}
#rcontent p {
	margin:10px 0px 10px 0px;
}
p {
	margin:0px 0px 10px 0px;
}
.transform {
	text-transform:uppercase;
	line-height:18px;
}
.clear {
	clear:both;
}
#footer a {
	color:#adadad;
}
a, a:visited, a:active {
	color:#1668B4;
	text-decoration:none;
	border:none;
}
a:hover {
	color:#5e22cc;
}
.newsdateposted {
	color: #1668B4;
	padding: 5px 0 5px 0;
}
#rcontent a {
	border-bottom:1px solid #1668B4;
}
#rcontent a:hover{
	border-bottom: 1px solid #8c81e8;
}
.newslink {
	text-align: right;
}

#menu {
	padding: 0;
	margin: 0;
}

#menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
#menu ul {	
	margin: 0;
	padding: 0;
}
#menu ul li ul {
	padding: 0;
	margin: 0;
}
#menu li a {
	font-size: 0;
	display: inline-block;
	height: 24px;
	margin:0;
	*margin-bottom:-2px;
	*padding-bottom:-2px;
}
.sub_menu {
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	background-color: #ffffff;
	text-align: left;
	border: 1px solid #e2e2e2;
}
.sub_menu ul {
	margin: 0;
	padding: 0;
}
.sub_menu ul li {
	list-style-type:none;
	margin: 0px;
	padding: 1px;
}
.sub_menu ul li a {
	white-space: nowrap;
	text-decoration: none;
	color: #261f61;
	font-size: 11px;
	padding: 4px 10px 4px 10px;
	display: block;
	height:14px;
}

.sub_menu ul li a.alt {
	background:#362f2d;	
}

.sub_menu ul li a:hover {
    background: #918bc3;
	color: #ffffff;
}
