/* wrapper */
#wrapper {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	background-color: #00A15F;
	height: 175px;
}
/* --- end of wrapper --- */

/* header section */

#slogan {
	float: right;
	height: 51px;
	width: 75%;
	text-align: center;
}
#logo_nav {
	float: left;
	width: 20%;
	height: 165px;
	margin: 10px;
}
#header_nav {
	float: right;
	width: 75%;
	text-align: right;
}
#menu {
	float: left;
	width: 100%;
	background-color: #F4F4F4;
	margin: -3px 0 0 0; /*'margin-top' 'margin-right' 'margin-bottom' 'margin-left'*/
}
#renee {
	background-color: #00A15F;
}
/* --- end of header section --- */

/* footer section */

#footer {
	font-size: 10px;
	color: #FFF;
	padding: 10px;
}

/* --- end of footer section --- */

/* top navigation menu add-on style by Renee Starkey */

#navbar {
	padding: 0px;
	margin: 0 0 0 5px;
	background: url(../../images/custom/green_bg2.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}
#navbar ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#navbar li{
	float:left;
}
#navbar li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:0 0 0 12px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
	letter-spacing: 1.5;
	cursor: pointer;	
}

#navbar li a b{
	float: left;
	display: block;
	padding: 0 19px 0 8px; /*Padding of menu items top right bottom left*/
}

#navbar li.current a, #navbar li a:hover{
	color: #fff;
	background: url(../../images/custom/green_hl3.gif) no-repeat left; /*left tab image path*/
}

#navbar li.current a b, #navbar li a:hover b{
	color: #fff;
	background: url(../../images/custom/green_hr3.gif) no-repeat right top; /*right tab image path*/
}

/* end of navigation menu add-on style by Renee Starkey */

/* special style by Renee Starkey */
img {
	border: 0;
	margin: 0px 10px;
}
#wrapper img {
	border: 0;
	margin: 0px;
}
h1 {
	color: #00A15F;
	font-style: italic;
}
p {
	margin: 20px;
}
#lctn {
	/*padding: 0 0 0 10px;  top right bottom left */
	/* margin: 0 0 0 50px; top right bottom left */
}

/*#content {
	padding-top: -70px;
}*/
#pgtitle {
	margin-top: -30px;
}
/* --- end of special by Renee Starkey --- */