@charset "utf-8";
/* CSS Document */

body{

	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 12px;
	margin:0px;
	padding:0px;
	line-height: normal;

}
div, h1, h2, h3, h4, p, form, label, input, textarea, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
	line-height:0;
}
#header {
	height: 168px;
	width: 980px;
	background-image: url(images/header_bg.jpg);
	float: left;
	display: inline;
}
#header .languages {
	float: right;
	height: 40px;
	width: 170px;
	display: inline;
	cursor:pointer;
	border: medium none;
	margin-right: 40px;
	margin-top: 20px;
}
#header .logo {
	float: left;
	height: 160px;
	width: 571px;
	margin-top: 5px;
	margin-left: 30px;
	display: inline;
}

#header .contact {
	float: right;
	height: 24px;
	width: 205px;
	margin-top: 30px;
	margin-right: 70px;
	clear: right;
	display: inline;
}



#MainMenu {
	height: 41px;
	width: 868px;
	background-image: url(images/main_menu_bg2.jpg);
	background-repeat: no-repeat;
	padding-left: 112px;
	float: left;
	display: inline;
}
#MainMenu img {
	margin-right: 15px;
	border: 0px none #FDB81F;
}



#body
 {
	width:980px;
	min-height:500px;
	height: auto;
	background-image: url(images/body_bg.png);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	display: inline;
}
#InnerMenu {
	float: left;
	height: auto;
	width: 240px;
	position: relative;
	display: inline;
	margin-top: 70px;
}
#InnerMenu .head {
	font-size: 16px;
	color: #FFFFFF;
	height: 28px;
	width: 226px;
	padding-top: 12px;
	background-image: url(images/inner_menu_head.png);
	background-repeat: no-repeat;
	text-align: center;
}
#InnerMenu .head a {
	color: #FFFFFF;
	text-decoration: none;
}
#InnerMenu  .botMask  {
	background-image: url(images/inner_menu_botmask.png);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 226px;
}
#InnerMenuContainer {
	display: inline;
	float: left;
	width: 226px;
	position: relative;
	background-image: url(images/inner_menu_bg.png);
}
#InnerMenuContainer .item {
	width: 206px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 14px;
	float: left;
}
#InnerMenuContainer .item a {
	color: #000000;
	text-decoration: none;
}
#InnerMenuContainer .item a:hover {
	color: #935800;
}
#InnerMenuContainer .item ul li a:hover {
	color: #935800;
	text-decoration: underline;
}

#InnerMenuContainer .item ul {
	margin-left: 40px;
	margin-top: 15px;
	height: auto;
	width: auto;
	margin-bottom: 10px;
}
#InnerMenuContainer .item ul li {
	font-size: 12px;
	width: auto;
	height: auto;
}
#InnerMenuContainer .item ul li a {
	color: #000000;
}






#InnerContent {
	float: left;
	height: auto;
	width: 710px;
	position: relative;
	display: inline;
}
#InnerMenuContainer .subitem {
	width: 180px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 36px;
	font-size: 12px;
	float: left;
}
#InnerMenuContainer .subitem a {
	color: #000000;
	text-decoration: none;
}
#InnerMenuContainer .subitem a:hover {
	color: #935800;
	text-decoration: underline;
}
#InnerMenuContainer  .line {
	background-image: url(images/inner_menu_Itembg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 5px;
	width: 208px;
}
#contactContent {
	float: left;
	height: auto;
	width: 950px;
	position: relative;
	padding-left: 30px;
	display: inline;
}
#contactInfo {
	float: left;
	height: auto;
	width: 500px;
	padding-top: 50px;
	font-size: 14px;
}
#contactInfo span {
	color: #085476;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
}

#contactInfo h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #085476;
	margin-left: 50px;
}

#contactForm {
	float: left;
	height: 430px;
	width: 400px;
	margin-top: 50px;
	background-image: url(images/contact_bg.png);
	background-repeat: no-repeat;
}
#contactForm p.smallText {
	font-size: 9px;
	color: #333;
}

#contactForm span {
	color: #F00;
}

#contactForm .head {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #085476;
	display: inline;
	float: left;
	height: 20px;
	width: 320px;
	margin-top: 15px;
	margin-left: 40px;
	font-weight: bold;
}
#contactForm .inputData {
	background-image: url(images/contact_input_bg.png);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 23px;
	width: 265px;
	margin-top: 10px;
	margin-left: 30px;
	font-weight: bold;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#contactForm .inputMsg {
	background-image: url(images/msg_input_bg.png);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 150px;
	width: 335px;
	margin-top: 10px;
	margin-left: 30px;
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
}
#contactForm .sendButton {
	display: inline;
	float: right;
	height: 24px;
	width: 69px;
	margin-right: 40px;
	margin-top: 10px;
}
#body a {
	color: #900;
	text-decoration: underline;
}
#body a:hover {
	color: #900;
	text-decoration: none;
}
#body img {
	border: 0px none #FFF;
}
#footer {
	width:960px;
	margin-bottom: 0;
	height: 70px;
	text-align: center;
	padding: 15px 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	font-size: 10px;
	float: left;
}
#footer .links {
	font-size: 11px;
}
#footer .links a {
	color: #900;
}
#footer .links a:hover {
	color: #900;
	text-decoration: none;
}


#footer span.copy {
	font-weight: bold;
	color: #085375;
}
#footer span.design a {
	color: #09F;
	text-decoration: none;
}

#footer span.design {
	font-size: 10px;


}
#siteMap {
	display: inline;
	float: left;
	height: auto;
	width: 786px;
	margin-top: 50px;
	margin-left: 100px;
	position: relative;
}
#siteMap .head {
	font-size: 16px;
	color: #FFFFFF;
	height: 28px;
	width: 226px;
	padding-top: 12px;
	background-image: url(images/inner_menu_head.png);
	background-repeat: no-repeat;
	text-align: center;
}
#siteMap .head a {
	color: #FFFFFF;
	text-decoration: none;
}
#siteMap .head a {
	color: #FFFFFF;
	text-decoration: none;
}
#siteMapContainer {
	display: inline;
	float: left;
	width: 226px;
	position: relative;
}
#siteMapContainer .itemMap {
	width: 206px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 14px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 10px;
	background-color: #F8F4DA;
}

#siteMapContainer .itemMap a {
	color: #1A6388;
	text-decoration: none;
	font-weight: bold;
}
#siteMapContainer .itemMap a:hover {
	color: #999;
}
#siteMapContainer .subitemMap {
	width: 180px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 36px;
	font-size: 12px;
	float: left;
}
#siteMapContainer .subitemMap a {
	color: #1A6388;
	text-decoration: none;
	font-weight: bold;
}
#siteMapContainer .subitemMap a:hover {
	color: #999;
	text-decoration: underline;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
