
/* only define template page layout styles here. */
/* any formatting/content styles should be put in 'content.css' */
* {
	outline:none;
}

.primary-color {
	background:#398bc5;
	color:#FFF;
}

html {

}

body {
    
}

.float-container {
	float:left;
	width:100%;
}

.container {
	margin:auto;
	width:960px;
	position:relative;
}

#header_container {
	float:Left;
	width:100%;
	height:118px;
	border-top:28px solid #18adbd;
	position:relative;
	z-index:9000;
	background:url(/templates/custom/wnyventure/images/header-bg.jpg) repeat-x;
}

#logo a {
	display:block;
	float:left;
	width:230px;
	height:113px;
	background:url(/templates/custom/wnyventure/images/logo.jpg) no-repeat;
}

#connect {
	float:right;
	margin-top:10px;
	height:30px;
	text-align:right;
	display:table-cell;
	vertical-align:middle;
	color:#18adbd;
	font-size:16px;
}

#connect p { margin:0 }

#newsletter {
	position:absolute;
	bottom:-36px;
	right:0px;
	z-index:5000;
}

#main_menu {
	position:absolute;
	bottom:25px;
	right:0;
	height:44px;
	z-index:9999;
}

#banner_container {
	float:left;
	width:100%;
	background:#a5a5a5 url(/templates/custom/wnyventure/images/banner-bg.jpg) top center repeat-y;
}

#banner_container p { margin: 0 }

#banner_container img { position:relative; z-index:1; }

#presenters {
	margin:auto;
	width:820px;
	padding:20px;
	margin-top:-52px;
	background:url(/templates/custom/wnyventure/images/presenters-bg.jpg) repeat-y;
	color:#e7e7e7;
	position:relative;
	z-index:1000;
}

#presenters a, #presenters strong { color:#FFF }

#presenters h2 {
	font-size:18px;
	color:#e7e7e7;
	margin:0 0 12px;
	padding-bottom:5px;
	background:Url(/templates/custom/wnyventure/images/h2-bg.png) bottom left repeat-x;
}

#presenters p {
	margin:0;
	line-height:20px;
}

#recent_presenters {
	float:left;
	width:375px;
}

#recent_presenters ul li {
	margin: 0 0 10px;
    padding: 5px 0 5px 70px;
	min-height:60px;
	list-style:none;
	background:Url(/templates/custom/wnyventure/images/recent-bullet.png) no-repeat;
}

#past_presenters {
	float:right;
	width:375px;
}

#past_presenters ul li {
	margin: 0 0 10px;
    padding: 5px 0 5px 70px;
	min-height:60px;
	list-style:none;
	background:Url(/templates/custom/wnyventure/images/past-bullet.png) no-repeat;
}

#presenters_shadow {
	margin:auto;
	width:860px;
	height:26px;
	background:url(/templates/custom/wnyventure/images/presenters-shadow.jpg) repeat-y;
}

#main_body {
	float:left;
	width:670px;
	padding:20px 0 30px;
}

#right_modules {
	float:right;
	width:250px;
	padding:20px 0 30px;
}

#full_body {
	float:left;
	width:100%;
	padding:20px 0 30px;
}

#footer_container {
	float:left;
	width:100%;
	padding:20px 0 30px;
	border-top:16px solid #18adbd;
	background:#a5a5a5 url(/templates/custom/wnyventure/images/footer-bg.jpg) repeat-x;
}

#footer {
	float:left;
	width:670px;
}

#footer .pf-cssmenu-main-menu a:link, #footer .pf-cssmenu-main-menu a:visited {
	color:#FFF;
}

#footer .pf-cssmenu-main-menu a.item-on { color:#3d3d3d }

#footer .pf-cssmenu-main-menu li:hover > ul { display:none }

#footer .pf-cssmenu-main-menu a:hover, #footer .pf-cssmenu-main-menu a:active { color:#3d3d3d }

#copyright {
	float:right;
	width:250px;
	font-size:12px;
	color:#FFF;
}

#copyright a {
	color:#FFF;
}

.clear { clear: both }