body {
	background: #E6E9EA;
	font-family: Arial;
	margin: 0;
}

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

h1 {
	font-size: 22px;
	color: #1A2F34;
	font-weight: normal;
	margin: 0px;
}

h2 {
	font-size: 18px;
	color: #1A2F34;
	font-weight: normal;
	margin: 0px;
}

h3 {
	font-size: 11px;
	color: #1A2F34;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}

h4 {
	font-size: 10px;
	color: #1A2F34;
	font-weight: normal;
	margin: 0;
	margin-top: 5px;
	text-transform: uppercase;
}

.clear {
	clear: both;
}

input.text {
	padding: 5px;
	width: 250px;
	background: #ffffff;
	border: none;
}

input.signup {
	background: url(../images/btn_signup.png) transparent no-repeat;
	width: 101px;
	height: 33px;
	outline: none;
	border: none;
	cursor: pointer;
}
#portallink{
	right: 0;
	font-size: 10px;
	float: right;
	padding: 3px;
	background-color: black;
	color: white;
}
#portallink a{
	color: #ffffff;
	font-weight: bold;
}
#breadcrumb{
	color: #000;
	margin-top: 5px;
	float: left;
}
#breadcrumb a{
	color: #000;
}
#addthis{
	float:right;
	margin-top: 5px;
	
}
#page_wrap{
	width: auto;
	margin: 0 auto;
	background: #E6E9EA;
	overflow: hidden;
	padding: 0px 0px;
}

#header_wrap {
	height: 350px;
	width: 960px;
	margin: 0 auto;
	background: url(/images/header_img02.jpg) no-repeat;
	overflow: hidden;
}

#header_wrap #header {
	position: relative;
}

#header_wrap #header #logo {
	position: absolute;
	left: 20px;
	top: 0px;
}

#header_wrap #header #highlight {
	position: absolute;
	left: 20px;
	top: 185px;
	width: 458px;
}

#header_wrap #header #highlight .top {
	background-image: url("/images/headerspot_top.png"); background-repeat
	: no-repeat;
	height: 8px;
	background-repeat: no-repeat;
}

#header_wrap #header #highlight .content {
	background-image: url("/images/headerspot_content.png");
	background-repeat: repeat-y;
	padding: 20px;
}

#highlight .content h1 {
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
	color: #1A2F34;
	padding: 0;
	margin: 0;
}

#highlight .content p {
	font-size: 12px;
}

#header_wrap #header #highlight .bottom {
	background-image: url("../images/headerspot_bottom.png");
	background-repeat: no-repeat;
	height: 8px;
}

#highlight #features {
	width: 458px;
	height: 51px;
	list-style: none;
	font-size: 10px;
	color: #031E25;
	margin-bottom: -27px;
	margin-left: 10px;
}

#features li {
	float: left;
	width: 130px;
	height: 31px;
	padding: 20px 20px 0 0;
	text-align: right;
	margin-left: -20px;
	background: url(../images/feature_type01.png) no-repeat;
	cursor: pointer;
	text-transform: uppercase;
}

#features li a {
	color: #031E25;
	text-decoration: none;
}

#features li a:hover {
	text-decoration: underline;
}

#navigation_wrap {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#navigation_wrap #navigation {
	width: 960px;
	height: 50px;
	margin: 0;
	background: url("/images/nav_bg.png") repeat-x;
	list-style: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
}

#navigation li {
	float: left;
	width: 125px;
	height: 32px;
	padding-top: 18px;
	text-align: center;
	background: url("/images/nav_bg_item.png");
	cursor: pointer;
}

#navigation li a {
	color: #ffffff;
	text-decoration: none;
}

#navigation li:hover {
	background: url("/images/nav_bg_item_over.png");
}

#navigation li.lastitem {
	background: url("/images/nav_bg_lastitem.png");
}

#navigation li.lastitem:hover {
	background: url("/images/nav_bg_lastitem_over.png");
}

#navigation li.current_page {
	background: url("/images/nav_bg_item_over.png");
}

#navigation li.current_pagelastitem {
	background: url("/images/nav_bg_lastitem_over.png");
}

#subnavigation {
	list-style: none;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

#subnavigation li {
	cursor: pointer;
	width: 250px;
	padding: 10px 10px;
	background: #E4EAED;
	color: #1A2F34;
	margin-bottom: 1px;
	margin-right: 20px;
}

#subnavigation li a {
	text-decoration: none;
	color: #1A2F34;
}

#subnavigation li:hover {
	background: #EBF0F3;
}

#subnavigation li.current_page {
	background: #1A2F34;
	color: #EBF0F3;
}

#content_wrap {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	background: #ffffff;
}

#content_wrap #content {
	background: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	padding-bottom: 20px;
	vertical-align: text-top;
}

#twoCols #col01 {
	width: 620px;
	float: left;
	padding: 10px 0;
}

