@charset "utf-8";

/*Common styles*/
body {
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/background_page.gif);
	background-repeat: repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6C5735;
	background-position: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	color:#57462B;
	margin-bottom: -.5em;
	padding-bottom: 0px;
	color: #567936;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#6C5735;
	padding-top: .2em;
}
p {
	font-size:75%;
	line-height: 120%;
}
ul { 
	margin-top: 0em;
	margin-left: 15px;
	padding-left: 0px;
}

li {
	font-size:75%;
	line-height: 120%; 
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: .5em;
}
p.toppagepara  { /*use this class for the top page para*/
	font-weight: bold;
	line-height: 180%;
	padding-top: 1em;
	padding-right: 10px;
	font-size: 83%; 
}
p.toppagepara2nd  { /*use this class for the top page para*/
	font-weight: bold;
	line-height: 180%; 
	margin-top: -1em;
	padding-right: 10px;
	font-size: 83%;
}
ul.toppg { 
	margin-top: -1em;
}
li.toppage {
	font-size: 83%;	
	font-weight: bold;
	line-height: 180%; 
	padding-right: 10px; 
	padding-bottom: 0em;
}
a:link {
	color: #567936;
}
a:visited {
	color: #A08554;
}
a:hover {
	color: #A08554;
}
/*positioning div*/

#wrapper  { /*holds all the divs and floats them in the center of the page*/
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0 px;
}

/*******************************************/

#topBanner  { /*holds homeaArea (the home button), logoArea and logoInfo*/
	width: 800px;
	height: 93px;
	background-color:#6C5735;
}

#homeArea  {
	width: 200px;
	height: 78px;
	background-image:url(../images/background_homearea.gif);
	background-repeat: no-repeat;
	float:left;
	padding-top: 15px;
}

#logoArea  {
	width: 600px;
	height: 93px;
	float:right;
}



#logoInfo  {
	width: 255px;
	float: right;
	text-align: right;
}

.logoImg  { /*makes the logo image float left in the div*/
	float: left;	
}

/*******************************************/


#topContent  { /*holds navBar and topPicture divs*/
	width: 800px;
	height: 325px;
	margin-top: 0px;
	padding-top: 0px;
}

#navBar  { /*holds the side navigation*/
	width: 200px;
	height: 248px;
	background-color:#FFFFFF;
	padding-top: 77px;
	float:left;
}

#topPicture  { /*holds the top picture which includes the title in the image*/
	width: 600px;
	height: 325px;
	float:right;
}

/*******************************************/

#content  { /*holds sidebar and textArea*/
	width: 800px;
}


#sidebar  { /*holds the smaller sidebar pictures and any text you may want there*/
	width: 200px;
	float:left;
}

#sidebar p  {
	font-weight:bold;
	color:#FFFFFF;
	margin-top:5px;
	margin-right: 5px;
}

#sidebar a:link  {
	color:#FFFFFF;
	text-decoration: underline;	
}

#sidebar a:visited  {
	color:#FFFFFF;
	text-decoration: underline;	
}

#textArea  { /*holds the main text*/
	width: 560px;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 15px;
	float:right;
	background-color:#ffffff;
	margin-bottom: 0px;
	padding-bottom: 1.5em;
}

.clearit  { 
	clear:both;
	height: 0px;
}

/*******************************************/
/*holds the address, privacy policy and link to Rareheron*/
#bottominfo  {
	width: auto;
	padding-left: 200px;
	margin-top: 10px; 
}

#bottominfo p {
	font-size:70%;
	color:#FFFFFF; 
	
	margin-top: 0px;
}

#bottominfo a:link  {
	color:#FFFFFF;
	text-decoration:underline;
}

#bottominfo a:visited  {
	color:#FFFFFF;
	text-decoration:underline;
}

#bottominfo .privacy  {
	float:right;
	width: 200px;
	text-align:right;
	margin-right: 5px;
}
/*This styles an area that floats to the right */
#rightColContact  { /* on the Contact Us page */
	width: 250px;
	background-color:#ffffff;
	float:right;
	margin-top: 0px;
	margin-left: 10px;
	margin-right:0px;
	margin-bottom:10px;
}
#rightCol  { /* on the Contact Us page */
	width: 180px;
	background-color:#ffffff;
	float:right;
	margin-top: 0px;
	margin-left: 10px;
	margin-right:0px;
	margin-bottom:10px;
	padding-top: 0;
	padding-bottom: 0;
}
#rightColText  { /*This styles the textarea within those boxes*/
	width: 170px;
	padding-left: 8px;
	padding-right:5px;
	background-color:#ffffff;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #330000;
	padding-top: 0;
	padding-bottom: 0;

}

#rightColText ul  { /*This styles the UL in the rightColText boxes.*/
	margin-top:0px;
	margin-bottom: 0px;
}
.runin {
	font-weight: bold;
}
.morelinks {
	font-style: italic;
}
.endlinks {
	font-style: italic;
	padding-bottom: .5em;
}
.imgFloatRight {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 1px solid  #57462B;
}
.imgFloatLeft {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left:  0px;
	border: 1px solid  #57462B;
}
