@charset "utf-8";
body {
	background:#0a0a0c /*url(../images/body-bg.jpg) repeat-y 50% 0 */;
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
}
p {
	margin:0 0 10px;
}
a img, a, img {
	border:0px none;
}
a:active, a:visited, a:link {
	color: #1b8bbc;
	font-weight:bold;
	text-align:
}
a:hover {
	color: #229ed6;
	text-decoration:underline;
}
ul.pagination li {
	display:inline;
	padding:2px;
}
select{
	background-color:#b5874c;
	font-weight:normal;
}
.pagination{
	text-align:center;
}
#container {
	margin:0 auto;
	overflow:hidden;
	width:1200px;
	min-width:983px;
}
#header-container {
	width: 100%;
	overflow: hidden;
	background: url(../images/header-bg.jpg) repeat-x left top;
}
#header {
	width:100%;
	overflow:hidden;
	height:229px;
	background:url(../images/header-bg-lt.jpg) no-repeat left top;
}
#header-inner {
	width: 100%;
	height: 229px;
	overflow: hidden;
	background:url(../images/header-bg-rt.jpg) no-repeat right top;
}
/* navigation */

/*#header-inner .buttons td {
	text-align: center;
	padding-top: 12px;
}*/
#header-inner .buttons a {
	color: #f5e7a4;
	margin-top: 10px;
	margin-left: 8px;
	display: inline;
}
/* / navigation */

#header h1 {
	width:529px;
	height:149px;
	text-indent:-3000px;
	overflow:hidden;
	margin:31px auto 0px auto;
	background:url(../images/logo.png) no-repeat;
}
#header h1 a {
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
}
#header .buttons { /* margin-left: 125px; */
}
#header .btn {
	margin:0;
	float:left;
	/*margin:10px 0 0 0;*/
	display:inline;
}
#header .btn a {
	background:url(../images/btn.jpg) no-repeat;
	width:143px;
	height:19px;
	display:block;
	font:bold 11px Tahoma, sans-serif;
	text-decoration:none;
	text-align:center;
	color:#d2c5b7;
	padding:5px 0 0;
}
#header .btn a:hover {
	text-decoration:underline;
}
#main-container {
	width:100%;
	overflow:hidden;
	background:#0a0a0c url(../images/main-bg-rt.jpg) repeat-y right top;
}
#main {
	width:100%;
	overflow:hidden;
	background:url(../images/main-bg-lt.jpg) repeat-y left top;
}
#main:after {
	content:".";
	display:block;
	width:100%;
	overflow:hidden;
	height:0;
	clear:both;
	text-indent:-3000px;
}
* html #main {
	height:1%;
}
.main-top-left {
	width:100%;
	background:url(../images/main-top-lt.jpg) no-repeat left top;
}
.main-top-right {
	width:100%;
	background:url(../images/main-top-rt.jpg) no-repeat right top;
}
.main-top {
	width:100%;
	background:url(../images/main-top.jpg) repeat-x left top;
}
.main-top:after {
	content:".";
	display:block;
	width:100%;
	overflow:hidden;
	height:0;
	clear:both;
	text-indent:-3000px;
}
* html .main-top {
	height:1%;
}
.main-bottom {
	/*width:913px;*/



	padding:25px 59px 0 48px;
	background:url(../images/main-bottom.jpg) no-repeat 0 100%;
}
.main-bottom:after {
	content:".";
	display:block;
	width:100%;
	overflow:hidden;
	height:0;
	clear:both;
	text-indent:-3000px;
}
* html .main-bottom {
	height:1%;
}
.main-bottom-left {
	background:url(../images/main-bottom-lt.gif) no-repeat left bottom;
	width: 100%;
	position: relative;
}
.main-bottom-right {
	padding:25px 40px 0 48px; /* 25px 59px 0 48px; */
	zoom: 1;
	background:url(../images/main-bottom-rt.gif) no-repeat right bottom;
}
.main-bottom-right:after {
	content:".";
	display:block;
	width:100%;
	overflow:hidden;
	height:0;
	clear:both;
	text-indent:-3000px;
}
* html .main-bottom-right {
	height:1%;
}
.left-column {
	width:227px;
	float:left;
	overflow:hidden;
	background:url(../images/left-column-bg.jpg) repeat-y;
	position:relative;
	z-index:5;
	margin: 8px -19px 0 0;
}
.left-top {
	width:227px;
	background:url(../images/left-column-bottom.jpg) no-repeat 0 100%;
}
.left-bottom {
	width:161px;
	padding:35px 32px 30px 34px;
	background:url(../images/left-column-top.jpg) no-repeat;
	min-height:435px;
}
* html .left-bottom {
	height:470px;
}
.left-bottom h3 {
	background:url(../images/navigation-text.gif) no-repeat;
	width:89px;
	height:24px;
	text-indent:-3000px;
	overflow:hidden;
	margin:0 0 0 39px;
}
.content-container {
	width:100%;
	margin: 0 -195px 0 -227px;
	float:left;
}
.content {
	margin: 0px 195px 0 227px;
	/*margin:-8px 0 0 -19px;*/



	position:relative;
	z-index:2;
	background:url(../images/content-bg2.jpg) repeat;
}
.content-left {
	position:relative;
	background:url(../images/content-lt-02.jpg) repeat-y left top;
}
.content-right {
	position:relative;
	background:url(../images/content-rt.jpg) repeat-y right top;
}
.content-top {
	width:100%;
	overflow:hidden;
	background:url(../images/content-top.jpg) repeat-x top left;/*padding-bottom:50px;*/



}
.content-top-left {
	width:100%;
	overflow:hidden;
	background:url(../images/content-top-lt.jpg) no-repeat left top;
}
.content-top-right {
	width:100%;
	overflow:hidden;
	background:url(../images/content-top-rt.jpg) no-repeat right top;
}
.content-bottom {
	/*width:491px;*/
	overflow:hidden;
	width: 100%;
	background:url(../images/content-bottom.jpg) repeat-x left bottom;/*min-height:340px;*/
}
.content-bottom-left {
	overflow:hidden;
	width: 100%;
	background:url(../images/content-bottom-lt-04.jpg) no-repeat left bottom;
}
.content-bottom-right {
	overflow:hidden;
	background:url(../images/content-bottom-rt.jpg) no-repeat right bottom;
	padding:33px 26px 20px 25px;
	min-height:300px;
}
/** html .content-bottom{height:352px;}*/



