/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #ffffff;
	color: #210e0c;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #8fa315;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	color: #666666;
	font: 2em "Times New Roman", Times, serif;
	margin: 0 0 .5em;
	font-weight: normal;	
	/*text-transform: uppercase*/
}
h2 span{
	display: none
}
h3 img{
	display: block
}
h3{
	font-size: 1.2em;
	margin: 0 0 1em
}
p{
	line-height: 1.7em;
	padding: 0 0 1.5em
}
blockquote{
	padding: 10px
}
blockquote p{
	padding: 0
}
cite{
	color: #ddfc14;
	font-style: normal;
	padding: 0 0 0 10px
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 903px
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.gif) no-repeat top;
	height: 162px
}
.headertext{
	float: right;
	font: 20px "Times New Roman", Times, serif;
	text-align: right;
	line-height:1em;
	padding: 25px 100px 0 0;
}
/*- Logo -*/
#header h1{
	float: left;
	text-indent: -9999px;
	width: 305px
}
#header h1 a{
	display: block;
	height: 162px
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	background: url(../images/nav1-bg.gif) repeat-x top;
	height: 38px;
	font: 13px "Times New Roman", Times, serif;
	text-align: left;
	text-transform: uppercase;
}
#nav1 li{
	display: inline;
	padding: 0 15px 0 10px;
}
#nav1 li a{
	line-height: 38px;
	height: 38px;
	color: #fff
}
#nav1 li a:hover{
	text-decoration: none;
	color: #c9e80c
}
/*- Nav2 -*/
.nav2{
	margin: 0 0 1em
}
.nav2 li{
	margin: 0 0 6px
}
.nav2 li a{
	background: #e2e0d3;
	color: #8b9f14;
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 17px
}
.nav2 li a:hover,
.nav2 li.active a{
	background: #dbdacc
}
/*=== Title Placeholder ===*/
#title{
	height: 305px;
	overflow: hidden
}
/*=== All Columns ===*/
#columns{
	background: url(../images/columns-bgr1.gif) repeat-y;
	height: 1%;
/*	padding: 0 0 15px
*/}
#home #columns{
	background: url(../images/columns-bgr-home.gif) repeat-y
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	margin: 13px 0 0;
	width: 200px
}
/*=== Center Column ===*/
#centercol{
	float: left;
	margin: 15px 0 0 13px;
	width: 485px
}
#home #centercol{
	margin: 0 0 0 0;
	width: 524px
}
#centercol .content{
	background: #f1ede2;
	padding: 25px 20px 10px 25px;
	display: table-cell;
	display: block;
	height: 1%;
	height: auto !important;
	height: 300px;
	min-height: 300px;
}
#centercol .content2{
	padding: 0 0;
	height: 1%
}
#centercol .content2 .pic{
	margin: 0 0 0 0
}
#centercol .content2 h2{
	margin: 0 0 3px
}
#centercol .content2 h2,
#centercol .content2 p{
	padding: 0 10px
}
/*=== Right Column ===*/
#rightcol, #rightcol2{
	color: #cccccc;
	float: right;
	width: 199px
}


#rightcol2{
	width: 190px
}
#rightcol a, #rightcol2 a{
	color: #ddfc14
}
#rightcol .content,
#rightcol2 .content{
	height: 1%;
	padding: 10px 15px
}
/*=== Right Column home ===*/
#rightcolhome, #rightcol2home{
	color: #ffffff;
	float: right;
	width: 189px
}
#rightcol2{
	width: 190px
}
#rightcol a, #rightcol2 a{
	color: #ddfc14
}
#rightcol .content,
#rightcol2 .content{
	height: 1%;
	/*padding: 10px 15px*/
}
#rightcolhome2{
	color: #ffffff;
	float: left;
	width: 378px

}
#rightcol3{
	color: #cccccc;
	float: right;
	width: 199px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 ul{
	margin: 0 0 1.5em
}
.list1 li{
	background: url(../images/ico-list.gif) no-repeat 0 4px;
	margin: 0 0 1.5em;
	padding: 0 0 0 13px
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	display: block
}
/*=== Footer ===*/
#footer{
	background: url(../images/footer-bgr.jpg) repeat-x top;
	border-top: 1px solid #ffffff;
	color: #ffffff;
	font-size: 12px;
	height: 137px;
	padding: 0 15px
}
#footer a{
	color: #ffffff
}
#footer div{
	width: 49%
}
#footer div.fr{
	padding: 90px 0 0
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ar{
	text-align: right
}
.th img{
	margin: 0 3px 10px 3px
}
.tabletext{
font: 12px Arial,Verdana,Helvetica,Sans-Serif;
}
.textdark{
color:#333333
}
.textgreen{
color:#A3B81B
}