.floatBesideLandingPageImages
{
	float: left;
	padding-left: 5px;	
	width: 250px;
}


.backToTopArrow
{
	background-image: url(../images/back_to_top_arrow.png);
	float: left;
	width: 12px;
	height: 12px;
}



/* ################################### ABOUT PAGES  #### */

.storeItemInfo
{
	float: left;
	margin-left: 5px;
	width: 150px;
	margin-right: 5px;
}

.bodInfo2
{
	float: left;
	margin-left: 25px;
	width: 250px;
	margin-right: 50px;
}

.storeItem
{
	float: left;
	width: 50%;
	border: solid 1px #b8743e;	
}

.storeItem2
{
	width: 100%;
	height: 110px;
	border-top: solid 1px #98aa59;
	padding-top: 5px;
	padding-bottom: 3px;
}

.storeImageBox
{
	background-color: #ecf5cf;
	width: 100px;
	height: 100px;
	border: solid 1px #b8743e;	
	padding: 3px;
	margin-left: 2px;
	margin-right: 5px;
	float: left;
}

.linkIndent
{
	margin-left: 15px;	
}


/* ################################### ABOUT PAGES  #### */

/* ################################### NEWS PAGES  #### */

.newsCalendarInput
{
	float: left;	
}

.newsCalendar
{
	float: left;
	width: 30px;
	padding: 3px 0px 1px 3px;	
}

.newsArticleDate
{
	width: 50%;
	float: right;
	text-align: right;
}

.newsArticleHeader
{
	padding-bottom: 5px;
	border-bottom: solid 2px #98aa59;
	width: 100%;
	height: 15px;
}

.newsArticleReturnLink
{
	float: left;	
}



.newsArticleTitle
{
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	
}

.newsImageBox
{
	background-color: #ecf5cf;
	display: block;
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 200px;
	border: solid 1px #b8743e;	
	padding: 3px;
	margin-left: 2px;
	margin-right: 10px;
}

.newsImageBoxSmall
{
	background-color: #ecf5cf;
	float: left;
	width: auto;
	height: auto;
	border: solid 1px #b8743e;	
	padding: 3px;
	margin-left: 2px;
	margin-right: 10px;
}


.editNewsLinks{
	padding-top:80px;
	float: right;
	text-align: right;
	vertical-align: bottom;
}

.editNewsDetailsBox 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	border: 1px solid #98aa59;
	background-color: #edf5ce;
	float: left;
	width : 95%;
	padding: 5px;
	height: 110px;
	margin: 0px 5px 5px 0px;
}


.editNewsDetailsBox:hover
{
	border: 1px solid #98aa59;
	background-color: #e1e8c5;
	float: left;
	width : 95%;
	padding: 5px;
	height: 110px;
	margin: 0px 5px 5px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.editNewsDetails
{
	float: left;
	width: 70%;
}

.newsNote
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}

/* ################################### NEWS PAGES  #### */

/* ################################### MEMBERS PAGES  #### */
.heading
{
	background-color: #ecf5cf;
	display: block;
	height: auto;
	width: auto;	
}

.AvatarImageBox
{
	background-color: #ecf5cf;
	float: left;
	width: 75px;
	height: 75px;
	border: solid 1px #b8743e;	
	padding: 3px;
	margin-left: 2px;
	margin-right: 10px;
}

.AvatarImageBoxSmall
{
	background-color: #ecf5cf;
	float: left;
	width: 40px;
	height: 40px;
	border: solid 1px #b8743e;	
	padding: 3px;
	margin-left: 2px;
	margin-right: 10px;
}

.editMemberLinks{
	margin-left: 50px;
	text-align: right;
	vertical-align: bottom;
}

.editMembersDetailsBox 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	border: 1px solid #98aa59;
	background-color: #edf5ce;
	float: left;
	width : 46%;
	padding: 5px;
	height: 60px;
	margin: 0px 5px 5px 0px;
}


