
p,fieldset,table {
	/*so things don't run into each other*/
	/*margin-bottom:1em; */ margin:1em 0 ;
}

ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}

ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}

dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}

/* Re-reset certain lists */
ol.clean li, ul.clean li, ul.tabs li {
    list-style: none;
}

ol.clean, ul.clean, dl.clean, ul.tabs {
    margin:0;
    padding:0;
}


strong {
		font-weight:bold;
}


a, a:visited {
	text-decoration: none;
        color: #47ccf3;
}

body {
	/*background: #e0dfdf url(/images/background-body.png) repeat-x;*/
        background: #e0dfdf url(/images/background-body-inner.gif) repeat-y top center;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

#body-inner {
    background: transparent url(/images/background-body.png) repeat-x;
	/*background: transparent url(/images/background-body-inner.gif) repeat-y center 5px;*/

}

#container {
	width: 980px;
	position: relative;
	margin: auto;
	min-height: 500px;
}

#header {
	height: 137px;
	background: transparent url(/images/background-header.png) no-repeat;
	position: relative;
}

#logo {
	background: url(/images/logo.png);
	width: 213px;
	height: 51px;
	display: block;
	position: absolute;
	top: 29px;
	left: 20px;
}

#badges {
	position: absolute;
	top: 26px;
	left: 271px;
	border-left: 3px solid #385661;
	height: 55px;
	background: url(/images/background-badges.gif) no-repeat;
	width: 248px; /* width of background */
}

#top-navigation {
	position: absolute;
	right: 0;
}

#top-navigation li {
	float: left;
}

#top-navigation li a {
	color: #385661;
	font-weight: bold;
	font-size: 12px;
	padding: 13px 8px 0 8px;
	height: 9px;
	display: block;
}

#top-navigation li a:hover, #top-navigation li a.highlight {
	background: url(/images/background-top-navigation.gif) repeat-x;
        color: #95dcf1;
}

#top-navigation li ul {
	display: none;
	}

#top-navigation li ul li a:hover {
	background: none;
}

#top-navigation li ul li {
	float: none;
	}






#navigation {
	position: absolute;
	bottom: 0;
	left: 20px;
	padding-right: 30px;
	background: url(/images/navigation-shadow.png) no-repeat right;
}

#navigation li {
	float: left;
}

#navigation li a {
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 16px;
	background: #0b4c7f url(/images/navigation-shadow.png) no-repeat left;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
}

#navigation li a.first {
	background: #0b4c7f;
}

#navigation li a:hover, #navigation li a.highlight {
	background: #3f87c0 url(/images/navigation-shadow.png) no-repeat left;
}

#navigation li a.first:hover, #navigation li a.first.highlight {
	background: #3f87c0;
}

#main {
	position: relative;
}

body.layout-2 #main,body.layout-3 #main {
	background: transparent url(/images/slideshow/slide-1.jpg) no-repeat;
}

#cart {
	position: absolute;
	right: 20px;
	bottom: 0;
	height: 34px;
	width: 250px;
	line-height: 34px;
	background: #3f87c0;
	text-align: center;
	color: #ffffff;
}

#cart span {
	margin-right: 10px;
}

#cart a {
	margin-left: 10px;
	font-weight: bold;
	color: #ffffff;
}

#slideshow-wrapper {
	position: relative;
	height: 225px;
}

#book-a-course {
	position: absolute;
	top: 52px;
	right: 20px;
	background: transparent url(/images/book-a-course.png);
	width: 254px;
	height: 90px;
	z-index: 5000;
}

#book-a-retake {
	position: absolute;
	top: 147px;
	right: 20px;
	background: transparent url(/images/book-a-retake.png);
	width: 122px;
	height: 30px;
	z-index: 5000;
}

body.layout-3 #book-a-course,body.layout-3 #book-a-retake {
	display: none;
}

#content {
	float: left;
	width: 690px;
}

body.layout-2 #content {
	background: transparent url(/images/background-content.png) no-repeat
		right top;
	padding-top: 14px;
	margin-top: 50px;
}

body.layout-3 #content {
	margin-top: 50px;
}

#content-inner {
	padding: 20px 10px 0 20px;
	color: #363636;
	background-color: #ffffff;
	min-height: 500px;
        overflow: auto;
}

#content .content-a,#content .content-b {
	float: left;
	width: 310px;
}

#content .content-a {
	padding-right: 10px;
}

#content .content-b {
	padding-left: 10px;
}

#sidebar {
	width: 250px;
	float: left;
	padding: 20px;
	background: #ffffff;
	min-height: 200px;
}

body.layout-2 #sidebar {
	margin-top: 225px;
}

body.layout-3 #sidebar {
	margin-top: 50px;
}


#sidebar a {
	text-decoration:underline;
	color: #000000;
}

#sidebar a:hover {
	color: #000000; text-decoration:none;
}


h1 {
	font-size: 30px;
	color: #0a4a7e;
	margin-bottom: 10px;
}

h2 {
	font-size: 22px;
	color: #0a4a7e;
	margin-bottom: 10px;
}

