@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 1005px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 6px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
.twoColFixLtHdr #header { 
	position:relative;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #sidebar1 {
	left: 0;
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0px 15px 0px;
	position:absolute;
	margin: 0;
	top: 160px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0px 0 0 171px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	width: 833px;
} 

.content_txt{
color: #565759;
font-size: .7em;
	line-height: 19px;
	margin-left: 80px;
}
.content_table_txt{
color: #565759;
font-size: .7em;
	line-height: 17px;
}
.content_list{
color: #565759;
font-size: .7em;
	line-height: 19px;
	margin-left: 80px;
}
 /* ie7 hack follows */  
 *:first-child+html .content_list{
 		margin-left: 110px;
 }
  /* end ie7 hack */  
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	position: relative;
	color: #82B64A;
	font-size: .6em;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*my css*/
.twoColFixLtHdr #logo {
	padding: 0;
	margin: 0;
	width: 170px;
	height: 158px;
	background: #FFFFFF url(../images/awc_toledo_logo_02.gif) no-repeat;
}
.twoColFixLtHdr #logo_int {
	padding: 0;
	margin: 0;
	width: 1005px;
	height: 158px;
	background: #FFFFFF url(../images/awc_toledo_header_int_02.gif) no-repeat;
}
.twoColFixLtHdr #index_header {
	margin: 0;
	padding: 0;
	width: 835px;
	height: 455px;
	background: #FFFFFF url(../images/awc_toledo_header_03.jpg) no-repeat;
}
ul#left_nav{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #40702F;
	line-height: 16px;
	margin: 0 0 0 -35px;
	font-weight: bold;
}

*html ul#left_nav{
	margin: 0 0 0 0px;
}

 /* ie7 hack follows */  
 *:first-child+html ul#left_nav{
 	margin: 0 0 0 0;
 }
  /* end ie7 hack */  


ul#left_nav li{
	background-image: none;
	background-repeat: no-repeat;
		line-height: 35px;
		padding: 0 0 0 10px;
}
body#home ul#left_nav li.home, body#about ul#left_nav li.about, body#facts ul#left_nav li.facts, body#events ul#left_nav li.events, body#crystals ul#left_nav li.crystals, body#scholarship ul#left_nav li.scholarship, body#membership ul#left_nav li.membership, body#career_services ul#left_nav li.career_services, body#newsletter ul#left_nav li.newsletter, body#board_members ul#left_nav li.board_members, body#resources ul#left_nav li.resources, body#contact ul#left_nav li.contact{
	background-image: url(../images/left_nav_active_06.gif);
	background-repeat: no-repeat;
	line-height: 28px;
}
ul#left_nav li a{
	text-decoration: none;
}
ul#left_nav li a:link, ul#left_nav li a:visited {
	color: #40702F;
}
ul#left_nav li a:hover{
	color: #82B64A;
}
#content_cont_indx{
margin: 0 2px 0 0;
width: 827px;
border-left: 3px solid #40702F;
border-right: 3px solid #40702F;
position: relative;
}

#content_cont{
margin: 0 2px 0 0;
width: 827px;
border-left: 3px solid #40702F;
border-right: 3px solid #40702F;
position: relative;
}
*html #content_cont{
margin: 0 0 0 0;
width: 825px;
}
#content_top{
width: 830px;
	background-image: url(../images/content_top_brdr_11.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;
	position: relative;
	border-right: 3px #40702F solid;
	padding: 0;
	margin: 0 0 0 -3px;
}
*html #content_top{
width: 829px;
	border-right: none;
}
#content_wrap{
position: relative;
width: 824px;
height: auto;
margin: 0;
padding: 0;
}
#content_btm{
position: relative;
	width: 830px;
	height: 47px;
	border-left: 3px #40702F solid;
	background-image: url(../images/grn_corner_29.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0;
	margin: 0;
}
*html #content_btm{
width: 829px;

}
#content_lft{
width: 502px;
}
#content_lft a{
color: #6C9636;
}
#content_rt{
width: 314px;
}
#content_lft_int{
width: 592px;

}
#content_rt_int{
width: 204px;
margin: 0;
}
*html #content_rt_int{
	float: left;
	}

