/*
dark green #025F52
light green #8fbc20
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 0px;
	background-color: #ccc;
	font: 62.5%/1.6em Verdana, arial, geneva, sans-serif;
	line-height:8px;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
}


ul {
	margin-left: 20px;
	list-style-type: disc;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #025F52;
}

a:hover {
	text-decoration: underline;
	color: #8FBC24;
}

.small {
	font-size: 90%;
}


#sidebar {
	float: right;
	width: 260px;
	height: 550px;
	padding-left:10px;
	border-left: 1px dotted #339900;
}

#sidebar p{
	padding-left:10px;
}


#menu {
	margin-bottom: 35px;
	font-family: Trebuchet MS;
	font-size: 140%;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	color: #025F52;
}

.lead {
	font-size: 110%;
}

#footnote {
	float:left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 7px;
}

#footnote p{ 
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 110%;
	}

#footer {
	width:770px;
	clear: both;
	padding: 10px 10px 20px 10px;
	margin: 0 0px;
	border-top: 1px dotted #390;
	border-bottom: 1px dotted #390;
	background: #fff;
}

#footer p {
	margin: 0;
	color: #025F52;
	text-align:center;
	line-height:15px;
	font-size: 100%;
	font-family: Arial, Verdana, geneva, sans-serif;
}


#extra {
	margin: 0 50px 0 50px;
	}
	
#downloads p{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	font-weight:300;
	font-size:120%;
	}


#downloads {
	background: url(images/downloads.jpg)  top left no-repeat;
	width:160px;
	float: left;
	padding-top:50px;
	margin: 10px 0 10px 0;
}

#apply p{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	font-weight:300;
	font-size:120%;
	}

#apply a
{	color: #025F52;
}

#apply {
	background: url(images/apply.jpg) top left no-repeat;
	width:530px;
	float: left;
	padding-top:50px;
	margin: 10px 0 10px 0;
}

.pos {
float:left;
position:relative;
overflow:hidden;
width:720px;
margin:0 0 20px;
background:#cbde9c url(images/pos_bg.jpg) 15px 15px no-repeat;
-moz-border-radius:15px;-webkit-border-radius:15px;
}
.pos h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
margin:0 0 5px;padding:5px 20px;
background:#8fbc23;
-moz-border-radius-topleft:15px;-moz-border-radius-topright:15px;
-webkit-border-top-left-radius:15px;-webkit-border-top-right-radius:15px;
}
.pos h3 a:hover {color:#025f52;}
.pos h3 a span {color:#fff;}
.pos p {
width:550px;
font-size:11px;
line-height:normal;
margin:0 20px 5px;
}
.pos ul {margin-bottom:8px;}
.pos ul li {
display:inline;
font-size:12px;
margin-right:20px;
color:#14634d;
font-weight:bold;
}
.pos img {
position:absolute;
bottom:10px;right:15px;
}
.pos a.more {
position:absolute;
top:10px;right:15px;
padding:5px;
font-size:11px;
letter-spacing:-1px;
font-weight:bold;
color:#fff;
line-height:normal;
background:#8fbc23;
-moz-border-radius-bottomleft:15px;-moz-border-radius-bottomright:15px;
-webkit-border-bottom-left-radius:15px;-webkit-border-bottom-right-radius:15px;
}
