body{margin-bottom:0px;
	 margin-top:0px;
	 background-image:url(images/bg_gradient.jpg);
	 background-position:top;
	 background-repeat:repeat-x;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 background-color:#514121;
	 text-align:justify;}
	
td {text-align:justify;}

img, div { behavior: url(iepngfix.htc); }

.boxshadow {background-image:url(images/boxshadow.png); background-position:top; background-repeat:repeat-y;}

.bolditalic {font-weight:bold; font-style:italic; font-size:14px;}

.address {font-weight:bold; text-align:center; padding-bottom:5px; padding-top:5px; border-bottom:3px dotted #FFFFFF; border-top:3px dotted #FFFFFF;}
.addressmain {font-weight:bold;}

.smallitalic {font-size:10px; font-style:italic;}

/*This sets the background image to repeat in the main body copy area*/
.mainarea {background-image:url(images/mainbg.jpg);
		   background-position:top;
		   background-repeat:repeat-y;
		   width:774px;}
		   
#brown ul {list-style:none;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	line-height:1.5em; /*This makes the spacing between the lines 1.5*/
	}		

/*This sets the background for the main list items to be the brown gradient*/	
#brown ul li.gradient {
	background-image:url(images/linkgradient.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}

#brown ul li a:link, #brown li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	display:block;
	height:19px; /*This height and width sets the display block height and width so the whole bg image is shown*/
	width:180px;
	list-style:none; /*This makes it so there is no bullet for the list items.*/
	background-image:url(images/linkgradient.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-bottom:2px; /*This makes a space between the links, so you can see the gradients background behind the links*/
	}
	
#brown ul li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	height:19px;
	width:180px;
	background-image:url(images/linksolid.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-bottom:2px;}	
	
/*This ul li ul sets the inner list items to not have a background image*/	
#brown ul li ul a:link, #brown ul li ul a:visited{
	color:#463517;
	font-weight:bold;
	text-decoration:none;
	list-style:none;
	background-image:none;
	border:none;}
	
#brown ul li ul a:hover{
	color:#937131;
	text-decoration:none;
	list-style:none;
	background-image:none;
	font-weight:bold;
	border:none;
	}	

#bottom td{background-color:#514121; color:#FFFFFF; text-align:center; padding:10px;}

#bottom a:link, #bottom a:visited {
		color:#FFFFFF;
		text-decoration:underline;}
		
#bottom a:hover {
		color:#FFFFFF;
		text-decoration:none;}		

.browncontact {padding:5px; background-color:#463517; border:1px solid #999999; width:350px; margin-top:3px; height:20px;}
.browninputcontact {padding:5px; background-color:#463517; border:1px solid #999999; width:350px; margin-top:3px; height:55px;}
.firstcontact {padding:5px; background-color:#463517; border:1px solid #999999; width:350px; height:20px;}
.contact {color:#FFFFFF;}
.input {width:180px; height:15px; margin-bottom:5px; border:1px solid #999999; background-color:#F1EDE2; float:right;}
.textarea {width:180px; height:100px; margin-bottom:5px; border:1px solid #999999; background-color:#F1EDE2; float:right;}
.submit {width:81px; height:28px; margin-top:0px; float:right; margin-right:50px;}
	
h1 {font-family:"Times New Roman", Times, serif;
	font-size:25px;
	font-weight:bold;
	color:#847551;
	margin:0px;
	padding:0px;}
	
h2.largebrown {font-family:"Times New Roman", Times, serif;
	font-size:25px;
	font-weight:bold;
	color:#847551;
	margin:0px;
	padding:0px;}
	
h3 {font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#514121;
	margin:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:8px;}						
	
		   
