/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #ffffff;
	color: #808285;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	background:url('images/bg.jpg') top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
}
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{
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*=== Header ===*/
#header{
	background: url(images/header.jpg) 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{
	
	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;
	height: 15px;
	padding: 0 0 0 12px;
}
#nav1 li a:hover,
#nav1 li.active a{
	background: url(images/menu.gif) no-repeat left;
	text-decoration: none;
}
#nav1 li.green a{
	color: #FFFFFF;
	background-color: #7AC142;
}
#nav1 li.lightgreen a{
	color: #2D2D62;
	background-color: #B3FFB3;
}
#nav1 li.blue a{
	color: #FFFFFF;
	background-color: #00A4E4;
}
#nav1 li.liteblue a{
	color: #2D2D62;
	background-color: #C5FFFE;
}
#nav1 li.red a{
	color: #FFFFFF;
	background-color: #ED1848;
}
#nav1 li.redlite a{
	color: #2D2D62;
	background-color: #EDA7AA;
}
#nav1 li.yellow a{
	color: #FFFFFF;
	background-color: #ED1848;
}

/*=== 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; */
}
#columns-top{
	float: right;
	height: 2px;
	margin: 10px 0 0;
	overflow: hidden;
	width: 781px;
}
#columns p{
	padding: 0 0 10px;
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 150px;
	margin-top: 13px;
}
#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;
	min-height: 490px;
	width: 490px;
	font-size: 12px;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 22px;
}

#centercol h1{
	color: #0072BC;
	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 ul { 
  line-height: 20px;
  padding: 0; 
  margin: 0 0 10px; 
  list-style: none; 
} 

#centercol ul li {
	margin: 0;
	background: url(/images/bullet-pink.gif) 0 6px no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
} 

#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: #0272BE;
}

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

/*=== Right Column ===*/
#rightcol{
	float: right;
	width: 200px;
	margin-top: 13px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#rightcol img{
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
/*=== Banners ===*/
.banners{
	margin: 0 0 15px;
	text-align: right;
}
.banners img{
	margin: 0 6px;
}

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

#centerrightcol h1{
	color: #0072BC;
	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;
}

/*=== 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;
}
.box {
	border: 1px solid #336699;
	width: 200px;
	padding: 3px;
}
