/* CSS Document */

/* website 3*/

* html, body {
    height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
}




body {
	background-color: #E7F1D8;
	margin: 0;
    padding: 0;
    min-height: 400px; /* For Mozilla/Opera/Safari */
}

hr {

visibility:hidden;
color:#006600;

}


h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

p{
	font-size:12px;
}

a img {
	text-decoration: none;
	border:0px;
}

#separatorLeaf {
	text-decoration: none;
	border:0px;
	margin-top: -10px;
	margin-bottom: -15px;
}

/*-- LINK STYLES */



a:link {
	color: #FB8B00;
	font-size:12px;
	text-decoration: underline;
}
a:hover {
	color: #005D26;
	font-size:12px;
	text-decoration: underline;
	
}





/*-- End --*/


/*-- HEADER --*/
#header {
	width: 690px;
	height: 81px;
	background:url(images/header.jpg) no-repeat;
	float:left;
	position: relative;
}

#header a {
	position: absolute;
	right: 15px;
	bottom: 0px;
	width: 120px;
	background-image: url(images/members_only.jpg);
	background-repeat: no-repeat;
	padding-top:8px;
	padding-bottom:8px;
	padding-left: 38px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

div#headerimages {
	margin: 0px auto;
	padding: 0px;
	width: 616px;
	background-color: #000000;
	float:left;
}
div#headerimages img {
	float: left;
}

/*-- End --*/

/*-- Main Menu --*/
#menu {
	background:url(images/nav_top.jpg) no-repeat;
	height:24px;
	text-align:center;
	padding-top: 4px;
}

#menu a {
	padding: 0 20px 0px;
	background-image:url(images/leaf_index.png);
	background-position:left;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#menu a.current {
	color:#FB8B00;
}

#menu a:hover{
	color:#FB8B00;
	font-size:11px;
}


#header a:hover, #footer a:hover{color:#FB8B00;}



/*-- End --*/



/*-- GREEN BORDERS--*/

#leftBorder {
	width: 38px;
	height:auto;
	background-color:green;
	float:left;
	padding-bottom:3000px;
	margin-bottom:-3000px;
	background-image: url(images/shadow_left.jpg);
	background-repeat: repeat-y;

}
#rightBorder {
	width: 34px;
	height:auto;
	float:right;
	padding-bottom:3000px;
	margin-bottom:-3000px;
	background-image: url(images/shadow_right.jpg);
	background-repeat: repeat-y;
}
/*-- End --*/



/*-- WRAPPERS --*/
#outsideWrapper 
{
	margin-right: auto;
	margin-left: auto;
	width: 690px;
	overflow:hidden;
}

#insideWrapper 
{
	width: 616px;
	background-color:white;
	height:auto;
	border: 1px solid black;
	float:left;
	top: 0px;
	margin: 0px;
	padding-top: 0px;
}
/*-- End --*/


/*-- PAGE CONTENT WRAPPER--*/
#pageContent {
	width:616px;
	height:auto;
	background-image: url(images/leaf_watermark_darker.jpg);
	background-repeat: no-repeat;
	background-position: right 95px;
	float:left;
}


/*-- CONTENT CLASSES --*/
.fullPage {
	float:left;
	margin: 25px 0 0 15px;
	font-size:11px;
	padding: 0 10px 0 10px;	
/*	width:95%   LAYOUT BREAKS IN IE WIN IF YOU DON'T USE SPECIFIC WIDTHS */
width: 550px;
}

.leftColumn {
	float:left;
	margin: 25px 0 0 25px;
	font-size:11px;
	padding: 0 10px 0 10px;	
/*	width:50%; LAYOUT BREAKS IN IE WIN IF YOU DON'T USE SPECIFIC WIDTHS*/	
	width: 300px;
	height:auto;
}

.rightColumn {
	float:left;
	margin: 15px 0 20px 15px;
	font-size:11px;
	padding: 0 10px 20 10px;	
/*	width:35%; LAYOUT BREAKS IN IE WIN IF YOU DON'T USE SPECIFIC WIDTHS
*/	width: 200px;
height:auto;
}

.contentIndent
{
	margin: 0px 0 0 50px;
}

.contentDoubleIndent
{
	margin: 0px 0 0 60px;
}

/*-- LISTS --*/
ul{
	/* margin-left:-5px; */
}



li {
	padding-bottom:5px;
	list-style-image:url(images/orange_bullet.jpg);
	list-style-position:outside;
	
}
/*-- End --*/




/*-- Footer Menu --*/
#footer {
	clear:both;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height:38px;
	text-align:center;
	width: 690px;
	margin: 0 auto 0 auto;
}
/*-- End --*/




#footer a {
	color: #FFFFFF;
	font-size:10px;
	text-decoration: underline;
}
/*#footer a:hover {
	color: #CCCCCC;
}*/
/*-- End --*/





/*-- LINK STYLES --*/



a {
	color: #0000FF;
	font-size:12px;
	text-decoration: underline;
}
a:hover {
	color: #005D26;
	font-size:12px;
	text-decoration: underline;
}

#header a:hover, #footer a:hover{color:#FB8B00;}



/*-- End --*/



/*-- Powered By Web Etcetera --*/
#poweredByContainer {
	width:690px;
	text-align:center;
	margin-top:8px;
	margin-right:auto;
	margin-bottom:8px;
	margin-left:auto;

	
}
#poweredByContainer a:link, #poweredByContainer a:visited{
	text-decoration:none;
	font-weight:normal;
} 
#poweredByContainer a:hover{
	text-decoration:none;
	font-weight:normal;
} 

#poweredBy {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#DA8C06;
}
#webetc {
	font-family:'Times New Roman', Times, serif; 
	font-size:12px; 
	color:#000066;
}
/*-- End --*/



/*-- Errors --*/
#error 
{
	width:200px;
	border:#999999 1px solid;
	background-color:#FFFFCC;
	padding:5px;
	margin-bottom:15px;
}

#error h1 {
	color:#990000;
	font-size:14px;
	font-weight:bold;
	margin-top: -2px;
}
#error div {
	width:180px;
	color:#993300;
	font-size:12px;
	padding-left:15px;
}
/*-- End Errors --*/#calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003300;
}
