body {
margin: 0;
padding : 0;
background: #ccc url(images/bg.jpg) center repeat;
color: #555;
}
.img_indent { margin:0 10px 0 0; float:left;}
img {border:0px;}

.fleft { float:left;}
.fright { float:right;}		



			/*WRAP*/
#container {
width: 740px;
margin-left: auto;
margin-right: auto;
padding: 0;
font: 76% Arial, Helvetica, sans-serif;
line-height: 1.8em;
background: transparent;
color: #666;
}
			/*TOP BANNER*/
#banner {
padding: 0;
margin-bottom: 0;
height: 246px;
border-bottom:0px solid #fff;
background: #fff url(images/header_bgd.jpg);
color: #000;
}
			/*TOP NAVIGATION*/
#navbar ul {
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
font-size: 130%;
text-align: center;
border-bottom:3px solid #fff;
background: #385900;
color: #000;
}
#navbar a {
float:left;
width:6em;
height:30px;
text-decoration:none;
color:#fff;
background:#385900;
padding:0.5em 0.6em;
border-right:1px solid #fff;
}
#navbar a:hover {
background:#8BBA00;
color: #000;
}
#navbar li {
display:inline;
}
			/*MAIN CONTENT*/
#content {
padding: 1em;
margin-left: 200px;
}
			/*SIDEBAR*/
#sidebar {
float: left;
width: 145px;
margin: 0;
padding: 0 1em 0 1em;
}
			/*SIDE MENU*/
#sidebar ul {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}
#sidebar ul li { 
display: inline;
padding: 0;
margin: 0;
}
#sidebar ul li a {
display: block;
color: #385900;
background: inherit;
text-decoration: none;
margin: 0;
padding: 5px 0 5px 0;
border-bottom: 1px solid #C0C0C0;
}
#sidebar ul li a:hover {
text-decoration: none;
background: #E6E7E9;
color: #DA7910;
}
			/*FOOTER*/
#footer {
clear: both;
width:99%;
padding: 6px;
margin-left: -2px;
font-size: 0.9em;
background: #000;
color: #fff;
text-align:center;
}
#footer a:link, #footer a:visited {
text-decoration : none;
background : inherit;
color : #fff; 
}
#footer a:hover {
text-decoration : underline;
background : inherit;
color :  #fff;
}
			/*LINKS*/
a:link, a:visited {
text-decoration : none;
background : inherit;
color : #DA7910;
}
a:hover {
text-decoration : underline;
background : inherit;
color :  #385900; 
}
			/*TYPOGRAPHY*/
/* h1 {
margin: 0;
padding: 30px 0 0 20px;
font-size: 175%;
line-height:1.5em;
letter-spacing: 3px;
} */
h2 {
margin-top: 10px;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
background : transparent;
color :   #385900;
}
h1 {
margin: 0;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
background : inherit;
line-height:1.5em;
color :  #385900;
}
h3 {
margin: 0;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
line-height:1.5em;
background : inherit;
color :  #385900;
}
.employees 
{ color:#b14d1c; font-size:1em;font-weight:bold;}
h4 { color:#CC0000; font-size:1em;font-weight:normal;}

blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*CLASS*/
.clear {
clear: both;
overflow: hidden;
width: 0;
height: 0;
}
.slogan {
margin: 0 0 0 50px;
letter-spacing: 3px;
}

.post{
background: #E6E7E9;
padding: 3px;
margin: 20px 10px 10px 5px;
font-size: 80%;
}
.post .date {
background: url(images/clock.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .comments {
background: url(images/comment.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .readmore {
background: url(images/document.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}

/*===== Menu Rollover ======================*/


.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;

border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;

}

.solidblockmenu li a{
float: left;
color: white;

padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}
.solidblockmenu li a:visited{
color: white;

}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;

background: transparent url(images/blockactive.gif) center center repeat-x;
}
#breadcrumbs {
	clear:left;
	font-size:10px;
	padding:5px 0 5px 20px;

	}

#breadcrumbs a{

	text-decoration:none;
	}
	

#breadcrumbs a:hover{
color:#666666;
	
	}
	
/* .box { 
margin : 0 0 40px 0;
padding : 5px;
border : 0px solid #eee;
background : inherit;
color : #666;
} 
.imgleft { 
float : left;
padding-right : 10px;
margin : 0;
}  */


