* {
	margin: 0;
	padding:0;
}
html, body {
	height: 100%;
	background-color: #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	font-weight: bold;
}
img {
	border:none;
}


#wrapper{
    width:860px;
    margin:0px;
    position:relative;
    background: url(resources/background.jpg) repeat-x left top;
		padding:0 20px 0 20px;
	margin-right:auto;
	margin-left:auto;

}
#header{
    width:860px;
	height:125px;
    margin:0px;
    position:relative;
    background:#fc0;


}
#content{
    width:820px;
    margin:0px;
    position:relative;
    background:#fff;
padding-left:20px;
padding-right:20px;

padding-top:10px;

float:left;
}

.nav{
    width:820px;
line-height:13px;    color:#ccc;
    text-transform:uppercase;
    top:0;
    text-align:left;
    font-size:11px;
    float:left;
		padding:0px;
		margin-bottom:10px;

		    background:#fff;

}



.nav li {float:left;display:inline;padding:0px;

}
.nav li a{float:left;display:inline;padding:5px;
margin-right: 10px;
		background-color: #00987d;
    width:146px;
	height:30px;

}
li.last a{float:left;display:inline;padding:5px;
margin-right: 0px;
		background-color: #00987d;
    width:146px;
	height:30px;

}



.nav li a:link {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		
		}
.nav li a:visited {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		}
.nav li a:hover {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
				background-color: #768990;

		}
#holder{
    width:520px;
    background:#fff;
padding:0px;
float:left;
}

#leftnav{
    width:520px;
		margin-top:5px;

    margin-right:10px;
    position:relative;
    background:#fff;
padding:0px;
float:left;
}
#leftnav ul{
    width:520px;

	padding:0px;
	margin: 0;
	list-style: none;
	height: 30px;
	border-top: 1px solid #00987d;
		border-bottom: 1px solid #00987d;
margin-bottom:20px;
float:left;
 }
 #leftnav li a{	text-align: left;
  font-size: 12px;
  line-height: 30px;
	color: #333;
	font-weight:normal;
	padding-right:40px;

}
 #leftnav li {	display:inline;

}
#leftnav a:link {
		color: #333;
		text-decoration: none;
		font-weight: normal;
}
#leftnav a:visited {
		color: #333;
		text-decoration: none;
		font-weight: normal;
		}
#leftnav a:hover {
		color: #00987d;
		text-decoration: none;
		font-weight: normal;
		}
#left{
    width:520px;
		margin-top:0px;

    margin-right:10px;
    position:relative;
    background:#fff;
padding:0px;
float:left;
}

 #left ul{
list-style-type: none;
   padding-left: 0;
   margin-left: 0;
 }
 #left ol{
	padding:0px;
	margin: 0;
list-style-position: inside; }


 #left li {	
   font-size: 13px;
  line-height: 18px;
	color: #333;
	font-weight:normal;
	padding-left: 15px;
		margin-left: 0px;	
	background-image: url(resources/bullet.gif);
	background-repeat: no-repeat;
   background-position: left top;
	  list-style-image: none;
}

#left a:link {
		color: #00987d;
		text-decoration: none;
		font-weight: normal;
}
#left a:visited {
		color: #00987d;
		text-decoration: none;
		font-weight: normal;
		}
#left a:hover {
		color: #333;
		text-decoration: none;
		font-weight: normal;
		}
#left p{
	    color:#333;
text-align:left;
  font-size: 13px;
  line-height: 17px;
	font-weight:normal;
		padding-bottom:10px;

}
.left {
	    color:#333;
  font-size: 13px;
  line-height: 17px;
	font-weight:normal;


}
#left h1{
	text-align: left;
  font-size: 22px;
  line-height: 26px;
	padding-bottom:25px;
	color: #00987d;
	font-weight:normal;
}
#left h2{
	text-align: left;
  font-size: 18px;
  line-height: 23px;
	padding-bottom:25px;
	color: #00987d;
	font-weight:normal;
}


#right{
    width:280px;
float:right;
	background-color: #fff;
		margin-top:5px;

}
.right_feature{
	width:260px;
	padding:10px;
	float:left;
	background-color: #fff;
	margin-bottom:10px;
	background-image: url(resources/rightgrad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.right_feature p{
	text-align: left;
  font-size: 12px;
  line-height: 16px;
	color: #333;
	font-weight:normal;
		padding-bottom:10px;
 }
 
.right_feature h3{
	text-align: left;
  font-size: 16px;
  line-height: 18px;
	padding-bottom:10px;
	color: #fff;
	text-transform:uppercase;
	font-weight:bold;
}
.right_feature h4{
	text-align: left;
  font-size: 15px;
  line-height: 19px;
	color: #00987d;
	font-weight:normal;
}

.right_feature a:link {
	color: #00987d;
	text-decoration: none;
	font-weight: bold;

}
.right_feature a:visited {
		color: #00987d;
		text-decoration: none;
		font-weight: bold;
		}
.right_feature a:hover {
		color: #CCC;
		text-decoration: none;
		font-weight: bold;
}
 

/* clearing technique */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */

#footer{
    width:820px;
	    height:50px;
    position:relative;
    background:#fff;
padding:0px;
margin-top:20px;

float:left;
	border-top: 1px solid #00987d;

}
#footerleft{
    width:500px;
	    height:50px;
    position:relative;
    color:#00987d;
padding:0px;
float:left;
  font-size: 20px;
  line-height: 50px;
	font-weight:normal;

}
#footerright{
    width:270px;
	    height:50px;
    position:relative;
    color:#00987d;
padding:0px;
float:right;
text-align:right;
  font-size: 11px;
  line-height: 50px;
	font-weight:normal;
}

#navfooter{
    width:820px;
    position:relative;
    background:#fff;
padding:0px;
margin-top:20px;
margin-bottom:20px;
    color:#00987d;
float:left;
  font-size: 10px;
  line-height: 12px;
	font-weight:normal;

}
#navfooter a:link {
		color: #333;
		text-decoration: none;
		font-weight: normal;
}
#navfooter a:visited {
		color: #333;
		text-decoration: none;
		font-weight: normal;
		}
#navfooter a:hover {
	color: #00987d;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
		}

/* *** LEGAL RSS Styles *** */

/* *** this next section for the text in the main body of the page on news.html for example *** */

#left #newssynd-feed
{
		width:520px;
}

#left #newssynd-feed ol
{
	list-style:none;

}

#left #newssynd-feed li
{
	padding:0px;
	background-image:none;
}

#left #newssynd-feed h2
{
	font-weight:normal;
	color: #333;
	margin:5px 0px;
	padding:0px;
}

/* end of formatting for main body of the page */

/* *** this next section for the text in the right hand column *** */


.right_feature #newssynd-feed ol
{
	list-style:none;
}

.right_feature #newssynd-feed h2
{
	font-size:16px;
	font-weight:normal;
	margin:5px 0px;
}

.right_feature #newssynd-feed li
{
	font-weight:normal;
	font-size:12px;
}

.right_feature #newssynd-feed a
{
	font-weight:normal;
}

/* Include the following style if you would like the dates hidden */
/*.right_feature #newssynd-feed .newssynd-date
{
	display:none;
}

/* *** END LEGAL RSS Styles *** */
