/** MAIN LAYOUT **/

body 
{
	width : 100%;
	margin : 0px;
	text-align : center;
	background-color: #2e3436;
}

div#body 
{
	width : 850px;
	margin: 0 auto;
	text-align : left;
	border-left: 3px solid #111;
	border-right: 3px solid #111;
	background: white url(../Images/navBack.jpg) repeat-y top left;
}

div#titleBar { height : 179px; background: #8ae234 url(../Images/titleBack.png) repeat-y top left; border-bottom: 10px solid #0E1416; }

img { border: none; }

img#mainLogo { border: none; float: right; margin-right: 70px; }

img#flower { margin-left: 20px; margin-top: 9px; }

div#contentOuter
{
	background: white url(../Images/topLeft.jpg) no-repeat top left;
	margin-left: 200px;
	width: 650px; 
	text-align: center;
}

div#contentTR { background: transparent url(../Images/topRight.jpg) no-repeat top right; }

div#contentBL  { background: transparent url(../Images/bottomLeft.jpg) no-repeat bottom left; }

div#contentBR { background: transparent url(../Images/bottomRight.jpg) no-repeat bottom right; padding: 10px 0; }

div#content 
{ 
	width: 630px;
	min-height: 400px;
	text-align: left;
	margin: 0 auto;
}

div#footer 
{
	height : 20px;
	text-align : left;
	font-size : 10px;
	line-height: 20px;
	background-color: #0E1416;
	color: #3E4446;
	padding-left: 45px;
}

div#footer a { color: #3E4446; }

/** END MAIN LAYOUT **/

/** NAV **/

#navcontainer
{
width: 200px;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #0E1416;
color: #333;
float: left;
}

#navcontainer ul
{
list-style: none;
margin: 0;
margin-top: 10px;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #2E3436;
margin: 0;
}

#firstItem { border-top: 1px solid #2E3436; }

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #080D10;
border-right: 10px solid #1E2426;
background-color: #0E1416;
color: #7DCD31;
font-weight: bold;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #6ac214;
border-right: 10px solid #Aaf254;
background-color: #8ae234;
color: #000;
}

div#sideAddress { padding-top: 20px;  padding-left: 18px;}

div#sideAddress p
{
	font-size: 10px;
	color: #5DAD11;
}

/** END NAV **/

/** FONTS, HEADINGS, LINKS & TEXT **/

body, p, th, td, input, label, textarea, .button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #222;
}

p, h1, h2, h3, div { margin: 0; padding: 0; }

p { padding-bottom: 12px; }

h1, h2, h3 { color : #111; font-weight: bold; padding-bottom: 12px; }

h1 { font-size: 16px; }

h2 { font-size: 14px; }

h3 { font-size: 13px; }

a:visited { color: #2a8200; }

a { color: #2a8200; }

a:hover { color: black; }

.bold { font-weight: bold; }

.italic { font-style: italic; }

.italicB { font-style: italic; font-weight: bold; }

p.smallGrey { font-size: 10px; color: #666; }

/** END FONTS, HEADINGS, LINKS & TEXT **/

/** FORMS **/

form { margin: 0; padding: 0; margin-top: 10px; margin-bottom: 10px; }

fieldset { border: none; }

label, input, textarea, select { margin-top: 5px; }

label { width: 100px; float: left; text-align: right; padding: 2px 5px 0 0; }

input.textbox { height: 14px; }

.button { margin-left: 105px; }

/** END FORMS **/

.clear { clear: both; height: 1px; }

div#homePics { width: 200px; float: right; margin-left: 10px; }
div#homePics img { margin-bottom: 5px; }