﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#009900;
	
	
	
}
* {margin: 0px;padding: 0px;}



#container {
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	float:inherit;
	text-align: right;
	width: 800px;
}
div.main {
	width: 880px;
	margin-left: auto;
    margin-right: auto;
    background-image: url(images/garden.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
    
    /*background-color:#cc9900;	*/
}

div.contentText {
	background:transparent;
	}
/* ******************* header ********************/
#header {
	width: 878px;
	height:130px;
	background-attachment:fixed;
}
#head1 {
	width:880px;
	height:130px;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
}
#head2 {
	width:880px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	border-collapse:collapse;
}

#nav {
	width:744px;
	height:22px;
	margin: 2px 0px 2px 25px;
	background-color:#a5cae5;
	padding: 3px 5px 3px 1px;
}
#nav ul {
}
#nav li {
	display:inline;
	background-color:#245882;
	width:120px;
	height:22px;
	float:left;
	margin-left:4px;
	text-align:center;
}
#nav a {
	width:120px;
	height:19px;
	padding-top:3px;
	text-decoration:none;
	color:#a5cae5;
	font-weight:800;
	display:block;
}
#nav a:hover {
	color:#FFFFFF;
	font-weight:800;
}

/*******************Containers******************
/* Hides from IE5-mac \*/
* html .container3 {height: 1%;}
/* End hide from IE5-mac */ 

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText p
{
	
}
/* builds a container for the div float 
*/

div.container {
  width: 700px;
  padding: 2px 2px 2px 2px;
 position :relative;
 background-color:#cc9933;
}
  
div.container2 {
  margin: 20px 1px;
  position :relative;
  }
div.container3 {
  margin: 20px 1px;
  float: left;
 position :relative;
}


/* add a spacer to clear div
*/

div.spacer {
  clear: both;
  }

div.float {
  float: left;
    margin:1px 30px;             /* top & bottom = 1px, right & left = 10 */
	padding:5px 10px;            /* top & bottom = 5px, right & left = 10 */

  }


/**********************MENU**********************/

#menu2 ul {
	list-style: none;         /* turns off bullets */
	margin:4px;               /* adds margin on all sides */
	padding:4px;              /* keeps navigation from being flush against left side */
	font-size:7pt;
	text-align: center;
	}
#menu2 a:link {
	display:block;            /* makes area clickable */			
	margin:3px 0;             /* top & bottom = 3px, right & left = 0 */
	padding:5px 0;            /* top & bottom = 5px, right & left = 0 */
	background:green;          /* box background is lt gray */
	color:#ff3;               /* text in box is black */
	text-decoration: none;    /* no underlining of links */
	text-indent:10px;         /* keeps text from being flushed on left side */
	font-family: Verdana, arial, sans-serif;									
	font-weight:bold;
	width:120px;              /* width of navigation bar */
}
#menu2 a:visited {
	display:block;            /* makes area clickable */
	margin:3px 0;             /* top & bottom = 3px, right & left = 0 */
	padding:5px 0;            /* top & bottom = 5px, right & left = 0 */
	background:green;          /* box background is lt gray */
	color:#ff3;               /* text in box is dk gray set toblack rj*/
	text-decoration: none;    /* no underlining of links */
	text-indent:10px;         /* keeps text from being flushed on left side */
	font-family: Verdana, arial, sans-serif;
	font-weight:bold;
	width:120px;              /* width of navigation bar */
}
#menu2 a:hover{                 /* changes hover background and font color */
	/* background:#36f; */
	font-weight:bold;
	color:#000000
}
.bulletbox {
	font-size:medium;
	/*color:#800000;*/	
	letter-spacing: normal;
	text-align: left;
	text-indent:50px;
	word-spacing: normal;
	margin-left:auto;
	margin-right:auto;
	padding: 2px 0px 0px 15px;
	width: 350px;
}

/*************block horizontal menu **************/


.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 .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

.solidblockmenu li a:hover{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

</style>

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->


/******************** Content ********************/
p, h1, a, span{font-family: Arial, Helvetica, sans-serif;}
#content {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	background:transparent;
}
#left {
	float:left;
	width:390px;
	display:inline;
	margin: 20px 0px 30px 20px;
	}
#h2 {
	font-family:Arial, Helvetica, sans-serif;font-size:medium;
}
#left p {
	font-size: 12px;
	color: #000000;
	padding: 5px 0px;	
}
#left a{
	color: #052d4e;
	font-weight:800;
}
#left a:hover{
	color:#FFFFFF;
}
#left h1{
	font-size: 16px;
	color: #052d4e;
	display:inline;
	font-weight:900;
}
#left span{
	font-size: 12px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
#right {
	float:right;
	width:260px;
	background-color:#397eb7;
	color:#FFFFFF;
	font-weight:900;
	padding: 10px 20px;
	margin: 30px 20px 20px 0px;
	display:inline;
}
#right p{
	padding: 7px 0px;
}
#right a{
	color:#FFFFFF;
	font-weight:900;
}
#right a:hover{
	color: #052d4e;
}
.post {
	margin-top:20px;
}
.post a{
}

.post a:hover{
}

.post p{
}


/******************** Footer ********************/
#footer {
	width:700px;
	text-align:center;
	background:transparent;
	margin-left:auto;
	margin-right:auto;
}
#footer ul {
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
}
#footer a {
	font-weight:900;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer span {
	display:block;
	clear:both;
	margin: 10px 10px 10px 10px;
}
.clear{
	clear:both;
}