.full_h{
	height: 100%;
}

.full_w{
	width: 100%;
}

.full_size{
	width: 100%;
	height: 100%;
}

td{
	vertical-align: top;
	color: #4C4C4C;
}

div{
	font-family: Verdana, Trebuchet MS;
	font-size: 11px;
	color: #404040;
}

.td_middle{
	vertical-align: middle;
}

.td_bottom{
	vertical-align: bottom;
}

form{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img{
	border: 0px;
}

body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

/* ================================================================================*/

#main{
/*	width: 100%;  */
	width: 768px;
}

#footer_shadov{
	clear: both;
	overflow: hidden;
	height: 105px;
	text-align: center;
}

#main_inner{
	padding: 15px 3px 0px 3px;
}

#main_inner_1{
	width: 100%;
	background-image: url(../images/main_inner_1_bg.gif);
	background-position: left top;
	background-repeat:  repeat-x;
	background-color: #FFFFFF;	
}

#main_inner_2{
	width: 100%;
	background-image: url(../images/main_inner_2_bg.gif);
	background-position: left top;
	background-repeat:  repeat-y;
}

#main_inner_3{
	width: 100%;
	background-image: url(../images/main_inner_2_bg.gif);
	background-position: right top;
	background-repeat:  repeat-y;
}

#main_inner_4{
	width: 100%;
	background-image: url(../images/main_inner_4_bg.gif);
	background-position: left top;
	background-repeat:  no-repeat;
}

#main_inner_5{
	width: 100%;
	background-image: url(../images/main_inner_5_bg.gif);
	background-position: right top;
	background-repeat:  no-repeat;
}

#main_inner_6{
	width: 100%;
	background-image: url(../images/main_inner_6_bg.gif);
	background-position: right bottom;
	background-repeat:  no-repeat;
}

#main_inner_7{
	width: 100%;
	background-image: url(../images/main_inner_7_bg.gif);
	background-position: left bottom;
	background-repeat:  no-repeat;
	padding: 
}

#main_inner_all{
	padding: 8px 21px 19px 21px;
}

#header{
	height: 75px;
	background-image: url(../images/header_bg.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#header_left{
	background-image: url(../images/header_left_bg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 75px;	
}

#header_right{
	background-image: url(../images/header_right_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 75px;	
}

#logo{
	width: 30%;
	display: block;
	clear: both;
	overflow: hidden;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

#header_menu_all{
	float: right;
	width: 70%;	
	padding: 0px 0px 0px 0px;		
	margin: 9px 0px 0px 0px;
}

#header_slogan{
	background-image: url(../images/slogan_bg.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	float: right;
	white-space: nowrap;
	padding: 4px 26px 4px 32px;
	color: #E2861F;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-transform: uppercase;	
	margin: 0px 0px 0px 0px;
}

#header_slogan a{
	color: #E2861F;
	text-decoration:none;
}

#header_slogan a:hover{
	color: #303030;
}

#top_menu{
	clear: both;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 0px 0px;
	white-space: nowrap;
}

#top_menu a.mainlevel, #top_menu a.mainlevel:hover {
	padding: 8px 16px 8px 16px;
	background-image: url(../images/top_menu_item.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #303030;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-transform: uppercase;
	background-color: transparent;
}

#top_menu a.mainlevel:hover{
	color:orange;
}

#top_menu a.mainlevel_last, #top_menu a.mainlevel_last:hover{
	padding: 8px 16px 8px 16px;
	background-image: none;
	color: #303030;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-transform: uppercase;	
}

#top_menu a.mainlevel_last:hover{
	color:orange;
}

#content_all{
	clear: both;
	vertical-align: top;
}

#footer_black_line{
	clear: both;
	background-image: url(../images/footer_black_line.jpg);
	background-position: left center;
	background-repeat: repeat-x;	
	text-align: left;
	background-color: transparent;
	font-size: 1px;
	height: 24px; 
	padding: 10px 0px 10px 0px;
}

#footer_black_line_left{
	margin-top: 3px;
	float: left; 
	width: 25%;
	color: #E1E1E1;
	text-align: left;
	padding: 1px 0px 0px 22px;
	font-family:Tahoma;
}

#footer_black_line_right{
	margin-top: 3px;
	float: right;
	width: 65%;	
	padding: 1px 22px 0px 0px;
	text-align: right;
	color: #E1E1E1;	
	font-family:Tahoma;	
}

