@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	margin-bottom:1px;
}
body {
	text-align:center;
	font-family:Arial, Helvetica, Geneva, "Lucida Grande", sans-serif;
	font-size:13px;
	line-height: 20px;
	color:#333;
	letter-spacing:.05em;
	background: url(../images/inside-body-bg.png) repeat-x;
	background-color: #999;
}
#container {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:1012px;
	min-height:400px;
}
	#header {
		position: relative;
		background: url(../images/header-bg.jpg) no-repeat;
		height: 152px;
		padding: 0 86px;
	}
	#header h1 {
		margin: 0;
	}
	#header h1 a {
		display: block;
		width: 257px;
		height: 152px;
		background: url(../images/logo.png) no-repeat;
		text-indent: -999999em;
	}
	.ie6 #header h1 a {
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/logo.png', sizingMethod='crop');
	}
	#nav {
		position: absolute;
		bottom: 20px;
		right: 40px;
	}
	#nav ul li {
		float: left;
		margin-right: 20px;
		list-style-type: none;
	}
	#nav ul li a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #b7b7b7;
		text-transform: uppercase;
		text-decoration: none;
		background: none;
		padding-bottom: 8px;
	}
	#nav ul li a:hover,
	#nav ul li a.selected {
		color: #00afef;
		background: url(../images/nav-dot.png) bottom no-repeat;
	}
	
	#secondary-nav {
		position: absolute;
		top: 0;
		right: 50px;
		background: url(../images/secondary-nav-left.png) left no-repeat;
		padding-left: 15px;
	}
	.ie6 #secondary-nav {
		width: 460px;
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/secondary-nav-left.png', sizingMethod='crop');
	}
	#secondary-nav-right {
		background: url(../images/secondary-nav-right.png) right no-repeat;
		padding-right: 18px;
	}
	.ie6 #secondary-nav-right {
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/secondary-nav-right.png', sizingMethod='crop');
	}
	#secondary-nav-bg {
		background: url(../images/secondary-nav-bg.png) repeat-x;
		height: 21px;
		padding: 5px 0 0 8px;
	}
	#secondary-nav li {
		float: left;
		list-style-type: none;
		margin-right: 10px;
	}
	#secondary-nav li a {
		background:transparent url(../images/secondary-nav-btn-right.png) no-repeat scroll top right;
		_background:transparent url(../images/secondary-nav-btn-right.gif) no-repeat scroll top right;
	    display: block;
	    font: normal 10px arial, sans-serif;
	    padding-right: 8px; /* sliding doors padding */
		height:13px;
		color:white;
		text-decoration:none;
		text-transform:uppercase;
	}
	.ie6 #secondary-nav li a {
		width: 120px;
	}
	#secondary-nav li a span {
		background:transparent url(../images/secondary-nav-btn-left.png) no-repeat left;
		_background:transparent url(../images/secondary-nav-btn-left.gif) no-repeat left;
	    display: block;
	    line-height: 10px;
	    padding: 1px 0 0px 8px;
		height:12px;
	}
	#secondary-nav li a:hover {
		outline:none;
		color:#000;
	}
	#secondary-nav li a:active {
		outline:none;
		color:#999999;
	}
	
	#body {
		position: relative;
		margin: 0 86px;
		padding: 30px 0;
	}
	#content {
		min-height: 400px;
		background: url(../images/inside-content-bg.gif) no-repeat bottom left;
		background-color: white;
		color: #333;
		padding: 35px;
	}
	
	#footer {
		height:30px;
		background: url(../images/footer-bg.png) repeat-x;
		background-color: white;
		text-align: center;
		font-family: Georgia, Times New Roman, Times, serif;
		font-size: 11px;
		color: #ccc;
		padding: 7px 0 40px;
	}
	
/* Text1 Styles
 **********************/
