/* 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: #FFFFFF;
	background-image: url(../images/jpegs/bg.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;
	margin-bottom:0;
}

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;
	margin-top:3px;
}

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


#flashholder {
	float: left;
	height:162px;
	width: 950px;
	margin:0;
	display:block;
	padding: 0px;
}	

/* Top Navigation */

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

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

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

#navbar ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	line-height: 70px;
	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 */

/* 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	{
	/*
	background-image: url(/images/jpegs/contentbg2.jpg);
	background-position: top;
	background-repeat:no-repeat;
	*/
	height: auto;
	width: 942px;
	float: left;
	margin-top: 0px;
	margin-left:15px;
	border-left: solid 4px #000058;
	border-right: solid 4px #000058;
	display:table-cell;
	background-color: #ffffff;
	border-top: solid 6px #000058;
	background-image:url(../images/jpegs/leftBG.jpg);
	background-repeat:repeat-y;
	background-position:left;
	padding-bottom:15px;
}

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

#mainmid	{
	width: 950px;
	float: left;
	margin: 0px;
	/*
	background-image: url(/images/jpegs/subcontentmid.jpg);
	background-repeat: repeat-y;
	*/
}

#mainbot	{
	width: 950px;
	float: left;
	margin: 0px;
	/*
	background-image: url(/images/jpegs/subcontentbot.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;
}

#main	{
	float: right;
	width: 610px;
	padding-top: 0px;
	padding-right: 50px;
	padding-left: 30px;
	text-align: justify;
	padding-bottom: 50px;
	border-left:solid 1px #000066;
}


.eventDate {
	text-align: left;
	color: #FF0000;
	font-size: 14px;
}

.eventDetails {
	text-align: left;
	font-size: 12px;
}

/*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: 15px;
	border-top: solid 4px #000058;
	
}

#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;
}

.eventDate_2 {
	font-size:14px;
	color:#D70000;
	text-align:left;
}

.eventTitle_2 {
	font-size: 16px;
	color:#000099;
	text-align:left;
	padding-top: 25px;
}

.detailsLink {
	padding-bottom: 25px;
	text-align: left;
}

.trophyTitle {
	font-size: 16px;
	color: #000066;
	font-weight: bold;
}

.trophyDate {
	font-size: 14px;
	color:#000099;
}

.hrRow {
	padding: 15px 0 15px 0;
}

img, img:link {
	border: none;
}

