@charset "utf-8";
/* CSS Document */

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block;
}
mark, rp, rt, ruby, summary, time {
	display:inline;
}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	background:url(../images/body-bg.jpg);   /*background:#F6F6F6;*/
}
p{
	margin:0 0 15px;
	padding:0;
}
ul, ol, dl
{
    margin:0;
    padding:0;
}
a {
	color:#f00;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px 0 15px;
	padding:0 0 15px;
	/*border-bottom:1px dotted #999;*/
	color:#000; /*color:#9a3b37;*/
}
h1 {
	font-size:40px;
}
h2 {
	font-size:35px;
}
h3 {
	font-size:30px;
}
h4 {
	font-size:24px;
}
h5 {
	font-size:22px;
}
h6 {
	font-size:18px;
}
p {
	margin:0 0 15px;
	padding:0;
	line-height:20px;
}
ol, ul, dl {
	margin:0;
	padding:0;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
#main, .main {
	margin:0 auto;
	width:980px;
}

.top-bar{
	height:112px;
	background:url(../images/header_bg.jpg) repeat-x;
	position:relative;
}

#banner{
	margin:0 auto;
	width:980px;
	height:365px;
	/*background:url(../images/banner.jpg) no-repeat;*/
	position:relative;
	z-index:1;
}

#logo{
	margin:0 auto;
	width:980px;
	height:117px;
	position:absolute;
	z-index:2;
	background:url(../images/logo.png) no-repeat left bottom;
}

a.logo
{
    width:356px;
    height:117px;
    display:inline-block;
    text-decoration:none;
    position:absolute;
    left:46px;
    bottom:0;
}

section{
	padding:20px 10px;
	border-top:2px solid #000;
}

footer{
	padding:15px;
	background:#b6b6b6;
	border-top:2px solid #000;
	font-size:12px;
	text-align:center;
}

.byline{
	margin:0 auto;
	padding:0 20px 20px;
	width:775px;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#000; /*color:#9a3b37;*/
}

.top_img{
	width:305px;
	height:170px;
	position:relative;
	z-index:1;
	float:left;
}

.top_img.lr_margin{
	margin:0 32px;
}
.top_img img{
	width:305px;
	height:170px;
	border:2px solid #000;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	-o-box-sizing:border-box;
	position:absolute;
	z-index:2;
}

.top_img img:hover{
	border-color:#ccc;
}

.top_img .caption{
	padding:7px 10px;
	width:210px;
	height:16px;
	background:url(../images/top_img-caption.png) no-repeat;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	overflow:hidden;
	position:absolute;
	z-index:3;
	bottom:2px;
	left:2px;
}

.full_row, .full-col{
	width:100%;
	overflow:hidden;
}

.left_img, .figure_left{
	margin:0 25px 8px 0;
	float:left;
	clear:both;
}

.right_img, .figure_right{
	margin:0 0 8px 25px;
	float:right;
	clear:both;
}

.hor{
	margin:0 auto;
	width:960px;
	height:82px;
	background:url(../images/hor.png) no-repeat;
}

.img_border{
	border:2px solid #000;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.img_border:hover{
	border-color:#ccc;
}

.clear{
	clear:both;
}

.clear-none{
	clear:none;
}

ul.menu_list{
	margin:0;
	padding:0;
	position:absolute;
	z-index:3;
	bottom:15px;
	right:0px;
}

.menu_list li{
	margin:0 0 0 24px;
	text-transform:uppercase;
	list-style-type:none;
	float:left;
}

.menu_list li a{
	padding:8px 25px;   /*padding:76px 25px 10px;*/
	/*background:#000;*/
	color:#000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	display:block;
}

.menu_list li a:hover, .menu_list li a.active{
	/*background:#ccc;*/
	color:#000;
}


.menu_list li a:hover cufon, .menu_list li a.active cufon{
	border-bottom:1px solid #000;
}

.lo_links{
	margin:5px 0;
	overflow:hidden;
}

.lo_links a{
	color:#000;
	text-decoration:none;
}