.editMembersDetailsBox:hover
{
	border: 1px solid #98aa59;
	background-color: #e1e8c5;
	float: left;
	width : 46%;
	padding: 5px;
	height: 60px;
	margin: 0px 5px 5px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.editMembersDetails
{
	float: left;	
	height: 45px;
	width: 160px;
}


/* ################################### MEMBERS PAGES  #### */

/* ################################### EVENT PAGES  #### */

.editEventLeftElement
{
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width : 30%;
	padding: 5px;
	margin-right: 5px;
	vertical-align: top;
	text-align: right;
}

.editEventRightElement
{
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width : 60%;
	padding: 5px;
	margin: 0px;
	vertical-align: top;
	text-align: right;
}

.editEventNote
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}

/* ################################### EVENT PAGES  #### */

/* ################################### CUSTOM INPUT CONTROLS  #### */

.customForm
{
	padding: 0px;
	margin: 0px;
}

.customInputBoxShort
{
	border: 1px solid #98aa59;
	color:#6d502e;
	width: 150px;
	height:18px;
	background:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding: 2px 2px 0px 4px;  /*top right bottom left*/
	margin: 0px 0px 3px 5px;  /*top right bottom left*/
	text-align:left;
	font-weight:bold;	
}
		


.customInputBox
{
	border: 1px solid #98aa59;
	color:#6d502e;
	width: 250px;
	height:18px;
	background:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding: 2px 2px 0px 4px;  /*top right bottom left*/
	margin: 0px 0px 3px 5px;  /*top right bottom left*/
	text-align:left;
	font-weight:bold;	
}

.customDescriptionInputBox
{
	border: 1px solid #98aa59;
	color:#6d502e;
	width: 250px;
	height: 50px;
	background:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding: 2px 2px 0px 4px;  /*top right bottom left*/
	margin: 0px 0px 3px 5px;  /*top right bottom left*/
	text-align:left;
	font-weight:bold;	
}

.customEventDescriptionInputBox
{
	border: 1px solid #98aa59;
	color:#6d502e;
	width: 300px;
	height: 150px;
	background:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding: 2px 2px 0px 4px;  /*top right bottom left*/
	margin: 0px 0px 3px 5px;  /*top right bottom left*/
	text-align:left;
	font-weight:bold;	
}

.customRadioButton
{
	margin-top: 0px;	
	float:left;
	padding-bottom: 5px;
}

.customRadioButtonText
{
	margin-top: 4px;
	float:left;
	padding-bottom: 5px;
}

.customButton
{
	border: 1px solid #98aa59;
	color:#6d502e;
	width: auto;
	height:20px;
	background:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	font-weight:bold;	
	vertical-align: middle;
}

.customButton:hover
{
	border: 1px solid #98aa59;
	color:#6d502e;
	width: auto;
	height:20px;
	background:#e1e8c5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	font-weight:bold;	
	vertical-align: middle;
	cursor: pointer;
}


.customCheckBox
{
	border: 1px solid #98aa59;
	color:#6d502e;
	width: auto;
	padding: 1px;
	height: 18px;
	background:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	font-weight:bold;	
	vertical-align: middle;;
}

/* ################################### CUSTOM INPUT CONTROLS  #### */













hr
{
	border: thin 1px #98aa59;
	color: 	#98aa59;
}

.userAction
{
	margin-left: 15px;
}

.loginErrorBox
{
	border: 2px solid #98aa59;
	background-color: #edf5ce;
	color: #56671c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
}

.loginErrorBox hr
{
	border: solid 1px #98aa59;
	width: 100%;
}

#loginError_container
{
	margin: 25px 50px 50px 50px;	
}

#flashcontent {
	width: 760px;
	height: 260px;
}

.bodInfo
{
	float: left;
	margin-left: 25px;
	width: 250px;
	margin-right: 50px;
}

.bodInfo h2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	
}

.bod
{
	width: 100%;
	height: 85px;
	border-top: solid 1px #98aa59;
	padding-top: 5px;
	padding-bottom: 3px;
}



.bodSeparator
{
	width: 100%;
}

