/* standard elements */
* {
	font: normal 1em "Trebuchet MS",sans-serif;
	margin: 0; padding: 0;
}
a {
	color: #362;
}
a:hover{
	color: white;
}

body {
	background: #92926e url('img/bg.jpg') repeat-x center top;
	color: #FFF;
	font-size: 12px;
	margin: 0;

}
p, cite, code, ul {
	margin-bottom: 1.2em;
}
h1 {
	font: normal 1.2em "Trebuchet MS",sans-serif;
}
ul {
	margin: 12px 0;
}
li {
	margin-left: 18px; list-style-image:url('img/li.gif');
	color: grey;
}
code {
	background: url('img/bgcode.gif');
	border: 1px dotted #AAA;
	color: #444;
	display: block;
	margin-bottom: 12px;
	white-space: pre; font-style:normal; font-variant:normal; font-weight:normal; font-size:1em; font-family:Lucida Sans Unicode, serif; padding-left:10px; padding-right:10px; padding-top:8px; padding-bottom:8px
}

cite {
	display: block;
	background: url('img/quote.gif') no-repeat;
	color: #663;
	padding-left: 28px; font-style:normal; font-variant:normal; font-weight:normal; font-size:1.1em; font-family:Lucida Sans Unicode, serif
}

blockquote {
	display: block;
	background: url('img/quote.gif') no-repeat;
	color: #663;
	padding-left: 28px; font-style:normal; font-variant:normal; font-weight:normal; font-size:1.1em; font-family:Lucida Sans Unicode, serif
}

/* misc */
.divider {
	/*background: url('img/divider.gif') no-repeat;*/
	height: 24px;
	margin: 16px 0
}
.clearer {
	clear: both;
}

/*************************** structure *******************************/
.container {
	font-size: 1em;
	width: 616px;
	background-color: #92926e;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.wholeWrapper {
	width: 636px;
	background-color: #92926e;
	border: 2px solid #000000;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;

	margin-left: auto;
	display: block;
}

/***************************** header *****************************/
.header {
	background: url('img/header.jpg') no-repeat center top;
	border-bottom: 1px solid #CCC;
	height: 193px;
	text-align: center
}
.header h1 a, .header h1 a:hover{
	color: #FFF;
	font: normal 3em "Trebuchet MS",sans-serif;
	line-height: 180px;
	text-decoration:none;
}

/************************** navigation ******************************/
.navigation {
	height: 31px;
	margin: 0 auto;
	
	width: 633px;
	background-color: #909a53;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #65644a;
}
#nav{
	padding:0;
	width: 520px;
	margin: 0 auto;
}
#nav ul{
	padding:0;
	margin:0;
}
#nav li{
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
} 
#nav li a{
	width:100px;
	height: 30px;
	display: block;
	text-decoration:none;
	text-align: center;
	font-family: sans-serif;
	line-height: 30px;
	background-color: #a5b05f;
	background-image: url(img/navGradient.jpg);
	background-repeat: x;
	color: white;
	border-left: 1px solid gray;
} 
#nav li a:hover{
	background-color: #829183;
	color: black;
} 

#nav ul ul{
position: absolute;
top: 30px; 
visibility: hidden;
}

#nav ul li:hover ul{
visibility:visible;
} 



/*************************** content *******************************/
.content {
	padding-top: 18px;
	padding-right: 15;
	padding-bottom: 18px;
	padding-left: 15;
}
.content h1 {
	color: #553;
	font-size: 1.4em;
	margin-bottom: 4px;
	text-align: left;
}

.post h1 a 
{
color: #3F3F25;
	font-size: 1.2em;
	margin-bottom: 4px;
	text-decoration:none;
}
h2 
{
	color:#553;
	font-size: 14px;
	margin-bottom: 4px;
	text-decoration:none;
	font-weight: bold;
}

.services a{
	color:#553;
	font-size: 14px;
	margin-bottom: 10px;

	font-weight: bold;
}
.services a:hover{
	color: green;
}

/****************************text boxes****************************/
.divTextTable {
	width: 600px;
	text-indent: 0px;
	float: left;
	background-color: #d2cfbb;
	border: 1px solid #4c4937;
	padding-top: 5px;
	padding-right: 5px;
	/*padding-bottom: 15px;*/
	padding-left: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color:#000000;
}
#divTextBox {
	width: 600px;
	text-indent: 0px;
	float: left;
	background-color: #d2cfbb;
	border: 1px solid #4c4937;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#divTextBox p{
color:#000000;

}
#divTextBox h1{
	color:#549b99;
	font-size: 14px;
	font-weight: normal;

}


/********************************* footer ***************************/

#divFooter {
	float: none;
	width: 636px;
	clear: both;
	height: 68px;
	padding: 10px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: middle;
	background-image: url(img/leaflogo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 500;
	position: relative;
	top: 30px;
}



 
