@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	background:  url(../images/bg_main.jpg) repeat-x;
}

h1{
	font:36px Georgia ;
	color:#752428 ;
	text-decoration: none;
	font-weight: normal;
}

h2{
	font:20px Georgia ;
	color:#752428 ;
	text-decoration: none;
	font-weight: normal;
	line-height:30px;
}

h3{
	font:16px Georgia;
	color:#c99200;
	text-decoration: none;
	font-weight: bold;
	text-indent:0px;
}

h4{
	font:18px arial ;
	color:#373737 ;
	text-decoration: none;
	font-weight: bold;
}

h5{
	font:14px arial ;
	color:#373737 ;
	text-decoration: none;
	font-weight: normal;
	font-style:italic;
}

a{
	font:14px arial ;
	color:#c99200 ;
	text-decoration: underline;
	font-weight: normal;
}

p{
	font: 16px Georgia;
	color: #373737; 
	text-decoration:none;
}

ul, li{
	list-style:none;
	text-decoration: none;
}


/* header */

#header_outer{
	margin:0px auto;
	padding:0;
	width: 100%;
	height: 487px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header{
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
	width: 970px;
	height:154px;
	background: none;
	position: relative;
	z-index:2;
}

/*#header img{
	margin: 0;
	padding: 20px 0 0 0;
	width: 670px;
	height: 74px;
	display: block;
	float: left;
}*/

#search {
	padding: 25px 10px 0 0;
	display: block;
	float: right;
	width:275px;
	text-align:right;
	height:50px;
}

#search p{
	padding: 0 2px 5px 2px;
	font:12px Helvetica;
	color: #752428;
	line-height:18px;
}
#search .search_bg {
  	background-image:url(../images/btn_search.gif); 
	background-repeat:no-repeat; 
	background-position:right; 
	background-color:#FFF; 
	width:180px; 
	height:26px; 
	border: 1px solid #752428; 
	float:right;
}
#search .textInput {
  	width: 140px;
	height: 19px;
	color: #000;
	font-size: 12px;
	padding:7px 0 0 5px;
	background:none;
	border:none;
	float:right;
}
#search .search_btn {
  	width: 35px;
	height: 26px;
	border: none;
	background: none;
	float: right;
	cursor:pointer;
}
#search .clearFloat {
  clear: left;
  display: block;
}

.textInput{
width: 180px;
height: 26px;
border: 1px solid #752428;
color: #000;
font-size: 1.1em;
padding:1px 34px 0 0;
background:#fff url(../images/btn_search.gif) no-repeat right;
}

/*#featured, #featured img {
	margin: 0 auto;
	width: 970px;
	height: 323px;
	border:none;
	position:relative;
	z-index:1;
	
}*/

/* nav */

  #mainNav {
	height:35px;
	margin:0px;
	padding:0 0 0 90px;
	width: 970px;
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
  }

  #menu li {
	float: left;
	display: block;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	position: relative;
  }

  #menu li a {
	display: block;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	height:25px;
	font-size: 14px;
	text-decoration:none;
	padding: 11px 0 0 0;
	margin:0px;
  }

  #menu li a:hover, #menu li a.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#fff;
	background-color:#752428;
	text-decoration:none;
  }

  #menu li ul {
	left : -999em;
	position : absolute;
	width: 220px;
	margin:0px;
	padding:0px;
	z-index: 21;
	background-color:#752428;
  }

  #menu li ul li { float : none; }

  #menu li ul a {
    color: #d8cdb0;
	font-size: 14px;
	float:left;
	display:block;
	height:21px;
	text-align: left;
	width: 205px;
	padding:0 0 0 15px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
  } 

  #menu li ul a:hover {
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
	display: block;
  }

  #menu li:hover ul, #menu li.sfhover ul {
	left: 0;
  }



/* main */

#content{
	margin: 0 auto;
	padding:0;
	width: 970px;
}

#main{
	margin:15px 0 15px 0;
	padding:0;
	overflow: hidden;
}



#col_left{
	margin: 0;
	padding: 0 15px 0px 5px;
	width: 290px;
	float:left;
}

#col_main3{
	margin-left: 310px;
	padding:0 15px 200px 15px;
	border-left: 3px solid #ededed;
	border-right: 3px solid #ededed;
	max-width:285px;
	min-height:560px;
}

#col_main3 p, #col_main3 h3{
	line-height: 25px;
}

#col_right{
	margin:0;
	width: 298px;
	padding:0 15px 0px 25px;
	float: right;
}
#col_right .contact_btn {
	margin:0;
	width: 35px;
	color: #752428;
	font-size:12px;
	background:none;
	border:none;
	cursor: pointer;
}

#col_right p{
	font: 12px Arial;
	color: #373737;
}

