/* Basic Styles */
body, table, td, div, select, option, input, p, blockquote	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
}

body	{
	margin-top: 10px;
}
h1
{
	font-size: 14pt;
}

h2
{
	font-size: 12pt;
}

h3
{
	font-size: 11pt;
}

h4
{
	font-size: 10pt;
}

body	{
	margin-top: 10px;
}

#container
{
	margin: auto;
	width: 761px;
}

#container .banner
{
	width: 761px;
	height: 83px;
	margin: 5px auto;
	background: url('../images/banner.jpg') no-repeat center;
}


#main-content
{
	width: 100%;
	padding: 3px;
}

#main-content .header
{
	background: #002469;
	text-align: right;
	width: 100%;
}

#main-content .header .left,
#main-content .header .right
{
	width: 3px;
	height: 3px;
}

#main-content .header .left
{
	background: url('/template/images/corner-left.jpg') no-repeat left;
}

#main-content .header .right
{
	background: url('/template/images/corner-right.jpg') no-repeat right;
}

#main-content .body
{
	border: 1px solid #002469;
	padding: 3px;
	clear: both;
}

#main-content .body .footer
{
	text-align: left;
	background: white;
}

#main-content .footer
{
	text-align: right;
	background: #002469;
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

ul.arrows,
.arrows,
.arrows li
{
	list-style: url('/template/images/bullet.jpg');
}
a {
	/*color: #638542;*/
}
a:hover {
	text-decoration:underline;
	cursor: pointer;
}
a img
{
	border: none;
}
.btn_link a {
	padding:2px 5px;
	font-weight:bold;
	border:1px solid #ccc;
	background-color:#f7f7f7;
	display:block;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
	margin:0 auto 2px auto;
	width:60%;
}

/** Input elements */
input, textarea	{
	border: 1px solid #444;
	font-family: Arial;
	font-size: 11px;
}

.radioCheck	{
	border: 0;
}

/** Main Layout */
#container	{
	margin: 0 auto;
	clear: both;
	width: 780px;
	min-height: 100%;
	background-color: #FFFFFF;
}

#page_title	{
	height: 20px;
	font: bold 26px Arial;
	color: #666666;
	text-align: left;
	margin: 5px 0px 35px 5px;
}

#content	{
	margin: 10px;
	margin-bottom: 30px;
	text-align: left;
	min-height: 400px;
}

/** Navigation */
#primary_nav	{
	clear: both;
	text-align: left;
	background: #CDCDCD;
	height: 50px;
}
#primary_nav .nav_wrapper	{
	position: relative;
	top: 15px;
}
#primary_nav ul	{
	padding:0;
	margin:0;
}
#primary_nav li {
	list-style:none;
	display:inline;
}
#primary_nav li a {
	padding: 0px 4px 0px 4px;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	color: #FFFFFF;
}
#primary_nav li a:hover {
	text-decoration:underline;
}

#secondary_nav	{
	clear: both;
	text-align: right;
	background: #EFEFEF;
	height: 25px;
}
#secondary_nav .nav_wrapper	{
	position: relative;
	top: 5px;
}
#secondary_nav ul	{
	padding:0;
	margin:0;
}
#secondary_nav li {
	list-style:none;
	display:inline;
}
#secondary_nav li a	{
	padding: 0px 4px 0px 4px;
	font: normal 11px Arial;
	text-decoration: none;
	color: #333333;
	font-family: Arial;
	letter-spacing: -0.02em;
}
#secondary_nav li a:hover {
	text-decoration:underline;
}

#bottom_nav	{
	position: relative;
	top: 5px;
	margin: 0 auto;
	width: 780px;
}
#bottom_nav ul	{
	padding:0;
	margin:0;
	text-align: center;
	clear: both;
}
#bottom_nav li {
	list-style:none;
	display:inline;
}
#bottom_nav	li a {
	padding: 0px 4px 0px 4px;
	font: normal 11px Arial;
}

/** Other elements */
#footer {
	padding-top: 10px;
	width:780px;
	margin:0 auto;
	clear:both;
}
#copyright	{
	float:left;
}
#copyright a,
#powered a {
	color: #333333;
	font: normal 11px Arial;
	text-align: right;
}
#powered {
	float:right;	
}

#error_message   {
	background: transparent url('../images/warning.png') 10px 10px no-repeat;
	padding: 10px 0 10px 40px;
	width: 350px;
	text-align: left;
	border: 1px dashed #CC0000;
}
#error_message div     {
	font-size: 12px;
	font-weight: bold
}

.white_no_bold, a.white_no_bold {
	color: #ffffff;
}


.white_bold, a.white_bold{font-family: "Century Gothic", Arial, Helvetica; font-size: 14px; color: #FFFFFF; font-weight: bold; text-decoration: normal;}
a.white_bold{font-family: Arial, Helvetica; font-size: 12px; color: #FFFFFF; font-weight: bold; text-decoration: underline;}
.white_no_bold{font-family: "Century Gothic", Arial, Helvetica; font-size: 14px; color: #FFFFFF; font-weight: normal; text-decoration: normal;}
.white_bold_no_under, a.white_bold_no_under{font-family: Arial, Helvetica; font-size: 11px; color: #FFFFFF; font-weight: bold; text-decoration: none;}
a.white_bold_no_under{font-family: Arial, Helvetica; font-size: 11px; color: #FFFFFF; font-weight: bold; text-decoration: none;}

div.faqs {margin:0; padding:0; width:100%;}

/* x-browser fix for clearing properly */
.clearfix:after {content:"."; clear:both; visibility:hidden; display:block; height:0;}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}
