
/*****************
body style
******************/
body{
	padding:0;
	margin:0;
	border:0;
	font:12px/18px Arial, Helvetica, sans-serif;
	
	background:#e0dcd1 url(../images/body_bg.gif) repeat-x top;
}


/*****************
page style
******************/
#page{
	padding:0;
	margin:0;
}


/*****************
wrap style
******************/
#wrap{
	width:850px;
	margin:0 auto;
}

/*****************
header style
******************/
#header{
	border:0;
	padding:0;
	margin:0;
	background:url(../images/header_bg.gif) no-repeat left top;
	float:left;
}
#header #logoWrap{
	width:300px;
	padding:40px 0 0 0;
	margin:0;
}
#header #logoWrap h1{
	width:202px;
	text-indent:-3000px;
	color:#fff;
	padding:0;
	margin:0;
}
#header #logoWrap h1 a{
	background:url(../images/logo.gif) no-repeat;
	width:202px;
	height:27px;
	float:left;
	display:block;
}
#logoWrap .tagline{
	font-size:12px;
	float:left;
	padding:0 0 0 6px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#65554c;
}


/************************
menu Style
*************************/
.menuWrap{
	width:850px;
	padding:0 0 0px 0;
	margin:22px 0 0 0;
	float:right;
	background:url(../images/nav_bg.gif) repeat-x;
}
.menu{
	margin:0;
    padding:5px 0 0 0;
    list-style:none;
	font-size:13px;
	float:right;
}
.menu li {
	float:left;
    margin:0;
    padding:0;
	display:inline;
}
.menu a {
    display:block;
	float:left;
   	padding:7px 15px 9px 15px;
	text-decoration:none;
	color:#937f73;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
.menu a:hover {
    display:block;
	float:left;
   	padding:7px 15px 7px 15px;
	text-decoration:none;
	color:#ad9b90;
}

.menu .current {
	background:url("../images/arrow_down.gif") no-repeat center bottom;
	display:block;
	float:left;
	position:relative;
}
.menu .current span a {
    background:url("../images/nav_left_bg.gif") no-repeat left top;
	color:#1e140e;
}
.menu .current  span {
	background:url("../images/nav_right_bg.gif") no-repeat right top;
	display:block;
	float:left;
}

/************************
home_content Style
*************************/
#home_content{
	float:left;
	padding:20px 0 0 0;
	margin:0;
	width:100%;
}
.features{
	padding:0 0 0 0;
	margin:0;
	float:left;
}

.features .box2{
	background:url(../images/feature_bg2.gif) repeat-y;
	float:left;
	width:532px;
	padding-right:26px;
}
.features .box{
	background:url(../images/feature_bg.gif) repeat-y;
	float:left;
	width:266px;
	padding-right:26px;
}
.features .box p, .features .lastbox p{
	padding:0 0 10px 0;
}
.features .lastbox{
	background:url(../images/feature_bg.gif) repeat-y;
	float:right;
	width:266px;
	margin:0 0 20px 0!important;
	margin:0 0 0px 0;
}
#sidebar .sidebox{
	background:url(../images/feature_bg.gif) repeat-y;
	float:right;
	width:266px;
	margin:0 0 20px 0;
}
#sidebar .sidebox2{
	background:url(../images/feature_bg2.gif) repeat-y;
	float:right;
	width:532px;
	margin:0 0 20px 0;
}
#sidebar .sidebox p{
	padding:10px 0 10px 0;
}
.features .box2 .topbg2, 
.features .lastbox2 .topbg2, 
#sidebar2 .sidebox2 .topbg2{
	background:url(../images/feature_topbg.gif) no-repeat;
	float:left;
	width:532px;
}
.features .box .topbg, 
.features .lastbox .topbg, 
#sidebar .sidebox .topbg{
	background:url(../images/feature_topbg.gif) no-repeat;
	float:left;
	width:266px;
}
.features .box .topbg .bottombg, 
.features .lastbox .topbg .bottombg, 
#sidebar .sidebox .topbg .bottombg{	
	background:url(../images/feature_bottombg.gif) no-repeat bottom;
	float:left;
	width:266px;
}
.features .box .topbg .bottombg .inside, 
.features .lastbox .topbg .bottombg .inside, 
#sidebar .sidebox .topbg .bottombg .inside{
	padding:20px 20px;
}
.features .box .topbg .bottombg .inside h2, 
.features .lastbox .topbg .bottombg .inside h2,
#sidebar .sidebox .topbg .bottombg .inside h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:20px;
	color:#362921;
	padding:0 0 10px 0;
	margin:0;
	background:url(../images/feature_title_bg.gif) repeat-x bottom;
}
.features .box .topbg .bottombg .inside .readm, 
.features .lastbox .topbg .bottombg .inside .readm{
	padding:0;
	margin:0;
}
.features .box .topbg .bottombg .inside .readmore, 
.features .lastbox .topbg .bottombg .inside .readmore{
	background:url(../images/readmore_bg.gif) repeat-x;
	float:left;
	padding:3px 10px;
	color:#504239;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	border:1px solid #bfbaab;
}
.features .box .topbg .bottombg .inside .news, 
#sidebar .sidebox .topbg .bottombg .inside .news{
	padding:0px 0 10px 0;
	margin:0;
}
.features .box .topbg .bottombg .inside .news h3, 
#sidebar .sidebox .topbg .bottombg .inside .news h3{
	padding:0;
	margin:0;
	width:100%;
}
.features .box .topbg .bottombg .inside .news li,
#sidebar .sidebox .topbg .bottombg .inside .news li{
	list-style:none;
}
.features .box .topbg .bottombg .inside .news li p,
#sidebar .sidebox .topbg .bottombg .inside .news li p{
	padding:0 0 10px 0;
	margin:0;
}
.features .box .topbg .bottombg .inside .news h3 a,
#sidebar .sidebox .topbg .bottombg .inside .news h3 a{
	color:#b54e10;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.features .box .topbg .bottombg .inside .news h3 a:hover,
