/* @override 
	http://www.junioragility.nl/junioragility/public/css/main.css
	http://www.junioragility.nl/public/css/main.css
*/

/* @group General */

#page {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

body{
	background: #b2de7d url(/public/images/top.jpg) repeat-x;
	margin: 0px;
	font: 11px/15px Verdana;
}

a{
	color: #7f7f7f;
}
#footer{
	color: #fffeff;
	font-size: 11px;
}

#footer a{
	color: #fffeff;
	font-size: 11px;
}
/* @end */

/* @group Pagetop */



/* @group Header */
#cloud1{
	position: absolute;
	background-image: url(/public/images/clouds.png);
	width: 102px;
	height: 70px;
	left: -200px;
}
#cloud2{
	position: absolute;
	width: 119px;
	height: 80px;
	background: url(/public/images/clouds.png) -102px 0;
	left: -200px;
}
#cloud3{
	position: absolute;
	width: 107px;
	height: 63px;
	background: url(/public/images/clouds.png) -221px 0;
	left: -200px;
}
#cloud4{
	position: absolute;
	width: 95px;
	height: 86px;
	background: url(/public/images/clouds.png) -328px 0;
	left: -200px;
}

#cloud5{
	position: absolute;
	width: 119px;
	height: 80px;
	background: url(/public/images/clouds.png) -102px 0;
	left: -200px;
}

#cloud6{
	position: absolute;
	width: 95px;
	height: 86px;
	background: url(/public/images/clouds.png) -328px 0;
	left: -200px;
}
#header{
	height: 175px;
}
#header_bg{
	position: absolute;
	left: 0px;
	width: 100%;
	overflow: hidden;
}
#grass{
	background: url(/public/images/grass.png) repeat-x;
	width: 100%;
	height: 46px;
	position: absolute;
	left: 0px;
	top: 114px;
	z-index: 100;
}
#header_center{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#title{
	width: 323px;
	height: 117px;
	background-image: url(/public/images/sitename.png);
	position: absolute;
	top: 54px;
	z-index: 200;
}
#title h1{
	display: none;
}
#foreground{
	width: 1024px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/public/images/foreground.png);
	z-index: 50;
	position: relative;
}
#background{

	width: 100%;
	height: 150px;
	position: absolute;
}



/* @end */

/* @group Subheader */

#subheader{
	height: 200px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

/* @group Top_menu */

#top_menu{
	top: 0px;
	width: 700px;
	padding: 0px;
	margin: 0px;
	clear: both;
	height: 35px;
}
#top_menu ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#top_menu ul li{
	float: left;
	vertical-align: center;
}


#top_menu a{
	height: 15px;
	display: block;
	padding: 10px;
	color: #346877;
	font-size: 14px;
	text-decoration: none;
	vertical-align: center;
}

#top_menu ul li:hover{
	background: url(/public/images/menubg.jpg) repeat-x;
}

#button_home{
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

/* @end */

/* @group Sub_menu */

#sub_menu{
	position: relative;
	height: 165px;
}
#sub_menu ul{
	position: relative;
}
#sub_menu ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	position: relative;
	left: 0px;
}


#sub_menu ul li{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}





#sub_menu ul li img{
	
}

#bottom_left_corner {
	background-image: url(/public/images/bottomcorners.png);
	width: 5px;
	height: 5px;
	position: absolute;
	bottom: 0px;
}
#bottom_right_corner {
	width: 5px;
	height: 5px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(/public/images/bottomcorners.png) -5px;
}

/* @end */

/* @end */



/* @end */

/* @group Content */
h2{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #5a713d;
	margin: 2px 0 20px 2px;
}
h3{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #6d894a;
	margin-left: 2px;
}
h4{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #517886;
}
p.block{
	margin-top: 0px;
}
.block{
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px;
	border-color: white;
	margin-bottom: 10px;
}
.main.only{
	width: 700px;
}
.main.left{
	width: 470px;
	float: left;
	margin-right: 5px;
}

.main.right{
	width: 470px;
	float: right;
	margin-left: 5px;
}

.sidebar.right{
	width: 220px;
	float: right;
	margin-left: 5px;
}
.sidebar.left{
	width: 220px;
	float: left;
	margin-right: 5px;
}
.sidebar{
	font-size: 10px;
	line-height: 14px;
}
.sidebar img{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.sidebar iframe{
	margin-right: -15px;
	margin-left: -15px;
	width: 220px;
	margin-top: 10px;
}
.clear{
	clear: both;
}

.news_item {
	border: 1px solid #d4d4d4;
}

.news_item a {
	color: #517886;
}
.info{
	margin: 10px 0px 0px;
	color: #647f44;
}

/* @end */