.lo_links a:hover, .lo_links a.active{
	color:#f00; /*color:#9a3b37;*/
	text-decoration:underline;
}

.lo_links.footer_links a{
	margin:0 5px;
}

.min-height_400
{
    min-height:400px;
}

.min-height_330
{
    min-height:330px;
}
.bold-font
{
    font-weight:bold;
}

.italic-font
{
    font-style:italic;
}

.uline-font
{
    text-decoration:underline;
}

.red-font
{
    color:#f00!important;
}

.black-font
{
    color:#000!important;
}

.principal_col-1
{
    margin-right:25px;
    width:725px;
    float:left;
}

.principal_col-2
{
    padding-top:8px;
    width:230px;
    float:left;
}

ul.disc_list
{
    margin:0;
    padding:0;
}

.disc_list li
{
    margin:0 0 8px;
    padding:0 0 0 25px;
    background:url(../images/circ-list.png) no-repeat 0 5px;
    list-style-type:none;
}

.display_block
{
    display:block;
}

.inline_block
{
    display:inline-block;
}

.display_none
{
    display:none;
}

.auto_margin
{
    margin:0 auto;
    display:block;
}

.margin_bottom-15
{
    margin-bottom:15px;
}

.align-left
{
    text-align:left;
}

.align-center
{
    text-align:center;
}

.align-right
{
    text-align:right;
}

.align-justify
{
    text-align:justify;
}

.field_row
{
    margin:0 0 5px;
    overflow:hidden;
}

.contact-col
{
    width: 31%;
    float: left;
}

.contact-col.lr_margin
{
    margin: 0 15px;
    padding: 0 15px;
    border-left: 1px dashed #000;
    border-right: 1px dashed #000;
}

.contact-col1
{
    width: 31%;
    float: left;
    margin:0 15px 0 0;
    padding:0 15px 0 0;
    border-right: 1px dashed #ccc;
    float:left;
}

.contact-col2
{
    width: 65%;
    float: left;
}

.contact-col p
{
    padding-bottom: 8px;
}

#ContactForm
{
    width: 100%;
}

#ContactForm input[type="text"]
{
    margin: 0 !important;
    padding: 4px !important;
    width: 100% !important;
    height: 28px !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000 !important;
    background-color: #ffffff !important;
    border: 1px solid #000 !important;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
    /*display: block;*/
}

#ContactForm textarea
{
    margin: 0;
    padding: 4px;
    width: 100% !important;
    height: 160px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000 !important;
    background-color: #ffffff !important;
    border: 1px solid #000 !important;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
    display: block;
    overflow: auto;
    resize: none;
    float:none;
}

#ContactForm input[type="text"]:hover, #ContactForm textarea:hover, #ContactForm input[type="text"]:focus, #ContactForm textarea:focus
{
    border: 1px solid #0ff !important;
    outline: none;
}

#ContactForm input[type="submit"], #ContactForm input[type="reset"]
{
    margin: 0 0 0 20px !important;
    padding: 2px !important;
    width: 80px !important;
    height: 28px !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff !important;
    background-color: #000 !important;
    border: 0px solid #000 !important;
    display: inline-block;
    outline: 0;
    cursor: pointer; /*float:right;*/
}


#ContactForm input[type="submit"]:hover, #ContactForm input[type="reset"]:hover
{
    background-color: #ccc !important;
    border: 0px solid #ccc !important;
    color: #000 !important;
}

span.contact_label
{
    margin: 0 15px 0 0;
    padding-right: 5px;
    width: 62px;
    float: left;
}

img.captcha
{
    margin: 0 15px 0 0;
    width: 91px;
    height: 26px;
    border: 1px solid #999;
    float: left;
}

#ContactForm input[type="text"].txtCaptcha
{
    margin: 0 0 5px !important;
    width: 62% !important;
    /*float: left;*/
}

.map
{
    width: 100%;
    height: 370px;
    overflow: hidden;
    border: 0;
    margin: 0;
    padding: 2px;
    background:#fff;
    border:1px solid #ccc;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
}

/********************* CLEAR THE FLOATS begins *********************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/********************* CLEAR THE FLOATS ends *********************/