#sidebar .sidebox .topbg .bottombg .inside .news h3 a:hover{
	text-decoration:none;
	color:#32261f;
}

.features .box .topbg .bottombg .inside .news .date, .date{
	color:#827e71;
	font-style:italic;
	font-size:12px;
}

.mainContent #content .insideContent .newsWrap h3{
	padding:0;
	margin:0;
}
.mainContent #content .insideContent .newsWrap .date{
	padding:0 0 10px 0;
	float:left;
	width:100%;
}

/*******************
content styles
*******************/
#content{
	float:left;
	padding:20px 0 0 0;
	width:550px;
}

#content .insideContent{
	padding:20px 0 10px 0;
}

/*******************
sidebar styles
*******************/
#sidebar{
	padding:20px 0 0 0;
	float:right;
	width:300px;
}


/*******************
page styles
*******************/
.mainContent h2{
	color:#17110e;
	font-size:20px;
	padding:0px 0 20px 0;
	margin:0;
	background:url(../images/h2_bg.gif) repeat-x bottom;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
.mainContent p{
	color:#474642;
	padding:0 0 20px 0;
	margin:0;
	line-height:20px;
}
.mainContent h3, .mainContent h4, .mainContent h5, .mainContent h6{
	color:#000;
	padding:5px 0 20px 0;
	margin:0;
	font-weight:normal;
}
.mainContent h3{font-size:18px;}
.mainContent h4{font-size:16px;}
.mainContent h5{font-size:14px;}
.mainContent h6{font-size:12px;}

.mainContent a{
	color:#b54e10;
	text-decoration:none;
}
.mainContent a:hover{
	color:#b54e10;
	text-decoration:underline;
}

.mainContent ul, .mainContent ol{
	padding:0 0 20px 20px;
	margin:0;
	color:#82725f;
	font-size:13px;
}
.mainContent ul li{
	list-style:square;
}

.mainContent ul ul{
	padding:10px 0 10px 15px;
}

.mainContent ol ol{
	padding:10px 0 10px 15px;
}

.mainContent blockquote{
	background:url(../images/left_quote.gif) no-repeat left 0;
	padding:0px 0 10px 0;
	margin:0;

}
.mainContent blockquote p{
	text-indent:25px;
	font-size:13px;
	color:#6a675f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}



/*******************
otherContent styles
*******************/
.otherContent{
	clear:both;
	padding:10px 0 0 0;
	margin:0;

}
.otherContent .col{
	float:left;
	width:266px;
	padding-right:26px;
}
.otherContent .col h2{
}
.otherContent .col p{
	padding:0px 0 20px 0;
	margin:0;
}
.lastcol{
	float:right;
	float:left;
	width:266px;
}



/*******************
difinition list styles
*******************/
#services{
	padding:0px 0 0 0;
	margin:0;
}
#services dt{
	cursor:default;
	padding:2px 5px;
	background:#cfd7b1;
	border:1px solid #bcb8ad;
	font-weight:bold;
	background:url(../images/dt_bg.gif) repeat-x;
	color:#474642;
}
#services dd{
	padding:0;
	margin:0;
	display:block;
	padding:6px 8px;
	background:#dbd7ca;
} 