.mainNavAactive {
	padding-left: 5px;
	color: #a15110;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}

.subNavAactive {
	display: block;
	width: 173px;
	padding-left: 5px;
	color: #a15110;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
}

.Group {
	/*display: block;
	height: 28px;
	width: 173px;*/
	padding-left: 5px;
	color: #56671c;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.Group:hover {
	color: #a15110;
	text-decoration: underline;
}
.Option {
	list-style:none;
	display: block;
	width: 173px;
	padding-left: 5px;
	color: #56671c;iif y
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.Option:hover {
	list-style:none;
	color: #a15110;
	text-decoration: underline;
}
.show {
	display:inline;
}
.hide {
	display:none;
}



.redAsterix
{
	color: Red;
	float: right;
	width: 10px;	
	vertical-align: top;
}



/* interiorpage_container */
.interiorpage_container
{
	background-image:url(../images/menu_left.gif);
	background-repeat:repeat-x;
	float:left;
	width: 528px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: auto;
	margin: 0px;
}
	.pageContent
	{
		margin: 15px 25px 15px 10px;
	}
	




.BoxHeader
{
	background-color: #c1d580;
	border: solid 1px #859355;
	color: White;
	width: 300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding: 2px;
	text-align: left;
}

.Box table
{
	border: solid 1px #859355;
	border-top: none;
	width: 300px;
	height: auto;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
	margin-bottom:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.Invisible
{
	display: none;
}

.LoginErrorMessage
{
	text-align: left;
	width: 90%;
	margin-left: 5px;
	padding:3px;
	color: Red;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px solid Red;
	background-color: #f7c5c5;
	margin-bottom: 5px
}
	

.MessageRed
{
	width: 90%;
	float: left;
	padding-left: 10px;
	color: Red;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-right: 25px;
	padding: 2px;
	border: 1px solid Red;
	background-color: #f7c5c5;
	margin-bottom: 5px
}

.MessageGreen
{
	width: 90%;
	float: left;
	padding-left: 10px;
	color: Green;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-right: 25px;
	padding: 2px;
	border: 1px solid Green;
	background-color: #c5f7c6;
	margin-bottom: 5px;
}

.MessageYellow
{
	text-align: left;
	width: 90%;
	float: left;
	margin-left: 10px;
	padding:3px;
	color: Black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px solid Orange;
	background-color: #f7d6b6;
	margin-bottom: 5px;
}

.LoginDetails
{
	margin: 10px 15px 5px 20px;
	color: #b8743e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}



.YourProfileHeader
{
	background-color: #dbcba1;
	font-weight: bold;
	width: 150px;
	text-align: center;
	margin-bottom: 10px;
}

.YourProfile
{
	background-color: #dbcba1;
}

.LoginDetails a
{
	color: #b8743e;
	text-decoration: none;
}

.LoginDetails a:hover
{
	color: Brown;
	text-decoration: none;
}


body{
	background-color:#c0d480;
	margin:0px 0px 0px 0px;
	
}

#wrapper {
	width: 760px;
	margin: 0px auto;
	border-bottom:solid 2px #526846;
	border-left:solid 2px #526846;
	border-right:solid 2px #526846;
	background-color:#ffffff;
}

#menu_left{
	width: 10px;
	min-height:224px;
	float:left;
	margin:0px 0px 0px 0px;
}

#menu_right{
	width: 18px;
	min-height:224px;
	float:left;
	margin:0px 0px 0px -10px;
}

.leftNavLinks
{
	padding: 0px; 
	margin: 0px;	
	list-style-position: inside;
	margin-left: 25px;
	width: 25%;
}

.leftNavLinks li
{
	list-style: url(../images/li_circle_green.png);
	text-indent: 0px;

	padding-right: 0px;
}




#left_column {
	width: 214px;
	float:left;
	margin:0px 0px 0px 0px;
	background-image:url(../images/background_menu.gif);
	background-repeat:repeat-y;
}

	#login_container {
		width: 204px;
		height: auto;
		float:left;
		padding: 10px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}	

	#go_button {
		width: 36px;
		height:30px;
		float:left;
		padding: 0px 0px 0px 0px;
		margin: -10px 0px 0px 160px;
	}	
	
	#logout_button {
		width: 75px;
		height:30px;
		float:right;
		padding: 0px 0px 0px 0px;
		margin-right: 25px;
	}	

	.login {
		border: 2px solid #98aa59;
		color:#6d502e;
		width: 135px;
		height:18px;
		background:#ffffff;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		font-style:italic;
		padding: 2px 2px 0px 4px;  /*top right bottom left*/
		margin: 0px 0px 3px 5px;  /*top right bottom left*/
		text-align:left;
		font-weight:bold;
	}
		
	#need_help {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#ffffff;
		width: 214px;
		height:127px;
		float:left;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		background-image:url(../images/background_need_help.gif);
		background-repeat:no-repeat;
	}
	
		#links_container {
			width: 90px;
			height:80px;
			float:left;
			margin: 25px 0px 0px 105px;
			padding: 0px 0px 0px 0px;
		}

