/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

html, body, form, p {margin:0; padding:0;} 

body {background-color: #e8e8e8; font-family: arial; color: #484848; letter-spacing: 1px; line-height: 160%}
body, td, th {font-size: 8pt}
img {border: none}
a {color: #484848; text-decoration: underline}
.clear {clear: both}

h1 {font-size: 12pt}
h2 {font-size: 11pt}
h3 {font-size: 10pt}
h4 {font-size: 9pt}
h5 {font-size: 8pt}
h6 {font-size: 7.5pt}

h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0.8em 0; color: #888}

/* hr {display: none} */
hr {height: 1px; margin: 10px 0; border: none; background: #888}

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#header {height: 491px; background: white}
#header.other {height: 157px}
#header > div {position: relative; width: 822px; margin: 0 auto; height: 100%; background-image: url('../gfx/compass.png'); background-repeat: no-repeat}

#logo {position: absolute; top: 19px; left: 32px}
#header h1 a {position: absolute; top: 26px; left: 190px; color: #007899; font-size: 12pt; font-weight: bold; text-decoration: none}
#header h2.subtitle {position: absolute; top: 40px; left: 190px; color: #007899; font-size: 8pt; font-weight: bold}


#mission {position: absolute; top: 295px; left: 344px}

#menu {position: absolute; top: 92px; left: 190px; width: 632px}
#menu ul {list-style-type: none; padding: 0; margin: 0}
#menu li {display: inline; padding: 0; margin-left: 15px; line-height: 140%}
#menu li:first-child {margin-left: 0}
#menu ul a {text-decoration: none}
#menu ul a:hover {text-decoration: underline}

#courses {position: absolute; top:212px; left: 32px}
#courses.other {top: 40px; width: 130px}
#courses h2 {color: #007899; font-size: 9pt; padding: 0; padding-bottom: 15px}
#courses ul {list-style-type: none; padding: 0; margin: 0}
#courses li {padding: 1px 0; line-height: 140%}
#courses ul a {text-decoration: none}
#courses ul a:hover {text-decoration: underline}



#main {padding-bottom: 62px; width: 822px; margin: 0 auto}  /* must be same height as the footer */
#content {position: relative; padding: 12px 0 0 32px}
#content.other {padding: 29px 0 0 190px; min-height: 220px}

#footer {position: relative;
	margin-top: -32px; /* negative value of footer height */
	height: 32px;
	clear:both;
	background-color: #ababab;
}
#footer > div {position: relative; width: 822px; margin: 0 auto; height: 100%}
#footer div.left {position: absolute; top: 8px; left: 32px}
#footer div.right {position: absolute; top: 8px; right: 0px}
#footer a {color: black; font-size: 10pt; font-weight: bold; text-decoration: none}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}

* html .clearfix { height: 1%;}
.clearfix {display: block;}



/* home */
div.home-box {
	float: left;
	width: 310px;
	margin: 0 70px 5px 0;
	overflow: hidden;
}
div.home-box.last-col {margin-right: 0}
div.home-box p.more {text-align: right; font-size: 9pt}



