
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ general css */

body{
margin:0px;
padding:0px;
text-align:center;
background-color:#FFFFFF;
font-family:Georgia, Times New Roman, Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
color:#000000;
line-height:14px;
}

a{
font-family:Georgia, Times New Roman, Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
color:#000000;
font-weight:bold;
text-decoration:underline;
}

img{ border:0px; padding:0px 0px 0px 0px; }
a:hover{ text-decoration:underline; }
h1, h2, h3, h4, p{ padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }

p{ padding-bottom:10px; }

ul, ol{ margin:0px 0px 0px 0px; padding:0px 0px 10px 20px; }
ul li, ol li{
font-family:Georgia, Times New Roman, Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
font-weight:normal;
color:#000000;
text-decoration:none;
padding:0px 0px 2px 0px;
}

h1{
font-family:Georgia, Times New Roman, Arial, Verdana, Helvetica, sans-serif;
font-size:24px;
line-height:28px;
color:#000000;
font-weight:bold;
text-decoration:none;
padding-bottom:10px;
}

h2{
font-family:Georgia, Times New Roman, Arial, Verdana, Helvetica, sans-serif;
font-size:13px;
line-height:15px;
color:#000000;
font-weight:bold;
text-decoration:none;
padding-bottom:10px;
}

h3{
font-family:Georgia, Times New Roman, Arial, Verdana, Helvetica, sans-serif;
font-size:13px;
line-height:15px;
color:#000000;
font-weight:bold;
text-decoration:none;
font-style:italic;
padding-bottom:10px;
}

#page{ width:1035px; margin:0px auto; text-align:left; }

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

#header{ height:150px; position:relative; }
#header .logo{ position:absolute; top:30px; left:20px; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ header-nav css */

#header-nav{ position:absolute; top:128px; left:30px; color:#000000; }

#header-nav a{
font-family:Georgia, Arial, Verdana, Helvetica, sans-serif;
font-size:18px;
line-height:20px;
font-weight:normal;
color:#000000;
text-decoration:none;
padding:0px 10px;
text-transform: uppercase;
}

#header-nav a:hover{ text-decoration:underline; }

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

#middle{ padding:10px 0px 10px 0px; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ column css */

#column{ float:left; }
#column .column-wrapper{ padding:20px 10px 20px 10px; }
#column .int-wrapper{ padding:0px 10px 0px 10px; }

.x-spacer{ float:left; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ page-footer css */

#page-footer{ height:50px; position:relative; }

#page-footer .copy{
font-family:Georgia, Arial, Verdana, Helvetica, sans-serif;
font-size:18px;
line-height:20px;
font-weight:normal;
color:#000000;
text-decoration:none;
padding:0px 5px;
position:absolute;
top:3px;
left:15px;
}

#footer-nav{ position:absolute; top:3px; left:900px; }

#footer-nav a{
font-family:Georgia, Arial, Verdana, Helvetica, sans-serif;
font-size:18px;
line-height:20px;
font-weight:normal;
color:#000000;
text-decoration:none;
padding:0px 10px;
text-transform: uppercase;
}

#footer-nav a:hover{ text-decoration:underline; }

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

.magic{ clear:both; }
.clrlft{ clear:left; }
.clrrt{ clear:right; }

.x-line{
position:absolute;
width:100%; height:2px;
background-image:url(/images/bg_line_1x2.gif);
background-repeat:repeat-x;
background-position:left top;
}

.y-line{
position:absolute;
width:100%; height:2px;
background-image:url(/images/bg_line_1x2.gif);
background-repeat:repeat-x;
background-position:left top;
}

.lft-img{ float:left; margin:0px 10px 10px 0px;}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ company-lead-form ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 

#contact-form{ margin:0px 0px 0px 0px; padding:0px 0px 0px 50px; } 
#contact-form #company-lead-form{}
#contact-form #company-lead-form p{color:#FF0000;}
#contact-form #company-lead-form table{border:0px; margin:0px;}
#contact-form #company-lead-form table tr td{ font-family:Arial, Verdana, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-decoration:none; color:#272A31; padding:2px; line-height:15px; }
#contact-form #company-lead-form table tr .column1{ text-align:left; padding-left:10px; width:230px; line-height:14px; }
#contact-form #company-lead-form table tr .column2{ text-indent:5px; } 
#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 #333; width:220px; height:22px; background-color:#fff !important; margin-bottom:5px;}
#contact-form #company-lead-form table tr td .phone1{ width:61px !important; }
#contact-form #company-lead-form table tr td .phone2{ width:61px !important; }
#contact-form #company-lead-form table tr td .phone3{ width:70px !important; }
#contact-form #company-lead-form table tr td select{}
#contact-form #company-lead-form table tr td textarea{ height:120px !important; }
#contact-form #company-lead-form table tr td .submitbutton{ width:auto; height:auto; border:none; }