#title-nav {
	position: relative;
	float: left;
	width: 198px;
	margin-right: 50px;
	text-align: right;
}
#title-nav h2 {
	width: 198px;
	height: 102px;
	text-indent: -99999em;
	text-align: left;
}
#text {
	position: relative;
	float: left;
	width: 522px;
	text-align: justify;
}
#content #subnav li {
	list-style-type: none;
	list-style-image: none;
	margin-top: 13px;
}
#content #subnav li a {
	font-size: 18px;
	color: #999;
	padding-left: 12px;
	text-decoration: none;
}
#content #subnav li a:hover,
#content #subnav li a.selected {
	color: #00ccff;
	background: url(/media/images/nav-dot.png) left no-repeat;
	text-decoration: none;
}

/* CE Test Styles
 **************************/
div.error {
}

select.exam {
}

input.exam {
}

label.exam_question {
}

div.key {
	background: #eee;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 11px;
}

.correct {
	color: #009900;
	font-weight: bold;
}

.incorrect {
	color: #990000;
	font-weight: bold;
}


/* Element Style
 **************************/
#content h2 {
	margin-top: 0;
}
h1 {
	text-align: left;
	line-height: 24px;
}
h2 {
	font-size: 16px;
	line-height: 18px;
	margin: 10px 0px 5px;
	color: black;
	font-weight: bold;
}
h3 {
	margin: 15px 0 5px 0;
}
p {
	margin-bottom: 20px;
}
#content ul {
	margin-left: 20px;
}
#content ul li {
	list-style-image: url(../images/li-dot.png);
	_list-style-image: url(../images/li-dot.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000033;
	margin-bottom: 10px;
}
p.call-to-action {
	font-size: 18px;
	color: #00afef;
}

br.clear {
	display: block;
	width: 0;
	height: 1px;
	margin-top: -1px;
	clear: both;
}
.btn-purchase {
	color: #0cf;
	font-size: 18px;
}

form.styled {
	margin-left:20px;
	margin-top:20px;
}
form.styled select.date_picker {
	width:109px;
	margin-right:10px;
}
form.styled select.datetime_picker {
	width:89px;
	margin-right:10px;
}
form.styled *:focus {
	background-color:#ddd;
}
div.form_element {
	margin-bottom:10px;
}
form.styled p.message {
	font-size:10px;
	margin-top:4px;
}
form.styled label[for] {
	text-transform:uppercase;
	font-weight:normal;
	color:#666;
}
form.styled textarea,
form.styled select,
form.styled input[type="text"],
form.styled input[type="password"] {
	font-size: 14px;
	border:1px solid #666;
	background-color:white;
	padding:4px;
	width:484px;
	color:#666;
}

form.styled textarea.required,
form.styled input.required[type="text"],
form.styled input.required[type="password"] {
	background:url(../images/form-text-input-bg.png) top right no-repeat;
}

form.styled p.error {
	margin:2px 0px;
	color:#c00;
}

table.thread-list {
	margin-top: 20px;
}
table.thread-list th {
}
table.thread-list tr {
	border-bottom: 1px solid #ccc;
}
table.thread-list tr.odd {
}
table.thread-list tr.even {
}
#content ul.posts {
	margin-left: 0;
}
#content ul.posts li {
	list-style-type: none;
	list-style-image: none;
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
ul.posts li h2,
ul.posts li h3 {
	font-size: 14px;
	margin: 0;
}
ul.posts li div.post-content {
	margin-top: 10px;
}
td.thread-list-date,
td.thread-list-post-count {
	font-size: 11px;
}
.thread-list-post-count {
	text-align: right;
}


#cfp-dash {
	width: 370px;
	float: left;
	margin-right: 12px;
	padding-right: 7px;
	border-right: 1px solid #ccc;
}
#ce-dash {
	width: 380px;
	float: left;
}
#content #ce-dash ul.exam-list li {
	list-style-type: none;
	list-style-image: none;
}
ul.exam-list li h2 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0;
}
ul.exam-list li p {
	margin: 0 0 10px 20px;
	font-size: 11px;
}
ul.exam-list li a {
	color: #00b4f0;
}

