
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	font-family: Arial,Garuda,Helvetica,sans-serif;
}
.wrapper
{
	width:1010px;
	margin:0 auto;
}
a img, :link img, :visited img {
	border: 0;
}
a{
	text-decoration:none;
	color:#2C7273;
}
a:hover{
	text-decoration:underline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
.clear
{
    clear:both;
}
body{
	background:#99d8d8 url(media/body-bgd.gif) repeat-x ;
	color:#1d6869;	
	font-size:8pt;
}
p{
	line-height:125%;
	margin-bottom:15px;
	color:#2c7273;
	font-size:10pt;
}
hr
{
    margin:0px;
}
.accessibility {
	position:absolute;
	top:0;
	left:-9000px;
}

h1
{
    font-weight:bold;
    font-size:11pt;
    color:#0aa0a3;
    margin-bottom:18px;
}
h2
{
   font-size:12pt;
   font-weight:bold;
   margin:0 0 18px 0;
   color:#9ddfce;
}
h3
{
   font-size:10pt;
   font-weight:bold;
   margin:0 0 18px 0;
   color:#0aa0a3;
}
.paddingspace
{
    padding:7px 0;
}
input
{
    color:#979595;
    font-size:8pt;
}
.noMargin
{
    margin:0;
}
.smallInput
{
    width:30px;
}
.vertical-align
{
    vertical-align:middle;
}

.container
{
    background:#ffffff url(media/container-top.gif) no-repeat top center;
	margin:19px auto;
	padding:17px 0 0 0;
	width:1028px;
}
#content-wrapper
{
    background:#ffffff url(media/container-inner.gif) repeat-y right;
    border-left:solid 1px #cfeced;
    padding:0 10px 0 0;
}

.container-bottom
{
    background:#ffffff url(media/footer-bottom.gif) no-repeat right top;
    height:16px;
    border-left:solid 1px #cfeced;
	margin:0px auto;
	padding:0 0 0px 0;
	width:1027px;
}

 
/********Header****************/
div#header{
	/*position:relative;*/
    background:transparent url(media/header-bgd.gif) no-repeat left top;
	padding:5px 0 0;
	border-bottom:solid 4px #086d6f;
}
#header .innerWrap
{
}
.header-logo
{
    float:left;
    padding:0px 0px 0px 52px;
}
#header-text
{
    float:right;
    padding:19px 20px 0 0;
}
#header-text h1
{
    margin:0;
}
ul#header-menu
{
    float:right;
    margin:16px 0;
}
#header-menu li
{
    float:left;
    font-size:14px;
}
#header-menu li a 
{
      color:#1aa6a9;
      padding:0 0 0 8px; 
      display:block;
      font-size:14px;
      float:left;
}
#header-menu li a span
{
  padding:0 9px 0 0px; 
  display:block; 
  
}
#header-menu li a span span
{
   padding:5px 12px 5px 12px;
   display:block;
}
#header-menu li a:hover
{
    
    background:transparent url(media/menu-left-bgd.gif) no-repeat left top; 
    padding:0 0 0 8px; 
    text-decoration:none; 
}
#header-menu li a:hover span,#header-menu li.selected a span 
{
  background:transparent url(media/menu-right-bgd.gif) no-repeat right top;   
  padding:0 9px 0 0px;  
  display:block;
}
#header-menu li a:hover span span, #header-menu li.selected a span span
{
   padding:5px 12px 5px 12px;
   display:block;
   background:transparent url(media/menu-inner.gif) repeat-x top;   
}

#header-menu li.selected a 
{
  
    background:transparent url(media/menu-left-bgd.gif) no-repeat left top; 
    padding:0 0 0 8px; 
    text-decoration:none; 
}
#header-menu li.selected a:hover
{
    background:transparent url(media/menu-left-bgd.gif) no-repeat left top;
}


#header-menu li span
{
    font-weight:bold;
}

/*************Main Content****************/
#content-wrapper
{
    background-color:#fefefe;
}
#content-wrapper .container
{
    padding-bottom: 45px;

}
/*********Content-area******/

