/*
*******************************************************************

Title:			global.css
Browser(s): 	Safari, Firefox, IE 6 & 7

Author: 		Andy Davis (www.raddsigns.com)
Created: 		01.28.2009
Last modified: 	01.28.2009

*******************************************************************
*/

/* reset.css */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, q, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

/***************************************TYPOGRAPHY & STRUCTURE ******/

body {
	background: url(../images/main-bg.jpg) repeat-x #FFF;
	font: 13px normal Helvetica, Arial, sans-serif;
	color: #000;
}

a {
	font: 12px normal Helvetica, Arial, sans-serif;
	color: #0397d6;
	text-decoration: underline;
}

a:hover {
	color: #00457c;
}

a:active {
	color: #b2bb1e;
}

#container {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}

#main-body {
	margin: 40px 0 0 0;
}

#footer-wrapper {
	width: 100%;
	height: 30px;
	display: block;
	/*background-color: #e8a713;*/
	margin-top: 10px;
}

#footer {
	width: 820px;
	height: 30px;
	display: block;
	background: url(../images/footer-bg.gif) repeat-y;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

/************************************************** HEADER ******/

h1.course-title {
	width: 281px;
	height: 190px;
	text-indent: -9999px;
	display: block;
	background: url(../images/course-title.jpg) no-repeat;
	float: left;
	margin: 0;
	padding: 0;
}

#header {
	position: relative;
	width: 820px;
	height: 191px;
	background: url(../images/header-right.jpg) top right no-repeat;
}

#header img.book-sample {
	position: absolute;
	top: 25px;
	left: 580px;
}

#header p.details-title {
	font-weight: bold;
	color: #FFF;
	font-size: 13px;
	margin-bottom: 15px;
}

#header p {
	font-size: 13px;
	color: #00457c;
	line-height: 18px;
}

#header p span {
	font-weight: bold;
	color: #3b2313;
	margin-right: 10px;
}

#header p.add-info {
	color: #0397d6;
	font-size: 11px;
	margin-left: 50px;
}

/* IE7 definition in styleIE7.css - line 15*/
/* IE6 definition in styleIE6.css - line 15*/
.details-info1 {
	margin-top: 7px;
	float: left;
}

.details-info2 {
	margin-top: 42px;
	margin-left: 30px;
	float: left;
}

.details-info3 {
	margin-top: 42px;
	margin-left: 30px;
	float: left;
}

/*********************************************** COLUMN 1 ******/

.column1 {
	width: 520px;
	float: left;
	text-align: left;
	line-height: 20px;
}

#main-body .column1 p {
	margin: 0 0 10px 0;
	padding-right: 30px;
}

#main-body p.sub-title {
	font-size: 15px;
	color: #00457c;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.column1 ul li {
	list-style-type: square;
	margin-left: 15px;
	padding-left: 5px;
	margin-bottom: 11px;
	padding-right: 30px;
	line-height: 17px;
}

.indent {
	list-style-type: square;
	margin-left: 0px;
	padding-left: 30px;
	padding-right: 70px;
	margin-bottom: 40px;
	margin-top: 40px;
	border-left: 15px solid #e8a713;
}

blockquote {
	width: 100%;
	border-top: 1px solid #0397d6;
	padding-top: 18px;
	margin-top: 40px;
}

blockquote p {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
}

p.byline {
	text-align: center;
	color: #525252;
	border-bottom: 1px solid #0397d6;
	padding-bottom: 18px;
	font-size: 12px;
}

/*********************************************** COLUMN 2 ******/

/* IE6 definition in styleIE6.css - line 22*/
.column2 {
	width: 240px;
	margin-left: 20px;
	float: left;
	text-align: left;
	line-height: 20px;
	font-size: 12px;
}

h2.sidebar-title {
	width: 279px;
	height: 91px;
	text-indent: -9999px;
	display: block;
	background: url(../images/sidebar-title.gif) no-repeat;
	margin: 0;
	padding: 0;
}

.sidebar-info {
	width: 279px;
	background-color: #d1d2d4;
	padding-bottom: 20px;
}

.sidebar-info ul {
	margin-top: -10px;
	padding-top: 0;
}

.sidebar-info ul li {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 8px;
	padding-top: 12px;
	line-height: 20px;
	list-style-type: none;
	background: url(../images/line-break.gif) top center no-repeat;
	
}

.down-arrow {
	width: 279px;
	height: 55px;
	background: url(../images/down-arrow.gif) no-repeat;
}

a.register-btn {
	width: 174px;
	height: 47px;
	background: url(../images/register-btn.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

a.register-btn:hover {
	background-position: -174px 0;
}

.column2 p {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 8px;
	text-align: center;
}

/********************************************** SUB BODY ******/

#sub-body {
	width: 820px;
	display: block;
	clear: both;
	margin: 10px 0 10px 0;
}

.quote {
	width: 490px;
	height: 80px;
	background-color: #e1e1e1;
	float: left;
	padding: 25px 25px 10px 25px;
	text-align: center;
}

.quote p {
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}

.quote p span {
	font-size: 12px;
	color: #757779;
}

.linkage {
	width: 230px;
	height: 80px;
	background-color: #b2bb1e;
	padding: 25px 25px 10px 25px;
	float: left;
	color: #FFF;
	line-height: 18px;
}

.linkage p a {
	background: url(../images/link-arrow.gif) no-repeat;
	padding-left: 25px;
	padding-bottom: 8px;
	color: #FFF;
	font-weight: bold;
}

.linkage p a:hover {
	color: #00457c;
}