body
{
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #dedede url('../images/body_background.gif') repeat-y center;
}

body, h1, h2, h3, p, form, img, a, .input, input
{
	margin: 0;
	padding: 0;
	border: 0;
}

a
{
	font-weight: bold;
}

p
{
	margin-bottom: 20px;
}

h1
{
	text-transform: uppercase;
	font-size: 15px;
}

h2
{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

h3
{
	font-weight: bold;
	font-size: 12px;
}

.input
{
	font-size: 12px;
	font-family: "Trebuchet MS";
	border: 1px solid #c7c7c7;
	color: #c7c7c7;
	padding: 3px;
}
.mailto
{
	font-size: 12px;
	font-family: "Trebuchet MS";
	border: 1px solid #666666;
	color: #000000;
	width: 300px;
	padding: 1px;
}

.container
{
	width: 950px;
	margin: auto;
}

.menu_container
{
	width: 200px;
	float: left;
}

.line
{
	width: 5px;
	float: left;
}

.content_container
{
	width: 740px;
	float: left;
}



#header
{
	height: 79px;
	width: 100%;
	background-color: #dedede;
}

#header .menu_container
{
	background-color: #aaaaaa;
	height: 79px;
	padding-left: 5px;
	width: 195px;
}

#header .menu_container a
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 30px;
	display: block;
	float: left;
	width: 63px;
	height: 39px;
	text-align: center;
}

#header .menu_container .active
{
	background-color: #737373;
}

#header .line
{
	background-color: #b8b8b8;
	height: 79px;
}

#header .content_container
{
	background: #dedede url('../images/header_content_background.jpg');
	height: 79px;
}

#header .content_container img
{
	margin-left: 15px;
}



#main
{
	background: #838383;
}

#main .container
{
	background:  #757575 url('../images/main_background5.jpg');
}

#dummy_header 
{

}

#main .menu_container
{
	background:  #4e4d4d url('../images/main_menu_background.jpg') no-repeat;
}

#main .menu_container a
{
	height: 26px;
	width: 175px;
	padding-top: 8px;
	padding-left: 25px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #ffffff;
}

#submenu_container
{
	background:  #414040 url('../images/main_submenu_background.jpg') no-repeat;
	padding-bottom: 20px;
}

#main #submenu_container a
{
	height: 12px;
	width: 155px;
	padding-left: 35px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #ffffff;
}

#main #submenu_container .active, #main #submenu_container a:hover
{
	background: transparent;
}

#main #sector
{
	height: 12px;
	width: 155px;
	padding-left: 35px;
	display: block;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
	color: #ffffff;
}

#joiner
{
	position: relative;
	width: 5px;
}

#main_top_home
{
	width: 740px;
	height: 275px;
	background: url('../images/bg2.jpg');
}

#main_top
{
	width: 740px;
	height: 200px;
/*	background: url('../images/bg3.jpg');*/
}

#main_top #slogan
{
	position: relative; 
	left: 39px;
	top: 0;
}

#main_title
{
	width: 710px;
	height: 33px;
	padding-top: 17px;
	padding-left: 30px;
}

#main_title .rootpages a, span
{
	font-size: 10px;
	color: #CCCCCC;
}

#main_content
{
	width: 480px;
	padding: 30px;
	padding-top: 25px;
	float: left;
	text-align: justify;
}

#main_content img
{
	border: 1px solid #333333;
	margin: 5px;
}

#main_right_container
{
	width: 200px;
	float: left;
}

#main_right_search
{
		width: 170px;
		padding: 15px;
		height: 75px;
		background: #8c8c8c url('../images/main_search_background.jpg') no-repeat;
}

#main_right_search .input_container
{
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

#main_right_newsletter
{
		width: 170px;
		padding: 15px;
}

#main_right_newsletter .input_container
{
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
#main_right_newsletter #button_container2
{
	clear: both;
	margin-top: 10px;
	margin-left: 137px;
}

#dummy_footer 
{
	clear: both;
}





#footer
{
	height: 50px;
	width: 100%;
}

#footer .menu_container
{
	height: 50px;
	font-size: 11px;
}

#footer .menu_container img
{
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 9px;
	float: left;
}

#footer .menu_container p
{
	margin-top: 9px;
	margin-bottom: 0;
}

#footer .line
{
	height: 50px;
}

#footer .content_container
{
	height: 50px;
}



#dewiz
{
	height: 50px;
	width: 100%;
}
#dewiz .content_container
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333; /* #000000 */
	text-align: right;
	margin-top: 5px;
	padding-bottom: 5px;
}
#dewiz a
{
	color: #333333; /* #C00000 */
	font-size: 10px; /* 12px */
	text-decoration: none;
	font-weight: normal; /* bold */
}
#dewiz a:hover
{
	text-decoration: underline;
}

.subheader
{
	font-style: italic;
	font-weight: bold;
	text-decoration: overline;
}
