﻿/* @group Core Elements */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 135%;
}


div.wrapper 
{ 
	margin: 0 auto; 
	width: 950px;
}

#sidecol 
{ 
	width: 25%;
}

#main-column 
{ 
	margin-left: 25%;
}

body
{
	font-size: 12px;
}

.center
{
	text-align: center;
}

.introduction
{
	padding-top: 10px;
	height: 30px;	
}

.signature
{
	padding-top: 10px;
	padding-bottom: 10px;
}



p 
{
  margin-top: 10px;
  margin-bottom: 15px;
}

h2, h3 {
	padding-bottom: 5px;
	margin: 10px 0;
}

h1 
{ 
	color: #ab0900;
	padding-bottom: 10px;
	font-size: 110%;	
	border-bottom: 2px #D0E8C4 solid;	
}

h2 
{
	color: #ab0900;
	padding-bottom: 10px;
	font-size: 110%;
	border-bottom: 2px #D0E8C4 solid;	
}

.red
{
	color: #ab0900;	
}

h3 
{
	font-size: 105%;
}

a 
{
	text-decoration: none;
	color: #ab0900;
}

a:hover 
{
	text-decoration: underline;
}

.logo {
	margin-top: 20px;
	border: none;
}

.img-right
{
	margin-bottom: 15px; 
	margin-left: 15px;
	float: right;		
}

#top {
	height: 8px;
	background: url(../images/top-bg.png) 0 0 repeat-x;
}

#bottom {
	background: #DDEBF1 url(../images/bottom-bg.png) 0 0 repeat-x;
	height: 26px;
	color: #000000;
	font-size: 10px;
	text-align: center;
	line-height: 26px;
}

#bottom a
{
	text-decoration: none;
	color: #000000;
}

#bottom a:hover
{
	text-decoration: none;	
	color: #ab0900;
}



#inset 
{
	height: 199px;
	background: #010001 url(../images/inset-banner.jpg) 50% 0 no-repeat;
	border-top: 1px solid #D0E8C4;
	overflow: hidden;
}

#inset .content 
{
	padding: 20px 0px 10px 20px;
	width: 60%;
	color: #D0E8C4;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content {
	padding-top: 15px;
	padding-bottom: 25px;
	background: #F6FCFC url(../images/page-bg.png) 0 0 repeat-x;
}

#sidecol {
	float: left;
}

#side-column {
	background: #cce5c0;
	width: 93%;
}

#side-column .padding {
	padding: 8px;
}

#side-column .inner {
	background: #fff;
	padding: 8px;
}

#main-column {
	background: #eff7eb;
}

#main-column .padding {
	padding: 8px;
}

#main-column .inner {
	background: #fff;
	padding: 4px;
}

#main-column .contentpadding {
	padding: 8px;
	min-height: 540px;
}

ul.sidenav {
	margin: 0;
	padding: 0;
}

ul.sidenav li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}

ul.sidenav li.active a {
	color: #000;
}

a#active_menu.mainlevel {
	color: #000;
	background-color: #D0E8C4;
	font-weight: bold;
}

ul.sidenav li.active li a {
	font-weight: normal;
	font-size:  100%;
	color: #ab0900;
}

ul.sidenav span {
	display: block;
}

ul.sidenav a {
	display: block;
	line-height: 25px;
	text-indent: 20px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 120%;
	color: #ab0900;
}

ul.sidenav ul {
	margin-left: 35px;
	padding: 0;
}

ul.sidenav ul ul {
	padding: 0;
	margin: 0;
}

ul.sidenav li li {
	padding: 0;
	margin: 0;
}

ul.sidenav ul a {
	background-image: none;
	text-indent: 0;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 100%;
}

ul.sidenav ul ul a {
	text-indent: 15px;
}

ul.sidenav ul ul ul a {
	text-indent: 30px;
}

a.mainlevel {
	display: block;
	line-height: 25px;
	text-indent: 20px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 100%;
	background: none;
	color: #ab0900;
}

a.mainlevel:hover
{
	background-color: #E3F1DD;
	text-decoration: none;
	color: #000000;
}

ul {
	padding-left: 0;
	margin-left: 10px;
}

ul li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 10px;
	background: url(../images/bullet-2.png) 0 6px no-repeat;
}

pre {
	padding: 10px;
	background: #F3FBFF;
	border: 1px solid #d3eac8;
	color: #3a761e;
}

blockquote {
	color: #3a761e;
	font-style: italic;
	font-size: 110%;
	line-height: 150%;
	width: auto;
	padding: 10px 10px 10px 30px;
	margin: 15px 0;
	background: #F3FBFF url(../images/quote.png) 0 0 no-repeat;
	border: 1px solid #d3eac8;
}

span.alert {
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #FFD6D6 url(../images/status-alert.png) 10px 50% no-repeat;
}

span.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #D8E5F8 url(../images/status-info.png) 10px 50% no-repeat;
}

span.note {
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #FEF6D8 url(../images/status-note.png) 10px 50% no-repeat;
}

span.download {
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
	background: #EEF7DD url(../images/status-download.png) 10px 50% no-repeat;
}

span.alert,
span.info,
span.download,
span.note {
	display: block;
	padding: 10px 10px 10px 45px;
	margin: 15px 0;	
}

/* @end */

a.nounder {
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

a.nounder:hover {
	text-decoration: none;
}

.clr {
	clear:both;
}

fieldset.input {
	border: 0;
}