@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	background: url(images/background/main.jpg) #54b1c0; /*blue*/
	background-repeat: repeat-x;
	margin:0px;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}


h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}


a:link {
	color: #6b3221; /*brown*/
}

a:visited {
	color: #6b3221;
}

a:hover {
	color: #ffffff;
}

a:active {
	color: #6b3221;
}

#logo{
	margin-top: 2px;
	margin-left: 0px;
	height: 198px;
	width: 1000px;
}

#mini_nav{
	margin-top: -55px;
	/*margin-top: -65px;*/
	margin-left: 900px;
}

#navigation{
	height: 35px;
	top: 190px;
	_margin-top: -3px;
	width: 1000px;
}

/* Open Cube Menu at bottom of css file */

.title{
	font-size: 16px;
	color: #6b3221;
}

.sub_title{
	font-size: 14px;
	color: #6b3221;
}

.faq{
	color: #6b3221;
	font-weight:bold;
}

#content{
	margin-left: 85px;
	top: 235px;
	width: 815px;
}

#content_text{
	margin-left: 119px;
	top: 255px;
	width: 770px;
	padding-bottom: 15px;
}

#text{
	padding-top: 20px;
	margin-left: 20px;
	padding-bottom: 15px;
}

#image{
	text-align: right;
	margin-top: 0px;
	width: 395px;
	float:right;
	padding-left:20px;
	padding-bottom:20px;
}

#resource_content{
	text-align: justify;
	margin-top: 20px;
	margin-left: 137px;
	width: 570px;
	position: absolute;
}

#home_announce{
	background-color: #6b3221;
	position: absolute;
	margin-left: 170px;
	margin-top: 359px;
	_margin-top: 385px;
	padding: 20px;
	width: 280px;
	text-align: justify;
}

#home_news{	
	position: absolute;
	margin-left: 260px;
	margin-top: 270px;
	width: 135px;
	font-size:18px;
}
#home_news a:link {
	color: #ffffff; /*brown*/
}

#home_news a:visited {
	color: #ffffff;
}

#home_news a:hover {
	color: #ffffff;
	text-decoration:none;
}

#home_news a:active {
	color: #ffffff;
}

#home_right{
	margin-top: 50px;
	*margin-top: 60px;
	width: 525px;
	float:right;
	margin-right:-130px;
}

#home_bottom_right_brown{
	position: absolute;
	margin-left: 520px;
	margin-top: 308px;
	_margin-top: 330px;
	width: 360px;
	padding:20px;
	left: -79px;
	top: -247px;
}

#footer{
	text-align: right;
	margin-left: 93px;
	width: 810px;
	padding-bottom: 15px;
	border-top:1px solid #fff;
	font-size:10px;
}

#home_announce_lg{
	background-color: #54b1c0;
	position: absolute;
	margin-left: 280px;
	margin-top: 200px;
	padding: 20px;
	width: 500px;
	text-align: justify;
}

#home_fundraiser{
	background-color: #54b1c0;
	position: absolute;
	margin-left: 335px;
	margin-top: 0px;
	padding: 5px 5px 0px 5px;
	width: 455px;
	height: 609px;
	text-align: justify;
	font-size: 11px;
	border-bottom:2px solid #6b3221;
}

.newsletters{
	list-style: none;
	padding-bottom: 10px;
}

.newsletters a{
	color: #ffffff;
}

.newsletters a:visited{
	color: #ffffff;
}

.newsletters a:hover{
	color: #6b3221;
}

.textbox{
	border: 1px solid #6b3221;
	margin-bottom: 5px;
	width: 250px;
}

.textarea{
	border: 1px solid #6b3221;
	margin-bottom: 5px;
	width: 350px;
}

.drop_down{
	border: 1px solid #6b3221;
}

.divider{
	border-right: 1px solid #6b3221;
	padding-right: 10px;
}

.button{
	background-color: #6b3221;
	color: #fff;
	border: none;
	font-weight: bold;
	width:100px;
	height:25px;
}

hr {
	border-top: 1px solid #6b3221;
	border-bottom:none;
	border-right:none;
	border-left:none;
}

.border{
	border: 2px solid #6b3221;
}

li{
	padding-bottom: 10px;
}

/* Begin OPEN CUBE QuickMenu Styles */

	/* Remove the comments bleow for vertical mains and change the false value to
           true in the qm_create function after the menus structure. */
	/*.qmmc a {float:none}*/

		

	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{ 
		background-color: transparent;
		width: 1000px;
		height: 35px;
		margin-left:17px;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color: #ffffff;
		background-color: transparent;
		font-family: Verdana, Arial, Helvetica, sans-serif;;
		font-size: 10px;
		text-decoration: none;
		padding: 0px 0px 0px 0px;	
	}
	
	#qm0 #mitem_who {
		background-image:url(images/nav/who_we_are.jpg);
		width:118px;
		height:35px;
	}
	#qm0 #mitem_who.qmactive {
		background-image:url(images/nav/who_we_are_select.jpg);
	} 
	
	#qm0 #mitem_method {
		background-image:url(images/nav/method_curric.jpg);
		width:204px;
		height:35px;
	}
	#qm0 #mitem_method.qmactive {
		background-image:url(images/nav/method_curric_select.jpg);
	} 
	
	#qm0 #mitem_gallery {
		background-image:url(images/nav/gallery.jpg);
		width:84px;
		height:35px;
	}
	#qm0 #mitem_gallery.qmactive {
		background-image:url(images/nav/gallery_select.jpg);
	}
	
	#qm0 #mitem_events {
		background-image:url(images/nav/events.jpg);
		width:142px;
		height:35px;
	}
	#qm0 #mitem_events.qmactive {
		background-image:url(images/nav/events_select.jpg);
	}  
	
	#qm0 #mitem_resource {
		background-image:url(images/nav/resource_center.jpg);
		width:137px;
		height:35px;
	}
	#qm0 #mitem_resource.qmactive {
		background-image:url(images/nav/resource_center_select.jpg);
	}  
	
	#qm0 #mitem_donations {
		background-image:url(images/nav/donations.jpg);
		width:98px;
		height:35px;
	}
	#qm0 #mitem_donations.qmactive {
		background-image:url(images/nav/donations_select.jpg);
	}   
	
	#qm0 #mitem_consulting {
		background-image:url(images/nav/consulting.jpg);
		width:100px;
		height:35px;
	}
	#qm0 #mitem_consulting.qmactive {
		background-image:url(images/nav/consulting_select.jpg);
	} 	   
	
	#qm0 #mitem_blog {
		background-image:url(images/nav/blog.jpg);
		width:63px;
		height:35px;
	}
	#qm0 #mitem_blog.qmactive {
		background-image:url(images/nav/blog_select.jpg);
	} 

	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		color: #FFFFFF;
		text-decoration: none;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{ 
		text-decoration: none;
	}

	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color: #6b3221;
		color: #ffffff;
		padding: 0px;
		border-style: solid;
		border-width: 1px;
		border-color: #6b3221;
		margin-top: -1px;
	}
	
	#qm0 div.empty{
		border:0px;
		background:none;
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration: none;
		background-color: #ffffff;
		color: #6b3221;
	}


	/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover
	{
		background-color: #6b3221;
		color: #ffffff;
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		background-color: #6b3221;
		color: #ffffff;
		padding: 2px 20px 2px 4px;
	}
	
/* End OPEN CUBE QuickMenu Styles */

