/* body ----------------------------------------- */
body{ 	
background: #ffffff; margin: 0 auto; }
/* Header ----------------------------------------- */
#header {
	color:#3E494D;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
	letter-spacing:1px;
	line-height:20px;
}
#header h1 {
	margin:0;
	color:#5BAAD6;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 37px;
	display: inline;
	font-weight:normal;
	letter-spacing:0px;
}
#header h1 a,
a:visited {
	color:#5BAAD6;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 37px;
	text-decoration: none;
}

#header h1 a:hover {
	color:#5BAAD6;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 37px;
	text-decoration: none;
}
#content {
	color:#7D8A90;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	line-height:25px;
	padding-left:37px;
	padding-right:37px;
	padding-bottom:25px;
	padding-top:15px;
}
#content h2 {
	color:#3E494D;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 24px;
	display: inline;
	font-weight:normal;
	line-height:55px;
}
#content h3 {
	color:#7D8A90;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	display: inline;
	font-weight:600;
}
#content a,
a:visited {
	color:#3E494D;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

#content a:hover {
	color:#5BAAD6;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
/* contact us style*/

#contact {
	color:#7D8A90;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	line-height:25px;
	padding-left:37px;
	padding-right:37px;
	padding-bottom:25px;
	padding-top:15px;
	border: 1px solid #5BAAD6;

}
#contact h2 {
	color:#3E494D;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 24px;
	display: inline;
	font-weight:normal;
	line-height:55px;
}
#contact h3 {
	color:#7D8A90;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	display: inline;
	font-weight:600;
}
#contact a,
a:visited {
	color:#3E494D;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

#contact a:hover {
	color:#5BAAD6;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

#tdfooter {
	background: #5BAAD6;
	height: 51px;
}
#footer {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	padding-left:15px;
	padding-right:15px;
	color:#ffffff;
}
#footer a,
a:visited {
	footer-family: verdana, arial, helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline;
}

#footer a:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #3E494D;
	font-size: 12px;
	text-decoration: underline;
}
#footer ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#footer ul li {
	margin-left: 0;
	padding: 0px 5px;
	list-style: none;
	display: inline;
	}

/*--------------------------------------Start tabber style----------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
 margin-bottom:12px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #5BAAD6;
 font-family: verdana, arial, helvetica, sans-serif;
 color: #ffffff;
 font-size: 12px;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{

 padding: 3px 30px;
 margin-left: 7px;
 border: 1px solid #5BAAD6;
 border-bottom: none;
 background: #5BAAD6;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #ffffff; }
ul.tabbernav li a:visited { color: #000000; }

ul.tabbernav li a:hover
{
 color: #3E494D;
 background: #DDEEFF;
 border-color: #5BAAD6;
}

ul.tabbernav li.tabberactive a
{
color: #3E494D;
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #5BAAD6;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

height:350px;

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary*/

overflow:auto; 
}

/* If desired, hide the heading since a heading is provided by the tab */

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
 
}

/*----------------End tabber style----------------------------------*/
/*----------------- contact form style -----------------------------*/
#contactus fieldset
{
border : 0px solid #999;
text-align:right;
}

#contactus legend, h2
{
	color:#7D8A90;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

#contactus label
{
	color:#7D8A90;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

#contactus input[type="text"],textarea,select
{
	color:#7D8A90;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
  	padding : 3px; 
 	border : 1px solid #999;
}

#contactus select
{
	color:#7D8A90;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
 	border : 1px solid #999;
  	width:228px;

}
#contactus option
{
	color:#7D8A90;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
  	width:190px;

}

#contactus input[type="text"]
{
  height:18px;
  width:220px;
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
}

#contactus textarea
{
  height:120px;
  width:410px;
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #3E494D;
  border : 1px solid #5BAAD6;
  background-color : #DDEEFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;

}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .containerleft
{
   margin-top:8px;
   margin-bottom: 10px;
   text-align:left;
}

#contactus .error
{
	color:#7D8A90;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
   	background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
	color:#7D8A90;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

#contactus .short_explanation
{
	color:#7D8A90;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
	color:#7D8A90;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}
/*-------------------------------end contact style ------------------------*/
