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

body{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:center;
background-color:#fff;
background-image:url(/images/bg_body.gif);
background-repeat:repeat-x;
background-position:left top;
}

body, a, ul li, ul li a, table tr td{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:#4a3c31;
font-weight:normal;
text-decoration:none;
}

a{}
a:hover{ text-decoration:underline; }

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

p{ padding-bottom:10px; }

h1{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:24px;
line-height:28px;
color:#4a3c31;
font-weight:normal;
text-decoration:none;
padding-bottom:10px;
}

h2{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:15px;
line-height:20px;
color:#fb5a22;
font-weight:bold;
text-decoration:none;
padding-bottom:10px;
}

#container{
width:100%;
background-image:url(/images/bg_bottom.gif);
background-repeat:repeat-x;
background-position:left bottom;
}
#container.main{ background-image:url(/images/bg_bottom_main.gif); }

body.main{ background-image:url(/images/bg_body_main.gif) !important; }

#page{ width:1000px; margin:0px auto; text-align:left; }
#page.main{ width:930px !important;  }

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

#header{ height:174px; position:relative; }
#header .logo{ position:absolute; top:32px; left:32px; }

#header.main{ height:130px; position:relative; }
#header.main .logo{ position:absolute; top:38px; left:32px; }

#header .star{ position:absolute; top:24px; left:620px; }
#header .h1-title{ position:absolute; top:155px; left:35px; }
#header .page-nav{ position:absolute; top:185px; left:35px; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ top-nav css */

#top-nav{ position:absolute; top:40px; left:670px; }

#top-nav, #top-nav a{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
line-height:12px;
font-weight:bold;
color:#ffffff;
text-decoration:none;
}

#top-nav a{ padding:0px 5px; }
#top-nav a:hover{ text-decoration:underline; }

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

#header-nav{ position:absolute; top:20px; left:550px; }

#header-nav, #header-nav a{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
line-height:12px;
font-weight:bold;
color:#fff;
text-decoration:none;
}
#header-nav a{ padding:0px 15px;}
#header-nav a:hover{ text-decoration:underline; }

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

#middle{ padding:0px 0px;}

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

#content{ width:615px; float:left; }
#content .main-content-wrapper{ padding:0px 0px 30px 30px; }
#content .content-wrapper{ padding:30px 75px 30px 0px; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ right css */

#right{ width:315px; float:left; }
#right .right-wrapper{ padding:135px 0px 30px 0px; }
#right .form-inner-holder{
width:314px; height:350px; position: relative; 
background-image:url(/images/bg_form_inner_314x282.gif);
background-repeat:no-repeat;
background-position:left top;
}

#right h2{
font-family:Arial, Verdana, Georgia, Times New Roman, Helvetica, sans-serif;
font-size:20px;
line-height:24px;
font-weight:bold;
color:#283176;
text-decoration:none;
padding:0px 0px 20px 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ learning-nav css */

#learning-nav{
width:248px; height:369px;
background-image:url(/images/bg_nav_learning.gif);
background-repeat:repeat;
background-position:left top;
}
#learning-nav .learning-nav-wrapper{ padding:120px 40px 0px 20px; }

#learning-nav ul{
padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;
list-style-type:none; 
}

#learning-nav ul li{
border-top:1px solid #f7f8f9;
border-bottom:1px solid #c8cbcd;
background-image:url(/images/line_gray_3x1.gif);
background-repeat:no-repeat;
background-position:left 16px;
padding:7px 0px 7px 8px;
}
 
#learning-nav ul li a{
font-family:Arial, Verdana, Georgia, Times New Roman, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
font-weight:normal;
color:#4a3c31;
text-decoration:none;
}

#learning-nav ul li a:hover{ text-decoration: underline;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ right-nav css */

#right-nav{ width:248px; background-color:#eceff1; border:1px solid #eceff1; -moz-border-radius: 10px;}
#right-nav .right-nav-wrapper{ padding:25px 30px 20px 20px; }

