@charset "utf-8";
/* CSS Document */

html,
body {behavior:url("/css/csshover.htc");
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 85%;
	height: 100%;
	width:100%;
}
#main-header {
	margin-right: 50%;
	height: 413px;
	width: 100%;
	position: absolute;
	z-index: 100;
}
#content-header {
	margin:auto;
	height: 413px;
	width: 1010px;
	background-image:url(/images/template/adam-main.png);
	background-repeat:no-repeat;
	background-position:right top
}
#container {
   min-height:100%;
   position:relative;
}
#header {
	background-color: #FFF;
}
#topgrass{
	margin:auto;
	width: 100%;
	height: 59px;
	background-image:url(/images/template/top-grass.jpg);
	background-repeat:repeat-x
}
#submenu{
	position:absolute;
	top:0px;
	margin:auto;
	width: 100%;
	height: 59px;
	z-index:200;
}
#submenu-content{
	margin:auto;
	width: 990px;
	height: 59px;
}
#sub-header{
	margin:auto;
	width: 100%;
	height: 353px;
	background-image:url(/images/template/thewall.jpg);
	background-repeat:repeat-x;
	background-position:center;
}
#mainmenu{
	margin:auto;
	width: 100%;
	height: 60px;
	background-image:url(/images/menu/menu-background.jpg);
	background-repeat:repeat-x
}

#content-background {
	width: 100%;	
	padding-bottom: 136px;/* Height of the footer */
	background-image:url(/images/template/middle-grass.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#home-content-background {
	width: 100%;	
	padding-bottom: 136px;/* Height of the footer */
	background-image:url(/images/template/home-middle-grass.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#content {
	width: 1010px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/images/template/content-background.png);
	background-position:top center;
	background-repeat:no-repeat;
}
#home-content {
	width: 1010px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/images/template/home-content-background.png);
	background-position:top center;
	background-repeat:no-repeat;
}
#content-padding {
	margin-left:15px;
	margin-right:35px;
}
#no-sidebar {
	width: 990px;
	padding: 10px 10px 10px 20px;
	padding-bottom: 100px;
	min-height:100%;
}
#sidebar1 {
	display: inline-block;
	position: relative;
	top:0px;
	width: 350px;
	padding: 10px 10px 10px 20px;
	padding-bottom: 100px;
	min-height:100%;
}
#sidebar2 {
	padding-right:340px;
	width: 570px;
	padding: 10px 10px 10px 20px;
	padding-bottom: 100px;
	min-height:100%;
}
.news-background {
	background-image:url(/images/template/news-background.png);
	background-position:top center;
	background-repeat:repet-y;
	padding-left:30px;
	padding-right:30px;
}
#footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 100px;
	z-index: 999;
	padding: 0px;
	margin: 0px;
	text-align: center;
	line-height: 45px;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	background-image: url(/images/template/bottom-grass.jpg);
	background-repeat: repeat-x;
}