#content-inner .faq h3 {
	font-size: 16px;
	color: #0a4a7e;
	margin: 10px 0;
}

.block h3 {
	font-weight: bold;
	font-size: 20px;
}

br.clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 0 0
}

.block {
	width: 218px;
	height: 94px;
	background: #cfcdcd url(/images/background-block.png) repeat-y;
	padding: 16px;
	color: #252525;
        margin-bottom: 20px;
}

#footer {
	margin: 15px 10px 0 10px;
	height: 70px;
	width: 960px;
	color: #b7b7b7;
	padding-bottom: 30px;
	background: transparent url(/images/background-footer.png) no-repeat;
}

#footer .description {
	float: left;
	line-height: 46px;
	padding-left: 94px;
	color: #ffffff;
	margin:0;
}

#footer ul {
	float: right;
	line-height: 46px;
	margin-right: 10px;
}

#bottom-links li {
	float: left;
	display: block;
	color: #ffffff;
	text-transform: capitalize;
}

#bottom-links li a {
	margin: 0 5px;
	color: #ffffff;
}

#bottom-links li a:hover {
	color: #95dcf1;
	
}

#footer .butter {
	float: right;
	margin-top: 5px;
}

#footer .butter a {
	color: #b7b7b7;
	text-decoration: underline;
}
#footer .butter a:hover {
text-decoration:none;}

#footer .copyright {
	float: left;
	margin-top: 5px;
}

.block.join input {
	border: 1px solid #a0a0a0;
	height: 22px;
	width: 154px;
	padding: 0 3px;
	float: left;
	font-size: 12px;
	color: #464646;
}

.block.join input.submit {
    height: 22px;
    width: 50px;
    margin-left: 4px;
    display: block;
    cursor: pointer;
    line-height: 26px;
    background: #f1f1f1;
}


#main {
	position: relative;
	min-height: 500px;
}

#progress li {
	height: 25px;
	width: 130px;
	background: transparent url(/images/progress.png) no-repeat;
	float: left;
	line-height: 25px;
	text-align: center;
	font-size: 11px;
	color: #939393;
	text-transform: capitalize;
	margin-bottom:10px;
}

#progress li.highlight {
	background-position: 0 -25px;
	color: #0a4a7e;
}

/*
table.courses {

}

table.courses th {
	text-align: center;
	font-weight: bold;
        border: 1px solid #ccc;
	padding: 3px;
}

table.courses td {
	border: 1px solid #ccc;
	padding: 3px;
}
*/
#tabs {
	margin: 40px 0;
}

#tabs ul {

}

div.panes {
	background: transparent url(/images/background-tabs.png) no-repeat;
	min-height: 250px;
        padding: 12px;

}

label.error {
	color: #ff0000;
	margin-left: 10px;
}

input.error,select.error {
	border-color: #ff0000;
}

/* FAQ */

body.faq


.faq h3 {
}

dl.faq dt {
font-weight: bold;
margin-top: 20px;
}

dl.faq dd {
	
}

/* Styles from thiinkstrata.com */
form {
	margin: 0;
	padding: 0 0; /*border:dotted 1px #CCCCCC;*/
}

form p {
	margin: 5px 0;
	padding: 5px 0;
	color: #666666;
}

input,select,textarea {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	z-index: 5;
}

fieldset,label {
	padding: 0;
	margin: 0;
}

fieldset {
	margin: 1em 0;
	padding: 0.8em 1.5em 1em 1.5em;
	border: none;
	border: 1px dashed #ccc;
}

legend {
	margin: 0.4em 0;
	padding: 0 0.5em;
	color: #036;
	background: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

label {
	font-size: 11px;
	padding: 3px 0;
}

/*label:after{content:":";}*/
label.required:before {
	content: "* ";
}

label.required {
	font-weight: bold;
}

input,textarea,select {
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
}

input:hover,textarea:hover,select:hover {
	background-color: #f5f5f5;
	border: 1px solid #008BE6;
}

input:focus,textarea:focus,select:focus {
	background-color: #ffffff;
	border: 1px solid #008BE6;
}

select,textarea,input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}

textarea {
	width: 250px;
}

input.submit, a.button {
    color: #fff;
    background: #3F87C0;
    border: 2px outset #008BE6;
    padding: 3px;
}





/*
   input.submit, #submit-interest
{ font-size:16px;
color: #fff;
background: #1A6BCF;
border: 2px outset #008BE6;
}



input.submit:hover, input#submit-interest:hover {
background: #008BE6;
border: 2px outset #1A6BCF;
}
*/



table {
    width: 100%;
}

table th {
    text-align: center;
    font-weight: bold;
    padding: 3px;
}

table td {
border: 1px solid #ccc;
padding: 3px;
}

ul#site-map ul {
    margin-left: 20px;
}

#map_canvas {
    width: 308px;
    height: 350px;
    border: 1px solid #000;
}


.sessionexp {color:#F00; font-size:18px; padding:20px; margin-top:20px; text-align:center;}

.float-right-img {float:right; margin:0 10px 10px 10px;}
