/* This is the default CSS for River's Edge Farm subpages */

/* Body and Main Container*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #b5b583;
	background-image: url(../images/jpegs/inner-bg_alt.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	text-align: left;
	width: 986px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* Main HTML tags */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000066;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 26px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000066;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 24px;
	margin: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006600;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* Top Navigation */

#topnav {
	float: left;
	height:67px;
	width: 950px;
	margin:0;
	display:block;
}	

*:first-child+html #topnav {
	padding-top: 10px;
	padding-bottom: 5px;
	float: left;	
	height:51px;
	width: 950px;
	margin:0;
	display:block;
}	

* html #topnav {
	padding-top: 10px;
	padding-bottom: 5px;
	float: left;	
	height:51px;
	width: 950px;
	margin:0;
	display:block;
}	

#navbar ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	line-height: 66px;
	font-family: "Book Antiqua";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000033;
	font-style: normal;
	font-variant: normal;
}

#navbar li {
	display: inline;
	list-style-type: none;
}

#navbar li a {
	text-decoration:none;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 7px;
}

#navbar li a:link, #navbar li a:visited {
	color: #000033;
	text-decoration: none;
	font-family: "Book Antiqua";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

#navbar li a:hover {
	background-image: url(../images/jpegs/navhovbg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

/* End of Top Navigation Container */

A:link, A:visited
{
	text-decoration: none;
	color:#000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

A:hover, A:active
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
	font-size: 11px;
	font-weight: bold;
}

/*Container for Main Content Area */

#maincontent	{
	width: 950px;
	float: left;
	margin-top: 135px;
	margin-left:15px;
}

#maintop	{
	width: 950px;
	float: left;
	margin: 0px;
	background-image: url(../images/jpegs/subcontenttop_alt.jpg);
	height: 25px;
	background-repeat: no-repeat;
}

#mainmid	{
	width: 920px;
	float: left;
	margin: 0px;
	padding: 0 15px 0 15px;
	background-image: url(../images/jpegs/subcontentmid_alt.jpg);
	background-repeat: repeat-y;
}

#mainbot	{
	width: 950px;
	float: left;
	margin: 0px;
	background-image: url(../images/jpegs/subcontentbot_alt.jpg);
	background-repeat: no-repeat;
	height: 67px;
}




#leftcontent	{
	float: left;
}

#topleft	{
	width: 200px;
	padding-left:25px;
	padding-right:30px;
	padding-top:0px;
	padding-bottom:10px;
}

#topleft p{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #000033;
	padding-top: 6px;
}


#main	{
	float: right;
	width: 580px;
	padding-top: 0px;
	padding-left:25px;
	padding-right: 50px;
	padding-left: 60px;
	text-align: justify;
	padding-bottom: 0px;
}


/*Main Footer - image and links*/
#footer {
	height: 145px;
	width: 950px;
	margin-left:15px;
	float: left;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
}

#footer A:link, #footer A:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color:#666633;
}

#footer A:hover, #footer A:active{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
}