#col_left_news{
	margin: 0;
	padding: 0 0px 0px 15px;
	width: 155px;
	float:left;
}

#col_left_news a, #col_left_news ul, #col_left_news li{
	text-decoration: none;
	list-style:none;
	font: 16px Georgia;
	line-height: 20px;
}


#col_main3_news{
	max-width: 429px;
	margin-left: 171px;
	padding:0 5px 200px 25px;
	border-left: 3px solid #ededed;
	border-right: 3px solid #ededed;
	min-height:560px;
}

#col_main3_news span{
	font: 14px Georgia;
	color: #808080;
	line-height: 25px;
}

#col_main3_news h2{
	font: 20px Georgia;
	color: #373737;
	line-height: 20px;
}

.image_float_left{
	float: left;
	margin:0 10px 0 10px;
}


#col_main p.content span{
	font:14px helvetica;
	color: #373737;
}

p.profiles{
	font:14px helvetica;
	color: #373737;
}

p.content{
	font:16px helvetica;
	color: #373737;
}

#col_main{
	max-width: 605px;
	margin-right: 335px;
	padding:0 15px 200px 15px;
	border-right: 3px solid #ededed;
	min-height:450px;
}


#col_right2{
	margin-left: 645px;
	padding:0 15px 150px 15px;
	border-left: 3px solid #ededed;
}

#col_left_profiles{
	margin: 0;
	padding: 10px 10px 200px 10px;
	width: 170px;
	float:left;
	border-right: 3px solid #ededed;
	min-height:500px;
}

#links{
	padding-left:40px;
}

#col_left_profiles h5{
	font:16px helvetica;
	color: #373737;
	font-weight: bold;
	line-height:20px;
}

#col_left_profiles p{
	font:14px helvetica;
	color: #373737;
}

#col_main_profiles{
	max-width: 745px;
	margin-left: 191px;
	padding:0 15px 100px 39px;
}

#col_main_profiles h5{
	font:16px helvetica;
	color: #373737;
	font-weight: bold;
}

#col_main_profiles p{
	font:14px helvetica;
	color: #373737;
}

#col_main_profiles h2{
	color: #752428;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding-top: 20px;
}

.error {
	font-size: 12px;
	color:#00F;
}

.left{
	float:left;
}

.right{
	float:right;
}

#news_content p{
	font: 14px Georgia;
	color: #999;
	text-decoration:none;
	padding-bottom:10px;
}


.body{margin-top:10px;}

/* footer */

#footer{
	margin: 0;
	padding: 0;
	width: 100%;
	background: #919191 url(../images/bg_footer.jpg) repeat-x;
	background-position:bottom;
	position: relative;
	clear: both;
	padding-bottom:205px;	/* space for #footer_logo */
	padding-top:25px;
}

#footer_inner{
	margin: 0 auto;
	padding: 0;
	width: 970px;
}

#footer_inner ul#footer_site_links{
	margin:0;
	padding-bottom: 30px;
	width: auto;
	height: auto;
	text-align:center;
}

#footer_inner ul#footer_site_links li{
	margin:0;
	padding:0 5px 0 5px;
	width: auto;
	height: auto;
	display: inline;
	border-right: thin solid #fff;
}

#footer_inner ul#footer_site_links li a{
	font:12px helvetica ;
	color:#fff ;
	text-decoration: none;
	font-weight: normal;
}

ul#footer_locations li h2 {
	font-size:14px;
	font-weight:bold;
	line-height:1.25em;
}

ul#footer_locations li {
	float:left;
	border:none;
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	display:inline;
	font-size:14px;
	width:33%;
	text-align:center;
}

#footer_inner ul li a:hover{
	font:12px helvetica ;
	color:#fff ;
	text-decoration: none;
	font-weight: bold;
}

#footer_inner p{
	padding: 0 0 0 360px;
	font:10px helvetica ;
	color:#fff ;
	text-decoration: none;
	font-weight: normal;
}

#footer_inner img{
	margin:0;
	padding:40px 0 0 427px;
	width: 95px;
	height: 128px;
}

#footer_logo {
	width:100%;
	text-align:center;
	position:absolute;
	bottom:25px;
}

#footer #footer_copyright {
	color:#fff;
	font-size:11px;
	text-align:center;
	margin-top:15px;
}


/* Contact */

.contactFormBtn {
	background-image: url(../images/btn_send.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 83px;
	border: none;
	vertical-align: top;
	cursor: pointer;
	background-color: #FFFFFF;
}
.formText {
	color: #000;
	font-size: 14px;
	padding-right: 5px;
}
.formInput {
	font-size: 13px;
	font-weight: normal;
	color: #752428;
	border: 1px solid #434243;
	padding: 3px;
	margin-right:10px;
}
.error {
	color: #00F;
	font-size: 13px;
}

