@import "reset.css";

body 	{ line-height: 1px; color: black; background:url(../images/bg.jpg) #dadada fixed; border-top:4px solid #3fa701; }

/*--- Typography ---*/

h1 {
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	line-height:40px;
	font-style:italic;
	}
h2 {
	font-size:24px;
	line-height:72px;
	font-weight:bold;
	color:#76776a;
	float:left;
	padding-right:20px;
	}
p, label {	
	font-size:12px;
	line-height:18px;
	color:#cce3cc;
	padding-bottom:20px;
	}
#footer span {
	font-size:16px; 	
	line-height:72px;
	color:#76776a;
	float:left;
	}
a {
	line-height:18px;
	color: #CCE3CC;
	}
span.big {
	font-size:30px;
	font-weight:bold;
	line-height:27px;
	letter-spacing:-2px;
	text-transform:uppercase;
	color:#569550;
	width:400px;
	display:block;
	}
p.big {
	font-size:18px;
	line-height:16px;
	color:#467642;
	width:400px;
	}
	
span.date {
	font-size: .8em;
	color: #4f614c;
	}
p.pop {
	 text-align: center;
	 float: right;
	 display: inline;
	 width: 200px;
	 height: 87px;
	 background-image: url(../images/button.gif);
	 background-position: top center;
	 background-repeat: no-repeat;
}
/*--- Structure ---*/

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	width:875px;
	padding-top:80px;
	padding-bottom:50px;
}
.push {
	height: 118px; /* .push must be the same height as .footer */
}
#col-left {
	width:600px;
	float:left;
	}
#col-right {
	float:right;
	}
#footer {
	background:url(../images/footer_bg.gif) #d8e1d1 repeat-x top;
	width:100%;
	border-bottom:1px solid #adb4a7;
	}
#footer-big {
	background:url(../images/footer_bg.gif) #d8e1d1 repeat-x top;
	width:100%;
	height:300px;
	border-bottom:1px solid #adb4a7;
	}
div.third {
	width:265px;
	float:left;
	padding:40px 10px 0px 10px;
	}
#footer-big h2 {
 	width:255px;
	line-height:25px;
	padding-bottom:10px;
	}
#footer-big p {
 	width:250px;
	color:#76776a;
	}
#footer a, #footer-big a {
	color:#76776a;
	}	
#sub-footer {
	width:100%;
	background:#c5cdbe;
	height:45px;
	clear:both;
	}
.container {
	width:865px;
	margin:0 auto;
	}
/*--- Navigation ---*/
#nav li {
	height:85px;
	border-bottom:2px solid #24331d;
	width:200px;
	margin-left:60px;
	}
#nav li a {
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	color:#4f614c;
	text-transform:uppercase;
	text-decoration:none;
	width:200px;
	float:left;
	margin-left:-60px;
	padding:18px 10px 0px 60px;
	height:68px;
	}
#nav li a span{
	display:block;
	float:left;
	width:200px;
	color:#bae7b9;
	font-size:12px;
	}
#nav li a:hover, #nav li a.active {
	background:url(../images/tab.png) no-repeat right;
	color:#213e20;
	}
#nav li a:hover span {
	color:#fff;
	}
	
/*--- Elements ---*/

a.logo {
	display:block;
	width:184px;
	height:57px;
	background:url(../images/logo.png);
	margin-bottom:30px;
	}
#sub-footer span {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:45px;
	color:#76776a;
	}
#sub-footer span a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:45px;
	padding-right:5px;
	text-decoration:none;
	color:#76776a;
	}
img {
	padding:40px 20px 50px 0px;
	}
a.btn-training {
	text-indent:-3000px;
	display:block;
	width:200px;
	background:url(../images/btn_training.gif) no-repeat;
	margin:20px 0px 0px 60px;
	height:44px;
	}

label.error {
	color: red;	
}

div.message p.success {
	background-color: #D1F6D1;
	border: 1px solid #00CC00;
	color: #000;
	line-height: 20px;
	padding: 10px;
	}
	
div.message p.error {
	background-color: #F6D1D1;
	border: 1px solid #CC0000;
	color: #000;
	line-height: 20px;
	padding: 10px;
	}

/*--- Forms ---*/

fieldset {
	margin: 10px 0;
	}

input, textarea {
	margin: 5px 5px 5px 0;
	border: 1px solid #4F614C;
	}


#col-left ul{list-style:disc}
#col-left li{margin-left:30px;line-height:1.1em;color:#fff}




