@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #2d5820;
	/*background-image:url(../common/graph/bg_timber.jpg);*/
	background-image:url(../common/graph/bg_cloud.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}

#Header {
	/*background-color: #FFF;*/
	width: 100%;
	min-width: 100%;
	float: left;
	position: relative;
	height: 130px;
	margin-bottom: 15px;

	background: -moz-linear-gradient(top, #407d2e 0%, #2d5820 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#407d2e), color-stop(100%,#2d5820));
	background: -webkit-linear-gradient(top, #407d2e 0%,#2d5820 100%);
	background: -o-linear-gradient(top, #407d2e 0%,#2d5820 100%);
	background: -ms-linear-gradient(top, #407d2e 0%,#2d5820 100%);
	background: linear-gradient(to bottom, #407d2e 0%,#2d5820 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#407d2e', endColorstr='#2d5820',GradientType=0 );
	box-shadow: 0px 5px 10px #111;
}


#HeaderContainer {
	margin-left: auto;
	margin-right: auto;
	width: 1140px;
	overflow: hidden;
	position: relative;
}

#Container {
	margin-left: auto;
	margin-right: auto;
	width: 1140px;
	/*top: 140px;*/
}

#HeaderContainer h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}


#Menu {
	width: 100%;
	float: left;
	position: relative;
	height: 40px;
	overflow: hidden;
	/*background-color: #EEE;
	background-image: url(../common/graph/top_menu/menu_bg.jpg);
	background-repeat: repeat-x;
	*/
}



#Main {
	width: 100%;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

#MainLeft {
	float: left;
	position: relative;
	width: 250px;
	/*background-color:#CC9966;*/
	margin-top: 6px;
}

#MainRight {
	float: right;
	position: relative;
	width: 200px;
	/*background-color:#009999;*/
	margin-top: 3px;
}

#MainCenter {
	float: left;
	/*left: 6px;*/
	/*top: 6px;*/
	overflow: hidden;
	position: relative;
	/*width: 672px;
	width: 877px;*/
	width: 100%;
	/*border: 1px solid #CCCCCC;*/
	/*border: 1px solid #FFF;*/
	/*background-color: #FFF;*/
	/*padding: 2px;*/
	min-height: 400px;
	margin-top: 1px;
}



#FullWidth {
	float: left;
	position: relative;
	width: 100%;
}

#FullWidthSep {
	float: left;
	position: relative;
	width: 100%;
	height: 8px;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 5px;
}

#Footer {
	width: 100%;
	float: left;
	position: relative;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	opacity: 0.9;

	background: #407d2e;
	background: -moz-linear-gradient(top, #407d2e 0%, #2d5820 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#407d2e), color-stop(100%,#2d5820));
	background: -webkit-linear-gradient(top, #407d2e 0%,#2d5820 100%);
	background: -o-linear-gradient(top, #407d2e 0%,#2d5820 100%);
	background: -ms-linear-gradient(top, #407d2e 0%,#2d5820 100%);
	background: linear-gradient(to bottom, #407d2e 0%,#2d5820 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#407d2e', endColorstr='#2d5820',GradientType=0 );

	box-shadow: 0px 5px 10px #111;
}


#Footer a:link, #Footer a:visited, #Footer a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}

#Footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#Footer h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border-bottom: solid 1px #FFF;
	padding-bottom: 4px;
}

/* Main horizontal menu */

#hormenu {
	width: 100%px;
}
	

#hormenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#hormenu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #DDD;
}

#hormenu ul li a:link, #hormenu ul li a:visited {
	font-family: Tahoma, serif, Arial;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-shadow: 2px 2px 4px #000;
	-webkit-transition:color 1s ease;
	-moz-transition:color 0.4s ease;
	-o-transition:color 0.4s ease;
	transition:color 0.4s ease;
}
	
#hormenu ul li a:hover, #hormenu ul li a:focus {
	font-family: Tahoma, serif, Arial;
	font-size: 18px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
	text-shadow: 2px 2px 4px #000;
	-webkit-transition:color 1s ease;
	-moz-transition:color 0.4s ease;
	-o-transition:color 0.4s ease;
	transition:color 0.4s ease;
}

/***************************
horizontal menu Small
***************************/
#hormenuSmall {
	width: 100%px;
}
	

#hormenuSmall ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#hormenuSmall ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #DDD;
}

#hormenuSmall ul li a {
	font-family: Tahoma, serif, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-shadow: 2px 2px 4px #000;
	-webkit-transition:color 1s ease;
	-moz-transition:color 0.4s ease;
	-o-transition:color 0.4s ease;
	transition:color 0.4s ease;
}
	
#hormenuSmall ul li a:hover, #hormenu ul li a:focus {
	font-family: Tahoma, serif, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
	text-shadow: 2px 2px 4px #000;
	-webkit-transition:color 1s ease;
	-moz-transition:color 0.4s ease;
	-o-transition:color 0.4s ease;
	transition:color 0.4s ease;
}
