@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
	
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: #95AB63;
	color: #000;
	width:100%;
	margin: 0 auto;
}

#masthead {
	background-color:#95AB63;
}

#main-wrapper {
	padding: 0px;
	margin:0px;
	margin: 0 auto;
	background: #95AB63 url(../images/bac_bg.jpg) repeat-x;
}



	 
#left-column {
	float:left;
	width:400px;
	padding:30px;
	color: #666;
	background-image: url(../images/vertnavbar.jpg);
	background-repeat: no-repeat;
	padding-left: 200px;
	margin-top: 100px;
	clear: both;
}

#left-column p a:hover {
	color: #000;
}	

#left-column p a {
	color: #F06;
	text-decoration: none;
	border-bottom: thin #F06 dotted;
}
	
#right-sidebar {
	float:right;
	width:250px;
	background-color: #FFF;
	margin-bottom: 10px;
	padding: 30px;
	margin-top: 100px;
	}

#right-sidebar p a:hover {
	color:#F06;
	border-bottom:thin #F06 dotted;
}
	
#right-sidebar p a {
	text-transform: none;
	text-decoration: none;
	border-bottom: thin #FFF dotted;
}
	
#left-column-equal {
	float:left;
	padding:30px;
	width: 325px;
	background-color: #FFF;
	background-repeat: no-repeat;
	border-top: thin none #bcb09a;
	border-right: thin none #bcb09a;
	border-bottom: thin none #bcb09a;
}

#right-sidebar-equal {
	float:right;
	padding: 30px;
	width:325px;
	background-color: #fff;
	border-top: thin none #bcb09a;
	border-right: thin none #bcb09a;
	border-bottom: thin none #bcb09a;
	border-left: thin dotted #bcb09a;
}

#main-wrapper #wrapper #left-column-equal h2 {
	line-height: 1.4em;
	font-size: 1.4em;
}

#footer {
	background-color:#F06;
	color: #FFF;
	text-align:center;
	padding:15px;
	margin: 0px;
}

#footer p a {
	text-transform:none;
	color: #fff;
}
#footer p {
	color: #FFF;
	font-weight: normal;
}

p {
	font-size:1.5em;
	line-height:1.5em;
	margin-bottom:0.8em;
	color: #666;
}

li {
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:0.8em;
	color: #000;
}

h1, h2, h3 {
	margin-bottom:0.8em;
	color: #F06;
	line-height: 1.4em;
	font-size: 1.4em;
	}

.img {
	border:1px dotted #ccc;
	margin-left:10px;
	margin-right: 15px;
	float: left;
}

.clear { 
	clear:both;
	}

.employer {
	font-weight: bold;
	color: #F06;
	font-size: 1.3em;
}
.title {
	font-size: 1.2em;
	text-transform: none;
	color: #666;
	line-height: 1.5em;
}

.white {
	border-bottom:thin dotted #FFF;
	font-style:italic;
	text-decoration:none;
	
}
.orange {
	border-bottom:thin dotted #F06;
	font-style:italic;
	text-decoration:none;
	color: #F06;
	font-family: Arial, Helvetica, sans-serif;
}
#main-wrapper #wrapper #left-column-equal p .orange a {
	color: #F06;
	text-decoration: none;
	border-top: 0px none;
	border-bottom: thin dotted #F06;
}

.col_equal {
	width:300px;
	color: #666;
}

.fltlft {
	float: left;
	}
	
.fltrt {
	float: right;
	}  	

.ital {
	font-style: italic;
	}
	
#footer p em b {
	font-style: normal;
	color: #FFF;
}
#footer p b {
	color: #FFF;
}
.vertnav {
	margin: 0;
	padding: 0;
}

.dwnld {
	font-size: .7em;
}
.force2lines {
	color: #FFF;
}