#right-nav ul{
padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;
list-style-type:none; 
}

#right-nav ul li{
border-bottom:1px solid #fff;
background-image:url(/images/line_gray_3x1.gif);
background-repeat:no-repeat;
background-position:left 14px;
padding:7px 0px 7px 8px;
}
 
#right-nav ul li a{
font-family:Arial, Verdana, Georgia, Times New Roman, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
font-weight:normal;
color:#4a3c31;
text-decoration:none;
}

#right-nav ul li a:hover{ text-decoration: underline;}


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

#page-footer{ height:190px; position:relative; }
#page-footer.main{ height:190px !important; }

#page-footer .copy{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
position:absolute;
top:8px;
left:15px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ footer-nav css */

#footer-nav{ position:absolute; top:8px; left:600px; }

#footer-nav a{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#FFFFFF;
text-decoration:none;
padding:0px 5px;
}

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

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ articles-nav css */

#articles-nav{ position:absolute; top:8px; left:20px; }
#articles-nav .option{ float:left; width:200px; border-bottom:1px dotted #666; margin-right:20px;
background-image:url(/images/line_white_3x1.gif);
background-repeat:no-repeat;
background-position:5px 8px;
}
#articles-nav .option-wrapper{ padding:2px 0px 3px 13px;}
#articles-nav a{
font-family:Arial, Verdana, Georgia, Times New Roman, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
font-weight:normal;
color:#fff;
text-decoration:none;
}
#articles-nav a:hover{ text-decoration: underline;}

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

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

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

#contact-form{ margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; border:1px solid #dfdfdf; -moz-border-radius: 5px;} 
#contact-form #company-lead-form{ border:1px solid #fff; -moz-border-radius: 5px; background-color:#f4f4f4; padding:20px 20px;}
#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:normal; text-decoration:none; color:#4a3c31; padding:2px; line-height:15px; }
#contact-form #company-lead-form table tr .column1{ text-align:right; 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; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adi */

div.f_row{
	height:25px;
	padding-top:1px;
}
div.f_row label{
	display:block;
	float:left;
	width:80px;
	color:black;
}
div#form_container{
	background:url('/images/form_bg.jpg') no-repeat  left bottom;
	padding-bottom:20px;
}
div#form_container h3{
	background:url('/images/form_title_bg.jpg') no-repeat  left top;
	height:26px;
	color:white;
	font-size:14px;
	padding-top:3px;
	padding-left:12px;
	margin-left:65px;
	margin-bottom:15px;
}
div#form_container table.tblForm{
	margin-left:40px;
}
div#form_container table.tblForm td{
	width:290px;
	padding:0px;
}
div#form_container table.tblForm td.firstTwo{
	width:320px;
	padding-right:10px;
	text-align:right;
}
div#currentlist ul{
	margin-bottom:10px;
	list-style:none;
	padding-left:30px;
}

div#form_container_default{
	text-align:left;
	width:850px;
	padding-top:25px;
}
div#form_container_1{
	border-top:1px solid #F3F3F3;
	width:732px;
	margin-left:50px;
	background:url('/images/form1_bg.jpg') no-repeat  left top;
}
div#frm_cont{
	margin-top:300px;	
	margin-left:60px;	
}
div#form_container_2{
	border-top:1px solid #F3F3F3;
	width:732px;
	margin-left:50px;
	background:url('/images/form2_bg.jpg') no-repeat  left top;
}

div#form_container_2 h3{
	background:url('/images/form_title_bg.jpg') no-repeat  left top;
	height:26px;
	color:white;
	font-size:14px;
	padding-top:3px;
	padding-left:12px;
	margin-bottom:15px;
}
div#zipform{
	background-image:url('/images/zip_bg.gif');
	width:223px;
	height:40px;
}
div#zipform input{
	width:180px;
	padding:0px;
	font-size:16px;
	font-weight:bold;
	border:1px solid white;
	margin-top:6px;
	margin-left:5px;
}
