/* @override http://www.executiveconnectionsllc.com/css/stylesheet.css */

/* @group General */

body {
	font-family: "Lucida Grande", Lucida, Lucida MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: black;
	background: white;
	margin: 0;
	padding: 0;
}
a {
	color: #0e2187;
}
img {
	border-width: 0px;
}

div.clearificator {
	clear: both;
}


/* @end */


/* @group Top Navigation */
#top_navigation {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
#top_navigation ul {
	width: 1000px;
	font-family: helvetica;
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	list-style: none;
	margin-top: 2px;
	font-size: 14px;
}
#top_navigation li {
	display: inline;
	padding-left: 20px;
}
#top_navigation a {
	color: #313e5d;
	text-decoration: none;
}
#top_navigation a:hover {
	color: #fb8019;
}


/* @end */

/* @group What's New Ticker */

#whats_new {
	width: 998px;
	border: 2px solid #039;
	margin: 10px auto;
	background-color: #edf4fc;
	height: 26px;
}
#whats_new_prefix {
	float: left;
	font-weight: bold;
	font-size: 120%;
	margin: 5px 10px;
}
#whats_new #ticker {
	float: left;
	cursor: pointer;
}
#whats_new #ticker_display {
	margin: 5px 10px;
	font-size: 120%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
#whats_new #ticker_items {
	display: none;
}

/* @end */

/* @group Logo */
#logo {
	clear: both;
	display: block;
	width: 1000px;
	height: 166px;
	margin: 0px auto 10px auto;
	overflow: hidden;
	cursor: pointer;
	background: #fff url('/images/logo.jpg') no-repeat 0 bottom;
	padding: 0;
}
#logo span {
	display: block;
	clear: both;
	height: 146px;
}


/* @end */

/* @group Main Navigation */



#nav {
	display: inline;
	margin: auto;
	clear: both;
	width: 1000px;
	height: 24px;
	background-color: #dee5ed;
	border-color: #003399;
	border-style: solid;
	border-width: 1px 0 1px 0;
	font-family: helvetica, arial, verdana, sans-serif;
}

#nav a {
	font-size: 13px;
	font-weight: bold;
	color: #0d297c;
	text-decoration: none;
	display: inline; /*must be inline for main nav line ie 6*/
	padding: 6px 5px 0 5px;
	xborder-color: #4c5164;
	xborder-style: solid;
	xborder-width: 1px 0 1px 0;
	position: relative;
	top: -1px;
	height: 18px;
}
#nav ul {
	display: inline;
	list-style-type: none; /* for bullets*/
	padding: 0; /* for left-indent safari, firefox*/
	margin-top: 0px; /* top space*/
	margin-left: 0px; /* left-indent i.e.*/
}
#nav li { 
	display:inline;
	list-style:none;
	float:left;
	padding-top: 8px;
	margin: 0 8px;
}

#nav li.inverted { 
	display:inline;
	list-style:none;
	float:left;
	margin: 0 20px;
	background-color: #003698;
	height: 16px;
	padding: 8px 10px 0 10px;
}
#nav li.inverted a { 

	color: white;
}


#subMenusContainer a{
	text-decoration:none;
	display:block;
	height: 24px;
	width: 165px;
	padding: 5px 10px 0 10px;
	font-size: 11px;
}
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#nav a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused,
#nav li a:hover,
#nav li a:focus{
	background-color:#ffffff;
	color: #f90;
}

#nav li a:hover, #nav li a:focus, #nav a.mainMenuParentBtnFocused {
	border-style: solid;
	border-color: #010064;
	border-width: 1px;
	padding: 6px 4px 3px 4px;
	
	border-bottom: 1px solid white;
}
#nav li.solo a.solo:hover, #nav li.solo a.solo:focus {
	border-bottom: 1px solid 010064;
}


.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
}

#subMenusContainer {
	display:inline; 
	position:absolute;
	top: 0;
	left:0;
	width:100%;
	height:0;
	overflow:visible;
	z-index:1000000000;
}

#subMenusContainer li{
	list-style: none;
	display: block; /**/
}

#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {	
	/*border around submenu goes here*/	 
	background:#fff;	
	border:1px solid #00004c;
	left:0;

	border-top: 0;
}


/* @end */

/* @group Content */

#content_holder {
	clear:  both;
	width: 1000px;
	margin: 10px auto;
	background-color: #f1f6f7;
}



/* @end */

/* @group Columns */

#column_1 {
	width: 200px;
	float: left;
}

#column_2 {
	width: 580px;
	float: left;
	background-color: white;
	
	border-width: 0 10px;
	border-color: white;
	border-style: solid;
}

#column_3 {
	width: 200px;
	float: left;
}


/* @end */

/* @group Modules */

/* @group General */

