@charset "utf-8";
/* CSS Document */
*
{margin:auto;}
body
{
	background-color:#D7F2FF;
}
p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height:20px;
	padding:10px;
}
.big
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#0097d5;
	font-weight:bold;	
}
.small
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	font-weight:bold;
}

#wrapper
{
	border:1px solid #ccc;
	width:900px;
	background-color:#FFF;
	margin-top:0px;
}
#phone
{
	float:right;
	margin:7px 25px 0 auto;
}
#banner
{margin-left:-3px;
}
#navigation
{
	width:800px;
	height:40px;
	padding-top:10px;
	text-align:center;
}
#navigation a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333;
	text-decoration: none;
	padding:40px;
}
#navigation a:hover
{
	color: #039;
}
#content
{
	border-top:1px solid #ccc;
	width:900px;
}
/***************FOOTER AREA******************/
#footerArea
{
	width:900px;
	height:40px;
	clear:both;
	background-color:#ffffff;
	border-top:1px #ccc solid;
	margin-top:10px;
}
#footerArea td
{
text-align:center;
}
.left
{
	width:25%;
}
.left ul
{
	padding-left: 10px;
}
.left ul li
{
	text-decoration: none;
	display: inline;
	border-right-width: 0px;
	border-right-style: dashed;
	border-right-color: #333;
	list-style-type: none;
	
}
.left ul li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
.left ul li a:hover
{
	color:#39F;
}
.middle
{
	width:50%;
}
.middle p
{
	color:#333;
}
.right
{
	width:25%;
}
.right ul
{
	padding-left: 10px;
}
.right ul li
{
	text-decoration: none;
	display: inline;
	border-right-width: 0px;
	border-right-style: dashed;
	border-right-color: #333;
	list-style-type: none;
	
}
.right ul li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
.right ul li a:hover
{
	color:#39F;
}
.link a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
.link a:hover
{
	color:#39F;
}
/********************EMAIL CAPTURE*****************************/
#emailcapture
{
	width:300px;
	border:1px #ccc solid;
	border-collapse:collapse;
	margin-top:10px;
}
#emailcapture tr td
{
	padding:3px;
}
h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#3366cc;
	padding-top:5px;
}
.lable
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#333;
	padding-left:10px;
}
#emailcapturesubmit
{
	background-color:#023eea;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:2px;
	color:#ffffff;
	margin:auto;
}
#emailcapture label
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
/*******************/
.main_txt_bold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
table td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
}
table a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #039;
	padding-top:5px;
	text-decoration: none;
	font-weight: normal;
}
table a:hover
{
	color: orange;
}
.header_small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #039;
	text-align:left;
	padding-top:10px;
	padding-left:25px;
	text-decoration: none;
	font-weight: normal;
}
.content_heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding-bottom:5px;
}
.form_button
{
background-color:#039;
color:#ffffff;
}
.box {
	background-color: #FFFFFF;
	border: 1px solid #000000;	
}
.box th
{
	background-color:#039;
	color:#ffffff;
}
.form_input_err
{
background-color:#f7f936;
}
.Email_Message
{
font-size:14px;
font-weight:bold;
color:#f00;
}

