body {
	background:  #D3E9D3; 
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */	
}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	font-size: 12px;
	color: #333;
	margin: 10px; 
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color: #006600;
	margin-bottom: -5px;
	margin-left: 10px;
	margin-top: 10px;
	width: 495px;
	
}

h2 {
 	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #fff;
	margin-bottom: 5px;
	margin-top: 10px;
	text-indent: 15px;
	
}

.p1{
	background: #FFCC99;
}

.p2 {
	background: #99ccff;
}

.p3 {
	background: #CCCC99;
	width: 50%;
}

li {
	font-size: 12px;
	color: #333;
	margin: 10px 20px 0px 0px;
}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#006600;
	text-decoration: underline;
}
a:visited {
	color: #006600;
	text-decoration: underline;	
}
a:hover {
	color:#006600;
	text-decoration: underline;
}
a:active {
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#top{
background: url(images/top.jpg);
width:744px;
height:28px;
}

div#container {
	width:744px;
	margin: 0px auto;
	background: #fff;
	border-left: 15px solid #006600;
	border-right: 15px solid #006600;
	position: relative;
 }
 

div#header { 
	position: relative;
	width: 744px;
	height: 168px;
	
 }

div#content {
	background: #ffffcc;
 }

div#pagetext {
	width: 557px;
	background: #D3E9D3;
	float: right;
	border-left: 0px solid #f2f2f2;	
	margin: 0px;	
}

div#right{
	width: 187px;
	background: #fff;
	float: left;
	margin-top: 5px;

}

div#address{
	width: 525px;
	margin: 0px auto;
	clear: both;
	background: #f2f2f2;
	margin-bottom: 10px;
}




 div#links {
 	width: 744px;
 	color: #fff;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;
	background: #cccc77;
	padding: 10px 0px 10px;
	border-top: 1px solid #000;
 }
 
 div#photos{
 	margin: 0px auto;
	width: 369px;
	height: 282px;
	border: 10px #fff solid;
 }
 
  
 /* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin-right: 20px;
	border: 1px solid #cc6600;
	padding: 5px;

}
img.right {
	margin: 15px;
	border: 1px solid #ccc;
	padding: 5px;
	float: right;
}

img.calltoaction{

	margin-left: 5px;

}

.right {
	float: right;
	margin: 10px;
}

 .copyright {
 	background: #222;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009900;
	width: 744px;
 	font-size:9px;
	text-align: center; 
	clear:both;
	margin: 0px auto;
	padding: 10px 0px 10px;

 }
 
 
 
 
 /*--------------Classes for menu--------------*/
 div#menu{
	width: 500px;
	margin: 0px auto;
	clear: both;
	margin-bottom: 20px;
 }
 
 .row1{
	float: left;
	width: 200px;
	margin-left: 20px;
	margin-bottom: 10px;
	display:inline;
 }
 

 
 
 .row2{
 	display:inline;
	float: left;
	width: 200px;;
	margin-left: 20px;
	margin-bottom: 10px;
}





 


 /* ----------------- NAVIGATION ----------------- */

#nav {
	height: 45px;
	position:absolute;
	top: 125px;
	left: -183px;
	width: 927px;

}

#nav li {display: inline; 

}

#nav li a {
			float: right;
			display: block;
			height:30px;
			padding: 6px 8px;
			font: normal 11px Arial, Helvetica, sans-serif;
			text-align: center; 
			text-decoration: none; 
			background: #111;
			color: #fff; 
			border-left: 1px solid #333; 
		    border-top: 1px solid #333;
			
}

#nav li a:hover { 
			text-decoration: none;
			color: #cccc99;
			background: #000;
			padding-top: 5px solid #660066;
}

#nav .current { 
			text-decoration: none;
			color: #cccc99;
			background: #333;
}