.module {
	border-bottom: 8px white solid;
	color: #0d297a;
	font-size: 95%;
}
.module a {
	color: #fbad14;
	font-size: 95%;
}
.module .header {
	display: block;
	background-color: #003399;
	color: #003399;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	
	border-width: 0 0 8px 0;
	border-color: white;
	border-style: solid;
}
.module .header span {
	display: inline-block;
	background-color: white;
	margin-left: 15px;
	padding: 1px 5px;
}
.module .button {
	display: inline;
	background-color: #003399;
	color: white;
	padding: 2px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
}
.module .button:hover {
	background-color: #9fb0cc;	
}

/* @end */

/* @group Content */

.content {
	width: 558px;
	background-color: #fefffb;
	text-align: justify;
	color: #001747;
	display: block;
	border: 1px solid #f90;
	padding: 10px;
	overflow: visible;
	min-height: 450px;
}
.content a {
	font-weight: bold;
}
.content img {
	float: left;
	margin: 0 20px 20px 0;
}
.content .testimonial {
	padding: 0px 15px;
	background-color: #deebf8;
	border: 3px solid #039;
	color: black;
	font: 100%/135% Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}
.content .testimonial .source {
	font-style: italic;
	clear: both;
	display: block;
	text-align: right;
}

.content .subsection_title {
	background-color: #f90;
	xcolor: white;
	xfont-size: 10px;
	color: #039;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px;
}
.content .subsection_content {
	padding-bottom: 30px;
	margin-bottom: 6px;
	width: 558px;
}
.content .toggler {
	cursor: pointer;
	background: #f90 url('/images/toggler_bg_closed.gif') no-repeat 450px 3px;
}
.content ol li {
	margin-bottom: 5px;
}
.content ul li {
	margin-bottom: 2px;
	margin-right: 0px;
	padding-right: 0px;
	text-align: left;
}
/* @end */

/* @group Ask Our Coach */

.module.ask_our_coach img {
	margin: 10px 45px;
}
.module.ask_our_coach p {
	margin: 10px;
}
.module.ask_our_coach ul {
	margin-left: 22px;
	padding-left: 22px;
}

/* @end */

/* @group Upcoming Events */

.module.upcoming_events ul {
	list-style-type: none;
	padding: 0 3px;
	margin: 0 3px;
}
.module.upcoming_events li {
	margin-bottom: 20px;
}
.module.upcoming_events .date {
	padding: 1px 1px 2px 1px;
}
.module.upcoming_events .title {
	margin: 3px 0;
	font-weight: bold;
	font-size: 105%;
}

/* @end */

/* @group My Group */
.module.quote .header {
	background-color: #f90;
}
.module .quote {
	border-bottom: 8px solid white;
}
.module .quote p {
	background-color: #ccd5e4;
}

/* @end */

/* @group Books */
.module.book .title {
	padding: 5px;
	font-weight: bold;
}
.module.book .cover {
	width: 100%;
	text-align: center;
}
.module.book .cover img {
	border: 4px solid white;
}
.module.book .author {
	font-style: italic;
	padding: 5px;
}
.module.book .more_information {
	padding: 5px;
}
.module.upcoming_events .title {
	margin: 3px 0;
	font-weight: bold;
	font-size: 105%;
}

/* @end */

/* @group Talent Alerts */

.module.talent_alerts ul {
	list-style-type: none;
	padding: 0 10px;
	margin: 2px 10px;
}
.module.talent_alerts li {
	margin-bottom: 15px;
}
.module.talent_alerts .date {
	font-weight: bold;
}
.module.talent_alerts .title {
	margin: 3px 0;
}

/* @end */

/* @group Recent Opportunities */

.module.recent_opportunities ul {
	list-style-type: none;
	padding: 0 3px;
	margin: 0 3px;
}
.module.recent_opportunities li {
	margin-bottom: 15px;
}
.module.recent_opportunities .date {
	font-weight: bold;
}
.module.recent_opportunities .title {
	margin: 3px 0;
	font-weight: bold;
	font-size: 105%;
}

/* @end */

/* @group Current Opportunities */

.module.current_opportunities ul {
	list-style-type: none;
	padding: 0 3px;
	margin: 0 3px;
}
.module.current_opportunities li {
	margin-bottom: 15px;
}
.module.current_opportunities .date {
	font-weight: bold;
}
.module.current_opportunities .title {
	margin: 3px 0;
	font-weight: bold;
	font-size: 105%;
}

/* @end */

/* @group Ezine */

.module.ezine form {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 3px;	
}
.module.ezine input {
	width: 140px;
}
.module.ezine p {
	padding-left: 10px;
}

/* @end */


/* @group Client Login */

.module.client_login form {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 3px;		
}

/* @end */

/* @group Page Title */

