
body {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #2F4600;
	background-color: #FEEDB9;
	background-image: url(images/carved-stone-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 20px;
}



h1, h2, h3 {
	font-weight: normal;
	color: #5F8700;
}

h1 {
	
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

p, ul, ol {
}

p {
}

.blockbg {
	background: #D9D785;
}

blockquote {
	font-style: italic;
	border: #D9D785 1px dashed;
	background: #ECE29F;
	margin: 0;
	padding: 0px 20px;
	font-size: 16px;
	color: #A1B635;
}

ul {
}

ol {
}

a {
	color: #4E7301;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}





/* Header */

#header {
	width: 920px;
	height: 65px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header-photo {
	margin: 0 auto;
	width: 920px;
	height: 250px;
	background-image: url(images/image1-bk.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#slogan {
	float: right;
	height: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFCC66;
	font-weight: bolder;
	padding-right: 20px;
}

#logo {
	float: left;
	width: 450px;
	height: 75px;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding-top: 10px;
	
	text-align: center;
	font-size: 30px;
	color: #FFCC66;
	text-transform: none;
	line-height: 30px;
	letter-spacing: 2px;
}

#logo h1 a {
	color: #FEEDB9;
}

#logo p {
	padding-top: 10px;
	text-transform: lowercase;
	font-size: 1.8em;
	color: #ABC13A;
}

#logo h2 a, #logo p a {
	color: #ABC13A;
}

#logo a {
	text-decoration: none;
}



#phone {
	float: right;
	height: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFCC66;
	font-weight: bolder;
}

#phone a {color: #FFCC66;
	font-weight: bolder;

}
#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 0px;
}




#footer {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	padding-top: 20px;
	background: #F5E7AC;
}

#copyright {
	float: left;
	padding-left: 15px;
}

#links {
	float: right;
}

#description {
	float: right;
}


#wrapper {
	width: 920px;
	margin: 0 auto;
	padding-top: 20px;
}

#welcome-text{
	width: 920px;
	margin: 0 auto;
	padding-top: 0px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #5F8700;
}
#main {
    
    float:left;
    width:600px;
    }
#right {
   
    float:right;
    width:280px;
    }

#head1 {
	width: 920px;
	margin: 0 auto;
	height: 50px;
	
}

.indentmenu{
	width: 100%; /*leave this value as is in most cases*/
	background-image: url(images/menu1.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 1px solid #ffffff; /*dark purple border*/
	border-width: 1px 0;

	background-image: url(images/menu1.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white;
	text-decoration: none;
	border-right: 1px solid #ffffff; 
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom:5px;
	padding-left: 40px;
	
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px;
	background-color: green;
	background-image: url(images/menu2.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

.img{
      padding: 3px;
      border: 1px solid #009900;
}
.backgroundform {
	border: 1px solid #CBBD9A;
	background-color: #FCFAF3;
}
.newfields {
	background-color: #E9DFC6;
	border: 1px solid #76663D;
}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	background-image: url(../images/button-back.jpg);
	background-repeat: repeat-x;
}