/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
/*Modified - Luan Railsback 2008/2009*/

body {
	margin: 0;
	padding: 0;
	background: #99B38E url(../images/img01b2.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color:  #333333;
}

h1, h2, h3, h4, h5, h6 {
		color: #468259;
}
h1  {
	padding-left: 20px;
	outline: double;
	font-size: 20px;
	}

h2 {
	padding-left: 20px;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .9em;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-top: 0;
}



a {
	color:  #003300;
}

a:hover {
	background: none;
	
}

/* Wrapper */

#wrapper {
width:68em;
	min-height:50em;
	left:4em;
	background-color:#ffffff;
	position: relative;
}

/* Menu */

#menu {
background: fff ;
	width: 900px;
	height: 1px;
	margin: 0 auto;
}

#menu ul {
		list-style: none;
}

#menu li {
	display: block;
	float:  left;
	width: 120px;
	height:5px;
	padding: 0 0 0 2px;
	
}

#menu a {
	display: block;
	width: 125x;
	height: 5px;
	padding: 2px 0px 0 5px;
	background: none;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	color:  #003300;
	text-align:center;
	
}

#menu a:hover {
		text-decoration: none;
	color: #FFFFFF;
}

#menu .active a {
	background-color:#ffffff;
	background-position: left;
	border-bottom: 25px solid #ffffff;
	text-decoration: none;
	color: #003300;
}

/* Header */

#header {
	width: 800x;
	height: 15px;
	margin: 0 auto;
	padding: 15px 0 0 105px;
	}



/* Content */

#content {
	width: 750px;
	margin: 0 auto;
	
}

/* Posts */

#posts {
	float: right;
	width: 510px;
}

#posts .post {
	padding-bottom: 30px;
}

#posts .story {
	padding: 15px 20px 0 20px;
	
}

	



#posts ul {
	list-style: url(../images/img07b.gif);
}



/* Links */

#links {
	float: left;
	width: 220px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 15px 20px 30px 20px;
	background: url(../images/img10.gif) repeat-x
}

#links li li {
	padding: 3px 0;
	background: url(../images/img03.gif) repeat-x left bottom;
}

#links li a {
	background: none;
	text-decoration:underline;
}

#links li i {
	font-size: smaller;
}

/* Footer */

#footer {
	padding: 0px 0 0px 0;
	background: url(../images/img08.gif) repeat-x;
}

#footer p {
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A6C09B;
}

#footer a {
	background: none;
	font-weight: bold;
	color: #A6C09B;
}

#legal {
	margin: 0 auto;
	text-align: center;	
	font-size: 10px;
	}
#ilgp{
width:180px;
height:  100px;
padding-bottom: 1em;
}

#banner{
background-image:url(../images/banner7.jpg);
background-repeat:no-repeat;
background-position:center;
width: 800px;
height: 125px;
padding-bottom: 2em;
margin-bottom: 1em;
}

#positions li a {
font-size:large;
font-style: normal;
text-decoration: underline;
color:#000000;
}

.bold {
font-weight:600;
}
.large{ font-size:large;
}

.contact ul li{
list-style:none;
font-size:  1.5em;
}
.right {
float:right;
}
.left {
float:left;
}
.center {
text-align:center;
}
.small {
font-size: .9em;
}
/*Uses same color as h2 heading*/
.h2{
		color: #468259;
}

/*Forces container bottom down*/
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

/*Creates box around text*/
.box {
 outline: double;
 }