/*Centre Column*/

#centre_column {
	width: 235px;
	float:left;
	margin:0px 0px 0px 0px;
	padding: 30px 15px 0px 15px;
	background-image:url(../images/background_centre.gif);
	background-repeat: no-repeat;
}

/*Right Column*/

#right_column {
	width: 240px;
	float:left;
	padding:10px 5px 0px 18px;
	margin: 0px 0px 0px 0px;
	background-image:url(../images/background_right.gif);
	background-repeat: no-repeat;
}

	#upcoming_events_container {
		width: 240px;
		float:left;
		padding:0px 10px 0px 0px;
		margin: 0px 0px 0px 0px;
		height: auto;
		
	}
	
	#upcomingEventsTop
	{
		background-image:url(../images/upcoming_events_top.png);
		width: 240px;
		height: 33px;
	}
	
	#latestNewsTop
	{
		background-image:url(../images/latest_news_top.png);
		width: 240px;
		height: 33px;
	}
	
	#events_content {
		width: 211px;
		float:left;
		padding:10px 15px 15px 10px;
		margin: 0px 0px 0px 0px;
		background-image:url(../images/upcoming_events_background.png);
		background-repeat: repeat-y;
		font-family:  Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000000;
		line-height:16px;
		letter-spacing:0px;
		height: auto;
	}
	
	
	#events_bottom {
		width: 240px;
		height: 14px;
		float:left;
		padding:0px 0px 30px 0px;
		margin: 0px 0px 0px 0px;
		background-image: url(../images/upcoming_events_bottom.png);
		background-repeat: no-repeat;
	}
	
	#latest_news_container {
		width: 240px;
		float:left;
		padding:0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	
	#news_content {
		width: 210px;
		float:left;
		padding:10px 15px 10px 10px;
		margin: 0px 0px 0px 0px;
		background-image:url(../images/latest_news_background.png);
		background-repeat: repeat-y;
		font-family:  Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#9f4d0c;
		line-height:16px;
		letter-spacing:0px;
		font-weight:bold;
	}

	.news_divider {
		width: 202px;
		height:4px;
		float:left;
		padding:0px 0px 0px 0px;
		margin: 10px 0px 10px 0px;
		background-image:url(../images/latest_news_divider.gif);
		background-repeat: no-repeat;
		display:block;		
	}







/*Footer*/

#container_footer {
	width: 760px;
	height: 139px;
	background-image:url(../images/background_footer.gif);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
}

	#footer_address {
		float:left;
		width: auto;
		margin:60px 0px 0px 40px;
		padding:0px 0px 0px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#566621;
		line-height: 14px;
		display: inline;
	}
	
	#footer_phone {
		float:left;
		width:175px;
		margin:90px 0px 0px 240px;
		padding:0px 0px 0px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#566621;
		line-height: 14px;
		display: inline;
	}	

/*Copyright portion of site*/

#copyright_container {
	width: 760px;
	margin: 0px auto;
	padding:5px 0px 0px 0px;
}

	#copyright {
		text-align: center;
		width:760px;
		margin: 0px auto;
		padding:0px 0px 0px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#526846;
	}

