/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	background:#000000 url(../images/body_bg.jpg) repeat-x;
}
		
a:link, a:visited { color: #dcc673; text-decoration: none; font-weight: normal;} 
a:active, a:hover { color: #FFFF00; text-decoration: underline;}

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.divider {
	clear: both;
	padding-bottom: 15px;
	margin-bottom: 30px;
	background: url(../images/horizontal_divider.jpg) bottom repeat-x;
}

.fl { float: left; }
.fr { float: right; }

.m_right { margin-right: 30px; }

.button_01 a {
	display: block;
	width: 120px;
	height: 22px;
	padding: 4px 0 0 0;
	background: url(../images/button_01.jpg) no-repeat;

	color: #dcc673;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button_01 a:hover {
	color: #999999;
}

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: normal;
}

h3 {
	margin: 0 0 10px 0;
	padding: 2px 0 15px 0;
	font-size: 26px;
	font-weight: normal;
	color: #f5d96c;	
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

h5 {
	display: block;
	margin: 0;
	padding: 10px 0px;
	width: 280px;
	height: 45px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
	background: url(../images/footer_box_top.jpg) no-repeat;
}

.image_wrapper {
	border: 1px solid #ffffff;
	margin-top: 3px;
	margin-bottom: 5px;
}

.fl_image{
	float: left;
	margin-right: 15px ;
	border:hidden;
}

.fr_image{
	float: right;
	margin-left: 15px 
}


.list_01 {
	margin: 0 0 20px 40px;
	padding: 0px;
}

.list_01 li {
	margin: 0px;
	padding: 0 0 10px 0;
	list-style-image: url(../images/list_icon_01.jpg);
}

.list_01 li a {
	color: #ffffff;
}


#container {
	width: 1000px;
	margin: 0 auto;
	
}

/* site top_strip */

#top_strip {
	width: 1000px;
	height: 40px;
	padding: 0 10px;
	background: url(../images/top_strip.png)  no-repeat;
}
/* end of top_strip */



/* header */

#header {
	clear: both;
	width: 1000px;
	height: 246px;
	text-align: center;
	background: url(../images/header.png) no-repeat;
}
/* end of header */




/* menu */

#menu {
	clear: both;
	width: 1000px;
	height: 100px;
	background: url(../images/menubcgr.png) no-repeat;
}

#menu ul {
	width: 800px;
	overflow: hidden;
	padding: 20px;
	margin: 0px auto;
	list-style: none;
}

#menu ul li{
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a{
	float: left;
	display: block;
	height: 24px;
	width: 80px;
	padding: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	color: #9a9789;	
	background: url(../images/menu_right.jpg) right top no-repeat;
	outline: none;
}

#menu li a:hover, #menu li .current{
	color:#FF9900;
}

/* end of menu */





/* content */

#content_wrapper {
	clear: both;
	width: 980px;
	padding: 0 10px;
	background-color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}

#content_wrapper #content {
	width: 900px;
	padding: 30px;
	background: url(images/content_gradient_bg.jpg) top center no-repeat;
}





/* only for links page */
#content_wrapper_black {
	clear: both;
	width: 980px;
	padding: 0 10px;
	background-color:#000000
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}

#content_wrapper #content_black {
	background-color:#000000;
}





#side_column {
	float: right;
	width: 250px;
	padding: 0 0 0 30px;
}

#main_column {
	float: left;
	width: 590px;
}

#main_column p {
	text-align: justify;
	margin-bottom: 10px;
}

.side_column_box {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.news_section {
	clear: both;
	margin-bottom: 20px;
}

.inputfield {
	height: 16px;
	width: 238px;
	padding: 2px 5px;
	margin: 0 0 10px 0;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
}

.submitbutton{
	float: right;
	margin: 0px;
	padding: 0 6px 3px 6px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
}

.section1{
	clear: both;
	width: 590px; 
	text-align: justify;
}

.section_280 {
	float: left;
	width: 250px;
	padding: 0 30px 0 0;
}

.footer_box {
	position: relative;
	float: left;
	width: 280px;
	padding-bottom: 12px;
	background: #3a3935;
}

.footer_bottom {
	position: absolute;
	width: 280px;
	height: 12px;
	bottom: 0px;
	left: 0px;
	background: url(images/footer_box_bottom.jpg) no-repeat;
}

.footer_box .footer_box_content {
	padding: 0 20px 30px 20px;
}

.footer_box_content p {
	margin-bottom: 10px;
}
/* end of content */
/* footer */

#footer_bar_wrapper {
	clear: both;
	width: 1000px;
	background:#660000;
}

#footer_bar {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 1000px;
	border-top: 2px solid #9c9065;
	background:#660000;
	text-align: center;
}
/* end of footer */