.content-area
{
    padding:0px 20px 14px 27px;
}
.content-area .leftCol
{
    width:677px;
    float:left;
    padding:33px 0 0 ;
}
.content-area .rightCol
{
    width:276px;
    float:left;
    padding:15px 0 0 ;
    margin:0 0 0 16px;
}
.blogLink
{
    display:block;
    padding:7px 0 0 35px;
	 font-weight:bold;
	 font-size:9pt;
}
/******Form Styles********/
.form label
{
    width:150px;
    float:left;
    font-weight:bold;
	padding-bottom:3px;
}
.form input
{
    width:200px;
}
.form .dobInput
{
    width:59px;
}
.form .Radio1
{
    width:20px;
    float:left;
}
#frmDataCapture
{
    margin-left:25px;
}
.button
{
  background:transparent url(media/button.gif) no-repeat left top;   
  height:26px;
  border:0 none;
  width:103px;
  cursor:pointer;
  color:#1aa6a9;
}
.links
{
    float:left;
    padding:5px 0 0 35px;
    
}
.center{text-align:center;}
/*****Left Column***/
.text-area
{
    margin:0 25px;
}
.text-area ul
{
margin:0 25px;
margin-bottom:5px;
margin-top:5px;
   font-size:9pt;
}
.text-area li
{
list-style: disc;
}
.lhs-panel
{
    background:transparent url(media/lhs-panel-bgd.jpg) no-repeat center;
    width:677px;
    height:189px;
    margin-bottom:0px;
}
.lhs-panel .inner
{
  padding:20px 24px 6px 25px;
}
.lhs-panel .inner p
{
    color:#185670;
    margin:0 0 10px 0;
}
.lhs-panel .inner a {
    color:#4D98B8;
    font-size:11pt;
    font-weight:bold;
    left:82%;
    position:relative;
    text-decoration:none;
    top:37px;
}
.lhs-panel .inner a:hover
{
    color:#3d7195;
}
/*******Righ Column*******/
.blog a{
width:70px;
float:left;
}
.addthis a{
width:150px;
float:left;
margin-top:1px;
margin-left:10px;
}

.callus
{
    color:#3d7195;
    font-size:14pt;
	font-weight:bold;
	margin-left:2px;
	margin-top:10px;
	float:left;
}
.callusimg{
float:left;
}

.rhs-panel
{
    background:transparent url(media/rhs-panel.gif) no-repeat center;
    width:276px;
    height:109px;
    margin-bottom:10px;
}
.rhs-panel .inner
{
  padding:10px 21px 6px 16px;
}
.rhs-panel .inner p
{
    color:#3d7195;
    font-size:8pt;
    width:184px;
    float:left;
    padding:7px 0 0px;
    margin:0px;
}
.panel-img-holder
{
    float:left;
    width:53px;
    height:47px;
    
}
.rhs-panel .form-text
{
    border:0 none;
    height:17px;
    width:150px;
    
}
.rhs-panel .submit
{
    border:0 none;
    color:#4d98b8;
    font-weight:bold;
    font-size:10pt;
    background:none;
    float:right;
    padding:0px;
    height:17px;
    cursor:pointer;
}

.rhs-panel .inner a
{
    color:#4d98b8;
    font-weight:bold;
    font-size:10pt;
    text-decoration:none;
    float:right;
    display:block;
    padding-top:6px;
    height:17px;
    padding-bottom:2px;
}
.rhs-panel .inner a:hover
{
    color:#3d7195;
}
/*********Footer***********/
#footer
{
   padding:0 0 0px 0;
}
#footer .inner
{
  border-top:solid 3px #2e8385;
  margin:0px;
  text-align:center;
}
#footer .inner p
{
  margin:0px;
  text-align:center;
}
#footer .inner  a
{
    text-decoration:none;
     color:#356a8f;
}
#footer .inner a:hover
{
    text-decoration:underline;
     color:#356a8f;
}
