/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
  background: #ffffff;
	color: #808285;
	font: 11px Arial,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #002d62;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page{
	background: #ffffff;
	margin: 0 auto;
	width: 908px;
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.gif) no-repeat top;
	color: #ec519d;
	font-size: 18px;
	height: 118px;
	padding: 12px 20px 0;
}
#header p{
	float: right;
	text-align: right;
}
#header p a{
	color: #ec519d;
	padding: 0 0 0 10px;
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 100px;
	width: 297px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	margin: 0 0;
	font-weight: bold;
}
#nav1 li{
	margin: 0 0 2px;
}
#nav1 li a{
	display: block;
	min-height: 15px;
	padding: 0 0 0 12px;
}
#nav1 li a:hover,
#nav1 li.active a{
	background: url(../images/ico-list.gif) no-repeat left 2px;
	text-decoration: none;
}
#nav1 li.green a{
	color: #7ac142;
}
#nav1 li.blue a{
	color: #00a4e4;
}
#nav1 li.red a{
	color: #a860aa;
}

/*=== All Columns ===*/
#columns{
	clear: both;
	padding: 0 18px 0 10px;
}

.default {
  background: url(../images/columns-bgr.gif) repeat-y right;  
}

.homepage{
	background: url(../images/columns-bgr-homepage.gif) repeat-y right;
}

.landing{
	background: url(../images/hl-dot.gif) repeat-x top;
}

#columns-top{
	background: url(../images/hl-dot.gif) repeat-x top;
	float: right;
	height: 2px;
	margin: 10px 0 0;
	overflow: hidden;
	width: 781px;
}
#columns p{
	padding: 0 0 10px;
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 113px;
}
#leftcol h2{
	color: #ec519d;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 3px;
}
#leftcol .spacer{
	padding: 0 0 0 13px;
}
/*=== Center Column ===*/
#centercol{
	display: table-cell;
	display: block;
	float: left;
	height: auto !important;
	height: 490px;
	margin: 12px 0 0 22px;
	min-height: 490px;
	width: 465px;
	font-size: 14px;
}

#centercol.landing{
  margin: 10px;
  width: 870px;
  background: #fff;
}

#centercol h1{
	color: #ec519d;
	font-size: 16px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
#centercol h2{
	color: #ec519d;
	font-size: 16px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
#centercol p{
	line-height: 20px;
}
#centercol p strong{
  color: #ec519d;
  font-weight: bold;
}
#centercol p em{
	color: #ec519d;
	font-style: normal;
}

#centercol ol {
  line-height: 20px;
  padding: 0;
  list-style-type: decimal;
  margin-left: 20px;
}

#centercol ol li {
  list-style: decimal;
}

#centercol ul,
#centerrightcol ul { 
  line-height: 20px;
  padding: 0; 
  list-style: none; 
} 

#centercol ul li,
#centerrightcol ul li { 
  padding: 0 0 0 11px; 
  margin: 0; 
  background: url(/images/bullet-pink.gif) 0 6px no-repeat; 
} 

#centercol.green ul li,
#centercol li.green { 
  background: url(/images/bullet-green.gif) 0 6px no-repeat; 
} 

#centercol.blue ul li,
#centercol li.blue { 
  background: url(/images/bullet-blue.gif) 0 6px no-repeat; 
} 

#centercol.red ul li,
#centercol li.red { 
  background: url(/images/bullet-red.gif) 0 6px no-repeat; 
} 

#centercol.green h1,
#centercol.green h2,
#centercol.green p strong,
#centercol.green p em,
#centercol li.green a {
	color: #7ac142;
}

#centercol.blue h1,
#centercol.blue h2,
#centercol.blue p strong,
#centercol.blue p em,
#centercol li.blue a {
	color: #00a4e4;
}

#centercol.red h1,
#centercol.red h2,
#centercol.red p strong,
#centercol.red p em,
#centercol li.red a {
	color: #a860aa;
}

/*=== Right Column ===*/
#rightcol{
	float: right;
	margin: 13px 0 0;
	width: 250px;
}
#rightcol img{
	display: block;
	margin: 0 0 13px;
}
/*=== Banners ===*/
#banners{
	margin: 0 0 15px;
	text-align: right;
}
#banners.landing{
  text-align: center;
  background: #fff;
}
#banners img{
	margin: 0 6px;
}

/*=== Highlights ===*/
#highlights{
  text-align: center;
  background: #fff;
}
#highlights img{
	margin: 3px 3px;
}

/*=== Center-Right Column ===*/
#centerrightcol{
	display: table-cell;
	display: block;
	float: left;
	height: auto !important;
	height: 490px;
	margin: 12px 0 0 22px;
	min-height: 490px;
	width: 745px;
	font-size: 14px;
}

#centerrightcol h1{
	color: #ec519d;
	font-size: 16px;
	margin: 0 0 10px;
}

#centerrightcol p{
	line-height: 20px;
}

/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	margin: 0 0 20px;
}
.list1 li{
	color: #002d62;
	margin: 0 0 3px;
	font-weight: normal;
}

/*=== Landing Page Images ===*/
#landingimages{
	background: #fff;
	clear: both;
	padding: 5px 0 20px;
}

#landingimages ul{
	text-align: center;
}
#landingimages li{
	display: inline;
	font-size: 10px;
}
#landingimages li a{
	color: #a7a9ac;
	padding: 0 3px;
}

/*=== Footer ===*/
#footer{
	background: url(../images/hl-dot.gif) repeat-x top;
	clear: both;
	padding: 5px 0 20px;
}

#footer ul{
	text-align: center;
}
#footer li{
	display: inline;
	font-size: 10px;
}
#footer li a{
	color: #a7a9ac;
	padding: 0 3px;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}

/*=== Form. ===*/
label {
  margin: 0;
  padding: 0;
}

.radio {
  border: 0px;
}

.textarea {
  width: 355px;
}

/*=== Errors. ===*/
.fieldWithErrors {
  display: inline;
}

.errorExplanation {
  padding-bottom: 15px;
}
.errorExplanation li {
  color: #ff0000;
}

div.landing_with_sidebar div#centercol{
  margin-left: 12px;
  width: 550px;
}