/*
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: #e5e5cf;
	background: #363432;
}

a:link, a:visited { color: #FFFFFF; text-decoration: underline; font-weight: normal; } 
a:active, a:hover { color: #FFFF00; text-decoration: none; }

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

p.main_text {
    font-size: 14px;
}

p.legal_text {
    font-size: 10px;
}

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; }


.button_01 a {
	clear: both;
	display: block;
	width: 120px;
	height: 23px;
	padding-top: 4px;
	background: url(../../resources/images/background/templatemo_button_01.jpg) no-repeat;
	
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

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

h2 {
	margin: 0 0 30px 0;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: normal;
}

h3 {
	position: relative;
	display: block;
	height: 28px;
	margin: 0 0 15px 0;
	padding: 7px 0 0 40px;
	font-size: 20px;
	font-weight: normal;
	color: #363432;
}

h3 span {
	position: absolute;
	width: 30px;
	height: 35px;
	top: 0px;
	left: 0px;
}

#main_page_container {
	width: 900px;
	padding: 20px;
	margin: 0 auto;
}





/* menu */

#menu_container {
	clear: both;
	width: 250px;
	padding: 0 30px;
	margin-bottom: 5px;
}

#menu_container ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu_container ul li {
	padding: 0px;
	margin: 0px;
}

#menu_container ul li a {
	display: block;
	padding: 7px 0 7px 30px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #4F4E31;	
	outline: none;
	background: url(../../resources/images/background/menu_list_icon.jpg) left center no-repeat;
}

#menu_container li a:hover, #menu_container li .current {
	color: #CBCAAD;
	background: #777545;
}
/* end of menu*/


/* for main column */

#content_container {
	float: right;
	width: 470px;
	margin-top: 40px;
	margin-right: 30px;
	_margin-right: 15px;  /*For IE6 ;-)*/
}


#content_container h3 {
    text-align: center;
	background: url(../../resources/images/background/bg_h3_right_02_a.jpg) right no-repeat;
}

#content_container h3 span {
	background: url(../../resources/images/background/header_bk_bullet_on_bright.jpg) no-repeat;
}

#templatemo_banner {
	clear: both;
	overflow: hidden;
	width: 410px;
	height: 150px;
	padding: 40px 30px 30px 30px;
	margin-bottom: 30px;	
}

.list_01 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list_01 li {
	padding: 0 0 0 10px;
	margin: 0 100px 10px 0;
	background: #444323;	
}

.list_01 li a {
	display: block;
	padding: 5px 0 5px 40px;
	color: #e4e3d0;
	font-weight: bold;
	text-decoration: none;
}

.list_02 {
	margin: 0 0 30px 50px;
	padding: 0px;
}

.list_02 li {
	padding: 0px;
	margin: 0 0 10px 0;
	list-style: decimal;
}

.list_01 li a:hover {
	color: #ffffff;
	text-decoration: none;
}

.main_column_box {
	clear: both;
	margin-bottom: 30px;
}

.main_column_box p {
	text-align: justify;
	margin-bottom: 10px;
}

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

#content_container .fl_image {
	float: left;
	margin-right: 15px 
}

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

/* end of content */