#footer_menu{
	clear: both;
	padding: 18px 0px 10px 0px;
	text-align: center;
}

#footer_menu a.mainlevel{
	color: #303030;
	text-decoration: none;
	font-size: 11px;
}

#footer_menu a.mainlevel:hover{
	color: orange;
}

#content_inner_1{
	display: block;
	padding: 10px 0px 0px 0px;
}

#right_block{
	width: 213px;
	padding: 10px 0px 18px 0px;
}

#right_block_total{
	background-image: url(../images/right_block_bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

#right_block_top{
	background-image: url(../images/right_block_top_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#right_block_bottom{
	background-image: url(../images/right_block_bottom_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;	
	padding: 6px 6px 6px 6px;
}

#right_content_block{
	background-image: url(../images/right_content_block_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	min-height: 400px;
}

#right_content_block_left{
	background-image: url(../images/right_content_block_left_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#right_content_block_right{
	background-image: url(../images/right_content_block_right_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;	
	padding: 7px 9px 10px 9px;
	min-height: 254px;
	display: block;
}

#right_content_block_right .moduletable h3{
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
}

div.moduletable h3{
	padding: 0px 0px 4px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	text-align: left;
}

#right_content_block_right .moduletable h2{
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
}

#right_content_block_right .moduletable{
	text-align: left;
}

#right_content_block_right a{
	padding:3px 0px 2px 10px;
	display:block
}

h1, .componentheading{
	padding: 10px 0px 5px 0px;
	margin: 	0px 0px 0px 0px;
	color: #000000;
	font-size: 18px;
}

.intro{
	text-align: left;
	padding: 0px 10px 0px 12px;
	line-height: 17px;
}

#main_module{
	padding: 4px 9px 18px 0px;
}

#main_module_1{
	background-image: url(../images/main_module_1_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#main_module_2{
	background-image: url(../images/main_module_2_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#main_module_3{
	background-image: url(../images/main_module_3_bg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

#main_module_4{
	background-image: url(../images/main_module_3_bg.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}

#main_module_5{
	background-image: url(../images/main_module_4_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#main_module_6{
	background-image: url(../images/main_module_5_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;	
}

#main_module_7{
	background-image: url(../images/main_module_7_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;	
}

#main_module_8{
	background-image: url(../images/main_module_8_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;	
	padding: 10px 13px 10px 13px;	
}

#main_module_9{
	text-align:left;
}

.module_item{
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #A1A2A4;
	text-align: left;
	width:33%;
}

/*
.module_item div.moduletable h3{
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	text-align: center;
}
*/

a{
	color:#404040;
	text-decoration:none;
}

a:hover{
	color:orange;
	text-decoration:underline;
}

.inputbox{
	border: 1px solid #666666;
	margin: 1px 0px 1px 0px;
}

.button{
	border: 1px solid #666666;
}

.moduletable ul{
	padding:0px 0px 0px 0px;
	margin:6px 0px 0px 0px;
}

.moduletable li{
	padding:0px 0px 8px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}

#top_menu_fix{
	position:absolute;
	left:50%;
	top:56px;
	border:0px solid #FF0000;
	margin-left:342px;
}

.contentitem h2{
	font-size: 12px;
}

.right_tbl{
	width: 100%;
	height: 100%;
}

.right_td_top{
	font-size: 1px;
	background-image: url(../images/right_block_top_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 10px;
	width: 213px;
}

.right_td_middle{
	background-image: url(../images/right_block_bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	width: 213px;
	height: 100%;
	padding-left: 10px;
}

.right_td_banner{
	background-image: url(../images/right_block_bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	width: 213px;
	padding-left: 6px;
}

.right_td_bottom{
	font-size: 1px;
	background-image: url(../images/right_block_bottom_bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 10px;
	width: 213px;
}

.sectiontableheader{
    font-family: Verdana, Trebuchet MS;
    font-size: 12px;
    color: #999999;
    height: 30px;
}

.sectiontableentry1, .sectiontableentry2{
    font-family: Verdana, Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.sectiontableentry1 td, .sectiontableentry2 td{
    height: 30px;
}

.readon {
    background-image: url(../images/triangle.gif);
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 10px;
    padding-left: 15px;
}

.contentpagetitle {
    font-size: 14px;
    font-weight: bold;
}

.contentheading {
    font-size: 14px;
    font-weight: bold;
}