/* link red: #b32b12 */
/* header blue: #2a76ac */
/* gray text: #595959; */
/* new blue: #0B76A8; */
@import url("base.css");

body {
    background: #6d6e71 url(/images/body-bg.png) repeat-x top;
    color: #333;
    position: relative;
}
img { 
    vertical-align:bottom;
}
.clear { 
    clear:both;
}
.col { 
    float: left;
}
a,
a:link,
a:visited,
a:active {
    color: #223C7C;
}
.admin { 
    color: red;
    font-size: small;
}
.admin:visited { 
    color: red; 
}

.container { 	
    width: 960px;
	margin: 0 auto;
	text-align: left;
    padding: 20px 0px 10px;
}

.header {
    position: relative;
    z-index: 5;
    min-height: 130px;
}
.header h1 {
    margin: 0;
}
.header .logo {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 60px;
    display: block;
}
.close-icon {
    outline: none;
    position: absolute;
    top: -12px;
    right: -12px;
    width: 30px;
    height: 30px;
    background: url(/images/close.png) no-repeat;
    text-indent: -9999px;
    display: block;
}
.accountnav {
    position: absolute;
    top: 0;
    right: 0;
}
.accountnav ul {
    margin: 0;
    overflow: hidden;
}
.accountnav li {
    margin: 0;
    list-style: none;
    float: left;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #2a76ac;
    font-weight: bold;
}
.accountnav li:first-child,
.accountnav li.first {
    border: none;
}
.accountnav p {
    text-align: right;
}

.nav {
    position: relative;
    display: block;
    float: right;
    height: 50px;
    width: 960px;
    background: url(/images/nav.png) no-repeat 0 10px;
    z-index: 1;
    margin-top: 80px;
}
.nav ul {
    margin: 0;
}
.nav ul li {
    display: block;
    float: left;
    margin: 0;
    z-index: 1;
    position: relative;
    cursor: pointer;
}
.nav a {
    cursor: pointer;
}
.nav > ul > li a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    padding-right: 12px;
}
.nav > ul > li a span {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 3px 0 15px;
    font-weight: bold;
}
.nav > ul > li > ul {
    display: none;
}
.nav > ul > li:hover {
    z-index: 2;
}
.nav > ul > li:hover > a {
    background: url(/images/nav-button-hover-menu.png) no-repeat bottom right;
    text-decoration: none;
    color: white;
}
.nav > ul > li:hover > a span {
    background: url(/images/nav-button-hover-menu.png) no-repeat top left;
}
.nav > ul > li.no-children:hover > a {
    background: url(/images/nav-button-hover.png) no-repeat bottom right;
    text-decoration: none;
    color: white;
}
.nav > ul > li.no-children:hover > a span {
    background: url(/images/nav-button-hover.png) no-repeat top left;
}
.nav > ul > li:hover > ul {
    display: block;
    position: absolute;
    top: 35px;
    z-index: 2;
}
.nav > ul > li > ul > li {
    float: none;
    background: url(/images/nav-menu.png) repeat-y top left;
    width: 254px;
    z-index: 2;
}
.nav > ul > li > ul > li.first {
    background: url(/images/nav-menu-top.png) no-repeat top left;
    padding-top: 15px;
}
.nav > ul > li > ul > li.last {
    background: url(/images/nav-menu-bottom.png) no-repeat bottom left;
    padding-bottom: 15px;
}
.nav > ul > li > ul > li a {
    background: none;
    color: #b3b3b3;
    text-transform: none;
    height: 25px;
    line-height: 25px;
}
.nav > ul > li > ul > li a span {
    background: none;
    height: 25px;
    line-height: 25px;
}
.nav > ul > li > ul > li a:hover {
    color: white;
    text-decoration: none;
}
.nav .starburst {
    position: absolute;
    top: 1px;
    left: 370px;
} 

.search {
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    top: 60px;
}
.search input.text { 
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px;
    display: block;
    float: left;
    width: 200px;
    padding-left: 3px;
}
.search button {
    display: block;
    float: left;
    height: 22px;
    width: 23px;
    background: url(/images/search-button.png) no-repeat top left;
    border: 0;
    cursor: pointer;
}
.search button:hover {
    background-position: bottom left;
}
.welcome {
    margin: 0;
    position: absolute;
    top: -18px;
    font-size: 13px;
}

.main {
    padding: 20px 25px;
    z-index: 4;
    background: white;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 7px -3px #000;
    -moz-box-shadow: 0 0 7px -3px #000;
    -webkit-box-shadow: 0 0 7px -3px #000;
}

