 @charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
}

#header {
 	background: url(http://legacyeventplanners.org/inc/header.jpg) no-repeat 0px 0px;
}

#wrapper {
	width: 805px;
	float: left;
}

#content {
	
}

#menu {
	width: 197px;
	height: 450px;
	float: left;
}
#menu_hsr {
	background-color:#99CC67;
	width: 197px;
	height: 450px;
	float: left;
	padding-left: 5px;
}

#menu_hsr td {
	
}
#menu_hsr a:hover{
	color:#CCFF66;
}


/****** start left sidebar nav ***************/
/****** used only with hsr pages ***************/
#navigation {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	background-color: #006600;
	}

#lnav, #nav ul { /* all lists */
	list-style: none;
	display: inline;
	position: relative;
	}

#lnav a {
	display: inline;
	background-color: #006600;
	text-decoration: none;
	padding: 0px;
	font-weight:bold;
	}
#lnav a:link { 
	color: #000000; 
	}
#lnav a:visited { 
	color: #000000; 
	}
#lnav a:hover {
	color: #FFFFFF;
	background: #00CC00;
	border-left: 8px solid #99DD99; 
	}
#lnav li { /* all list items */
	font-size: 26px;
	/*float: left;*/
	/*width: 120px;*/ /* width needed or else Opera goes nuts */
	}

#lnav li ul { /* second-level lists */
	position: absolute;
	/*display: inline;*/
	background: none;
	padding-left: 100px;
	/*width: 120px;*/
	left: -500em;  /*using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#lnav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: 0px;
	}
/****** end left sidebar nav ***************/

/****** horizontal nav ***************/
#pipe {
	width: 650px;	/* if you change this, also change #main_content width */
	position: static;
}
#pipe ul {
	position: relative;
	/*top: 58px;
	left: 20px;*/
	margin-left: 0;
	padding-left: 0;
	display: inline;
	height: 20px;
	} 
#pipe ul li, #pipe ul li a  {
	margin-left: 0;
 	padding: 3px 2px 3px 1px;
	list-style: none;
	display: inline;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	}
#pipe ul li a:hover  {
	color: #006600;
	text-decoration: underline;
	}
#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
/****** end of horizontal nav ***************/
/* main_content elements */
#main_content {	/* if you change this, also change #pipe width */
	float: left; /* floats the main_content to the right of the element on the left */
	width: 440px;
	background: #FFFFFF;
	padding: 10px;
}
.main_content_title {
	color: #000000;
	font-size: 30px;
	font-weight: bold;
}
.main_content_subtitle {
	color: #990100;
	font-size: 20px;
	font-weight: bold;
}
.main_content_text {
	font-size: 12 px;
	
}
/* end main_content elements */




.standard_title_text {
	font-size: 17px;
	color: #006600;
	font-weight: bold;
}
.standard_text {
	font-size: 14px;
	color: #000000
}

.supporters_hsr_bolded_text {
	color: #0000FF;
	font-weight: bolder;
	font-size: 18px;
}

.supporters_ul ul li {
	font-size: 14px;
	color: #006600;
}

.sponsor_titles {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

a {
	color: #006600;	
}
a:hover {
	color: #006600;
	text-decoration: none;
}
a.blue {
	color: #0000FF;
	font-size: 14px;	
}

h3 {
	color: #990100;
}

li {
	margin-left: 30px;
	
}

/* form elements */
form {
	margin:10px 5px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FFCC66;
	width: 400px;
}
#donate {
	background-color:#FFFFFF;
	border:none;
	float: inherit;
    
}

label {
	margin:5px 15px;
	/*display:block;*/
	font-weight:bold;
}
input {
	margin:1px 15px;
	padding: 2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	margin:1px 15px;
	width:300px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin:1px 15px; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(../test/images_old/gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}
/* end of form elements */

/* Right Side Bar */
#right_sidebar {
	background-color: #FFFFFF;
	width: 140px;
	float: right;
	position: relative;
	height: inherit;
	padding-top: 10px;
}
/* End Right Side Bar */

/* Left Nav Bar */
/* Convert this over to a relative form later using the following
http://www.seoconsultants.com/css/menus/tutorial/ */


/* End of Left Nav Bar */
/**** left nav styles ******/
div.leftDiv {
	width: 160px;
	_width: 160px;
	margin: 0px;
	margin-left: 8px;
	_margin-left: 4px;

	margin-top: -16px;
	/*margin-top: -45px;*/
	
	padding: 0px;
	font-size: 90%;
	float: left;
	background: #99CC67;
}
.leftDiv h2 {
 	visibility: hidden;
	margin: 0;
	padding: 0;
}
/* #leftEnd {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
 }*/
div.leftDiv a {
	display: block;
	background-image: url(http://legacyeventplanners.org/images/black_arrow.gif); /* Replace bullet.gif with your img */
	background-position: left 7px; /* Position bullet */
	background-repeat: no-repeat;
	padding: 6px 2px 8px 15px;
	margin: 0px;
	margin-left: 0px;
	text-decoration: none;
	text-align: left;
	color:#006600;
	font-weight: bold;
	border-bottom: 1px solid #666; 
    border-left: 1px solid #666; 
    border-right: 1px solid #666; 
	}
 	
div.leftDiv a:hover  {
	background-color: #EEE;
	color:#000;
}

div.subleft_nav a {
	display: block; 
	padding: 8px 6px 8px 30px; 
	text-decoration: none; 
   	text-align: left
    border-bottom: 1px solid #666; 
    border-left: 1px solid #666; 
    border-right: 1px solid #666; 
   	font-size: 95%; 
   	font-weight: normal;
	background: #CCC; 
	color:#006600;
   }
div.subleft_nav a:hover {
	background-color: #FFF;
   	color:#CC0000; 
	}

div.childleft_nav a {
	display: block; 
	padding: 3px 2px 5px 10px;
	vertical-align: middle;
	margin: 0px 0px 0px; 
   	text-decoration: none; 
   	text-align: left; 
   	background-color: #FFF;
   	border-top: 1px solid #000; 
   	color:#000; 
   	font-weight:normal
   	font-size: 70%; 
	}
   
/*div.childleft_nav a:hover {background: #D1D5F8; color: #990100;}*/

/***** end left nav styles ******/
/* Footer*/
#footer {
	float:left;
	width: 800px;
	padding: 5px;
	
}
