﻿body
{
	margin:0px;
	padding:0px;
}
#header
{

	/*background-image: 
url('under_shade_v1.bmp');
background-repeat: repeat; */
	width:100%;
	height:176px;
}

#leftcolumn
{
    padding-top: 1em;
   margin  : 0 0.5em 0 0.2em;
	background: #fee;
	float:left;
	width:19%;
	height:10500px;
}
#content
{
    padding-top: 1em;
   margin : 0 0.5em 0 0.2em;
	background: #fff;
	float:left;
	width:45%;
	height:10500px;
}
#rightcolumn
{
    padding-top: 1em;
    margin  : 0 0.2em 0 0.2em;
	background: #fee;
	float:right;
	width:29%;
	height:10500px;
}
#footer
{
	clear:both;
	background: #eee;
	width:100%;
	height:100px;
}

.banner
{
   /* Styling the banner block
Adding color

We will now add background-color and border-bottom to the banner. 
*/
   margin: 1em 2%;
background-color: #fff;
/*border-bottom: 1px solid #333; */ 
display: inline;
padding:.01em
/*border: 1px solid #333; */
} 

.banner h1
{
margin: 0;
padding: .5em;
display: inline;
}
 /*Free voice of concerned citizens  */
 .banner h4
{
margin: 0;
padding: 0;
background-color: #fff;
font-family:Tahoma, Arial, "Times New Roman";
color:Blue;
display: inline; /* to fix browser bugs */

}
/* styling the left nav */

.nav
{
    /*The nav <div> can be moved to the left of the screen by applying 
"float: left". All floated items must be given a width (apart from those 
elements with intrinsic width, such as images).
*/
    
float: left;
width: 95%;
/* Margin-left is added to the <div> to push it away from the left edge of the containing box.
*/
margin-left: 10px;
/* Padding is added to the top of the <div> to push it down from the banner. */

padding-top: 1em;
}

/*
Margin-top

Some browsers do not render margin-top correctly for the first item 
inside a container. As we want all items to line up correctly, we will 
turn off "margin-top" on the paragraph within this container using a 
descendant selector. 
*/

#nav p
{
margin-top: 0;
}

.rnav
{
    /*The nav <div> can be moved to the left of the screen by applying 
"float: left". All floated items must be given a width (apart from those 
elements with intrinsic width, such as images).
*/
    
float: left;
width: 95%;
margin-right: 10px;
padding-top: 1em;
}

.cnavbannerheadline
{
    /*The cnav <div> can be moved to the left of the screen by applying 
"float: left". All floated items must be given a width (apart from those 
elements with intrinsic width, such as images).
*/
    
float: left;
width: 95%;
/* Margin-left is added to the <div> to push it away from the left edge of the containing box.
*/
margin-left: 1px;
/* Padding is added to the top of the <div> to push it down from the banner. */

padding-top: 1em;
}



 #picture {
	float:left;
 margin: 10px 10px 0px 0px; 
  
	border: 1px solid #666;
