/*******************************************************************************
	Main Body Content
*******************************************************************************/
body { font-family: Trebuchet MS, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	line-height: 22px;
	scrollbar-arrow-color: #cccccc;
	scrollbar-face-color: #22638F;
	scrollbar-track-color: #ebebeb;
	background: url("../images/bodyfill-grn.gif") repeat-x;
	}

body#community {
	font-family: Trebuchet MS, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	line-height: 22px;
	scrollbar-arrow-color: #cccccc;
	scrollbar-face-color: #22638F;
	scrollbar-track-color: #ebebeb;
	background: url("../images/community-bodyfill.gif") repeat-x;
	}

td { font-family: Trebuchet MS, sans-serif; font-size: 12px; color: #000000;}


/*******************************************************************************
	Main Links CSS
*******************************************************************************/
a:link, a:visited, a:active {font-size: 14px; font-weight: 400; color: #16416c; text-decoration: none;}
a:hover {font-weight: 400; color: #666666; text-decoration: underline;}

a.selected { 
	background: url("../images/arrow.gif") no-repeat; 
	background-position: left center;
	padding-left: 15px;
	}


/*******************************************************************************
	Global (Navigation) Links CSS
*******************************************************************************/
#nav_links td a {text-decoration: none; display: block; line-height: 18px;}

#nav_links a:link, #nav_links a:visited, #nav_links a:active {
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;}

#nav_links a:hover {color: #ffffff; background-color: #205E87; line-height: 26px;}


/*******************************************************************************
	Header CSS
*******************************************************************************/
h2.top {font-family: Tahoma; font-size: 12px; color: #999999; text-align: right; margin-right: 20px; margin-bottom: 0px; font-weight: 400; line-height: 26px;}


/*******************************************************************************
	Footer CSS
*******************************************************************************/
#footer td {font-family: Trebuchet MS, sans-serif; font-size: 10px; color: #333333; text-align: center; line-height: 50px;}
#footer a:link, #footer a:visited, #footer a:active {font-family: Trebuchet MS, sans-serif; font-size: 10px; color: #333333; text-decoration: underline; font-weight: 400;}
#footer a:hover {color: #22638F; text-decoration: none;}

.ib {
	font-style: italic;
	font-weight: bold;
}

/*********************************************************************************
	Progress Bar
*********************************************************************************/	
.progress{
	height: 16px;
	color: #444;
	font-size: 12px;
    overflow: hidden;
	background-color: white;
	padding-left: 5px;
}

/*********************************************************************************
	Misc content styles
*********************************************************************************/
div.showtrain {
	margin-right: 10px;
	}

ul.popupul, ul.popupul li {
	list-style: none;
	}

#wide {
/*	background: url("../images/sidefill.jpg")repeat-x; */
/*	background: #0c4773; */
	background: #457342;
	}

p.highlightlink {
	margin: 5px 0 15px 0;
	padding: 5px;
	font-size: 120%;
	}

p.highlightlink a {
	font-weight: bold;
	padding: 5px;
	}
/*********************************************************************************
	Breadcrumb Menu styles
*********************************************************************************/	

#breadcrumbs {
	width: 640px; 
	margin: 0 0 10px 25px;
	height: 35px;
	background: url("../images/dotted-border.gif") repeat-x;
	background-position: bottom left;
	}

ul#breadcrumbList {
	list-style: none;
	display: inline;
	margin: 5px 0 15px 0;
	padding: 0;
	}

ul#breadcrumbList li {
	float: left;
	height: 18px;
	padding: 6px 0 0 4px; /* defines spacing of list items */
	font-size: 14px;
/*	background: url("../images/breadcrumbfill.gif") repeat-x; */
	margin-right: 0;
	color: #205e87;
	
	}

ul#breadcrumbList li#selected {
	background: url("../images/arrow2.gif") no-repeat;
	background-position: 5px center;
	padding: 6px 0 0 20px;
	font-weight: bold;
	color: #205e87;
	}

ul#breadcrumbList li a:link, ul#breadcrumbList li a:visited  {
	color: #205E87;
	text-decoration: none;
	font-weight: normal;
	}

ul#breadcrumbList li a:hover  {
	color: #444;
	text-decoration: none;
	font-weight: normal;
	}

ul#breadcrumbList li#selected a:link, ul#breadcrumbList li#selected a:visited  {
	color: #205e87;
	text-decoration: none;
	font-weight: bold;
	}

ul#breadcrumbList li#selected a:hover  {
	color: #205E87;
	text-decoration: none;
	font-weight: bold;
	}
	
/*********************************************************************************
	Sidebar content styles
*********************************************************************************/

.sidebarimg {
	position: absolute;
	right: -25px;
	top: -30px;
	width: 232px;
	height: 440px;
	background: url("../images/9-keys-report-img.png") no-repeat;
	}

.sidebarpage {
	width: 232px;
	height: 440px;
	background: url("../images/9-keys-report-img.png") no-repeat;
	float: right;
	position:relative;
	margin-right: 10px;
	margin-left: 5px;
	}

.sidebareducator {
	width: 232px;
	height: 468px;
/*	background: url("../images/educator-button-2.jpg") no-repeat; */
	float: right;
	margin-right: 10px;
	margin-left: 5px;
	padding-bottom: 1px;
	}

.sidebar-educator-casc {
	width: 232px;
	float: right;
	margin-right: 10px;
	margin-left: 5px;
	padding-bottom: 1px;
	}

a.educator-button-signup:link, a.educator-button-signup:visited {
	display: block;
	background: url("../images/educator-button-signup.png") no-repeat;
	width: 102px;
	height: 31px;
	text-decoration: none;
	}

a.educator-button-signup:hover {
	display: block;
	background: url("../images/educator-button-signup2.png") no-repeat;
	width: 102px;
	height: 31px;
	text-decoration: none;
	}

.sidebarwrapper {
	padding: 15px 25px 15px 15px;
	float:right;
	position:relative;
	}

.sidebarwrapper p {
	margin: 0;
	text-align: center;
	}

.sidebarwrapper p.whitetext {
	color: white;
	}

.sidebarwrapper p.nochange {
	color: black;
	}

.sidebarwrapper a {
	text-decoration: none;
	}

.sidebarwrapper a.whitetext:link, .sidebarimg a.whitetext:visited,
.listenwrapper a.whitetext:link, .listenwrapper a.whitetext:visited
 {
	color: white;
	font-size: inherit;
	}

.sidebarwrapper a.whitetext:hover, .listenwrapper a.whitetext:hover {
/*	color: #8DCBF3; */
	color: black;
	}

.sidebarwrapper a.nochange:link, .sidebarimg a.nochange:link
.listenwrapper a.nochange:link, .listenwrapper a.nochange:visited {
	color: black;
	text-decoration: none;
	}

.sidebarwrapper a.nochange:hover, .listenwrapper a.nochange:hover {
/*	color: #013759; */
	color: black;
	text-decoration: none;
	}

.listeninlive {
	width: 908px;
	height: 125px;
	background: url("../images/listen-live-roadmap-bg.gif") repeat-x;
	margin: 10px 0 10px 25px;
	}

.downloadbanner {
	width: 908px;
	height: 125px;
	background: url("../images/educator-download.jpg") no-repeat;
	margin: 10px 0 10px 0px;
	}

.listenwrapper {
	padding: 46px 25px 15px 144px;
	}

.listenwrapper p {
	margin: 0;
	}
.bottomleadcapture {
	margin: 10;
	}
#bookappt {
	position: fixed;
	right: 0px;
	top: 345px;
	}