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

@import url(cms.css);
/* ----------------------------------------------------------------------
Splash
-------------------------------------------------------------------------*/

body#splash {
	margin: 0;
	padding: 0;
	color: #a8a7a7;
	font: 8.5pt/14px Helvetica, Arial, Verdana, sans-serif;
	background:#58595b url(../img/bgSplash.jpg) no-repeat center 100px;
}
#contentSplash {
	text-align: center;
	width:200px;
	margin: 425px auto 0 auto;
}
#contentSplash a#btnEnter {
	color:#fff;
	font-weight:bold;
	font-size:13px;
	letter-spacing:0.5px;
	padding:0 0 20px 0;
	display:block;
}
#contentSplash a#btnEnter:hover {
	color:#8a9e33;
	font-weight:bold;
	font-size:13px;
	letter-spacing:0.5px;
	padding:0 0 20px 0;
	display:block;
}
#contentSplash a {
	color: #a8a7a7;
	text-decoration:none;
	cursor: pointer;
}
#contentSplash a:hover {
	text-decoration:none;
	color:#fff;
}
/* ----------------------------------------------------------------------
Main
-------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #333;
	font: 8.5pt/14px Helvetica, Arial, Verdana, sans-serif;
	background:#f1f1e8 url(../img/bgBody.gif) repeat-x;
}
table, td {
	font: 8.5pt/14px Helvetica, Arial, Verdana, sans-serif;
}
p {
	padding:0 0 10px 0;
	margin:0;
}
.clear {
	clear: both;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color:#8b9e34;
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	text-decoration:none;
	color:#666;
	text-decoration:underline;
}
/* ----------------------------------------------------------------------
Titles
-------------------------------------------------------------------------*/

h1 {
	font-size:23px;
	line-height:23px;
	color:#333;
	padding:0;
	margin:0 0 20px 0;
}
h2 {
}
h3 {
}

/* Text Red
-------------------------------------------------------------------------*/


/* HR 3 browsers compatible
-------------------------------------------------------------------------*/

hr {
	color: #ccc;
	height: 1px;
	background: #DADADA;
	border:0;
}
/*= Layouts
-------------------------------------------------------------------------*/
#pageWrapper {
	text-align: left;
	width: 791px;
	margin: 0 auto 0 auto;
}
#header {
	width: 791px;
	height:143px;
	background: url(../img/bgHeader.jpg) no-repeat;
}
#header a#linkHome {
	width:250px;
	height:143px;
	display:block;
	text-indent:-5000px;
	float:left;
	background: url(../img/spacer.gif) no-repeat;
}
#header ul {
	margin:0;
	padding:110px 0 0 0;
}
#header ul li {
	padding:0 20px 0 0;
	margin:0;
	display:inline;
	list-style:none;
	float:left;
}
#header ul li a {
	color:#fff;
	font-size:11px;
}
#header ul li a:hover {
	color:#8a9e33;
	text-decoration:none;
}
/*= Inside Template Styles
-------------------------------------------------------------------------*/
#contentMain {
	background: url(../img/bgContentMain.gif) no-repeat;
	min-height:500px;
}
#colInsideLeft {
	width:163px;
	float:left;
	padding:60px 0 20px 45px;
}
#colInsideLeft hr {
	height: 4px;
	background: #e1e1da;
	color: #e1e1da;
	border:0;
	margin:20px 0;
	width:163px;
}
#colInsideRight {
	padding: 60px 45px 20px 295px;
}
#colInsideRight ul {
	padding:10px;
	margin:10px;
}
#colInsideRight ul il {
	display:list-item;
	list-style:square;
	padding:10px;
	margin:10px;
	background:#666;
}
#searchArea {
}
#searchArea h2 {
	color:#333;
	font-size:11px;
	margin:0 0 10px 0;
	padding:0;
}
#searchArea .searchBox {
	border-top: 1px solid #ececeb;
	border-right: 1px solid #ececeb;
	border-bottom: 1px solid #DADBD2;
	border-left: 1px solid #ececeb;
	background:#fff;
	width:150px;
	height:20px;
	padding:5px 5px 0 5px;
	margin:0 0 5px 0;
	font-size:11px;
	font-weight:normal;
	color:#333;
}
#searchArea .searchBtn {
	background:#464849;
	border: 1px solid #464849;
	height:20px;
	color:#fff;
	font-size:9px;
	font-weight:normal;
	padding:3px 5px 5px 5px;
	margin:0
}
.newsArea {
}
.newsArea h2 {
	font-size:13px;
	line-height:14px;
	color:#333;
	padding:0;
	margin:0;
}
.newsArea p {
	font-size:10px;
	line-height:14px;
	color:#333;
	padding:0;
	margin:0;
}
.boxGrey {
	background: url(../img/bgGreyBox.gif) repeat-y;
	padding:15px 15px 0 15px;
}
.boxGrey h2 {
	font-size:13px;
	font-weight:normal;
	line-height:14px;
	color:#333;
	padding:0;
	margin:0;
}
.boxGrey .pic {
	width:150px;
	float:left;
}
.boxGrey .text {
	padding:0 0 0 175px;
}
a.btnReadMore {
	display:block;
	float:right;
	padding:0 0 0 15px;
	color:#8b9e34;
	font-size:10px;
	background: #F1F1E8 url(../img/arrowReadMore.gif) no-repeat 0px 5px;
}
a.btnReadMore:hover {
	color:#333;
}
/*= Home Template Styles
-------------------------------------------------------------------------*/

#contentHome {
	background: url(../img/bgContentHome.gif) no-repeat;
	min-height:500px;
	margin:0 0 20px 0;
}
#colHomeLeft {
	width:360px;
	float:left;
	padding:60px 0 0 45px;
}
#colHomeRight {
	padding: 60px 45px 20px 490px;
}
#colHomeRight hr {
	height: 4px;
	background: #e1e1da;
	color: #e1e1da;
	border:0;
	margin:20px 0;
	width:252px;
}
#colHomeRight h1 {
	font-size:13px;
	line-height:14px;
	color:#333;
	padding:0;
	margin:0 0 20px 0;
}
/*= Footer
-------------------------------------------------------------------------*/

#footer {
	width:704px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding:15px 0 20px 0;
	border-top: 5px solid #e1e1da;
	color:#b0b0ac;
	font-size:10px;
	line-height:11px;
}
#footer a {
	color:#b0b0ac;
}
#footer a:hover {
	color:#8a9e33;
}
/*= END
-------------------------------------------------------------------------*/
