@charset "UTF-8";

body {
	margin: 16px 0 0 0;
	padding: 0px;
}
body, td {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .81em;
	text-align: left;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, table { padding: 0; margin: 0; }

ul, ol { list-style-type: none; }

a span { display: none; }

.clear { font-size: 0px; height: 0px; clear: both; }

p { line-height: 1.3em; margin-bottom: 1em; }

p a, li a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #e30000; text-decoration: underline; }
p a:hover, li a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #e46300; }


.left { float: left; }
.right { float: right; }

.interior_content {
	width: 655px;
	padding-right: 20px;
	border-right: 1px solid #e8e8e8;
}

strong { color: #333; }


#top_featured_links, #nav_wrapper { width: 932px; margin: 0px auto; }

#top_featured_links { height: 64px; background: url(../images/top_feature_links.png) top left no-repeat; }
#top_featured_links li {
	float: left;
	height: 64px;
}
#toplink1 { width: 295px; }
#toplink2 { width: 296px; }
#toplink3 { width: 341px; }

#top_featured_links li a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 64px;
}

/* TOP LOGO AND HERO SHOT IMG ======================================================= */
#top {
	background-color: #bef2ff;
	padding: 12px;
	width: 908px;
	margin: 0px auto;
}
#logo { 
	float: left;
	border-left: 4px solid #fff;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
#logo a {
	width: 290px;
	height: 154px;
	display: block;
	text-decoration: none;
	background: url(../images/logo.png) top left no-repeat;
}
#top_img {
	float: right;
	width: 610px;
	height: 154px;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/interior_hero_img.jpg);
	border-right: 4px solid #fff;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
body.board-of-directors #top_img { background-image: url(../images/interior_hero_img.jpg); }
body.members #top_img { background-image: url(../images/interior_hero_img5.jpg); }
body.conference #top_img { background-image: url(../images/interior_hero_img2.jpg); }
body.contacts #top_img { background-image: url(../images/interior_hero_img3.jpg); }
body.donate #top_img { background-image: url(../images/interior_hero_img4.jpg); }
body.faqs #top_img { background-image: url(../images/interior_hero_img1.jpg); }
body.how-to-help #top_img { background-image: url(../images/interior_hero_img7.jpg); }
body.making-a-difference #top_img { background-image: url(../images/interior_hero_img.jpg); }
body.start-your-own #top_img { background-image: url(../images/interior_hero_img6.jpg); }
body.supporters #top_img { background-image: url(../images/interior_hero_img.jpg); }
body.login #top_img{ background-image: url(../images/interior_hero_img.jpg); }
body.who-we-are #top_img { background-image: url(../images/interior_hero_img.jpg); }

/* MAIN NAV =================================================================== */
#nav_wrapper {
	padding-top: 10px;
}
#nav {
	height: 40px;
	list-style-type: none;
	float: left;
}
#nav span { display: none; }
#nav li { float: left; margin-right: 20px; }
#nav li, #nav a { height: 40px; background-image: url(../images/main_nav.png); background-repeat: no-repeat; }
#nav a { text-decoration: none; display: block; }
/* home */
#nav1, #nav1 a { width: 96px; }
#nav1 a { background-position: 0px 0px; }
#nav1, #nav1 a.active, body.home #nav1 a { background-position: 0px -80px; }
#nav1 a:hover { background-position: 0px -40px; }
/* who we are */
#nav2, #nav2 a { width: 104px; }
#nav2 a { background-position: -115px 0px; }
#nav2, #nav2 a.active, body.who-we-are #nav2 a, body.board-of-directors #nav2 a { background-position: -115px -80px; }
#nav2 a:hover { background-position: -115px -40px; }
/* how to help */
#nav3, #nav3 a { width: 106px; }
#nav3 a { background-position: -238px 0px; }
#nav3, #nav3 a.active, body.how-to-help #nav3 a { background-position: -238px -80px; }
#nav3 a:hover { background-position: -238px -40px; }
/* chapters/members */
#nav4, #nav4 a { width: 87px; }
#nav4 a { background-position: -363px 0px; }
#nav4, #nav4 a.active, body.members #nav4 a { background-position: -363px -80px; }
#nav4 a:hover { background-position: -363px -40px; }
/* conference */
#nav5, #nav5 a { width: 104px; }
#nav5 a { background-position: -468px 0px; }
#nav5, #nav5 a.active, body.conference #nav5 a { background-position: -468px -80px; }
#nav5 a:hover { background-position: -468px -40px; }
/* contacts */
#nav6, #nav6 a { width: 88px; }
#nav6 a { background-position: -591px 0px; }
#nav6, #nav6 a.active, body.contacts #nav6 a { background-position: -591px -80px; }
#nav6 a:hover { background-position: -591px -40px; }