.breadcrumbs {
    margin: 0;
    height: 20px;
    font-size: 13px;
}
.breadcrumbs li {
    float: left;
    list-style: none;
    margin: 0 0 0 5px;
    display: block;
}
.breadcrumbs li a {
    color: #999;
}


.footer {
    position: relative;
}
.footer-links {
    color: white;
}
.footer-links p {
    text-align: center;
    margin: 0;
}
.footer-links a {
    padding: 0 4px;
    font-size: 13px;
	color:white;
	text-decoration:underline
}
.footer li {
    text-align: center;
    color: white;
    list-style: none;
    font-size: 13px;
}

.body { 
    float: right;
    min-height: 400px;
    width: 690px;
    position: relative;
    margin-bottom: 50px;
}
.body-full {
    float: none;
    width: auto;
}
h1 { 
    font-size: 30px;
    margin-top: 0;
    color: #C92D12;
}
h2 {
    font-size: 22px;
    color: #C92D12;
}
h3 {
    font-size: 17px;
    color: #C92D12;
}
h4 {
    font-size: 15px;
    color: #C92D12;
}
h5 {
    font-size: 13px;
    color: #C92D12;
}
h6 {
    font-size: 13px;
    color: #C92D12;
}

.info { float: right; }
.info p { padding: 0; margin: 0; }
.body ol ol li { list-style-type: lower-alpha; }
.body ol li span { font-weight: bold; }

/* Button Styles */
.button {
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
    display: block;
}
.button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}
.button span {
	position: relative;
	display: block; 
	white-space: nowrap;	
    text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	.button span {
		margin-top: -1px;
	}
}
.button:hover {
    text-decoration: none;
}

.button-blue-24 {
    background: url(/images/button-blue-24.png) right -48px;
    height: 24px;
    line-height: 24px;
    border: 0;
    display: block;
    padding-right: 6px;
}
.button-blue-24 span {
    background: url(/images/button-blue-24.png) left top;
    height: 24px;
    line-height: 24px;
    display: block;
    padding: 0 7px 0 13px;
    color: white;
    font-weight: bold;
}
.button-blue-24:hover {
    background-position: right -72px;
}
.button-blue-24:hover span {
    background-position: left -24px;
}

.button-blue-42 {
    background: url(/images/button-blue-42.png) right -84px;
    height: 42px;
    line-height: 42px;
    border: 0;
    display: block;
    padding-right: 5px;
}
.button-blue-42 span {
    background: url(/images/button-blue-42.png) left -1px;
    height: 42px;
    line-height: 42px;
    display: block;
    padding: 0 7px 0 13px;
    color: white;
    font-weight: bold;
    font-size: 17px;
}
.button-blue-42:hover {
    background-position: right -126px;
}
.button-blue-42:hover span {
    background-position: left -42px;
}

.button-red-32 {
    background: url(/images/button-red-32.png) right -64px;
    height: 32px;
    line-height: 32px;
    border: 0;
    display: block;
    padding-right: 6px;
}
.button-red-32 span {
    background: url(/images/button-red-32.png) left top;
    height: 32px;
    line-height: 32px;
    display: block;
    padding: 0 7px 0 13px;
    color: white;
    font-weight: bold;
    font-size: 17px;
}
.button-red-32:hover {
    background-position: right -96px;
}
.button-red-32:hover span {
    background-position: left -32px;
}

.button-red-27 {
    background: url(/images/button-red-27.png) right -54px;
    height: 27px;
    line-height: 27px;
    border: 0;
    display: block;
    padding-right: 6px;
}
.button-red-27 span {
    background: url(/images/button-red-27.png) left top;
    height: 27px;
    line-height: 27px;
    display: block;
    padding: 0 7px 0 13px;
    color: white;
    font-weight: bold;
    font-size: 13px;
}
.button-red-27:hover {
    background-position: right -81px;
}
.button-red-27:hover span {
    background-position: left -27px;
}

