/* ---------- PROTOSITE CSS ---------- */

/* ----- UNIVERSAL ----- */

*{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: 'Helvetica Neue', helvetica, verdana, sans-serif;
}

#wrapper {
	width: 760px;
	margin: 0 auto -30px auto;
}

body {
	background: #5c462f url(../img/bg_body5.png) repeat-x 0 0;
}

.clear {
	clear: both;
}

a:focus {
	outline: none;
}

/* ----- GLOBAL DIVS ----- */

#topbar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background-color: #302113;
	margin-bottom: 0;
}

#topbar h1 {
	padding: 6px 0 7px 10px;
	color: #fff;
	font-size: .9em;
}

#topbar .bc1 {
	font-weight: normal;
	color: #7acaff;
	font-size: .8em;
}

#topbar .bc2 {
	font-weight: lighter;
	color: #7acaff;
	font-size: .75em;
}

#topbar a {
	text-decoration: underline;
	color: #fff;
}

#topbar p > a {
	color: #666;
	margin-right: 28px;
}

#topbar a:hover {
	color: #54bbff;
	text-decoration: none;
}

#topbar p { 
	display: none;
	font-size: .8em
}

#header {
	margin-bottom: 20px;
	margin-top: 32px;
}

#cta {
	width: 100%;
	height: 215px;
	background: url(../img/bg_header3.jpg) no-repeat 0 0;
}

#cta blockquote {
	padding: 27px 0 0 222px;
	width: 499px;
	color: #006db9;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Helvetica Neue', helvetica, verdana, sans-serif;
	line-height: 22px;
	letter-spacing: -.75px;
}

#cta blockquote p.spotlink {
	float:right;
	font-size: 12px;
	font-weight: normal;
	padding-right: 10px;
}

#cta blockquote a {
	color: #000;
	text-decoration: underline;
}

#cta blockquote a:hover {
	color: #045367;
	text-decoration: none;
}

#nav {
	width: 556px;
	height: 44px;
	margin: 37px 0 0 0;
	float: left;
}

#navlinks {
	background: url(../img/bg_nav.png) no-repeat 0 0;
	margin: 0 0 0 0;
	width: 556px;
	height: 44px;
	padding: 0px 0 0 8px;
	list-style: none;
}

#navlinks li {
	float: left;
	color: #fff;
	padding: 8px 4px;
	font-size: 14px;
}

#navlinks a {
	display: block;
	text-decoration: none;
	padding: 5px;
	color: #fff;
}

#navlinks a:hover {
	color: #32adff;
}

#navlinks li .active {
	background-color: #006db9;
}

#navlinks a.active:hover {
	color: #fff;
}

#rss {
	width: 150px;
	height: 64px;
	float: right;
	margin: 30px 30px 0 0;
}

#rss_text {
	width: 60px;
	margin: 15px 0 0 0;
	float: right;
	font-size: 10px;
	text-transform: uppercase;
}

#rss_text a {
	color: #7b6145;
	text-decoration: none;
}

#rss_text a:hover {
	color: #fff;
	text-decoration: underline;
}

#rss .rss_img {
	float: left;
}

#rss img {
	border:none;
}

#content  {
	width: 515px;
	background-color: #422f1c;
	float: left;
	margin: 25px 0 0 0;
	color: #000;
	padding: 10px;
}

#content_wrap {
	background: url(../img/bg_sidebar.jpg) repeat-y 535px top;
	position: relative;
	overflow: hidden;
}

#sidebar {
	width: 218px;
	background-color: #372716;
	float: left;
	padding: 0 0 0 1px;
	margin: 0 0 0 0;
}

#sidebar div.sidebar_sections {
	margin: 0;
	padding: 0;
	border-top: 1px solid #302113;
	border-bottom: 1px solid #523b24;
}

#jobs_bg {
	margin: 0 0 0 3px;
	padding: 8px;
	width: 196px;
	background: url(../img/bg_jobs2.jpg) no-repeat 0 0;
	font-weight: bold;
}

#jobs_bg a {
	color: #fff;
	background: none;
}

p#industry_jobs {
	background: url(../img/bg_industryjobs.png) ;
	font-weight: bold;
	padding: 5px;
}

div.sidebar_sections ul {
	margin: 5px 5px 0 5px;
	font-size: 12px;
}

div.sidebar_sections li {
	margin-bottom: 2px;
	background-color: #302113;
	border: 1px solid #3e2d1d;
}

div.sidebar_sections a {
	display: block;
	color: #fd904f;
	padding: 3px 2px 3px 7px;
	text-decoration: none;
}

div.sidebar_sections a:hover {
	color: #fff;
	background-color: #3e2d1d;
	text-decoration: underline;
}

#sidebar ul {
	list-style: none;
	margin-bottom: 10px;
}

#sidebar h2 {
	background-color: #2d1f11;
	padding: 5px 0 5px 7px;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
}

#sidebar h2.first {
	border: none;
}

#sidebar p, #conferences_list {
	padding-bottom: 10px;
}

#sidebar p {
	color: #fff;
	font-size: .8em;
	margin-top: 5px;
}

#sidebar form {
	border: none;
	padding: 12px;
}

.formp {
	display: inline;
}

