/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Only for supported browsers */
.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* TAGS */
body {
	font: 12px/160% Arial, Helvetica, sans-serif;
	color: #524444;
}

/* TYPE */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 160%;
}

h1 {
	font-size: 24px;
	color: #6a4618;
}

h2 {
	font-size: 22px;
	color:#524444;
}

h3 {
	font-size: 18px;
	color:#977447;
}

h4 {
	font-size:14px;
	color:#333;
}

h5 {
	font-weight: normal;
	font-size: 14px;
}

h2 a, h3 a, h4 a, h5 a {
	text-decoration:none;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}

/* Text elements, currently specific to new details page */
a:link, a:visited, a:hover, a:active {
	color: #3f5779;
}

p {
	font-size:12px;
	line-height:160%;
	margin-bottom: 12px;
}

p.intro {
	font-size:14px;
	margin-bottom:12px;
}

p.notes {
	font-size:10px;
	margin-bottom:12px;
}
blockquote {
	padding: 0 20px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	margin-bottom: 12px;
	text-align: center;
}

/* Layout */
#site {
	width: 800px;
	posiiton: relative;
	margin: 0px auto;
	position: relative;
}

#header {
	height: 115px;
	position: relative;
}
a.logo {
	background: url(../images/logo_winatl.gif) no-repeat center center;
	height: 95px;
	width: 165px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 50px;
	top: 20px;
}

h1#course_title {
	background: url(../images/bg_coursetitle.gif) no-repeat left top;
	height: 50px;
	padding-left: 50px;
	padding-top: 25px;
	width: 450px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#course_overview {
	background: url(../images/bg_overview.gif) repeat-x left top;
	color: #977447;
	clear: both;
	position: relative;
	width: 100%;
	height: 300px;
}

#course_overview .lead_photo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#course_overview h3 {
	line-height: 120%;
	background: url(../images/icon_map.gif) no-repeat left top;
	padding-left: 25px;
}

#course_overview p {
	padding-left: 25px;
}
#course_overview p.course_date {
	color: #2200cc;
	background: #dbf0ff;
	margin: 24px auto 0px;
	width: 355px;
	padding: 6px 0px;
	text-align: center;
	font: 14px "Trebuchet MS", Verdana, sans-serif;
	display: block;
}

#course_overview .features {
	width: 355px;
	padding-top: 12px;
	margin-left: 425px;
}

.features h2 {
	font-size: 12px;
	margin-bottom: 12px;
}

#course_details {
	width: 350px;
	float: left;
	clear: left;
	margin-left: 15px;
}

#course_details h2 {
	color: #17008d;
}

#course_details h2 em {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #2200cc;
	font-style: normal;
}
#register {
	width: 370px;
	float: right;
	margin-right: 15px;
	background: #e7ffe4;
	margin-bottom: 25px;
	padding: 15px;
	overflow: auto;
}

em span {
	font-weight: bold;
}

#footer {
	padding: 10px;
	font-size: 9px;
	color: #666666;
	border-top: 1px solid #CCCCCC;
	margin-top: 12px;
	clear: both;
}