/* Standard Form Styles */
.form {
    color: #000;
}
.form input.text,
.form select,
.form textarea {
    border: 1px solid #c7c7c7;
    margin-bottom: 10px;
}
.form input.text,
.form textarea { 
    width: 95%;
}
.form textarea { 
    height: 100px;
}
.form fieldset {
    position: relative;
    padding: 10px 10px 20px;
    background: #ededed;
    margin-bottom: 10px;
    clear: both;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.form label {
    display: block;
    font-size: 13px;
}
.form input.text { 
    padding: 0 3px;
    height: 21px;
    line-height: 21px;
}
.form input.file {
    margin-bottom: 10px;
}
.form .button { 
    float: left; 
}
.form legend {
    background: #777;
    padding: 5px 15px;
    color: white;
    font-size: 18px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.form label.checkbox {
    margin-bottom: 10px;
}
.form .half-col { 
    width: 50%;
    float: left;
}
.form .third-col {
    width: 32%;
    float: left;
    margin: 0 5px 0 0;
}
.form fieldset fieldset {
    margin-top: 10px;
    border: 1px solid #ccc;
}
.form fieldset fieldset legend {
    font-size: 100%;
    color: black;
    background: #ccc;
}
.form p { 
    margin-top: 0;
}
.form ul {
    margin-top: 0;
}
.form p.form-fineprint {
    color: #333;
    font-size: 12px;
    line-height: 14px;
    margin: 5px 10px;
}
.required { color: red; }
.notice, #notice { 
    color: red;
    font-weight: bold;
}
.form .notice {
    float: left;
    margin: 4px 0 0 10px;
}
.filter {
    position: relative;
}
.filter .form fieldset { 
    padding: 5px;
}
.filter .form label { 
    border: 1px solid #9F9F95;
    background: #bcbcb5;
    padding: 0 7px;
    font-weight: bold;
    text-align: center;
    color: white;
    display: block;
    float: left;
    font-size: 13px;
    height: 21px;
    line-height: 21px;
}
.filter .form input.text { 
    width: 380px;
    display: block;
    float: left;
    height: 15px;
    padding: 0 3px;
    margin-bottom: 0;
    height: 21px;
    line-height: 21px;
}
.filter .form .filter-search input.text {
    width: 395px;
}
.filter .form .filter-comments input.text { 
    width: 375px;
}
.filter .form select { 
    display: block;
    float: left;
    width: 200px;
    height: 23px;
    margin-bottom: 0;
}
.filter .form option { padding: 2px; }
.filter .form .button { display: block; float: left; margin: 0; }
.filter p.form-title { font-size: 14px; font-weight: bold; }

.community-filter .form input.text { width: 630px; }
.filter p { margin: 0; padding: 0; }

.form-modules,
#presentations div {
    border: 1px solid #9F9F95;
    padding: 5px;
    margin-bottom: 5px;
}

.connect-image { 
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    float: right;
}

/* Notifications */
.success,
.error,
.warning { 
    padding: 3px 10px;
    margin-bottom: 10px;
    border: 2px solid black;
    font-weight: bold;
    color: black;
}
.success ul,
.error ul,
.warning ul {
    margin: 0;
}
.success li,
.error li,
.warning li {
    padding: 3px 0;
}
.success {
    background: #e6e6ff;
    border-color: blue;
}
.error {
    background-color: #ffdfdf;
    border-color: red;
}
.warning {
    background-color: #fff9d0;
    border-color: #ffde00;
    font-weight: normal;
}

/* Pager styles (used in search) */
.pager { 
    margin-bottom: 5px; 
}
.pager .pages {
    float: right;
    padding: 0;
}
.pager .pages a {
    text-decoration: none;
}
.pager .pages a:hover { 
    text-decoration: underline;
}

/* Inline definitions style */
.dl-inline {
    font-size: 13px;
}
.dl-inline dt {
    display: block;
    float: left;
    font-weight: bold;
    clear: left;
    width: 110px;
    text-align: right;
}
.dl-inline dd {
    margin-left: 115px;
    padding-bottom: 5px;
}

.profileimg {
    float: right;
    text-align: right;
    margin: 5px;
}



/* Standard Table styles */
.table {
    margin:10px 1px;
    width:99.9%;
    border-collapse: collapse;
}
.table td, .table th {
    border: 1px solid #afafaf; 
    padding: 4px;
}
.table td { 
    background: white;
}
.table th { 
    background: #dfdfdf;
}
.table tr.super-heading th { 
    color: white; 
    font-size: 18px; 
    background: #bbb;
    text-align: left;
}
.table .center { text-align: center; }
.table .viewed { width: 100px; }
.table-userreport {
    border: 2px solid #afafaf;
}
.table-userreport .sub-heading th {
    background: #c7c7c7;
}
.table .even td {
    background: #f7f7f7;
}