#twoCols #col02 {
	width: 270px;
	float: right;
	
	
}
#twoColsnm #col01 {
	width: 430px;
	float: left;
	padding: 10px 0;
}

#twoColsnm #col02 {
	width: 430px;
	float: left;
	padding: 10px 20px;
}

#content #threeCols {
	
}

#content #threeCols p {
	font-size: 12px;
	margin-top: 0;
}

#content #threeCols #col01 {
	width: 300px;
	float: left;
	padding: 10px 0;
}

#content #threeCols #col02 {
	width: 300px;
	float: left;
	padding: 10px;
}

#content #threeCols #col03 {
	width: 270px;
	float: left;
	padding: 10px;
}
#content #threeCols #col03front {
	width: 270px;
	float: left;
	padding: 10px;
	border-left: 1px dotted black;
}

#footerlinks{
	margin: 0 auto;
	width:960px; 
	font-size: 9px; 
	text-align:center;
}
#footerlinks a{
	color: #000000;
}
#footer_wrap {
	width: 960px;
	margin: 0 auto;
	background: #333333;
	background: url(../images/footer_bg.png) #b4c2ca repeat-x;
	overflow: hidden;
}

#footer_wrap #footer {
	font-size: 11px;
	padding: 0 10px;
}

#footer_wrap #footercopyright {
	font-size: 11px;
	background: #E6E9EA;
	padding: 5px 10px;
	text-align: center;
}

#footer #threeColsFoot #foot01 {
	width: 230px;
	float: left;
	padding: 10px;
}

#footer #threeColsFoot .sitemap {
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0;
}

#footer #threeColsFoot .sitemap li {
	text-align: left;
	color: #1A2F34;
	padding: 2px 0px;
}

#footer #threeColsFoot .sitemap li a {
	color: #1A2F34;
	text-decoration: none;
}

#footer #threeColsFoot .sitemap li a:hover {
	
}

#footer #threeColsFoot #foot02 {
	width: 230px;
	float: left;
	padding: 10px;
}

#footer #threeColsFoot #foot03 {
	width: 380px;
	float: left;
	padding: 10px;
}
#newswidget {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

#newswidget li {
	cursor: pointer;
	width: 260px;
	
	
	color: #1A2F34;
	margin-bottom: 1px;
	
	
}

#newswidget li a {
	text-decoration: none;
	color: #1A2F34;
}

#newswidget li a:hover {
	background: #EBF0F3;
}
#newstable td a {
	text-decoration: none;
	color: #1A2F34;
}

#newstable td a:hover {
	background: #EBF0F3;
}
.newswidgetheader{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	border-bottom: 1px dotted #2C4A53;
	width: 250px;
	padding-bottom: 3px;
}
.newswidgetts{
	
	font-size: 10px;
}
.newswidgetbody{
	margin-top: 5px;
	font-size: 11px
}
#newslink{
	
	padding: 5px;
	font-size: 11px;
	color: #FFFFFF;
	height: 25px;
	background: url(../images/linkbox.png) no-repeat;
	width: 250px;
}
#newslink a{
	color: #FFFFFF;
}
#newslink a:hover{
	color: #FFFFFF;
}

.errors{
	color: red;
}
fieldset{
	
	padding: 20px;
	vertical-align: top;
}
fieldset li{
	list-style: none;
	padding: 5px;
	
}
fieldset li label{
	
	width: 100px;
	display: block;
	float: left;
	padding: 5px;
	
}
fieldset li input{
	
	list-style: none;
	text-decoration: none;
	padding: 5px;
	
	
}
#partnerbox{
	width: 920px;
	
}
.plogo{
	border-top: 1px dotted black; 
	padding: 5px;
}
.plogoholder{
	padding-left: 14px;
	padding-right: 14px;
	
	float: left;
}
.rightheader{
	
	padding: 5px;
	font-size: 11px;
	color: #FFFFFF;
	height: 25px;
	background: url(../images/headerback.png) no-repeat;
	width: 250px;
	text-transform: uppercase;
	font-weight: bold;
}
.contactbox a{
	color: #000000;
}
.contactbox a:hover{
	color: #000000;
}
#submit{
	padding: 5px;
}
.formholder{
	width: 960px;
	
	padding-left: 100px;
	margin-bottom: 180px;
}
#disclaimer{
	font-size: 9px;
}
#disclaimer a{
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
#disclaimer a:hover{
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
input[type="text"]
{
    border:1px solid #CCCCCC;
    color:#516064;
    font-family: Helvetica,arial,sans-serif;
    font-size:12px;
    
    padding:2px;
    width:200px;
}
select
{
    border: 1px solid black;
    color:#516064;
    font-family: Helvetica,arial,sans-serif;
    font-size:12px;
    padding:2px;
    width:200px;
}
textarea
{
    border: 1px solid black;
    color:#516064;
    font-family: Helvetica,arial,sans-serif;
    font-size:12px;
    padding:2px;
    width: 200px;
	height: 100px;
}