padding: 2px; 
}

       
.menu_head { font-family: Tahoma; font-size: 8pt; font-weight: bold }
.news_body   { font-family: Tahoma; font-size: 8pt }
.blogs_body   { font-family: Tahoma; font-size: 10pt }
.news_headerbold { font-family: Tahoma; font-size: 8pt; font-weight: bold }
.news_header { font-family: Tahoma; font-size: 8pt; }
.body_text   { font-family: Tahoma; font-size: 10pt }
.news_headlines   { font-family: Tahoma; font-size: 14pt;margin-top:5; margin-bottom:5 }
.body_subhead { font-family: Tahoma; font-size: 18pt; margin-top:5 }
.body_header { font-family: Tahoma; font-size: 24pt; text-align:center; margin-top:5; margin-bottom:5 }
.stripbar_text { font-family: Tahoma; font-size: 8pt; margin-left:10; margin-right:10 }
.menu_text { font-family: Tahoma; font-size: 8pt; margin-left:8; margin-top:2; margin-bottom:2 }
.DisctextEmph { font-family: Verdana; font-size: 10pt; font-weight: bold }
.Disctext    { font-family: Verdana; font-size: 10pt; }
.DisctextIncorrect    { font-family: Verdana; font-size: 10pt; font-weight: bold; color:#FF0000}
.DisctextCorrect    { font-family: Verdana; font-size: 10pt; font-weight: bold; color:#008000}
.span.button_text { font-family: Tahoma; font-size: 8pt; font-weight: bold }


a:link.hyperlink      { color: #000099; text-decoration: none }
a:active.hyperlink    { color: #000099; text-decoration: none }
a:visited.hyperlink   { color: #000099; text-decoration: none }
a:hover.hyperlink     { color: #000099; text-decoration: under



form {
margin-top: 2em;
}
form div{
vertical-align: text-top;
margin-left: 1em;
margin-bottom:2em;
}
form div.date{
margin-left: 0em;
}
input {
	background-color:#FFFFFF;
	padding:3px; 
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
/*	color:#ffffff; changed to the following to Fix The IE white font issue */
   color:#2424FF;
	border:4px solid #728c40;
	/*background-color:#94ae62;*/
	/* margin-bottom:2px; */
		margin-bottom:0px;
}
input[type=submit] {
	background-color:#FFFFFF;
	padding:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	border:1px solid #728c40;
	margin-bottom:0px;
}

input[type=hidden] {
	background-color:#FFFFFF;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	border:0px solid #728c40;
	margin-bottom:0px;
}




a {
	color:#4D87CE;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#2a65ad;
}

ol,ul {

}

li {
	list-style-image:url(/services/clients/webroot/css/images/li.gif);
	line-height:20px;
	text-align:left;
}

#menu {
	
	width:100%;
	margin-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#94AE62;
	margin-bottom:50px;
	color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-variant:small-caps;
	background-image:url(images/menu.jpg);
}


#menumain {
	width:100%;
	padding-top:0px;
	padding-bottom:1px;
	background-color:#94AE62;
	margin-bottom:1px;
	color:#FFFFFF;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-variant:small-caps;
	background-image:url(images/menu1.jpg);
}



#menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	
}
#menu a:hover {
	border-bottom:1px solid #ffffff;
	border-left:1px solid #728d40;
	border-right:1px solid #e9ffb7;
	padding-left:9px;
	padding-right:9px;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(/services/clients/webroot/css/images/a_hover.jpg);
}

#header {
	width:750px;
	margin:0 auto 0 auto;
	margin-bottom:40px;
}
#header h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
	padding:0;
	padding-top:5px;
	color:#736451;
	margin-bottom:10px;
	text-align:left;
}


#header h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
	padding:0;
	padding-top:5px;
	color:#736451;
	margin-bottom:10px;
	text-align:left;
}

/*
#header h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	text-align:right;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#000000;
	border-bottom:1px solid #eeeeee;
}
*/
#content {
	width:720px;
	margin:0 auto 0 auto;
	text-align:left;
}

#contentwide {
	width:1140px;
	margin:0 auto 0 auto;
	text-align:left;
}
.introduction {
	font-family:Helvetica, Arial, sans-serif;
	line-height:20px;
	font-size:12px;
	color:#99B198;
	text-indent:25px;
	background-image:url(/services/clients/webroot/css/images/desc.jpg);
	background-position:bottom left;
	padding-left:0;
	padding-right:200px;
	padding-bottom:35px;
	padding-top:0;
	background-repeat:no-repeat;
	
}
.logo {
	float:right;
	margin-right:30px;
}
.clearer {
	clear:both;
}

#sidebar {
	width:160px;
	float:right;
	font-size:95%;
	color:#6C534A;
	text-align:left;
}
#sidebar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#728c40;
	font-weight:bolder;
	text-align:right;
}
.submenu {
}
.submenu a {
	display:block;
	width:100%;
	background-image:url(/services/clients/webroot/css/images/submenua.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:5px;
	padding-right:0;
}
.submenu a:hover {
	background-color:#eeeeee;
	background-image:url(/services/clients/webroot/css/images/submenua_hover.jpg);
	background-repeat:repeat-y;
}
#mainbar {
	margin-right:185px;
	padding-right:35px;
	background-image:url(/services/clients/webroot/css/images/mainbar.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#mainbar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:25px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#728c40;
}

#mainbar p {
	padding:15px;
	line-height:20px;
}

#mainbar .articleimg {
	float:right;
	padding:5px;
	border:1px solid #eeeeee;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

#footer {
	width:100%;
	background-color:#b6cf84;
	border-top:1px solid #d8efa6;
	border-bottom:5px solid #94ae62;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFFFFF;
}
#footer a {
	color:#006600;
}
#footer a:hover {
	color:#009900;
}

br {
	clear: left;
}

