
/*****************
body style
******************/
body{
	padding:0;
	margin:0;
	border:0;
	font:14px/18px Bookman Old Style, serif;
	background:#E0F5CC url(../images/body_bg.png) repeat-x top;
}


/*****************
page style
******************/
#page{
	padding:0;
	margin:0;
}


/*****************
wrap style
******************/
#wrap{
	width:850px;
	margin:0 auto;
}
#wrapper
{
    width:900px;
    margin:0 auto;
}

/*****************
header style
******************/
#header{
	border:0;
	padding:0;
	margin:0;
	background:url(../images/header_bg.png) no-repeat left top;
	float:left;
}
#header #logoWrap{
	width:300px;
	padding: 5px 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.jpg) no-repeat;
	width:202px;
	height:60px;
	float:left;
	display:block;
}
#logoWrap .tagline{
	font-size:14px;
	float:left;
	padding:0 0 0 6px;
	font-family: Georgia, serif;
	font-style:italic;
	color:#65554c;
}


/************************
menu Style
*************************/
.menuWrap{
	width:850px;
	padding:0 0 0px 0;
	margin:23px 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: Century, "Times New Roman", Times, serif;
	font-size:14px;
}
.menu a:hover {
    display:block;
	float:left;
   	padding:7px 15px 7px 15px;
	text-decoration:none;
	color:#E0F5CC;
}

.menu .current {
	background:url("../images/arrow_down.png") repeat center bottom;
	display:block;
	float:left;
	position:relative;
}
.menu .current span a {
    background:url("../images/nav_left_bg.png") no-repeat left top;
	color:#1e140e;
}
.menu .current  span {
	background:url("../images/nav_right_bg.png") no-repeat right top;
	display:block;
	float:left;
}

/************************
home_content Style
*************************/
#home_content{
	padding:20px 0 0 0;
	margin:0;
}
.features{
	padding:20px 0 0 0;
	width: 900px;
	float:left;
}

.features .box{
	background:url(../images/feature_bg.gif) repeat-y;
	float:left;
	width:266px;
	margin-left:40px;
}
.features .box p, .features .lastbox p{
	padding: 0px 0px 10px 0px;
}
.features .lastbox{
	background:url(../images/feature_bg.gif) repeat-y;
	float:right;	
	width:266px;
}
#sidebar .sidebox{
	background:url(../images/feature_bg.gif) repeat-y;
	float:right;
	width:266px;
	margin:0 0 20px 0;
}
#sidebar .sidebox p{
	padding:10px 0 10px 0;
}
.features .box .topbg, 
.features .lastbox .topbg, 
#sidebar .sidebox .topbg{
	background:url(../images/feature_topbg.png) no-repeat;
	float:left;
	width:266px;
}
.features .box .topbg .bottombg, 
.features .lastbox .topbg .bottombg, 
#sidebar .sidebox .topbg .bottombg{	
	background:url(../images/feature_bottombg.png) 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:Bookman Old Style, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:20px;
	color:#c93000;
	padding:20px 20px;
	margin:0;
	background:url(../images/feature_title_bg.png) repeat-x bottom;
}
.features .box .topbg .bottombg .inside, 
.features .lastbox .topbg .bottombg .inside{
	padding-left: 20px;
	padding-right: 20px;
	margin:0;
}

.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:#c93000;
	font-size:20px;
	padding:10px 0 20px 0;
	margin:0;
	background:url('../images/h2_bg.png') repeat-x bottom;
	font-family:Bookman Old Style, "Times New Roman", Times, serif;
	font-weight:bold;
}
.mainContent p{
	color:#474642;
	padding:0 0 20px 0;
	margin:0;
	line-height:20px;
}
.mainContent h3, .mainContent h4, .mainContent h5, .mainContent h6{
	color:#c93000;
	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:#160ea1;
	font-size:14px;
}
.mainContent ul li{
	list-style:square;
}

.mainContent ul ul{
	padding:10px 0 10px 15px;
}

.mainContent ol ol{
	padding:10px 0 10px 15px;
}

ul.byImg{
    margin-left: 200px;
}
    

.mainContent blockquote{
	background:url(../images/left_quote.png) no-repeat left 0;
	padding:0px 0 10px 0;
	margin:0;

}
.mainContent blockquote p{
	text-indent:25px;
	font-size:13px;
	color:#6a675f;
	font-family:Bookman Old Style, 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;
	padding-right: 20px;
}

#move
{
    background-image: url(/images/logo_s.png);
    width: 300px;
}

/************************
footer style
*************************/
.footer{
	float:left;
	clear: both;
	background:#261d18 url(../images/footer_bg.png) 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:2px outset black;
	padding:10px 10px;
	margin:0 15px 10px 0;
}
.imageRight{
	background:#fff;
	padding:10px 10px;
	margin:0 0 10px 15px;
	border:1px solid #ddddda;
}

img{
	border: thin outset black;
}
.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 Bookman Old Style, 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%;
}