.right-column {
	width:195px;
	float:left;
	overflow:hidden;
	margin-left:-1px;
	position:relative;
	z-index:5;
	background:url(../images/right-column-bg.jpg) repeat-y;
}
.right-top {
	width:195px;
	background:url(../images/right-column-bottom.jpg) no-repeat 0 100%;
}
.right-bottom {
	width:125px;
	padding:35px 35px 0;
	background:url(../images/right-column-top.jpg) no-repeat;
	min-height:470px;
}
.right-bottom h3 {
 	//*background:url(../images/deady-text.gif) no-repeat;
	width:88px;
	height:24px; *//  text-indent:-3000px;
	overflow:hidden;
	margin:0 0 0 19px;
}
#navigation {
	width:100%;
	overflow:hidden;
	margin:-5px 0 0;
	padding:0;
	list-style:none;
}
#navigation li {
	background:url(../images/navigation-li.gif) no-repeat;
	width:154px;
	height:36px;
	margin-bottom:5px;
	overflow:hidden;
	float:left;
}
#navigation li a {
	color:#1b180b;
	font:bold 12px Tahoma, sans-serif;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:10px 0 0;
}
#navigation li a:hover {
	text-decoration:underline;
}
#footer-container {
	width:100%;
	overflow:hidden;
	height:51px;
	background:url(../images/footer-bg.jpg) repeat-x top left;
}
#footer {
	width:100%;
	overflow:hidden;
	height:51px;
	background:url(../images/footer-bg-lt.jpg) no-repeat left top;
}
#footer-inner {
	width:100%;
	overflow:hidden;
	height:51px;
	background:url(../images/footer-bg-rt.jpg) no-repeat right top;
}
#footer p {
	text-align:center;
	margin:0;
	font:11px Georgia, "Times New Roman", Times, serif;
	color:#b2a8a8;
	padding:25px 0 0;
}
#footer p a {
	color:#b2a8a8;
}
#footer p a:hover {
	text-decoration: none;
}
#page,  .blog {
	padding: 1px 50px 0 6px;
	color: #000;
}
.contentheading a {
	color: #000;
	text-decoration: none;
}
.contentheading a:hover {
	text-decoration: underline;
}

.pagination span { 
	padding: 2px; 
}
.pagination a { 
	padding: 2px; 
}
.counter {
	text-align:center;
}
.inputbox, option
{
	background-image:url(../images/bg_red_1.jpg);
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial,sans;
	font-size:12px;
}

.moduletable h3{
	color:white;
}

.sectiontableheader {
	background-color:#b5874c;	
}
.sectiontableheader a {
	color:black;
}
.sectiontableentry1 {
	/*background-color:#e5d5bc;*/
}
.sectiontableentry2{
	background-color:#d7be96;
}

.componentheading{
	font-family: "Comic Sans MS","Times New Roman", Times, serif;
}
.right_menu td{
	vertical-align:top;
}

.contact_email label{
	display:block;
	width:130px;
}

.contact_email textarea{
	width:300px;
	height:100px;
}

.moduletable_polls{
	color:white;
	border-top: 1px solid black;
	margin-top:10px;
	padding-top:10px;
}

.moduletable_polls sectiontableheader,sectiontableentry1,sectiontableentry2{
	background-color:transparent !important;
	color:white;
}