/* BASE CSS AND HEADER */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	background: url('/i/pageback.gif');
	background-color: #f1f1f2;
	
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0 auto;
	padding: 0;
	
	color: #333333;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 120%;
	text-align: left;
	
}

a,a:hover,a:active,a:visited {
	text-decoration: none;
	border: none;
}


#container {
	position: relative;
	min-height: 100%;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	
	width: 800px;
	height: 80px;
}

#banner {
	position: relative;
	width: 360px;
	height: 80px;
	
	/*background: url('/i/banner2.gif');
	background-position: top left;
	background-repeat: no-repeat;*/
	right: 0px;
	top: 0px;
	
}

#banner img {
	border: 0;
	right: 0px;
	top: 0px;
}

#main-menu {
	position: absolute;

	right: 10px;
	bottom: 4px;
	
	list-style: none;
	
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	
}
#main-menu li {
	float: left;
	padding-left: 15px;
}

#main-menu li a{
	color: #313b44;
	text-decoration: none;
}

#main-menu li a:hover{
	/*color: #626c75;*/
	/*border-top: 3px solid #eb0301;*/
	text-decoration: underline;
}



#featured-content {
	position:relative;
	width: 100%;
	height: 308px;
	
	border-top: 7px solid #212531;
}

#splash {
	position: absolute;
	width: 544px;
	height: 308px;
	
	top: 0px;
	left: 0px;
	
	background: url('/i/splashsample.gif');
	background-repeat: no-repeat;
	
}

#featured-text {
	position: absolute;
	right: 0px;
	
	width: 256px;
	height: 308px;
	
	background: url('/i/featureback.gif');
	background-repeat: no-repeat;
	
	padding-top: 12px;
	
	color: #ffffff;
	font-size: 11px;
}

#featured-text h2 {
	font-size: 11px;
	font-weight: normal;
	
	margin-left: 12px;
	margin-right: 12px;
	padding-bottom: 5px;
	
	border-bottom: 1px solid #626c75;
}

#featured-text ul {
	margin-left: 18px;
	margin-right: 18px;
	
	list-style: none;
}

#featured-text ul li{
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #626c75;
}

#featured-text ul li.last {
	border: none;
}
.featured-text-item p {
	padding: 5px 10px 5px 10px;
	color: #cacad3;
}

#featured-text h3 {
	font-size: 11px;
	font-weight: normal;
	color: #b8c2d7;
}

#home-content {
	width: 100%;
	
}

#home-content h1 {
	font-size: 13px;
	color: #313b44;
	padding-bottom: 10px;
}

#home-summary {
	float: left;
	
	min-height: 300px;
	width: 440px;
	margin-top: 25px;
	margin-bottom: 30px;
	
	padding-left: 30px;
	padding-right: 20px;
	
	border-right: 2px solid #dfdfdf;
}

#home-summary p {
	font-size: 11px;
	line-height: 160%;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
}

#home-summary a {
	color: #313b44;
	text-decoration: underline;
}

#home-summary a:hover {
	color: #b8c2d7;
	text-decoration: underline;
}

p a {
	color: #313b44;
	text-decoration: underline;
}

p a:hover {
	color: #b8c2d7;
	text-decoration: underline;
}

#content li a {
	color: #313b44;
	text-decoration: underline;
}

#content li a:hover {
	color: #b8c2d7;
	text-decoration: underline;
}

.right {
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}
#home-rolls {
	width: 270px;
	float: right;
	
	margin-top: 25px;
	margin-right: 20px;
	
	font-size: 11px;
	
}

#home-rolls a {
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
}

#home-rolls h3 {
	clear: right;
	font-size: 13px;
	color: #313b44;
	padding-bottom: 10px;
}

#home-rolls ul {
	
	margin-left: 5px;
	margin-bottom: 10px;
	list-style: none;	
}

#home-rolls ul li {
	font-size: 11px;
	line-height: 130%;
	
	padding-top: 4px;
	padding-bottom: 4px;
}


#home-news {
	min-height: 100px;
	font-weight: bold;
	margin-bottom: 20px;
}

#footer {
	border-top: 7px solid #212531;
	background-color: #2c3242;
	width: 100%;
	color: white;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 140%;
	
}

#subnav {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	background-color: #212531;
	
	font-size: 11px;
	color: white;
}
#subnav a{
	color: #d0d7e7;
}

#sidebar {
	float: left;
	width: 200px;
	height: 600px;
}


#sidebar ul{
	margin-top: 10px;
	list-style: none;
}


#side-menu{
	
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 10px;
}

#side-menu ul {
	margin-top: 0px;
	margin-left: 8px;
}

#side-menu li{
	padding-top: 5px;
	padding-bottom: 5px;
	
	border-bottom: 1px solid #bfbfbf;
}

#side-menu li.subitem {
	border: 0px;
}

#side-menu li a {
	font-size: 12px;
	font-weight: bold;
	color: #2c3242;
}

#side-menu li a:hover {
	color: #3b4358;
}

#sidebar h3 {
	margin-top: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #2c3242;
}

#related-items {

	margin-left: 18px;
	margin-right: 18px;
	margin-top: 20px;
}

#related-items a {
	color: #313b44;
	text-decoration: underline;
}

#related-items a:hover {
	color: #b8c2d7;
	text-decoration: underline;
	
}

#related-items img{
	border: 0px;
	margin-right: 5px;
	text-decoration: none;
	vertical-align: middle;
}

#related-items ul li {
	padding-bottom: 5px;
}


#content {
	width: 530px;
	float: right;
	margin-right: 50px;
	margin-top: 10px;
	
	
	min-height: 600px;
}

#content.full{
	margin: 0;
	margin-top: 10px;
	margin-left: 45px;
	float: left;
}


#content h1 {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 15px;
}

#content p {
	font-size: 12px;
	line-height: 120%;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
}

#content ol, #content p ol{
	margin-left: 25px;
}

#content ul, #content p ul{
	margin-left:25px;
}

#content ul li, #content p ul li{
	padding-top: 5px;
	padding-bottom: 5px;
}