/* CSS Document */

body {
	margin: 0;
	padding:0;
	text-align: center;
	font-size: 12px;
	color:#333333;
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #ECEDE8;
}

img {
	border: none;
}
.pub {
float: right;
}

h1 { 	
	font-size: 12px;
	color:#FFFFFF;
	line-height: 17px;
	font-weight: normal;
}

h2 {
	padding:2px 2px 10px 2px;
	display: block;
	margin: 15px 0 15px 0;
	letter-spacing: 1px;
	font-size: 30px;
	color: #7EB549;
	font-weight: bolder;
	clear:both;
}

h3 {
	font-size: 15px;
	color:#7EB549;
	line-height: 17px;
	font-weight: normal;
}
.quoter {
	font-size: 15px;
	color:#FFFFFF;
	font-style: normal;
	line-height: 17px;
}

p {
	padding:2px;
	line-height: 1.5;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #333333;
}
a, a:link, a:visited, a:active {
	line-height: 1.5;
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: underline;
	color: #333333; 
}

a:hover  {
	text-decoration: underline;
	color: #7EB549;
}

.clear {
	clear: both;
	height: 5px;
	width: 0;
	font-size: 0;
	padding: 0;
}

.subscribe {
	color:#FFFFFF;
	font-weight: normal;
}

.subscribe a:link, .subscribe a:visited, .subscribe a:active {
	color:#FFFFFF;
	text-decoration: underline;
}

.subscribe a:hover {
	color:#7EB549;
	text-decoration: underline;
}


/* rounded green */

.rbroundbox { 
background: url(../_images/_green/nt.gif) repeat; 
}
.rbtop div { 
background: url(../_images/_green/tl.gif) no-repeat top left; 
}
.rbtop { 
background: url(../_images/_green/tr.gif) no-repeat top right; 
}
.rbbot div { 
background: url(../_images/_green/bl.gif) no-repeat bottom left; 
}
.rbbot { 
background: url(../_images/_green/br.gif) no-repeat bottom right; 
}

.rbtop div, .rbtop, .rbbot div, .rbbot 
{
width: 100%;
height: 7px;
font-size: 1px;
}

.rbcontent { 
margin: 15px; 


}
.rbroundbox { 
width: 100%; 
margin: auto; 

}

/* rounded grey */

.rbroundbox2 { 
background: url(../_images/_grey/nt.gif) repeat; 
}
.rbtop2 div { 
background: url(../_images/_grey/tl.gif) no-repeat top left; 
}
.rbtop2 { 
background: url(../_images/_grey/tr.gif) no-repeat top right; 
}
.rbbot2 div { 
background: url(../_images/_grey/bl.gif) no-repeat bottom left; 
}
.rbbot2 { 
background: url(../_images/_grey/br.gif) no-repeat bottom right; 
}

.rbtop2 div, .rbtop2, .rbbot2 div, .rbbot2 
{
width: 100%;
height: 7px;
font-size: 1px;
}

.rbcontent2 { 
margin: 15px; 


}
.rbroundbox2 { 
width: 100%; 
margin: auto; 

}

/* STRUCTURE */

#outer_wrapper {
	width: 890px;
	margin-top: 15px;
	margin-left: auto;
    margin-right: auto;
	background-color: #FFFFFF;
	border: 1px solid #DCDCDA;
}

#wrapper {
	position: relative;
	width: 840px;
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;

}

#col1 {
	float: left;
	margin-top: -10px;
	width: 535px;
}

#sidenav {
	xposition: relative;
	display: block;
	width: 280px;
	float: right;
}

#subscribe {
padding-left: 15px;
padding-right: 15px;
}


.foothead {
  color: #7EB549;
  font-weight: bold;
}

.foot {
  color: #353535;
}

/* HEADER */

#header {
	width: 840px;
	height: 140px;
	position: relative;
	padding: 0;
	margin: 0px 0px 10px 0px;
}

#tagline {
float: right;
  color: #7EB549;
  font-size: 14px;
  margin-top: 65px;
  padding: 7px 0px 0px 0px;
}
#clock {
  float:right;
  padding: 0px 0px 7px 0px; 
  height: 1%;
  font-size: 11px;
}
#logo {
	margin: 0px;
	border:none;
}

/* NAVIGATION */


ul#menu{
	list-style-type: none;
	margin:0;
	padding:0;
	width:100%;
	position:relative;
	display:block;
	height:40px;
	font-size:12px;
	background:transparent url("../_images/green.jpg") repeat-x top left;
	font-family: Georgia, Times New Roman, Times, serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;

	}
ul#menu li a{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	height:40px;
	}
ul#menu li a:hover, ul#menu li .current{
	background:transparent url("../_images/black.jpg") repeat-x top left;	
	}
	

/* FOOTER */

#footer {
	display:block;
	margin-top: 10px;
	border-top: 10px solid #333333;
	background-color:#fff;
	text-align: left;
	color: #333333;
}

#footer #details { 
	width:840px;
	float:left;
	padding-bottom:5px;	
	padding-top:5px;	
}

#copyright {
	width: 840px;
	margin-left: auto;
    margin-right: auto;
    text-align: left;


}