.pagetitle {
	display: block;
	background-color: #f90;
	color: white;
	font-size: 18px;
	font-family: helvetica, arial, verdana, sans-serif;
	padding: 4px 10px;
	font-weight: bold;
}

/* @end */

/* @group What's New */

.module.whats_new  {
	background-color: #ccd5e4;
	border-width: 0 1px 1px 1px;
	border-color: #cd0000;
	border-style: solid;
	margin-bottom: 10px;
	color: #1f4390;
}
.module.whats_new ul li a {
	color: #1f4390;
	text-decoration: none;
}
.module.whats_new ul li a:hover {
	color: #1f4390;
	text-decoration: none;
}

.module.whats_new .header {
	background-color: #cd0000;
	border-width: 0px;	
	color: #1f4390;
	padding-bottom: 0px;
}

.module.whats_new ul {
	list-style-type: none;
	padding: 0 3px;
	margin: 0 3px;
}
.module.whats_new li {
	margin-bottom: 20px;
}
.module.whats_new .date {
	padding: 1px 1px 2px 1px;
}
.module.whats_new .title {
	margin: 3px 0;
	font-weight: bold;
	font-size: 105%;
}

/* @end */

/* @group Register */
.module.register  {
	background-color: #f1f6f7;
	border-width: 0 1px 1px 1px;
	border-color: #039;
	border-style: solid;
	margin-bottom: 10px;
	background-color: white;
	text-align: center;
}
.module.register .header  {
	border-width: 0 0 0 0;
}
.module.register .header span{
	margin-left: 0px;
}
.module.register img {
	position: relative;
	top: 1px;
}
.module.register a {
	color: #003297;
	text-decoration: none;
}
.module.register a:hover {
	text-decoration: underline;
}
/* @end */



.save_the_date .header {
	display: block;
	background-color: #cd0000;
	color: #003399;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	
	border-width: 0 0 8px 0;
	border-color: white;
	border-style: solid;
}
.linked_in p {
	margin-top: 3px;
	margin-bottom: 3px;	
}
/* @end */

/* @group Footer */

#footer {
	clear: both;
	width: 1000px;
	margin: auto;
	background-color: #003399;
	color: white;
}
#footer a {
	color: white;
}
#footer div {
	padding: 3px;
}
#footer div#copyright {
	float: right;
	font-size: 10px;
}
#deko_design {
	width: 1000px;
	margin: 40px auto;
	text-align: right;
}
/* @end */

/* @group Popup */
#mbCenter iframe {
	overflow: auto;
}
#popup_wrapper {
	border: 3px solid #039;
}
#popup_content {
	padding: 12px;
	text-align: justify;
}

#popup_content .title {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 10px;
}
#popup_content .book_image {
	border: 1px solid black;
}

#detail_content.event .date {
	font-size: 110%;
	font-weight: bold;
}
#detail_content.ezine img {
	float: none;
	margin-bottom: 10px;
}
#detail_content.ezine .float_left {
	float: left;
	margin-bottom: 10px;
}
#detail_content.ezine .float_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#detail_content .float_left {
	float: left;
	margin-bottom: 10px;
}
#detail_content .float_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;	
}
#popup_content #reproduction_info {
	color: #039;
	border-top: 1px solid #039;
	font-size: 80%;
	margin-top: 25px;
}
.popup_header_image {
	position: relative;
	top: 5px;
}
/* @group Career Opportunities */

/* @end */
/* @end */

/* @group What's New Page */

#whats_new_list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#whats_new_list li {
	padding: 20px;
	border: 2px solid #fbad14;
	margin-bottom: 20px;
	background-color: #fefce5;
}
#whats_new_list .title {
	font-weight: bold;
	font-size: 105%;
}

/* @end */

/* @group Resource Library */

.content #book_covers td {
	padding: 10px;
}
.content td.book {
	width: 146px;
	text-align: center;
	font-size: 90%;
	margin: 20px;
}
.content td.book .cover {
	height: 170px;
}
.content td.book .cover img {
	float: none;
	margin: 0 20px;
}
.content .book .title {
	clear: both;
	font-weight: bold;
}
.content .book .info {
	margin: 4px 0;
}

/* @end */

.ezine_header {
	font-weight: bold;
}
.pc {
	font-weight: bold;
	font-style: italic;
	color: #039;
}
/* @group Contact Form */

.contact_form input {
	width: 250px;
}
.contact_form textarea {
	width: 250px;
	height: 100px;
}
.contact_form tr {
	vertical-align: top;
}
.contact_form td {
	font-weight: bold;
}

/* @end */

/* @group Errors */
p.error {
	color: red;
	border: 1px solid red;
	padding:  10px;
	font-size: 120%;
}
/* @end */


.submit	{
	display: inline;
	background-color: #003399;
	color: white;
	padding: 3px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}
.content .submit a {
	color: white;
}