html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
html, body { background-color: #A4D426; }
h1, h2, h3, h4 
{
    color: #347AC0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
p
{
    line-height: 18px;
}
a {
	color: #464544;
}
a:hover {
	color: #666666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
	padding-bottom: 40px;
    padding-top: 20px;
	background-image: url("../images/hills.jpg");
	background-position:left top;
    background-repeat:repeat-x;
}

/** layout **/
#shadow-container {
	width: 850px;
	margin: auto;
	position: relative;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#shadow-container .shadow1 {
		background: #999;
	}
 
	#shadow-container .shadow2 {
		background: #666;
	}
 
	#shadow-container .shadow3 {
		background: #333;
	}
 
	#shadow-container .container {
	    text-align: left;
      position: relative;
      border: solid 1.5px #000;
      background-color: #F1F5DC;
	}

.content 
{
    padding: 0px 40px;
}
.content .leftCol
{
    float: left;
    width: 235px;
    padding-top: 10px;
}
.content .leftCol p
{
    margin: 0px;
    padding: 0px;
}

.content .rightCol
{
    margin-left: 235px;
}

/** logo **/

#logo 
{
    background-image: url("../images/leftleaves.gif");
    background-repeat: no-repeat;
    min-height: 265px;
}
#logo img
{
    margin-top: 50px;
    margin-left: 270px;
    position: relative;
}

#footer 
{
    clear: left;
    background-image: url("../images/rightleaves.gif");
    background-repeat: no-repeat;
    background-position: right;
    min-height: 315px;
    padding-left: 40px;
    padding-top: 1px;
}

#footer .contact
{
    width: 270px;
    height: 130px;
    background-image: url("../Images/brownPanel.gif");
    padding: 10px 15px;
    margin-top: 20px;
}

#footer .contact p { color: #fff;}

#footer .contact h2 a
{
    color: #FEC60F;
}

/** nav **/

.navContainer
{
    float: right;
    margin-right: 35px;
}

#nav {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px dashed #9FB1BC;
	width:520px;
	}
 
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#nav a:link, #nav a:visited {
	float: left;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #708491;
	}
 
#nav a:link.pageSelected, #nav a:visited.pageSelected, #nav a:hover {
	color: #000;
	background: url(../images/tab_rounded.gif) no-repeat bottom center;
	}

#copyright, #baseFooter  {
	width: 850px;
	margin: auto;
	position: relative;
  font-size: 11px;
  color: #333;
  margin-top: 15px;
  clear: both;
  text-align:right;
}
#copyright a{ color: #333; }


#footernav{
	margin: 0;
	width:520px;
	}
 
#footernav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#footernav a:link, #footernav a:visited {
	float: left;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	}
 
#footernav a:link.pageSelected, #nav a:visited.pageSelected, #nav a:hover {
	color: #000;
	background: url(../images/tab_rounded.gif) no-repeat bottom center;
	}
