@charset "utf-8";
/* CSS Document */
#main_ct{width:100%; margin:0 auto; color:#ffffff; padding:10px 0;}
#main_ct #ct { width:680px; margin:0 auto; position:relative;}
#ct_left{width:220px; float:right; color:#ffffff;}
#ct_right{width:445px; float:left; margin-left:10px;}

#main_ct .content h2, .content h3, .content h1, .content h4, .content h5 {
font-weight: bold;
}

#main_ct #contactsidebar {
	float: right;
	width: 200px;
	}
	
#main_ct #contactsidebar h1 {
	font-size: 1.5em;
	}
	
#main_ct #contactform {
	width: 445px;
	}
	
	
#main_ct .imgLeft {
	float: left;
	margin: 0 20px 0px 0;
	width: auto;
	}
	
#main_ct .sidebarBg {
background: url('images/sidebartopblue.gif') no-repeat scroll left top;
}

#main_ct #sidebar {
margin-right: 10px;
background: url('images/sidebarbottomblue.gif') no-repeat scroll left bottom;
display: block;
float: left;
width: 200px;
}
#main_ct .sidebar p {
font-size: 12px;
line-height: 1.35em;
margin-bottom: 15px;
}



#main_ct .pageSidebars, .categorySidebars {
padding-top: 20px;
margin:0 15px;
}


	
#main_ct hr {
display: block;
clear: both;
margin-top: 5px;
background: none !important;
border-bottom: 2px dashed #DCF7FB;
	
	
	}
	
	
#main_ct table a {
color: #F84600 !important;
}


#contactPage input, #contactPage textarea {
font-family: arial, helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
padding: .25em;
color: #666666;
margin: 0 0 .5em;
border: 3px solid #8dbeff;
background: #ffffff;
}

#main_ct #contactPage input:focus, #contactPage textarea:focus {   
color: #343434;
border: 3px solid #ffffaa;
background: white;
}


#main_ct #contactPage input {
width: 200px;
}

#main_ct .conCol {
float: left;
display: block;
width: 222px;
margin-top:10px;
font-size:14px;
}
#main_ct #contactPage textarea {
 height: 120px;
 width: 420px;
 }
#main_ct .submit input {
 width: 158px !important;
 font-size: 14px !important;
 text-transform: uppercase !important;
 letter-spacing: 3px !important;
 padding: 4px 3px !important;
 background: #645951 !important;
 border: 3px solid #645951 !important;
 color: white !important;
 }