/************************
footer style
*************************/
.footer{
	float:left;
	background:#261d18 url(../images/footer_bg.gif) repeat-x;
	width:100%;
	padding:0px 0 20px 0;
}
.footer .insideCenter{
	width:850px;
	margin:0 auto;
	padding:100px 0 0 0;
	color:#8e7f77;
}
.footer .insideCenter p{
	margin:0;
	padding:0px 0 10px 0;
}
.footer .insideCenter p a{
	color:#c0532d;
	text-decoration:none;
}
.footer .insideCenter p a:hover{
	color:#f78861;
	text-decoration:none;
}


/************************
global classes
*************************/
.block{
	display:block;
}
.clear{
	clear:both;
}
.alignLeft{
	text-align:left;
}
.alignRight{
	text-align:right;
}
.alignJustify{
	text-align:justify;
}
.alignCenter{
	text-align:center;
}

.floatRight{
	float:right
}
.floatLeft{
	float:left;
}

abbr, acronym{
	font-style:italic;
	cursor:help;
	color:#ada397;
}

.imageLeft{
	background:#fff;
	border:1px solid #ebe8e2;
	padding:10px 10px;
	margin:0 15px 10px 0;
}
.imageRight{
	background:#fff;
	padding:10px 10px;
	margin:0 0 10px 15px;
	border:1px solid #ddddda;
}
.hide{
	display:none;
}
img{
	border:0;
}
.padd{
	padding:20px 0 0 0;
	width:100%;
}


/*Table*/
table {  
  margin: 0 0px 20px 12px;
  padding: 0;
  display: block;
  font-size: 12px;
  border-collapse: collapse;
  width:100%;
}
table caption {
  margin: 0 12px;
  padding: 20px 0 5px 0;
  font: 12px arial, sans-serif;
  text-align: left;  
}

table th,table td {
  text-align: left;
  vertical-align: top;
  padding: 6px 10px;
}


thead th {
  color: #FFF;
  background-color: #6d6453;
  border-bottom: 1px solid #585043;
}

tbody tr.highlighted {
  background-color: #3c3028;
}

tbody td {
  border-bottom: 1px solid #42352c;
  color:#82725f;
}

tbody tr:hover td {
  background: #47382f; 
  border-bottom: 1px solid #6b503d;
}
.widthA{
	width:20%;
}
.widthB{
	width:40%;
}







/*errorMsg - Error Message Block style*/
.errorMsg{
	float:left;
	padding:20px 20px 0px 20px;
	background:#692512;
	margin:0 0 20px 0;
	border-top:1px solid #ad5341;
	border-bottom:1px solid #ad5341;
	width:93%;
}
.errorMsg h3{
	color:#ff8e6e;
	margin:0;
	padding:0;
}
.errorMsg ul{
	margin:0;
	padding:0 0 20px 0;
}
.errorMsg ul li{
	display:block;
	list-style:none;
	padding:0;
	margin:0;
	color:#f9cabc;
}
.errorMsg p{
	color:#f9cabc;
}

/*highlight style*/
.highlight{
	color:#d74613;
}


/*infoMsg - Info Message Block style*/
.infoMsg{
	float:left;
	padding:20px 20px 0px 20px;
	background:#83b406;
	margin:0 0 20px 0;
	border-top:1px solid #2d993c;
	border-bottom:1px solid #2d993c;
	width:93%;
	color:#fff;
}
.infoMsg h3{
	color:#cfdab4;
	margin:0;
	padding:0;
}


/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(../images/submit.jpg) no-repeat left top;
  width: 90px;
  height: 28px;
  margin-left: 150px;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(../images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}

