@charset "utf-8";
/* CSS Document */
body
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#main-wrapper
{
	width:981px;
	margin:0 auto;
}
#header
{
	float:left;
	height:134px;
	width:981px;
}
#header .logo
{
float:left;
width:254px;
}

#header .mainnev
{
float:left;
width:450px;
margin-top:50px;
margin-left:25px;
}
#header .contactus
{
float:right;
margin-top:50px;
width:200px;
}

ul.top-dd-menu { padding:20px 0 0 0px; top:90px; =top:70px; }

#content-wrapper
{ 
	float:left;
	width:981px;
	height:471px;
}
.company-wrapper
{ 
	float:left;
	height:471px;
	color:#104882;
	width:100%;

}

#footer
{ 
float:left;
height:32px;
text-align:right;
width:100%;
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;
color:#383838;
line-height:32px;
}
.block-2 { margin:10px 20px 5px 0px; padding:0; float:left; width:320px; min-height:200px; line-height:12px; }
.block-2 span { margin:0px; padding:0; display:block; width:312px; text-align:right; padding:5px 0; }

.input-2 { background:#fff; border:1px solid #B3B2B2; padding:3px 5px; width:168px; height:13px; margin:2px 0; color:#646363; }
.input-3 { background:#fff; border:1px solid #B3B2B2; padding:3px 5px; width:60px; height:13px; margin:2px 0; color:#646363; }
.input-4 { background:#fff; border:1px solid #B3B2B2; padding:3px 5px; width:100px; height:13px; margin:2px 0; color:#646363; }
.input-5 { background:#fff; border:1px solid #B3B2B2; padding:3px 5px; width:28px; height:13px; margin:2px 0; color:#646363; }
.input-6 { background:#fff; border:1px solid #B3B2B2; padding:3px 5px; width:130px; height:13px; margin:2px 0; color:#646363; }

.text-area-1 { background:#fff; border:1px solid #B3B2B2; padding:5px; width:250px; height:70px; margin:2px 0; color:#646363; }

.text-area-2 { background:#fff; border:1px solid #B3B2B2; padding:5px; width:360px; height:70px; margin:2px 0; color:#646363; }





/*Eric Meyer's based CSS tab*/

#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a:hover{
color: #000000;
background: #C1C1FF;
border-color: #227;
}

#tablist li a.current{
background: lightyellow;
}


.maintext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#104882;
}

<script type="text/javascript">

/***********************************************
* Tabbed Document Viewer script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

var selectedtablink=""
var tcischecked=false

function handlelink(aobject){
selectedtablink=aobject.href
tcischecked=(document.tabcontrol && document.tabcontrol.tabcheck.checked)? true : false
if (document.getElementById && !tcischecked){
var tabobj=document.getElementById("tablist")
var tabobjlinks=tabobj.getElementsByTagName("A")
for (i=0; i<tabobjlinks.length; i++)
tabobjlinks[i].className=""
aobject.className="current"
document.getElementById("tabiframe").src=selectedtablink
return false
}
else
return true
}

function handleview(){
tcischecked=document.tabcontrol.tabcheck.checked
if (document.getElementById && tcischecked){
if (selectedtablink!="")
window.location=selectedtablink
}
}

</script>