#playerDiv { 
    position: relative;
    background: #ededed;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    width:100%;
    height:285px;
    margin-bottom: 10px;
}
#playerDiv #inline-player { 
    text-align:center;
    clear:both;
}
#playerDiv #inline-player embed,
#playerDiv #inline-player object {
    margin: 20px auto 0 auto;
}

.faq .letter { 
    float: left;
    display: block;
    width: 25px;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: right;
}
.faq h2 {
    padding-left: 30px;
    border: none;
}
.faq p { 
    padding-left: 30px;
    padding-top: 0;
}
.faq hr {
    margin: 20px 0;
}
.faq ol, .faq ul {
    padding-left: 30px;
}

#email-confirm p.email-error { color: red; }
#email-confirm p.email-success { color: blue; }

.feedicon { display: block; float: right; margin: 5px; }
.feedicon img { border: none; margin: 0; float: none; }

.edit { float: right; font-size: 75%; }

.news p { margin-bottom: 10px; }

.bookmarks a img { 
    border: none; 
    vertical-align: text-top;
}
.bookmarks li,
ul.search-results .bookmarks li { 
    display: block; 
    list-style: none;
    float: left; 
    font-size: 10px; 
    padding: 0;
    margin-right: 5px;
    border: none;
}

.network-item {
  padding: 10px 0;
}
.network-item-image { float: left; width: 45px; display: inline; }
.network-item-content {
    margin-left: 55px;
    min-height: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.network-item-content h3 {
    padding: 0;
}
.network-item-content p {
    padding: 0;
}

.status-image { float: left; }
.status-input { margin-left: 60px; }
.status-input textarea { height: 30px; margin-bottom: 0; } 
.status-input input.button { margin: 0; }

.network-comments { background: #E6E6DC; margin-left: 50px; padding: 0 5px; position: relative; top: -10px; }
#comment-show { padding: 2px 0; border-bottom: 1px solid #ccc; margin-bottom: 2px; }
.network-comments .network-item-content { margin-bottom: 0; min-height: 50px; }
.network-comments .form textarea { height: 30px; margin-bottom: 0; }
.network-comments .form input.button { margin: 0; }
.network-comments .form fieldset { padding: 5px; position: relative; }
.network-comments .form fieldset .network-item-content { 
    margin-left: 0;
    width: 490px;
    float: right;
}

.message_options { list-style:none; padding:0px; margin:0px; }
.message_options li { display:inline; }
.message-header { background: #E6E6DC; padding: 10px; }
.message-header h2 { font-size: 17px; }
.message-header h3 { font-weight: normal; }
.message-body { border: 5px solid #e6e6dc; padding: 10px; margin-bottom: 10px; }
.message-img { float: right; }

.body h2.accordion {
}
.body h2.accordion a {
    background: url(/images/accordion.png) no-repeat 3px bottom;
    color: #595959;
    padding-left: 25px;
    outline: none;
}
.body h2.accordion a:hover {
    text-decoration: none;
}
.news {
    margin-left: 25px;
}

.testimonials {
  font-size: 16px;
}
.testimonials .reference {
  font-size: 14px;
  padding: 10px 0;
  color: #aaa;
  text-align: right;
  margin-top: 0;
}

.autocomplete-w1 { position:absolute; top:4px; left:3px; /* IE6 fix: */ _background:none; _top:1px; }
.autocomplete { width:300px; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE specific: */ _height:350px;  _margin:0px 6px 6px 0; overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }

.sidebar-left {
    float: left;
    width: 200px;
    min-height: 500px;
    position: relative;
}

p.callout {
    color: #2a76ac;
    margin: 0 auto 20px;
    font-size: 22px;
}

.social-bookmarks-icons {
    float: right;
}
.social-bookmarks-icons li {
    float: left;
    margin-left: 5px;
    list-style: none;
}
.social-bookmarks-icons li img {
    border: none;
}
    

.comments span.comment-date {
    font-size: 12px;
}
.comments strong {
    color: #b32b12;
}
.comments .comment-links {
    font-size: 12px;
}
.comment {
    background: #EDEDED;
    padding: 10px;
    margin-bottom: 3px;
    margin-left: 200px;
}
.comments .depth0 {
    margin-left: 0px;
}
.comments .depth1 {
    margin-left: 40px;
}
.comments .depth2 {
    margin-left: 80px;
}
.comments .depth3 {
    margin-left: 120px;
}
.comments .depth4 {
    margin-left: 160px;
}
.comments .depth5 {
    margin-left: 200px;
}

.comments .reply-form fieldset {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}
.comments .reply-form textarea {
    width: 99%;
    height: 20px;
    margin-bottom: 0;
}

/* the overlayed element */
.simple_overlay,
.tester_overlay,
.signin_overlay,
.audio_overlay {
	display:none;
	z-index:20;
	background-color:#333;
	width:650px;	
	/*min-height:500px;*/
	-moz-box-shadow:0 0 20px 6px #333;
	-webkit-box-shadow:0 0 20px 6px #333;
	box-shadow:0 0 20px 6px #333;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
}
.signin_overlay {
    width: 400px;
    min-height: 50px;
    background-color: white;
    text-align: center;
}
.audio_overlay {
    min-height: 50px;
    background-color: white;
    padding: 20px;
}
.tester_overlay {
    padding: 20px;
    min-height: 0px;
    font-size: 13px;
}
.courses_overlay_inner,
.tester_overlay .tester-inner {
    background-color: white;
    max-height: 500px;
    overflow: auto;
    padding: 0 10px;
}
.courses_overlay_inner h2 {
    margin: 0;
}
.courses_overlay_inner h3 {
    margin: 0;
    font-size: 16px;
}
.courses_overlay_inner h4 {
    margin: 10px 0 0;
    font-size: 14px;
}
.courses_overlay_inner li {
    font-size: 13px;
}

/* close button positioned on upper right corner */
.close {
    outline: none;
    position: absolute;
    top: -12px;
    right: -12px;
    width: 30px;
    height: 30px;
    background: url(/images/close.png) no-repeat;
    text-indent: -9999px;
    display: block;
    cursor: pointer;
}
.overlay_text {
    background: white;
    width: 630px;
    margin: 10px auto;
    padding: 10px;
}

.tester-link {
    font-family: Verdana,Arial,Helvetica,sans-serif !important;
    background:none repeat scroll 0 0 #FFF0F0 !important;
    border:1px solid red !important;
    color:red !important;
    display:block !important;
    font-size:14px !important;
    height:11px !important;
    left:-5px !important;
    line-height:14px !important;
    padding-left:1px !important;
    position:absolute !important;
    text-decoration:none !important;
    top:-5px !important;
    width:10px !important;
    z-index: 5 !important;
    text-indent: 0 !important;
}
.tester-link:visited {
    color: red !important;
}

.tester_overlay ul,
.tester_overlay ol {
    margin: 10px 0;
}
.tester_overlay ul ul {
    margin: 0;
}
.tester_overlay li {
    margin-left: 20px;
}

.tester_overlay table td {
    width: 50%;
}


.offers {
}
.offers .bullet-list {
    padding: 0 10px 0 20px;
}
.offers .bullet-list li {
    font-size: 17px;
    margin-left: 20px;
    font-weight: bold;
}
.offers .bullet-list li span {
    color: #0C65A1;
    font-weight: bold;
}
.offers .calloutbox p {
    padding: 10px 0;
}
.offers .calloutbox li { 
    margin-left: 15px;
}
.certification-icons {
    width: 566px;
    height: 100px;
    padding: 10px;
    border: 1px solid #9f9f95;
    background: white;
}
.certification-icons img {
    width: 100px;
    height: 100px;
    float: left;
    margin: 0 6px;
}

ul.search-results li {
    list-style: none;
    border-bottom: 1px solid #9F9F95;
    margin: 0 0 15px;
    font-size: 18px;
}
ul.search-results li li {
    list-style: disc;
    border: none;
    font-size: inherit;
    margin: 0 0 0 30px;
}
ul.search-results li span.info {
    float: right;
    font-size: 13px;
}

.col-left {
    float: left;
    width: 330px;
}
.col-right {
    float: right;
    width: 330px;
}

.sidebar-video {
    background: url(/images/sidebar-video-bg.png) no-repeat;
    width: 172px;
    height: 126px;
    padding: 16px 14px;
    margin-bottom: 15px;
}
.sidebar-buttons {
    margin: 25px 0;
}   
.sidebar-buttons:first-child {
    margin-top: 0;
}
.sidebar-buttons .button {
    width: 170px;
    margin: 10px auto;
}
.sidebar-gogocast {
    margin-bottom: 30px;
}
.sidebar-gogocast .button {
    width: 85px;
    margin: 0 auto;
}
.sidebar-gogocast p {
    padding: 0 15px;
    text-align: center;
}
.sidebar-bookmarks li {
    list-style: none;
    display: block;
    float: left;
    margin: 0 5px 0 0;
}
.sidebar-bookmarks a {
    display: block;
    width: 25px;
    height: 25px;
    background: url(/images/social-bookmarks.png) no-repeat;
    text-indent: -9999px;
}
.sidebar-bookmarks .reddit a {
}
.sidebar-bookmarks .reddit a:hover {
    background-position: 0 bottom;
}
.sidebar-bookmarks .yahoo a {
    background-position: -25px top;
}
.sidebar-bookmarks .yahoo a:hover {
    background-position: -25px bottom;
}
.sidebar-bookmarks .facebook a {
    background-position: -50px top;
}
.sidebar-bookmarks .facebook a:hover {
    background-position: -50px bottom;
}
.sidebar-bookmarks .stumble-upon a {
    background-position: -75px top;
}
.sidebar-bookmarks .stumble-upon a:hover {
    background-position: -75px bottom;
}
.sidebar-bookmarks .google a {
    background-position: -100px top;
}
.sidebar-bookmarks .google a:hover {
    background-position: -100px bottom;
}
.sidebar-bookmarks .twitter a {
    background-position: -125px top;
}
.sidebar-bookmarks .twitter a:hover {
    background-position: -125px bottom;
}
.sidebar-bookmarks .digg a {
    background-position: -150px top;
}
.sidebar-bookmarks .digg a:hover {
    background-position: -150px bottom;
}

.sidebar-box {
    background: url(/images/sidebar-box.png) no-repeat top left;
    min-height: 120px;
    padding: 5px 15px;
    margin-bottom: 20px;
    position: relative;
}
.sidebar-box h3 {
    font-size: 17px;
    font-family: Arial, sans-serif;
    margin-top: 0;
}
.sidebar-box h3 a {
    color: #b32b12;
}
.sidebar-box h4 {
    font-size: 15px;
    font-family: Arial, sans-serif;
}
.sidebar-box-short {
    background: url(/images/sidebar-box-short.png) no-repeat top left;
    min-height: 78px;
}

.join-info {
    margin-bottom: 20px;
}
.join-info li {
    margin-bottom: 5px;
}

.widget-blog h3 {
    background: url(/images/widget-blog-icon.png) no-repeat 0 2px;
    padding-left: 44px;
}
.widget-blog h3 span {
    display: block;
    font-size: 13px;
    color: #595959;
    font-weight: normal;
}
.widget-blog li {
    margin: 0 0 10px 0;
    list-style: none;
}
.widget-blog li a span {
    display: block;
    font-style: italic;
    color: #595959;
    font-size: 12px;
}

.course-preview-videos li {
    float: left;
    list-style: none;
    margin-left: 10px;
}

.footer-box {
    min-height: 100px;
    width: 870px;
    padding: 13px 25px;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: inset 0 0 7px -4px #000;
    -moz-box-shadow: inset 0 0 7px -4px #000;
    -webkit-box-shadow: inset 0 0 7px -4px #000;
}

.footer-email {
    /*background: url(/images/footer-email-middle.png) repeat-y;*/
    width: 237px;
    min-height: 50px;
    padding: 10px 15px;
    border: 2px solid #B4C6D4;
    background: #E6F0F9;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.footer-email h3 {
    margin: 0;
    font-size: 21px;
}
.footer-email p {
    margin: 0;
    font-size: 13px;
}
.footer-email input.text {
    border: 1px solid #c7c7c7;
    width: 100px;
    display: block;
    width: 217px;
    line-height: 20px;
    font-size: 12px;
    margin: 10px 0;
    padding: 0 4px;
    height: 20px;
}

.footer-column {
    float: left;
    margin-left: 25px;
}
.footer-column-email {
    margin-left: 0;
}
.footer-box h4 {
    font-size: 15px;
    margin: 0;
}
.footer-column li {
    list-style: none;
    margin: 0 0 0 10px;
    text-indent: -10px;
}
.footer-column-social {
    width: 250px;
}
.footer-column-social img {
    float: left;
    margin-right: 15px;
}
.footer-column-social ul {
    margin: 0;
}
.footer-column-social li {
    clear: both;
}
.footer-column-social li a {
    color: #6f6f71;
}
.footer-tabs-pane {
    overflow: hidden;
}

/* Styles added by Tim Salam */
ul.home-hed {
	margin: 0 0 0 50px;
	font-size: 22px; 
	font-weight: bold; 
	line-height: 1.125;
}
.header-special {
	margin: 0 0 55px 0;
	display: block;
    position: relative;
    top: 27px;
    left: 25px;
}
/* END Tim styles */

.course-head-info table {
    margin-top: 0;
}
.course-head-info th {
    text-transform: uppercase;
    color: white;
    padding: 4px 4px 4px 10px;
    font-family: Arial, sans-serif;
    background: #2a75ac;
    font-weight: normal;
    border-bottom: 0;
    font-size: 16px;
    margin: 0;
}
.course-head-info td {
    padding-left: 10px;
    vertical-align: top;
}
.course-head-info ul {
    margin: 0;
}
.course-head-info ul li {
    margin: 0 0 5px;
    list-style: none;
}
.course-head-info .price {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #448141;
}
.course-head-info .price sup {
    font-size: 18px;
}
.course-head-media {
    margin-bottom: 20px;
    overflow: hidden;
}
.course-video {
    float: left;
}
.course-images {
    float: right;
    width: 460px;
}
.course-images ul {
    margin: 0;
}
.course-images li {
    float: left;
    list-style: none;
    margin: 0;
}
.course-images div {
    width: 138px;
    height: 115px;
    color: white;
    background: black;
    margin: 0 0 15px 15px;
}
.course-nav th, .course-nav td {
    border: 0;
}
.course-nav {
    border: 1px solid #afafaf;
    overflow: hidden;
}
.course-nav a {
    display: block;
    width: 110px;
    float: left;
    padding: 4px 4px 4px 10px;
}
.course-page {
    padding-bottom: 100px;
}
.course-page h2 span {
    font-size: 12px;
}

.header-banners {
    overflow: hidden;
    margin-bottom: 10px;
}
.header-banners li {
    list-style: none;
    margin-left: 15px;
    float: left;
}
.header-banners li:first-child {
    margin-left: 0;
}
.header-banners img {
    width: 310px;
}
.header-tagline {
    position: absolute;
    top: 0;
    left: 300px;
    width: 350px;
}
.header-tagline p {
    margin: 0;
}

ul.list-bullets li {
    list-style: disc;
    margin: 0 0 0 35px;
}

ul.courses-list {
    float: left;
}
ul.courses-list li {
    list-style: none;
    margin-left: 0;
}
.four-column ul.courses-list {
    width: 25%;
}
.three-column ul.courses-list {
    width: 33%;
}
.course-listing {
    overflow: hidden;
}

.course-listing .col {
    width: 223px;
    margin-left: 10px;
}
.course-listing .col:first-child {
    margin-left: 0;
}

.footer-column-courses {
    width: 410px;
}
.footer-tabs-top {
    background: url(/images/footer-tabs-top.png) no-repeat;
    width: 875px;
    height: 21px;
    margin-top: 10px;
}
.footer-tabs {
    background: url(/images/footer-tabs-middle.png) repeat-y;
    width: 875px;
}
.footer-tabs-bottom {
    background: url(/images/footer-tabs-bottom.png) no-repeat;
    width: 875px;
    height: 21px;
}
.footer-tabs-links {
    margin: 0;
}
.footer-tabs-links li {
    float: left;
    list-style: none;
}
.footer-tabs-links .button {
    background: url(/images/footer-tabs-button.png) right -84px;
    height: 28px;
    line-height: 28px;
    border: 0;
    display: block;
    padding-right: 6px;
    outline: none;
}
.footer-tabs-links .button span {
    background: url(/images/footer-tabs-button.png) left -28px;
    height: 28px;
    line-height: 28px;
    display: block;
    padding: 0 7px 0 13px;
    text-transform:uppercase;
    font-weight: bold;
}
.footer-tabs-links .current {
    background: url(/images/footer-tabs-button.png) right -56px;
}
.footer-tabs-links .current span {
    background: url(/images/footer-tabs-button.png) left top;
}
.footer-certification {
    overflow: hidden;
}
.footer-certification h4 {
    margin-left: 20px;
}
.footer-certification .footer-column {
    width: 149px;
}
.training-link span {
    float: right;
}


.billing_info_extra {
    display: none;
    position: absolute;
    width: 250px;
    border: 1px solid black;
    background: white;
    font-size: 13px;
    padding: 10px;
    bottom: 0;
    left: -280px;
}
.billing_info_extra li {
    list-style: none;
}

#short-join input.text, #short-join select {
	margin-bottom: 5px;
}
.home-slider-container {
	background: #c2c2c2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    padding: 10px 0;
    margin-bottom: 25px;
}

.package-form {
    overflow: hidden;
}
.package-form .radio-selection-conatiner {
    overflow: hidden;
}
.package-form .radio-container {
    width: 160px;
    float: left;
    margin: 20px 0 20px 10px;
    text-align: center;
}
.package-form .radio-container:first-child {
    margin-left: 0;
}

.program-container {
    border: 2px solid #999;
    padding: 10px;
    width: 138px;
    float: left;
    margin-left: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    position: relative;
    margin-top: 40px;
}
.program-container:first-child {
    margin-left: 0;
}
.program-selection-container {
    position: relative;
    padding-top: 160px;
    padding-bottom: 20px;
}
.program-selection-container .section2 {
    margin-top: 156px;
}
.program-selection-container .section3 {
    margin-top: 258px;
}
.program-selection-container .section4 {
    margin-top: 360px;
}

.program-container ul {
    background: url(/images/program-arrow.png) no-repeat top center;
    padding-top: 21px;
    margin: 0;
}
.program-container ul:first-child {
    background: none;
    padding-top: 0;
}
.program-container li {
    list-style: none;
    margin: 0;
}
.program-container li a {
    display: block;
    color: white;
    background: #0077a2;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
}
.program-container li:first-child a {
    margin-bottom: 5px;
}
.program-container .level2 li a {
    background: #089da4;
}
.program-container .level3 li a {
    background: #56a83a;
}
.program-container .level4 li a {
    background: #005c2b;
}
.program-container h3 {
    color: blue;
    text-align: center;
    font-family: Arial, sans-serif;
    background: white;
    position: absolute;
    width: 138px;
    top: -40px;
    left: 10px;
}
.program-container h3 span {
    color: #333;
    font-size: 11px;
    display: block;
}
.program-selection-container form button {
    margin: 10px auto 0;
}

.deal-content-container {
    overflow: hidden;
    background: url(/images/gogo-girl.jpg) no-repeat 215px 0;
    min-height: 500px;
}
.deal-content {
    border: 2px solid #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    padding: 10px;
    width: 400px;
    float: right;
    margin-top: 88px;
    background: white;
}
.deal-courses {
    float: right;
    width: 420px;
    margin-top: 35px;
}
.deal-courses h3,
.deal-content h3,
.deal-contact h3 {
    color: blue;
    font-size: 23px;
}
.deal-courses ul.column {
    float: left;
    width: 210px;
}
.deal-contact {
    width: 300px;
    float: left;
    margin-top: 75px;
}
.deal-contact p {
    font-size: 20px;
}
.deal-video {
    float: left;
    width: 450px;
    margin-bottom: 30px;
}
.deal-video h2 {
    color: #FF7700;
    font-size: 23px;
    font-weight: bold;
}
.deal-page h1 {
    background: #83C142;
    text-align: center;
    padding: 10px 0;
    color: white;
}
.deal-courses .button-blue-42 {
    margin: 0 auto;
}
.deal-courses .button-blue-42 span {
    padding: 0 120px 0 126px;
}
.program-vid {
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    width: 450px;
    height: 259px;
}

.register-info {
    padding: 10px;
}
.register-info h2 {
    margin-top: 0; 
}

.module-image {
    width: 100px;
    height: 75px;
    background: black;
    color: white;
    float: left;
    margin-right: 15px;
}

.program-prices {
    font-size: 13px;
    margin-top: 10px;
}
.program-prices table {
    display: block;
}
.program-prices td {
    padding-left: 5px;
}
.program-prices td:first-child {
    text-align: right;
    width: 50%;
}
.your-price {
    font-size: 16px;
    color: red;
}
.you-save {
    color: red;
}

.home-courses-container {
    background: #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    width: 900px;
    margin-bottom: 20px;
}
.home-courses {
    background: white;
    padding: 10px;
}
.home-courses-container h2 {
    margin-top: 0;
}
.home-video-container {
    margin-bottom: 20px;
    overflow: hidden;
}
.home-video {
    float: left;
    width: 535px;
}
.home-video h2 {
    font-size: 33px;
    margin: 0 0 20px;
}
.home-signup {
    float: right;
    width: 340px;
    background: #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    margin-top: 47px;
}
.home-signup-inner {
    background: white;
    padding: 10px;
    overflow: hidden;
}
.home-signup h3 {
    margin-top: 0;
    font-size: 19px;
    font-weight: normal;
    color: blue;
}
.home-companies li {
    list-style: none;
    float: left;
    margin: 0 10px 10px;
}
.home-companies {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    height: 70px;
}
.home-companies ul {
    position: absolute;
}
.home-companies-container h2 {
    text-align: center;
}

