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


body {
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #CDDCEC;
}

A:link {
	COLOR: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
A:visited {
	COLOR: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
A:active {
	COLOR: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
A:hover {
	COLOR: #000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
 
#page_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	text-align: left;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: right top;
	border: 1px solid #000;
}

#page_header {
	height: 120px;
	clear: both;
	background-color: #4B75B3;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/header_background.png);
}

#page_header h1 {
	margin: 0px;
	padding-top:30px;
	padding-left:25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:32px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fff;
}

#page_header h2 {
	margin: 0px;
	padding-left:25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #DFE3FD ;
}

#menu_bar {
	height:40px;
	clear: both;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
}

#menu_bar ul {
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	color: White;
	float: left;
	width: 100%;
	font-family: verdana, arial, sans-serif;
	font-size:14px;
	font-weight: bold;
	background-color: #155E8E;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	color: #EFEFEF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	background-color: #155E8E;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
}

#menu_bar ul li a:hover
{
	color: #155E8E;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: underline;
}

#content_wrapper {
	clear:both;
	margin: 10px;
}

#right_side {
	margin-top:5px;
	float: left;
	width:260px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

#right_side h3 {
	margin-top:0px;
	margin-bottom:10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding:5px;
	background-color:#000;
	border-bottom-style: solid;
	border-bottom-color: #006;
	border-bottom-width: 1px;
	color: #CCC;
}

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-left:4px;
}

#left_side {
	float: left;
	width:600px;
	background-color: #FFFFFF;
	border:0px dashed #cccccc;
}
#left_side h1 {
	margin: 0px;
	padding-bottom:10px;
	padding-left:25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:28px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000;
}
#left_side a {
	color: #F00;
}
#left_side a:hover {
	color: #F00;
	text-decoration: underline;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  color: #FF6600;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #018843;
  clear:both;
}

#left_side p {
	margin-top:0px;
	margin-bottom:15px;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #000;
	padding-left:4px;
	text-align: left;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#feature_box {
  float:left;
  width:250px;
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #779E28;
}

#feature_box p {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 16px;
	margin-bottom:5px;
}

#page_footer {
	height: 60px;
	background-color: #4B75B3;
	clear: both;
}

#page_footer p {
	padding-top:18px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #DFE3FD;
	letter-spacing:1px;
}

#spacer {
  height:20px;
  clear:both;
}

.top_left_ad {
 float: left; 
 margin: 3px 3px 3px 3px; 
 padding: 0px 10px 3px 0px;
 }
 
.right_ad {
 padding:25px 25px 25px 55px;
}
.thankyou {
	width:502px;
	height:600px;
	 padding:0px 0px 0px 0px;
 border:#000 thin solid;
}
.left__thankyou_ad1{
 height:600px;
 padding:0px 0px 0px 0px;
 border:#000 thin solid;
}
.right__thankyou_ad2{
	float:left;
	height:600px;
 padding:0px 0px 0px 0px;
 border:#000 thin solid;
}
 
.arrow_list {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
} 

.arrow_list li {
	background-repeat: no-repeat;
	background-position: 0 7px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height:18px;
}
#page_footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #00DC45;
}
#form {
font:Arial, Helvetica, sans-serif;
font-size:8px;
}

.yellow-highlight {
	background-color:#FF3;
}

.red-alert {
	color: #F00;
	font-weight: bold;
}
/* Let's add some style to our FORM fieldset & legend */

fieldset
{
-moz-border-radius: 7px; 
border: 1px #dddddd solid;
margin-bottom: 0px;
width: 235px;
}

fieldset legend
{
border: 1px #1a6f93 solid; 
color: black; 

font-family: Verdana;
font-weight: none;
font-size: 13px;

padding-right: 5px;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;

-moz-border-radius: 3px;
}

/* Main DIV */
.m 
{
background-image:url(../images/blue-sky.jpg);
width: 250px;
padding: 5px;
height: auto;
}

/* Left DIV */
.l
{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:10px;
line-height:10px;
width: 85px;
margin: 3px 0px 0px 0px;
padding: 0px;
vertical-align:bottom;
float: left;  
text-align: right;
}


/* Right DIV */
.r
{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:10px;
line-height:10px;
width: 130px;
margin: 0px;
padding: 0px; 

float: right; 

text-align: left;
}

.smallfield
{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:10px;
line-height:10px;

}
.a
{
clear: both;
width: 215px;
padding: 5px;
}
