/* --------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
	
	Domain: missioneas.org
	Stylesheet: /ui/public/stylesheet/main.php
	Author: Brent White - ChicoWebDesign.com
	Version: June 15 2009
	
-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------
GLOBAL
-------------------------------------------------------------------------------- */
* {
	outline: none;
	}
body {
	background: #cdd0c2;
	margin: 0;
	padding: 0;
	}
.clear {clear: both; }
/* --------------------------------------------------------------------------------
FEATURED LINK
-------------------------------------------------------------------------------- */
#featured_link * {
	font-family: Arial;
	margin: 0;
	padding: 0;
	}
#featured_link {
	position: absolute;
	top: 300px;
	left: 430px;
	}
	/*
	
	*/
	#featured_link h2 {
		position: absolute;
		top: 0;
		left: 0;
		background: url(/ui/public/image/layout/new_speakers_bureau.gif) no-repeat 0 0;
		width: 275px;
		height: 44px;
		}
		#featured_link h2 a {
			display: block;
			line-height: 44px;
			text-indent: -999px;
			overflow: hidden;
			}
	#featured_link .popup {
		display: none;
		position: absolute;
		top: -85px;
		left: 80px;
		background: url(/ui/public/image/layout/featured_link_popup.gif) no-repeat 0 0;
		width: 115px;
		height: 65px;
		padding: 10px;
		font-size: 12px;
		font-weight: bold;
		font-style: italic;
		z-index: 99;
		}
		#featured_link .popup p {
			margin: 0 0 10px 0;
			color: #ff7a00;
			}
			
#members_link {
	background: url(/graphics/members-section.gif) no-repeat 0 0;
	width: 293px;
	height: 49px;
	top: 230px;
	left: 455px;
	text-indent: -3000px;
	display: block;
	position: absolute;
	}
	
#what_is_ea_link {
	background: url(/graphics/home-what-ea.gif) no-repeat 0 0;
	width: 290px;
	height: 69px;
	margin: 30px 30px 0 30px;
	text-indent: -3000px;
	display: block;
	}
	

#msea_in_action_link {
	background: url(/graphics/home-msea-in-action.gif) no-repeat 70px 0;
	width: 185px;
	height: 36px;
	margin: 15px;
	text-indent: -3000px;
	display: block;
	padding: 0 0 0 70px;
	}
	#msea_in_action_link:hover {
		background-position: 70px -36px;
		}
	
	
h1 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: #006600;
	text-align: center;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
	}
	
ul.thumbs {
	margin: 0;
	padding: 0 0 0 35px;
	}
ul.thumbs li {
	float: left;
	list-style: none;
	padding: 0 10px 10px 0;
	}
	ul.thumbs li a img {
		border: 1px solid #c2c6b6;
		padding: 3px;
		}
	ul.thumbs li a:hover img {
		background: #c2c6b6;
		}
