/* General styles */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f5c650;
	color: #333;
	font-family: Verdana, Helvetica, "MS Trebuchet", sans-serif;
	line-height: 1.4;
	font-size: 16px;
}

abbr,
acronym {
	border: none;
	cursor: help;
}

a { font-weight: bold; }
a:link { 	color: #46738a; }
a:visited { color: #9ab3bf; }
a:hover, a:focus, a:active { color: #f5c650; }

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-weight: normal;
}

/* Branding section */

#branding {
	height: 191px;
	background: #46738a url(img/brandBG.gif) repeat-x top left;
}

#branding-inner {
	width: 750px;
	margin: 0 auto;
	position: relative;
}

	.screen_hi #branding-inner { width: 960px; }
	.screen_wide #branding-inner { width: 1110px; }

	#branding h1 {
		text-indent: -9999px;
		background: transparent url(img/hcaLogo.gif) no-repeat top center;
		min-width: 210px;
		width: 33%;
		height: 155px;
		position: absolute;
		top: 0;	
	}
	
	#branding ul {
		list-style-top: none;
		position: relative;
		right: 0;
		top: 96px;
		text-align: right;
	}
	
	#branding ul li {
		display: inline;
		line-height: 59px;
		padding-left: 2em;
	}
	
	#branding ul li a {
		text-decoration: none;
	}

/* Main content section */

#mainContent {
	background-color: #fff;
	padding: 1em 0;
}

#mainContent-inner {
	width: 750px;
	margin: 0 auto;
}

	.screen_hi #mainContent-inner { width: 960px; }
	.screen_wide #mainContent-inner { width: 1110px; }

	#mainContent h2 {
	border: 1px solid #46738a;
	position: relative;
	background: transparent url(img/leaf.jpg) no-repeat top right;
	}

	#mainContent h2 span {
		display: block;
		background-color: #f5c650;
		border-right: none;
		color: #333;
		font-style: italic;
		font-size: 1.125em;
		text-align: center;
		margin-right: 67%;
		padding: 2em 3em;
	}
	
	#mainContent p {
		margin: 1em 0;
		clear: both;
	}

	#mainContent strong {
		color: #f5c650;
	}

/* Featured Courses area (in yellow) */

#subContent {
	background: #f5c650 url(img/yellowShadow.gif) repeat-x top left;
	padding: 1em 0;
}

#featuredCourses {
	background-color: #fff;
	border: 1px solid #46738a;
	width: 748px;
	margin: 1em auto;
	position: relative;
	padding: 18px 0;
}

	img.tlCorner {
		position: absolute;
		top: -1px;
		left: -1px;
	}
	
	img.trCorner {
		position: absolute;
		top: -1px;
		right: -1px;
	}
	
	img.blCorner {
		position: absolute;
		bottom: -1px;
		left: -1px;
	}
	
	img.brCorner {
		position: absolute;
		bottom: -1px;
		right: -1px;
	}

	.screen_hi #featuredCourses { width: 958px; }
	.screen_wide #featuredCourses { width: 1108px; }

	#featuredCourses h3 {
		font-family: Verdana, Helvetica, "MS Trebuchet", sans-serif;
		font-size: 1.125em;
		font-weight: bold;
		color: #f5c650;
		border-bottom: 1px solid #f5c650;
		padding-bottom: 0.125em;
		margin: 0 1.5% 1em 1.5%;
	}
	
	#featuredCourses .course {
		width: 30%;
		margin-right: 1.5%;
		padding-left: 1.5%;
		float: left;
	}
	
	#featuredCourses .course + .course {
		background: transparent url(img/vertDivider.gif) no-repeat 0 70px;
	}
	
	#featuredCourses .course img {
		float: right;
		margin: 0 0 0.25em 0.25em;
	}
	
	#featuredCourses h4 {
		font-size: 0.875em;
		color: #46738a;
		font-style: italic;
		text-align: center;
		font-weight: bold;
		margin: 1em 0;
	}
	
		#featuredCourses h4 a {
			text-decoration: none;
		}
	
	#featuredCourses p {
		font-size: 0.75em;
		clear: both;
		margin: 1em 1.5%;
	}
	
		#featuredCourses .course p {
			margin: 1em 0;
			clear: none;
		}
		
		#featuredCourses .course p.clear {
			clear: both;
		}

/* Footer styles */

#finePrint {
	background-color: #46738a;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 1em 0;
	color: #fff;
	font-size: 0.75em;
	overflow: hidden;
	width: 100%;
}

	#finePrint-inner {
		width: 750px;
		margin: 0 auto;
	}
	
	.screen_hi #finePrint-inner {
		width: 960px;
	}
	
	.screen_wide #finePrint-inner {
		width: 1110px;
	}

	#finePrint p,
	#finePrint dl {
		width: 30%;
		float: left;
		margin: 0 1.5%;
	}
	
	#finePrint a {
		color: #fff;
		font-weight: normal;
	}