@charset "UTF-8";
/* CSS Document */

body {
	background:#FFF;
	color:#030303;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}
	
p {
	line-height:1.5em;
	margin:0 0 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #094084;	
	margin-bottom: -0.2em;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #094084;
	margin-bottom: -0.6em;	
}

a {
	color:#0a4288;
	text-decoration:none;
}

a:visted {
	color:#0a4288;
}

a:hover {
	color:#3772bc;
	text-decoration:underline;
}

/*** MAIN CONTAINER ***/

#main_container {
	margin: 0 auto;
	text-align:left;
	width:100%;
	background: url(../images/bg01.jpg) repeat-x ; 
}

/*** HEADER ***/
#header_bg {
	width: 848px;
	height: 153px;
	padding: 0px;
	position: relative;
	background-image: url(../images/header_bg_02.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	background: url(../images/header_02.jpg) no-repeat;
	width: 848px;
	height: 153px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}


/*** NAV ***/
#nav {
	width: 848px;
	height: 44px;
	margin: 0 auto;
}


#thicktabs{
	margin:13px 0 0 66px;
	padding: 0px;
	float: left;
	font: bold 14px Tahoma;
}

#thicktabs li{
	display: inline;
}

#thicktabs li a{
	color: white;
	padding: 12px 20px 13px 20px; /*padding of tabs*/
	margin: 0 0 0 -4px;
	text-decoration: none;
	background: transparent url(../images/bluebg.gif) top right no-repeat;
	
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
	border-left: 1px solid #a6bdd8; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
	border-right: 1px solid #a6bdd8; /*right border style*/
	background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
	color: white;
}

#thicktabs li a:hover{
	color: white;
	background-image: url(../images/bluebgover.gif); /*background image swap on hover*/
}

[if IE]

p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}

/*** CONTENT ***/

#content_container {
	background: url(../images/content_bg_10.jpg) repeat;
	color:#030303;
	margin:0 auto;
	width: 848px;	
}

#content {
	background: url(../images/content_bg_02_05.jpg) repeat-x;
	width: 612px;
	float: left;
}

#rightside {
	width: 236px;
	margin: 0;
	height: 100%;
	background-image: url(../images/rightside_bg_07.jpg);
	background-repeat: repeat;
	float: left;
}

#rightside h1 {
	color:#505050;
	font-size:1.6em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 0 12px;
}

#rightside h2 {
	font-size:1.1em;
	margin:0 0 20px;
}

#rightside p {
	font-size:0.9em;
	line-height:1.4em;
	margin:0 0 16px 10px;
}

.login {
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC
}

.login_border {
	background-color:#FFFFFF;
	border-bottom: 1px solid #CCCCCC
}

.drbg{
	height:20px;
	width: 600px;
}

.greentxt{
	font-family: Arial, Century Gothic; 
	font-size: 12px; 
	font-style:bold;
	line-height: 18px; 
	color:#094084;
}

.text { 
	font-family: Arial, Century Gothic; 
	font-size: 12px; 
	line-height: 18px; 
	color: #000000;
} 

/*** FOOTER ***/
#footer {
	background: url(../images/bg02.jpg) repeat-x #084897;
	height: 250px;
	clear:both;
}

#footer_wrap {
	margin: 0 auto;
	padding: 0;
	width: 848px;
}
	
#footer_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	line-height: 1.2;
	float: left;
	margin: 15px 0 0 0;
}
	
#footer_content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: -0.2em;
}

#footer_content h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 0.1em;
	text-decoration: underline;
}
	
#footer_left {
	width: 300px;
	margin: 0;
	padding: 0;
	border-right-style: solid;
	border-right-color: #094084;
	border-right-width: 1px;
	float: left;
}

#footer_right {
	margin: 0 0 0 30px;
	float: left;
}

#footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 700px;
	float: left;
	margin: 20px 0 0 0;
	line-height: 1.6;
	}
	
	.footerlinks a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	.footerlinks a:visited{
		color: white;
	}

	.footerlinks a:hover{
		color: #779bc3;
		text-decoration: underline;
	}

.copyright {
	font-size: 10px;
	color: #779bc3;
	float: left;
}
