
/* ----------------------------------------------------------------
	[ Body ]
*/

body {
	font-family: Arial, sans-serif;
	font-size: 95%;
	margin: 0px;
	padding: 0px;
}

a,
a:link,
a:visited {
	color: #9bb815;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}

.image-in-text {
	vertical-align: middle;
}

h2 {
	color: #3a3a3a;
}

h3 {
	border-bottom: 1px solid #e8e8e8;
	color: #4d4d4d;
	font-size: 1.2em;
	font-weight: bold;
}

/* ----------------------------------------------------------------
	[ Header ]
*/

#header-wrapper {
	background: #f7f9e3 url(../images/header-bg.png) repeat-x;
}

	#header {
		background: url(../images/logo.png) no-repeat 0 15px;
		color: #8e9d10;
		height: 27px;
		margin: auto;
		padding: 110px 0px 0px 0px;
		width: 960px;
	}
	
		#header h1 {
			display: none;
			font-size: 2em;
			height: 10px;
			margin: 0;
		}
			
		#behind-the-site {
			background: url(../images/behind-the-site.png) no-repeat;
			display: block;
			height: 78px;
			position: absolute;
			top: 0;
			right: 0;
			width: 84px;
		}
	
			#behind-the-site span {
				display: none;
			}
	
/* ----------------------------------------------------------------
	[ Menu ]
*/

#menu {
	list-style: none;
	margin: 0;
	padding: 0px;
}

	#menu li {
		display: inline;
		margin: 0px;
		padding: 0px;
	}
	
	#menu li a {
		background: #b5c833;
    	color: #f5f8d9;
		display: block;
		float: left;
		font-size: 14px;
		font-weight: bold;
		line-height: 16px;
		margin-left: 3px;
		padding: 6px 8px 5px;
	}
	
	#menu li.selected a {
		background: #deea7a/*f7f9e3*/ url(../images/menu-item-bg.png) repeat-x;
		color: #000;
	}
	
#menu-bottom {
	background: #deea7a;
	height: 6px;
	border-bottom: 3px solid #C0D329;
}

#user-info {
	float: right;
	font-size: 13px;
	margin-top: 3px;
}

/* ----------------------------------------------------------------
	[ Main ]
*/

#main-wrapper {
	background: url(../images/main-bg.png) repeat-x;
}

	#messages .message {
		margin-bottom: 10px;
		padding: 10px;
	}
	
	#messages .success {
		background: #ebf4e1;
		border: 3px solid #436d16;
	}
	
	#messages .error {
		background: #f3e8e8;
		border: 3px solid #d42525;
	}
	
	#messages .info {
		background: #ede9ab;
		border: 3px solid #e3db55;
	}

	#main {
		margin: auto;
		padding-top: 10px;
		text-align: justify;
		width: 960px;
	}

/* ----------------------------------------------------------------
	[ Footer ]
*/

#footer {
	clear: both;
	color: #b5ba8a;
	margin: 10px auto 10px auto;
	padding-top: 40px;
	text-align: center;
	width: 960px;
}