/*Misc*/

.bulletLink li
{
	list-style-type: none;
	list-style-image:url(../images/li_arrow.png);
	font-size: 11px;
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	text-decoration:underline; 
	font-weight: normal; 
	color:#a15110;
	text-indent: 5px;
	margin: 0px;
	padding: 0px;
}


li
{
	list-style: url(../images/li_circle.png);
	list-style-position: outside;
	text-indent: 0px;
	margin: 0;
	padding: 0;
}

.li_NumberedLink li
{
	margin: 0;
	padding: 0;	
	list-style-image: none;
	list-style:decimal;
}

.li_Link ul 
{
	margin: 0;
	padding: 0;
}

.li_Link li
{
	padding: 1px 1px 1px 20px;
	
	background-image:url(../images/li_arrow.png) no-repeat; 
	/*list-style-position: inside;
	list-style-image:url(../images/li_arrow.png);
	background-repeat:no-repeat;*/
	display: block;
	text-align: left;
	text-indent: 0px;
	margin: 0;
}

a img {border: none; }

.divider {
	width: 200px;
	height:1px;
	background-color:#e8e9e4;  
	padding: 0px 0px 0px 0px;  /*top right bottom left*/
	margin: 10px 0px 10px 0px;  /*top right bottom left*/
	overflow:hidden;
}

.clearer {
	clear: both;
}

/*Headers*/

/*H1 | Main Content Headers  */
h1 {
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:none;
	margin: 10px 0px 10px 0px;  /*top right bottom left*/
	padding: 0px 0px 0px 0px;  /*top right bottom left*/
}

/* Text */

.text {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:16px;
	letter-spacing:0px;
}

/* Rollovers */

.edgeflow {
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#6c8f59;
}
.edgeflow:hover {
	color: #ffffff;
}

.link{
	font-size: 11px;
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	text-decoration:underline; 
	font-weight: normal; 
	color:#a15110;}
.link:hover {color:#56671c;}

.greenHighlight{
	font-size: 11px;
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	background-color: #5ebf37;
}

.redHighlight{
	font-size: 11px;
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	background-color: #e02929;
}

.greyHighlight{
	font-size: 11px;
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	background-color: #d9d9d9;
}

.importExportLegend
{
	border: solid 1px #98aa59; 
	background-color: #e1e8c5;
	width: auto;
	padding: 10px 0px 10px 10px;	
}


.link10{
	font-size: 11px;
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	text-decoration:underline; 
	font-weight: normal; 
	color:#a15110;}
.link10:hover {color:#56671c;}

.link_news{
	font-size: 11px;
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	text-decoration:underline; 
	font-weight: bold; 
	color:#000000;}
.link_news:hover {color:#56671c;}


#news_footer 
{
	width: 240px;
	height: 14px;
	float:left;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/latest_news_bottom.png);
	background-repeat: no-repeat;
}



.footer_link {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#566621;
	text-decoration:underline;
	}
.footer_link:hover {color:#ffffff;}

.footer_menu_link {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#566621;
	text-decoration: underline;
	}
.footer_menu_link:hover {color:#b8743e;}

.need_help_links {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration: underline;
	}
.need_help_links:hover {color:#edc12d;}

/*Left Menu Rollovers*/

#main_nav {
	width: 204px;
	float:left;
	margin:0px 0px 30px 0px;
	list-style:none;
	padding-left:10px;
} 
/*
#main_nav ul{	
	list-style:none;
	padding:0 0 0px 0px;
	margin: 0 0 0 0;
} 

	#main_nav li{
		padding: 6px 0px 4px 20px;
		background-image:url(../images/divider_leftmenu.gif);
		background-repeat:no-repeat;
	}

	#main_nav li a{
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		text-decoration:none; 
		font-weight: bold; 
		color:#56671c;
	}
	
	#main_nav li a:hover{
		color: #b8743e;
		text-decoration: none;	
	} 

	#main_nav a:link, #main_nav a:visited{
		text-decoration: none;
		color: #56671c;
	} 
*/

