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

html {
	margin:0;
	padding:0;
	background:#FFFFFF url(../images/top-tile.png) repeat-x;
}

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#545454;
}

/*------------global styles-->>-------*/
a {
	color:#ff6714; text-decoration:underline;
}

a:hover {
	color:#256a0b; text-decoration:none;
}

a img {
	border:none;
}

a.green {
	color:#256a0b;
	text-decoration:none;
}

a.green:hover {
	color:#ff6714;
	text-decoration:underline;
}



.empty-clear {
	font-size:0px !important;
	line-height:0px !important;
	height:0px  !important;
	clear:both !important;
}

.float-right { float:right}

.float-left { float:left}

.text-right { text-align:right;}

.text-left { text-align:left;}

.text-center { text-align:center;}

.clear-both {clear:both;}

.top10 { padding-top:10px;}
.top20 { padding-top:20px;}
.top30 { padding-top:30px;}

.left10 { padding-left:10px;}
.left20 { padding-left:20px;}
.left30 { padding-left:30px;}

.bot10 { padding-bottom:10px;}
.bot20 { padding-bottom:20px;}
.bot30 { padding-bottom:30px;}



h1, h2, h3, h4, h5, h6 {
	color:#2d64c0;
	font-family:Arial, Helvetica, sans-serif;
}
/*----------<<--global styles---------*/

/*--------------TOP-->>--------------*/


#top {
	background:#7cab29 url(../images/top-tile.png) repeat-x;
}

#top-wrap {
	background: url(../images/top-bkg.jpg) center top no-repeat;
	height:350px;
	margin:0;
	padding:0;
	width:100%;
	zoom:1;
}

#top-wrap .wrap2 {
	width:999px;
	margin:0 auto;
	position:relative;
}

.logo {
	float:left;
	padding:15px 0 0 30px;
}


/*------------<<--TOP----------------*/


/*------------MIDDLE-->>--------------*/

#middle {
	width:999px;
	margin:0 auto;
	position:relative;
}

#bread {
	background:url(../images/bread-bkg.jpg) 10px top no-repeat;
	height:30px;
	font-size: 10px;
	color:#226619;
	padding-left:25px;
}

#bread a {
	font-size: 10px;
	color:#226619;
	text-decoration:none;
	line-height:30px;
}

#bread a:hover {
	color:#226619;
	text-decoration:underline;
}



#enter-website {
	background:url(../images/enterwebsite-bkg.jpg) 10px top no-repeat;
	height:199px;
}

.enter-btn {
	float:left;
	width:330px;
	height:199px;
}

.enter-btn a {
	display:block;
	background:url(../images/enter-btn.png) left top no-repeat;
	width:226px;
	height:80px;
	text-indent:-6000px;
	margin:45px 0 0 54px;
}

.enter-btn a:hover {
	background:url(../images/enter-btn.png) left -99px no-repeat;
}



.enter-txt {
	float:left;
	width:650px;
}

h1.welcome-title {
	font-size:24px;
	font-weight:normal;
	margin:10px 10px 5px 0px;
}

p.welcome {
	line-height:19px;
	margin-top:0px;
}


.content {
	padding:0 9px 0 10px;
	line-height:18px;
	clear:both;
}

.content p {
		margin:10px 0 10px 0;
}

.content p br {
		line-height:3px !important;
}



.content .block {
	background:url(../images/paragraph-bkg.png) left bottom no-repeat;
	padding:0 20px 1px 20px;
	margin-bottom:15px;
}

.content .block2 {
	background:none;
	padding:0 20px 1px 20px;
	margin-bottom:15px;
}


.content h1 {
	font-size:22px;
	font-weight:normal;
}

.content h2 {
	font-size:18px;
	font-weight:normal;
	margin:10px 0 5px 0;
}



/*----------<<--MIDDLE----------------*/


#footer {
	background:#bfc9b7 url(../images/footer-tile.png) repeat-x;
}

#footer #footer-wrap {
	width:959px;
	padding:15px 20px 3px 20px;
	margin:0 auto;
	position:relative;
	background:#729a37 url(../images/footer-wrap-tile.png) repeat-x;
	min-height:115px;
	_height:115px;
	color:#FFFFFF;
	font-size:12px;
	line-height:18px;
	zoom:1;
}

#footer #footer-wrap a {
	color:#FFFFFF;
}


.info3 h1 {
	color:#a8ee65;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.info3 h1 a {
	color:#a8ee65;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.info3 h1 a:hover {
	color:#a8ee65;
	text-decoration:underline;
}

.footer-banners {
	position:absolute;
	top:45px;
	left:320px;
	z-index:475;
}

.footer-banners a {
	margin-right:12px;
}

.footer-banners a img {
	border:2px solid #1F5A12;
}

/*-----------------------------more-random-styles-->>-----------------------------------*/

.table-ul-style {}

.table-ul-style ul {
	margin:0;
	font-size:12px;
	padding:0 0 0 20px;
	list-style:circle;
}

.stilized-1 {
	background:#fffeee;
	border:1px solid #fff3d9;
}

.stilized-1 td {
		border-bottom:1px solid #ffe4be;
		padding:2px 0;
}
/*-----------------------------------*/
.stilized-2 {
	background:#fbeeeb;
	border:1px solid #e4d8d6;
}

.stilized-2 td {
		border-bottom:1px solid #e4d8d6;
		padding:2px 0;
}