p#spotlight_text {
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	padding: 0 0 5px 7px;
}

#spotlight_text a {
	display: inline;
	background: none;
}

#spotlight_img {
	display: inline;
	background: none;
	padding: 4px 3px;
	border: none;
}

#spotlight_img img {
	border: none;
}

/* ----- CONTENT ----- */


#content h4 {
	background-color: #006db9;
	padding: 5px 0 5px 7px;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
}


#content .embedded_video {
	margin: 0 auto;
	width: 432px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content a {
	color: #dbf77b;
	text-decoration: none;
}

#content a:hover {
	color: #fff;
	text-decoration: underline;
}

.llf {
	background: #2d1f11 url(../img/bg_roundedcorners_left.png) no-repeat bottom left;
	width: 514px;
	float: left;
	margin-bottom: 15px;
}

.lrf {
	background: url(../img/bg_roundedcorners_right.png) no-repeat bottom right;
}

#content img {
	border: none;
	margin: 0;
	padding: 0;
}

.feature_summary {
	font-size: .75em;
	font-weight: lighter;
	line-height: 20px;
}

.feature_img {
	height: 170px;
}

#feature_title a, .feature_title a {
	margin: 0 0 5px 5px;
	color: #dbf77b;
	font-size: 20px;
	text-decoration: none;
	display: block;
}

a.external {
	padding: 0 0 0 15px;
	background: url(../img/externallink.gif) no-repeat 0 2px;
}

#feature_title a:hover, .recent a:hover, .recent_fl a:hover, .feature_title a:hover {
	color: #fff;
	text-decoration: underline;
}

.main_feature_summary {
	margin-left: 100px;
	margin-top: 5px;
	font-size: .75em;
	font-weight: lighter;
	line-height: 20px;
	color: #fff;
}

.feature_text {
	color: #856b4f;
	padding: 5px;
}

.lrf h2, #content strong {
	background-color: #5bc833;
	margin-top: 0px;
	border-bottom: 1px solid #2d1f11;
	padding: 5px 0 5px 7px;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	display: block
}

#content strong {
	background-color: #372716;
}

.fl_left {
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 10px;
	text-transform: uppercase;
}

.fl_left a {
	color: #fff;
	text-decoration: none;
}

.fl_left a:hover {
	color: #fd904f;
	text-decoration: underline;
}

div.recent_border {
	border: 1px solid #372716;
	margin-bottom: 10px;
}

ul.recent {
	list-style: none;
	margin: 5px 5px 15px 5px;
	font-size: 12px;
	font-weight: bold;
}

ul.recent_fl {
	list-style: none;
	margin: 0 0 0 0;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 255px;
	border-left: 1px solid #372716;
}

.recent li, .recent_fl li {
	padding: 5px;
	border-bottom: 1px solid #372716;
}

.recent_fl a, .recent a {
	margin: 0 0 5px 0px;
	color: #dbf77b;
	font-size: 12px;
	text-decoration: none;
}

.recent p > strong {
	display: block;
	font-weight: lighter;
}

#international_business {
	float: left;
	width: 250px;
}

#intl_about .ll {
	background: #2d1f11 url(../img/bg_roundedcorners_left.png) no-repeat bottom left;
	width: 250px;
	float: left;
	margin-left: 2px;
	margin-right: 5px;
}

#intl_about .lr {
	background: url(../img/bg_roundedcorners_right.png) no-repeat bottom right;
}

#intl_about img {
	height: 120px
}

/* ----- CONTENT (ARTICLE) ----- */

.storyinfo {
	float: left;
	padding: 15px 25px 7px 10px;
	color: #856b4f;
}

.storyinfo a {
	color: #dbf77b;
	text-decoration: none;
}

.storyinfo a:hover {
	color: #fff;
	text-decoration: underline;
}

#storytext, p.videotext {
	font-size: .75em;
	color: #fff;
	font-weight: lighter;
	line-height: 2em;
	padding: 10px;
}

p.videotext {
	color: #856b4f;
	border-bottom: 1px solid #372716;
	line-height: 1.3em;
	font-size: 12px;
}

#storytext p {
	margin-bottom: 15px;
}

h3#story_title {
	border-bottom: 1px solid #2d1f11;
	color: #dbf77b;
	font-size: 20px;
	text-decoration: none;
	padding-left: 5px;
	padding-bottom: 5px;
}

#storyimage {
	margin-top: 10px;
}

/* ----- FOOTER ----- */

#footer {
	padding: 30px 0 15px 0;
	background-color: #302113;
	font-size: .8em;
	font-weight: lighter;
}

#footer_wrap {
	margin: 0 auto;
	width: 760px;
}	

/*
#akdsticker {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 108px;
	background-color: #302113;
	z-index: -1;
}
*/

.footer_nav {
	float: right;
	list-style: none;
}	

.footer_nav li {
	float: left;
	padding: 5px;
}

#footer p {
	padding-top: 4px;
	color: #523b24;
}

#footer a {
	display: block;
	text-decoration: none;
	padding: 2px;
	color: #856b4f;
}

#footer a:hover {
	color: #fff;
}

#small_logo { float: right; }
#b2t { float: left; padding: 5px; }