/* SEARCH =================================================================== */
#search_wrapper {
	float: right;
	padding-top: 6px;
}
#search_input {
	width: 190px;
	padding: 2px;
}
#search_submit { margin: -4px 0 0 3px; }



/* CONTENT WRAPPER =================================================================== */
#content_wrapper {
	background: url(../images/container_bg_vtile.png) top left repeat-x; 
	padding-top: 32px;
}
#content {
	padding: 20px 14px;
	width: 904px;
	margin: 0px auto;
	background: url(../images/content_top_bg.png) top left no-repeat #fff;
}
#content h4 {
	color: #e46300;
	padding: 6px 0;
}
#content ul { margin-left: 10px; }
#content li { background: url(../images/li_bullet1.png) 0px 4px no-repeat;	padding: 0 0 6px 10px; }


h1.page_title {
	height: 25px;
	margin-bottom: 14px;
	background-repeat: no-repeat;
	background-position: top left;
}
h1.page_title span { display: none; }


body.home h1.page_title { background-image: url(../images/h1_home.png); }
body.board-of-directors h1.page_title { background-image: url(../images/h1_board-of-directors.png); }
body.members h1.page_title { background-image: url(../images/h1_members.png); }
body.conference h1.page_title { background-image: url(../images/h1_conference.png); }
body.contacts h1.page_title { background-image: url(../images/h1_contacts.png); }
body.donate h1.page_title { background-image: url(../images/h1_donate.png); }
body.faqs h1.page_title { background-image: url(../images/h1_faqs.png); }
body.how-to-help h1.page_title { background-image: url(../images/h1_how-to-help.png); }
body.making-a-difference h1.page_title { background-image: url(../images/h1_making-a-difference.png); }
body.start-your-own h1.page_title { background-image: url(../images/h1_start-your-own.png); }
body.supporters h1.page_title { background-image: url(../images/h1_supporters.png); }
body.login h1.page_title { background-image: url(../images/h1_login.png); }
body.who-we-are h1.page_title { background-image: url(../images/h1_who-we-are.png); }
body.startup-kit h1.page_title { background-image: url(../images/tit_memberinformation.png); }
body.startup-kit-login h1.page_title { background-image: url(../images/tit_memberinformation.png); }
body.conference-registration h1.page_title { background-image: url(../images/h1_conference-registration.png); }
body.smart-and-sexy h1.page_title { background-image: url(../images/h1_smart_sexy.png); }

/* SIDEBAR ============================================================================ */
.sidebar { width: 215px; }

.right_feature { padding-bottom: 15px; }

.sidebar .image img { border: 1px solid #e8e8e8; background-color: #fff; padding: 4px; }
.sidebar h4 { padding-bottom: 4px !important; margin-bottom: 0px !important; text-transform: uppercase; }
.sidebar h4 a { text-decoration: none; color: #e46300; }
.sidebar p {
	line-height: 1.1em;
}




/* BASIC BUTTON STYLES ============================================================================ */

p.btn {
	background: url(../images/basic_btn_left.png) top left no-repeat;
	padding: 1px 0 2px 12px !important;
	line-height: 1.3em !important;
}
p.btn a {
	padding: 3px 8px 4px 4px !important;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	background-color: #2e2e2e;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
p.btn a:hover { color: #bef2ff; }


/* FOOTER ============================================================================ */
#footer {
	width: 960px;
	padding: 14px 0px;
	margin: 0px auto;
	clear: both;
}
p.footer_links { color: #f4f2f0; float: left; }
p.footer_links a { color: #c3bfbb; text-decoration: none; margin: 0 4px; }
p.footer_links a:hover { text-decoration: underline; color: #fff; }
p.copyright { color: #c3bfbb; float: right; margin-right: 4px; }