#content_lft_int a{
color: #6C9636;
}
#tree{
padding-left: 0px;
}
#info_lft{
margin: 20px 0 0 0;
width: 158px;
height:auto;
position: relative;
float: left;
padding: 0 0 0 3px;
}
#info_top{
	width: 158px;
	height: 44px;
	background: url(../images/lt_grn_top_box_11.gif) no-repeat;
}
#info_mid{
width: 158px;
background: url(../images/lt_grn_box_bk_17.gif) repeat-y;
padding: 0 0 10px 0;
}
#info_btm1{
width: 158px;
height: 80px;
background: url(../images/lt_grn_btm_box_bk.gif) repeat-y;
padding: 0;
margin: 0;
}
#info_btm2{
width: 158px;
height: 90px;
background: url(../images/lt_grn_btm_box_18.gif) no-repeat;
padding: 0;
margin: 0 0 10px 0;
}
h2{
color:#74913A;
font-size: 2em;
padding: 10px 0 0 80px;
margin: 0;
font-weight: normal;
}

.subhead{
color: #565759;
padding: 10px 0 0 80px;
margin: 0;
}
.table_subhead{
color: #565759;
margin: 0;
}
h5{
font-size: 1em;
font-weight: bold;
color: #565759;
padding: 14px 0 0 10px;
margin: 0;
}
h6{
color: #565759;
margin: 12px 0 0 0;
}


.info_txt{
margin: 0 4px 0 10px;
font-size: .7em;
color: #565759;
}
.info_txt2{
margin: 0 4px 0 10px;
font-size: .7em;
color: #565759;
}
 /* ie7 hack follows */  
 *:first-child+html .info_txt2{
 		margin: 0 4px -15px 10px;
 }
  /* end ie7 hack */  
#newsletter_sign_up_box{
width: 148px;
margin: 0 10px 0 0;
}
#rt_box_top{
background: url(../images/rt_grn_gradient_top.jpg) no-repeat;
height: 42px;
}
#rt_box{
background: url(../images/rt_grn_gradient_bk.jpg) repeat-y;
width: 148px;
padding: 0 0 10px 0;
}
#rt_box a{
color: #565759;
}
.grn_header{
margin: 0 0 0 15px;
font-size: 1em;
color: #40702F;
font-weight:bold;
}
.grn_header_sm{
margin: 0 0 0 15px;
font-size: .8em;
color: #40702F;
font-weight:bold;
}
.grn_txt{
padding: 0;
margin: 0 10px 0 15px;
color: #40702F;
font-size: .7em;
	line-height: 19px;
	}
	.grn_highlight{
	color: #40702F;
	font-weight: bold;
}
	
	ul.grn_list{
	padding: 0;
	margin: 0 0 0 29px;
	color: #40702F;
	font-size: .7em;
	line-height: 19px;
	}

	#sign_up_btn{
	padding: 10px 0 0 10px;
	}
	.grass_grn{
	color: #82B64A;
	}
	.resource_table{
	margin-left: 75px;
	font-size: .9em;
	}
	div#table_cont{
	width: 100%;
	height: auto;
	}
	div#table_cont table.resource_table ul{
	padding: 0;
	margin: 0;
			}
			
			div#table_cont table.resource_table ul li{
	list-style-type: none;	
	margin-bottom: 5px;					
			}
div#table_cont table.resource_table ul li a{
		line-height: .6em;				
			}
		div#table_cont a:link, div#table_cont a:visited{
		}
		div#table_cont a:hover{
		color: #b8ea68;
		}
		
	#buy_now_btn{
	padding: 0 0 0 80px;
	}