/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Page Layout Stylesheet */ 
body{
margin:0px auto;
padding:0px;
text-align:center;
background-color:#fff;
font-family: Arial, Verdana, Times New Roman, Helvetica, sans-serif;
font-size:13px;
color:#303E6D;
}

a{
text-decoration:none;
}

img{
border:0px;
}

h1, h2, h3, h4, h5, p{
margin:0px;
padding:0px;
}

p{
padding-bottom:10px;
}


h1{
font-family:Arial;
font-size:36px;
line-height:40px;
padding-bottom:15px;
font-weight:bold;
color:#303E6D;
}

h2{
font-size:13px;
padding-bottom:5px;
font-weight:bold;
}

h3, h3 a{
font-family:Arial;
font-size:20px;
line-height:20px;
font-weight:bold;
}
h3{ padding-bottom:10px; }
h3 a:hover, .snippet2 h3 a:hover{ color:#FFFFFF;}

h4{
font-family:Arial;
font-size:30px;
line-height:30px;
padding-bottom:15px;
font-weight:normal;
color:#5D5D5D;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Page css */ 

#page{
width:985px;
margin:0px auto;
text-align:left;
position:relative;
background-image:url(/images/bkg_985x640.jpg);
background-position:left top;
background-repeat:no-repeat;
background-color:#BFCED3;
}

#page-home{
width:985px;
height:762px;
margin:0px auto;
text-align:left;
position:relative;
background-image:url(/images/bkg_985x762.gif);
background-position:left top;
background-repeat:no-repeat;
background-color:#BFCED3;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ header css */ 


#header{
}

#header .logo{
width:335px;
}

#header #top{
}



#header-nav{
position:absolute;
left:340px;
top:54px;
}

#header-nav, #header-nav a{
font-family:Arial;
color:#C2E100;
font-size:12px; 
font-weight:bold;
text-transform: uppercase;
}
#header-nav a{
padding:0px 10px;
}
#header-nav a:hover{ color:#FFFFFF;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ search-box css */

#search-box{ padding-left:100px; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ middle */

#home-right{
position:absolute;
left:600px;
top:280px;
}


.snippet1{
position:absolute;
left:23px;
top:400px;
width:180px;
}


.snippet2{
position:absolute;
left:290px;
top:400px;
width:180px;
}

.read-more {
font-size:11px;
}
.read-more a{
color:#303C6E;
font-weight:bold;
}

.snippet2 p{
color:#fff;
}

.snippet2 .read-more a{
color:#C2E100;
}

.snippet2 h3 a{
color:#C0CFD4;
}


.snippet-wrapper{
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ content */

#content{
width:535px;
float:left;
}

#content .content-wrapper{
padding:40px 40px 250px 20px;
}

.crocodile{
position:absolute;
bottom:0px;
z-index:20;
}

.bottom-bar{
position:absolute;
bottom:0px;
z-index:10;
}


#right{
width:450px;
float:left;
}

#right-bkg{
padding:50px;
background-color: #303D6E;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ footer */

#page-footer{ 
width:100%;
color:#3D4977;
padding:20px 0px;
margin:0px auto;
text-align:center;
}

#page-footer .page-footer-wrapper{ 
width:980px;
margin:0px auto;
text-align:left;
}


#page-footer .copy{
width:200px;
float:left;
text-indent:10px;
font-size:11px;
text-align:left;
}

#page-footer #footer-nav{
width:700px;
float:right;
text-align:left;
}

#page-footer #footer-nav a{
color:#3D4977;
padding:0px 10px;
font-size:11px;
font-weight:bold;
text-transform:uppercase;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ company-lead-form */ 
#contact-form{ } 
#contact-form #contact-form-wrapper{padding:10px 0px 30px 0px;} 
#contact-form .contact-header{padding-left:10px; margin-bottom:20px;}
#contact-form .contact-header h3{color:#6B6B6B; font-size:12px;}
#contact-form #company-lead-form{}
#contact-form #company-lead-form p{color: #FF0000;}
#contact-form #company-lead-form .semiform{ width:270px; float:left;}

#contact-form #company-lead-form table {border:0px; margin:0px; }

#contact-form #company-lead-form table tr td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
text-decoration:none;
color:#303C6E;
padding:3px;
line-height:24px;
text-align:left;
}

#contact-form #company-lead-form table tr .column1{
line-height:14px;
}

#contact-form #company-lead-form table tr .column2{
}

#contact-form #company-lead-form table tr .column1-error{
text-align: right;
color: #FF0000;
}

#contact-form #company-lead-form table tr td input, #contact-form #company-lead-form table tr td select, #contact-form #company-lead-form table tr td textarea {
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size:12px; 
font-weight:normal;
text-decoration:none;
color:#000; 
border:1px solid #000;
background-color:#fff !important;
width:220px;
height:20px;
}

#contact-form #company-lead-form table tr td .phone1 { width:60px !important; }
#contact-form #company-lead-form table tr td .phone2 { width:60px !important; }
#contact-form #company-lead-form table tr td .phone3 { width:70px !important; }
#contact-form #company-lead-form table tr td textarea { height:65px !important; }

#contact-form #company-lead-form table tr td .submitbutton {
width:155px;
height:22px;
border:none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ clear stylesheet */

.magic{ clear:both; }
