body {
	margin: 0px;
	padding: 0px;
}

p{

}

#container {
	background-image:url(../images/bg_top.jpg);
	background-repeat:no-repeat;
	background-color:#1A0601;
	background-position: center top;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 946px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 200px;
	padding-left: 0;
}

#header {
	height: 153px;
	width: 946px;
	margin-right: auto;
	margin-left: auto;}

#logo{
width:197px;
height: 153px;
float:left;
}

#randbanner{
width:947px;
height:285px;
}

#contentarea{
width:947px;
background-image:url(../images/main_body_bg.jpg);
}

#homecontentarea{
width:947px;
background-image:url(../images/main_home_bg.jpg);
}



/* ================================================================ 
MENU Starts

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#multi-level {height:30px; position:relative; z-index:100;}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:32px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:125px; background:url(../images/menu/about_act.jpg) no-repeat;}
.menu li.p2 {width:124px; background:url(../images/menu/events_act.jpg) no-repeat;;}
.menu li.p3 {width:125px; background:url(../images/menu/programs_act.jpg) no-repeat;;}
.menu li.p4 {width:125px; background:url(../images/menu/media_act.jpg) no-repeat;;}
.menu li.p5 {width:125px; background:url(../images/menu/resources_act.jpg) no-repeat;;}
.menu li.p6 {width:125px; background:url(../images/menu/contact_act.jpg) no-repeat;;}

/* set up the normal unhovered images in the links */
.menu li a#about {width:125px; background:url(../images/menu/about.jpg) no-repeat;}
.menu li a#events {width:124px; background:url(../images/menu/events.jpg) no-repeat;}
.menu li a#programs {width:125px; background:url(../images/menu/programs.jpg) no-repeat;}
.menu li a#media {width:125px; background:url(../images/menu/media.jpg) no-repeat;}
.menu li a#resources {width:125px; background:url(../images/menu/resources.jpg) no-repeat;}
.menu li a#contact {width:125px; background:url(../images/menu/contact.jpg) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#about:hover, .menu li:hover a#about,
.menu li a#events:hover, .menu li:hover a#events,
.menu li a#programs:hover, .menu li:hover a#programs,
.menu li a#media:hover, .menu li:hover a#media,
.menu li a#resources:hover, .menu li:hover a#resources,
.menu li a#contact:hover, .menu li:hover a#contact {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {
	left:0;
	top:32px;
	background: #A1B05F;
	white-space:nowrap;
	height:auto;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #616A3B;
	border-right-color: #616A3B;
	border-bottom-color: #616A3B;
	border-left-color: #616A3B;
	width: 190px;
	_width: 190px;
	padding-right: 0px;
	padding-left: 0px;
}

.menu :hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:100%;
	_width: 206px;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.menu :hover ul.sub li a {
	display:block;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:20px;
	width:100%;
	_width: 206px;
	line-height:20px;
	color:#E8EBD8;
	text-decoration:none;
	border: 0 solid #6a7f10;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-variant: small-caps;
}

.menu :hover ul.sub li a:hover {
	background-color: #461D09;
}

/* last menu 32 */

.menu :hover ul.sub1 {left:0; top:32px; background: #a4b16d; padding:2px 0; border:2px solid #6a7f10; white-space:nowrap; width:140px; height:auto; }

.menu :hover ul.sub1 li {display:block; height:20px; position:relative; float:left; width:90px;}

.menu :hover ul.sub1 li a {display:block; font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; height:20px; width:136px; line-height:20px; text-indent:5px; color:#990000; text-decoration:none; border:2px solid #FDF8CE; border-width:0 0 0 2px;}

.menu :hover ul.sub1 li a:hover {background:#a4b16d; color:#C04605;}

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}

/* ================================================================ 
Menu Ends
=================================================================== */

#footer {
	width: 946px;
	height:149px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

#homefooter {
	width: 946px;
	height:149px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/home_footer.jpg);
	background-repeat: no-repeat;
}

#footleft {
	background-repeat: no-repeat;
	height: 40px;
	width: 422px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 87px;
	padding-left: 10px;
	float:left;
}

#footright {
	background-repeat: no-repeat;
	text-align:right;
	height: 40px;
	width: 492px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 87px;
	padding-left: 10px;
	padding-right: 10px;
	float:right;
}

.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: 0px;
    line-height: 0px;
	margin:0;
	padding:0;
}

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 187px; /* 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 */
	margin-right:3px;
	margin-left:3px;
}

#homesidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 310px; /* 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 */
	margin-right:3px;
	margin-left:3px;
}

#hometextcontent{width:575px;}

#maincontent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 16px;
	padding-right: 18px;
	padding-bottom: 0;
} 

#homecontent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 16px;
	padding-top: 16px;
	padding-right: 18px;
	padding-bottom: 0;
} 



.tabs , .tabs ul {list-style:none; margin:0; padding:0;}

.tabs li {display:block; margin:0;}

.tabs li a {
	display:block;
	width:180px;
	height:20px;
	text-decoration:none;
	background:url(../images/left_menu/bg.jpg);
	margin-bottom: 2px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#E8EBD8;
	text-decoration:none;
	padding-top: 7px;
	padding-right: 7px;
	text-align:right;
	font-weight: bold;
}

.tabs li a:hover {background:url(../images/left_menu/bg_act.jpg);}


.button{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #511B00;
	font-weight: bold;
	text-transform: uppercase;
}


.teamimg{
	background:url(../images/team/team_bg.gif);
	padding: 6px;
	height: 156px;
	width: 117px;
	margin-top:10px;
	
}

/* ================================================================ 
Font Styles
=================================================================== */


.footertext, .footertext a:link , .footertext a:visited , .footertext a:hover , .footertext a:active  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
}
.underheader {
	padding-bottom: 2px;
}

.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #1A0601;
}

.formtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #1A0601;
}

#maincontent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 16px;
	padding-right: 18px;
	padding-bottom: 0;
}

.maintext a:link, .maintext a:visited,  .maintext a:active{
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #813504;
	text-decoration:underline;
}

.maintext a:hover  {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #42492A;
	text-decoration:hover;
}


h2 {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
padding:0;
margin:0;
color: #42492A;
	
} 

.formheader{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	background-color:#511b00;
	font-weight: bold;	
}

.smallcopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #813504;
}

h3{
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	color:#663300;
}

.img_style{
background-image:url(../images/img_style.jpg);
padding-top:6px;
padding-left:6px;
width:191px;
height:136px;
}
