@charset "UTF-8";

/* =============== LAYOUT =============== */

body {
	margin:0px; padding:0px;
	background:url(images/bg_slice.jpg) repeat-x #ebebeb;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#222222;

}
p, h1, ul, li, h2 {
	margin:0px; padding:0px;
}
p{
	line-height:1.5em;
}
a{
	text-decoration:none;
	color:#477187;
	font-size:11px;
}
a:hover{
	color:#0e2734;
	}
.container {
	margin:0px auto;
	width:960px;
}	
img {
	border:none;
}

/* =============== HEADER =============== */

#header {
	background:url(images/faux_header.jpg) no-repeat;
	width:960px;
	height:113px;
	}
#header h1{
	text-indent:-9999px;
	}
#logo {
	background:url(images/logo.jpg) no-repeat;
	width:145px;
	height:93px;
	position:relative;
	top:20px;
	left:50px;
}

/* =============== MENU =============== */

ul#menu {
	margin-top:-9px;
	margin-right:230px;
	height:29px;
	width:491px;
	position:relative;
	float:right;
	padding:0;
    background:url(images/nav_tabs.png) no-repeat;
	}
ul#menu li {
	float: left;
	display:inline;
	}
ul#menu a{
	position:absolute;
	top: 0;
	height:29px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
    background:url(images/nav_tabs.png) no-repeat;
	}
	
/*====== MENU CSS SPRITES =====*/
li#menu_login a {
	width:100px;
	background-position:0px 0px;
	}
li#menu_login a:hover,li#menu_login a.active  {
	background-position:0px -30px;
}

li#menu_join a {
	left:105px;
	width:88px;
	background-position:-105px 0px;
	}
li#menu_join a:hover,li#menu_join a.active  {
	background-position:-105px -30px;
}	

li#menu_linkedin a {
	left:198px;
	width:148px;
	background-position:-198px 0px;
	}
li#menu_linkedin a:hover,li#menu_linkedin a.active  {
	background-position:-198px -30px;
}	

li#menu_resources a {
	left:351px;
	width:140px;
	background-position:-351px 0px;
	}
li#menu_resources a:hover,li#menu_resources a.active  {
	background-position:-351px -30px;
}		

	
/* =============== SPLASH =============== */

#splash{
	background:url(images/splash.jpg) no-repeat;
	height:267px;
}

/* =============== CONTENT =============== */
#content{
	background:url(images/bg_content_slice.jpg) repeat-y;
	min-height:700px;
	overflow:auto;
}
#inner_container{
	background:url(images/bg_content.jpg) no-repeat;
	background-position:top;	
	min-height:657px;
}
#content_main{
	float:left;
}
#sidebar{
	float:right;
	width:285px;
}
.maincontent_top{
	background:url(images/content_module_top.png) no-repeat;
	width:602px;
	height:12px;
	position:relative;
	left:29px;
}
.maincontent_bottom{
	background:url(images/content_module_bottom.png) no-repeat;
	width:602px;
	height:11px;
	position:relative;
	left:29px;
	margin-bottom:10px;
}
.maincontent{
	background:url(images/content_module_slice.png) repeat-y;
	width:582px;
	padding:0px 10px;
	position:relative;
	left:29px;
}
#content h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:18px;
	color:#325c76;
	margin-bottom:7px;
	text-transform:uppercase;
}
.sidebarcontent_top{
	background:url(images/sidebar_module_top.png) no-repeat;
	width:282px;
	height:12px;
	position:relative;
	right:29px;
}
.sidebarcontent_bottom{
	background:url(images/sidebar_module_bottom.png) no-repeat;
	width:282px;
	height:11px;
	position:relative;
	right:29px;
	margin-bottom:10px;
}
.sidebarcontent{
	background:url(images/sidebar_module_slice.png) repeat-y;
	width:262px;
	padding:0px 10px;
	position:relative;
	right:29px;
}
.divider{
	background:url(images/content_divider.png) repeat-x;
	height:1px;
	margin:0 auto;
	margin-bottom:16px;
}
.content_divider{
	width:580px;
}
.sidebar_divider{
	width:260px;
}
.open_quote{
	text-indent:-0.5em;
	
}
.quoted{
	font-size:14px;
}
/* =============== FOOTER =============== */
#footer{
	background:url(images/bg_content_footer.jpg) no-repeat;
	height:36px;
}

/* =============== MISC =============== */
.center {
	text-align:center;
}
.eighteen{
	font-size:18px;
}
.fourteen{
	font-size:14px;
}
.eleven{
	font-size:11px;
}
.bold{
	font-weight:bold;
}
.blue{
	color:#325c76;
}
.right{
	text-align:right;
	right:10px;
	position:relative;
}
.left{
	float:left;
	position:relative;
	}
.disclaimer{
	font-size:9px;
	color:#222222;
	margin:15px 0px 5px 0px;
	padding:0px 30px;
	margin-top:0px;	
}
.disclaimer_right{
	font-size:9px;
	color:#222222;
	padding:0px 30px;
	margin-top:0px;	
	float:right;
	position:relative;
}