/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Calibri, arial, sans-serif;
	font-size:14px;
	color:#444;
	background-color: #FFF;
	font-weight: normal;
}
body {
	background-image: url(../images/browser/bodyBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

p {
	line-height:1.7em;
	margin:0 0 1em;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}

h1 {
	/* [disabled]padding-left: 15px; */
	font-weight: normal;
	font-size: 1.8em;
	color: #6d9e4d;
}
h2 {
	font-size: 1.2em;
}



div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url(../images/browser/contentBg.png);
	background-repeat: repeat-x;
	background-position: center 436px;
}


div#header {
	/* [disabled]padding:1em; */
	/* [disabled]border-bottom:6px double gray; */
	height: 147px;
}

#headerContent {
	height: 147px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#logo {
	height: 85px;
	width: 422px;
	position: absolute;
	left: 0px;
	bottom: 15px;
}
#topMenu {
	height: 55px;
	width: 500px;
	position: absolute;
	right: 0px;
	bottom: 25px;
}
#topMenu ul {
	float: right;
}
#topMenu ul li {
	list-style-type: none;
	display:inline-block;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#topMenu ul li a {
	color: #333;
	text-decoration: none;
}
.active a  {
	color: #6d9e4d !important;
	text-decoration: none;
}

.rightBorder {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d0d0d0;
	border-right-color: #d0d0d0;
	border-bottom-color: #d0d0d0;
	border-left-color: #d0d0d0;
}
.active {
	color: #6d9e4d;
}



div#green {
	/* [disabled]border-bottom:6px double gray; */
	height: 281px;
	background-color: #40B71C;
	background-image: url(../images/browser/greenBarBg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 8px;
}
#greenContent {
	height: 273px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	/* [disabled]background-color: #FFF; */
}
#greenText {
	text-align: justify;
	float: left;
	height: 223px;
	width: 570px;
	/* [disabled]background-color: #999; */
	color: #FFF;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	-moz-text-shadow: 1px 1px #3ea028;
	-webkit-text-shadow: 1px 1px #3ea028;
	text-shadow: 1px 1px #3ea028;

}
#greenText p {
	line-height: 2em !important;
	font-size: 16px;
}
#greenImg {
	float: left;
	height: 273px;
	width: 360px;
}
.greenImg {
	text-align: right;
	padding-top: 45px;
}
.greenImg img {
	border: 5px solid #FFF;
	-moz-box-shadow: 0px 0px 6px #444;
	-webkit-box-shadow: 0px 0px 6px #444;
	box-shadow: 0px 0px 6px #444;

}






	div#header p {
	/* [disabled]font-style:italic; */
	font-size:1.1em;
	margin:0;
	}

div#content {
	/* [disabled]background-color: #CCC; */
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
	/* [disabled]padding-right: 1em; */
	padding-bottom: 150px;
	/* [disabled]padding-left: 1em; */
}
	div#content p {
	text-align:justify;
	/* [disabled]padding:0 1em; */
	clear: both;
	}
#content h1 {
	clear: both;
}


div#footer {
	position:absolute;
	width:100%;
	height: 79px;
	bottom:0;
	/* [disabled]border-top:6px double gray; */
	background-image: url(../images/browser/footerbg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #43B919;
	padding-top: 20px;
}
#footerContent {
	height: 50px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-top: 20px;

}
.readmore {
	background-image: url(../images/browser/readmore.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 41px;
	width: 100px;
	display: block;
	color: #FFF;
	text-decoration: none;
	line-height: 38px;
	padding-left: 16px;
	float: right;
	clear: both;
}
.readmore a {
	color: #FFF;
	text-decoration: none;
}
