@charset "utf-8";
/* CSS Document */
html {
	/*background: #f0f0f0;*/
	background:#D7F0C9;
}
body {
	font-family: Arial, sans-serif;
}
body, form {
	margin: 0;
}
p, ul, ol, table.neat td {
	font-size: 0.7em;
	text-align: left;
}
ul, ol {
	margin-left: 0;
	padding-left: 1.5em;
}
div.padded {
	padding: 16px;
}
img, object {
	display: block;
	border: none;
}
h1, h2, h3 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0;
}
h1 {
	font-size: 1.4em;
	color: #77ad52;
	text-transform:lowercase;
}
h1.small {
	font-size: 1.1em;
}
h1.centre {
	text-align: center;
}
h2 {
	font-size: 1em;
	color: #77ad52;
}
h3 {
	font-size: 0.9em;
}
p, ul, ol {
	font-family: Arial, sans-serif;
	color: #646464;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
p.center {
	text-align: center;
}
p.center img {
	display: inline;
}
a {
	color: #646464;
	font-weight:normal;
	text-decoration: underline;
}
a:hover {
	color: #77ad52;
}
ol.alpha ul li, ul li {
	list-style-position: outside;
	list-style-type: square;
}
ol li {
	list-style-position: outside;
}
ol ol, ol ul {
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0;
}
ol.alpha li {
	list-style: lower-alpha;
}
.clear {
	clear:both;
}
#bg_hldr {
	width:800px;
	background:url(../images/bg_hldr_bg.gif) right repeat-y;
}
#container {
	width:880px;
	/*background:#9D9D9D url(../images/jha/structure/sides.gif) repeat-y;*/
	background:url(../images/new_bg_imgs/sides.gif) repeat-y;
	margin:0 auto;
}
#header {
	/*background:url(../images/jha/structure/top3.gif) no-repeat;*/
	background:url(../images/new_bg_imgs/top3.gif) no-repeat;
}
#logo {
	height: 91px;
	padding:56px 0 0 615px;
	/*background:url(../images/jha/structure/top3.gif) no-repeat;*/
	background:url(../images/new_bg_imgs/top3.gif) no-repeat;
}
#nav {
	padding: 0 39px 0 40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#nav ul {
	height:22px;
	margin:0;
	padding:0;
}
#nav li {
	list-style:none;
	position:relative;
	float:left;
}
#nav li a {
	width:88px;
	height:16px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	border-left:1px solid #888;
	background:url(../images/nav_bg.gif) repeat-x;
	padding:3px 0;
	display:block;
}
#nav li:last a {
	width:87px;
}
#nav li a:hover {
	background:#606060 url(../images/nav_bg_hover.gif);
}
#nav ul li ul {
	height:auto;
	width:136px;
	border:1px solid #a5a5a4;
	border-bottom:0;
	background:#484a47;
	position:absolute;
	font-size:10px;
}
#nav ul li ul li {
	width:136px;
}
#nav ul li ul li a {
	width:130px;
	height:auto;
	color:#c3c3c3;
	border-bottom:1px solid #a5a5a4;
	border-left:0;
	background:none;
	padding:1px 3px;
	text-align:left;
}
#nav ul li ul li a:hover {
	color:#fff;
	background:#666666;
}
#page {
	width: 800px;
	padding: 0 40px 0 40px;
	clear:both;
}
#leftside {
	width:200px;
	float:left;
}
#middle {
	width:400px;
	float:left;
}
#side {
	width:200px;
	background:#d4d2d4;
	float:left;
}
#footer {
/*	background: #90CE51 url(../images/jha/structure/bottom2.gif) scroll no-repeat top left;*/
	background: #90CE51 url(../images/new_bg_imgs/bottom2.gif) scroll no-repeat top left;
	height: 50px;
	padding: 0 40px 0 40px;
}
#footer p {
	margin: 0;
	color: #ffffff;
	font-weight: bold;
}
#footer div.padded {
	padding: 0.3em;
}
#footer .content a:hover {
	color: #ffffff;
}
#footer .content {
	margin: 5px 0 0 211px;
}
#footer .content h1, #footer .content h2, #footer .content p {
	color: #ffffff;
}
#footer .fancy a:hover {
	color: #ffffff;
}
#footer .fancy h1, #footer .fancy h2 {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 2px;
}
#footer .fancyleft {
	width:185px;
	float: left;
	padding: 0 5px 0 5px;
	margin: 0 5px 0 0;
	border-right: 1px solid #646464;
}
#footer .fancy p {
	color: #424242;
	font-size: 0.6em;
}
/*cms*/
#admin-nav {
	padding:0 20px;
}
#admin nav ul {
}
#admin-nav ul li {
	padding:0 5px;
	display:inline;
}
#admin-nav ul li a {
}
select, option {
	text-transform:capitalize;
}
#home_post p {
	list-style:none;
	margin:0;
	font-size:14px;
	padding:5px 0 0 10px;
}
#home_post p a {
	color:#fff;
	text-decoration:none;
}