/* @override http://www.askourcoach.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: #A68C4D;
}
img {
	border-width: 0px;
}

div.clearificator {
	clear: both;
}
.intro {
	color: #336699;
	font-size: 12px;
}

/* @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;
}
#top_navigation li {
	display: inline;
	padding-left: 20px;
}
#top_navigation a {
	color: #313e5d;
	text-decoration: none;
}
#top_navigation a:hover {
	color: #C93;
}


/* @end */

/* @group What's New Ticker */

#whats_new {
	position: absolute;
	width: 100%;
	top: 28px;
	left: 0;
}
#whats_new .positioner {
	width: 980px;
	margin: 0 auto;
}
#whats_new #ticker {
	width: 342px;
	height: 74px;
	float: right;
	background-image: url(/images/whats_new_bg.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
#whats_new #ticker_display {
	margin: 37px 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: 146px;
	margin: 10px auto 10px auto;
	background-color: #ffffff;
	background-image: url('/images/header2.gif');
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
}
#logo span {
	display: block;
	clear: both;
	height: 146px;
}
#logo_new {
	width: 1000px;
	margin: 0 auto;
	height: 102px;
}

/* @end */

/* @group Main Navigation */


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

#nav a {
	font-size: 15px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	display: inline; /*must be inline for main nav line ie 6*/
	padding: 6px 32px 0 32px;
	xborder-color: #336699;
	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;
}

#subMenusContainer a{
	text-decoration:none;
	display:block;
	height: 24px;
	width: 165px;
	padding: 5px 32px 0 32px;
	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: #c93;
}

#nav li a:hover, #nav li a:focus, #nav a.mainMenuParentBtnFocused {
	border-style: solid;
	border-color: #336699;
	border-width: 1px;
	padding: 6px 31px 3px 31px;
	
	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: #dbe4e6;
	xbackground-color: #ebf5f7;

}



/* @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: #000000;
	font-size: 95%;
}
.module a {
	xcolor: #8c7641;
	color: #369;
	font-size: 95%;
}
.module .header {
	display: block;
	background-color: #336699;
	color: #c93;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-width: 0 0 8px 0;
	border-color: white;
	border-style: solid;
}
.module .header span {
	display: inline-block;
	background-color: white;
	margin-left: 11px;
	padding: 1px 4px;
}
.module .button {
	display: inline;
	background-color: #cf3829;
	color: white;
	padding: 2px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
}
.module .button:hover {
	background-color: #c93;	
}
.linked_in a {
	text-decoration: none;
}
.linked_in img {
	position: relative;
	top: 2px;
}
/* @end */

/* @group Content */

.content {
	width: 558px;
	background-color: #fefffb;
	text-align: justify;
	color: #001747;
	display: block;
	border: 1px solid #336699;
	padding: 10px;
	overflow: visible;
	min-height: 450px;
}
.content a {
	color: #000;
	font-weight: bold;
}
.q_and_a img {
	float: left;
	margin: 0 20px 20px 0;
}
.content .subsection_title {
	background-color: #ffffff;
	color: #336699;
	xtext-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	padding: 2px;
}
.content .subsection_content {
	padding: 8px 8px 20px 8px;
	margin-bottom: 6px;
	width: 538px;	
}

.q_and_a .subsection_content img {
	margin: 14px 10px 0px 5px;
}

.content .subsection {
	border: 2px solid #0151a6;	
	margin-bottom: 10px;
}
.content .short_title {
	color: #c00000;
	xcolor: #ca450e;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

.q_and_a .toggler {
	background-image: none;
}

.content .toggler {
	padding: 8px 8px 10px 8px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position-x: 445px;
	background-position-y: 11px;
}
.content .toggler img{
	margin: 14px 10px 0px 5px;
}

.content ol li {
	margin-bottom: 5px;
}
.content ul li {
	margin-bottom: 2px;
	margin-right: 0px;
	padding-right: 0px;
	text-align: left;
}
#tips li {
	margin-top: 16px;
}
.content_header {
	color: #336699;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

/* @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 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 Testimonials */

.module.testimonials ul {
	list-style-type: none;
	padding: 0px 0px;
	margin: 3px 0px;
}
.module.testimonials li {
	margin-bottom: 20px;
	margin-left: 7px;
	width: 185px;
}
/* @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 */

/* @end */

module#aoc_logo {
	width: 10px;
}


/* @group Page Title */

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

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

/* @group Footer */

#footer {
	clear: both;
	width: 1000px;
	margin: auto;
	background-color: #336699;
	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;
}

#detail_content.event .date {
	font-size: 110%;
	font-weight: bold;
}

/* @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 */

.content.tip li {
	padding-top: 8px;
	padding-bottom: 8px;
}
