/* General styles */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f0a74a;
	color: #333;
	font-family: Verdana, Helvetica, "MS Trebuchet", sans-serif;
	line-height: 1.4;
}

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: #f0a74a; }

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-weight: normal;
}

img.tlCorner {
	position: absolute;
	top: -1px;
	left: -1px;
}

img.trCorner {
	position: absolute;
	top: -1px;
	right: -1px;
}

* html img.trCorner {
	right: -2px;
	}

* html body.screen_wide img.trCorner,
* html body.screen_hi img.trCorner {
	right: -1px;
}

img.blCorner {
	position: absolute;
	bottom: -1px;
	left: -1px;
}

* html img.blCorner {
	bottom: -2px;
}

* html body.screen_hi img.blCorner {
	bottom: -1px;
}

img.brCorner {
	position: absolute;
	bottom: -1px;
	right: -1px;
}

* html img.brCorner {
	right: -2px;
	bottom: -2px;
}

* html body.screen_wide img.brCorner {
	right: -1px;
}

* html body.screen_hi img.brCorner {
	right: -1px;
	bottom: -1px;
}

/* 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 h1 a {
		display: block;
		height: 155px;
		width: 100%;
	}
	
	#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;
	overflow: hidden;
}

	.screen_hi #mainContent-inner { width: 960px; }
	.screen_wide #mainContent-inner { width: 1110px; }
	
	#mainContent h3 {
		color: #f0a74a;
		font-style: italic;
		font-weight: bold;
	}
	
	#mainContent h4 {
		margin-top: 2em;
		color: #f0a74a;
		font-weight: bold;
		font-family: Verdana, Helvetica, "MS Trebuchet", sans-serif;
		font-size: 0.9375em;
	}
	
	#mainContent img.float {
		float: right;
		margin: 0 0 1em 1em;
	}
	
	#mainContent p,
	#mainContent ul,
	#mainContent ol {
		margin: 1em 0;
		font-size: 0.75em;
	}

	* html body #contentDesc ul,
* html body #contentDesc ol {
	margin-left: 1em;
}

	#mainContent li {
		margin: 0.5em 0 0 0.5em;
	}

	#mainContent p.legalese {
		font-style: italic;
		margin-top: 3em;
	}

	#mainContent strong {
		color: #f0a74a;
	}

	#mainContent #contentDesc {
		float: left;
		width: 60%;
		padding-left: 2%;
	}
	
	#mainContent #secondaryNav {
		float: right;
		width: 30%;
		text-align: center;
		border: 1px solid #46738a;
		padding: 1em 0;
		position: relative;
	}
	
	* html body #secondaryNav { 
	height: 1%;
	width: 31% !important;
	margin: 0 !important;
 }
	
		#mainContent #secondaryNav h3 {
			font-family: Verdana, Helvetica, "MS Trebuchet", sans-serif;
			font-style: normal;
			font-weight: bold;
		}
	
		#mainContent #secondaryNav li {
			list-style-type: none;
			margin: 1em 3%;
			padding-bottom: 1em;
			font-style: italic;
			font-family: Georgia, "Times New Roman", Times, serif;
			background: transparent url(img/horizDivider.gif) no-repeat bottom center;
		}
		
		#mainContent #secondaryNav li.last {
			background: none;
		}
		
			#mainContent #secondaryNav li a {
				text-decoration: none;
			}

	

/* Featured Courses area (in yellow) */

#subContent {
	background: #f0a74a url(img/yellowShadow.gif) repeat-x top left;
	padding: 1em 0;
	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%;
	}
	
	* html #finePrint p,
* html #finePrint dl {
	width: 30% !important;
	margin: 0 1% !important;
}
	
	#finePrint a {
		color: #fff;
		font-weight: normal;
	}
