/* --- GLOBAL ---*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	margin-bottom: 1px;
}

body {
	text-align: center;
	background-color: #63696f;
	color: #303030;
	line-height: 1.6em;
	font-size: .8em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

img {
	border: 0;
}

p {
	padding-bottom: 1em;
}

a:link {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	border-bottom: 1px dotted #303030;
}

a, a:visited {
	color: #414141;
	text-decoration: none;
}

a:hover {
	color: #ec4223;
}

h1, h2, h3 {
	font-weight: normal;
}

h1 {
	padding-bottom: 1em;
	color: #ec4223;
	font-style: italic;
	font-size: 1.8em;
}

h2 {
	padding-bottom: .5em;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #4cb0cd;
}

h3 {
	padding: .5em 0 .25em 0;
	font-style: normal;
	font-weight: normal;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #81c0d2;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
	padding-bottom: .7em;
	margin: 0px;
}

/* --- STRUCTURE ---*/

#container {
	min-height: 100%;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -50px;
	position: relative;
	text-align: left;
	background: #ffffff;
}

/* --- MASTHEAD ---*/

#masthead {
	width: 760px;
	height: 276px;
	margin: 0 auto 0 auto;
	padding: 0;
	clear: both;
	background: transparent url(../graphics/masthead_bg.gif) no-repeat;
}

#masthead .title a {
	position: absolute;
	top: 71px;
	left: auto;
	width: 308px;
	height: 27px;
	margin: 0;
	border: 0;	
	text-indent: -999em;
	background: transparent url(../graphics/masthead_title.gif) no-repeat;
	}

#masthead .logo a {
	position: absolute;
	top: 117px;
	left: auto;
	width: 221px;
	height: 107px;
	margin-left: 87px;
	padding: 0;
	border: 0;
	text-indent: -999em;
	background: transparent url(../graphics/masthead_logo.gif) no-repeat;
	}

#masthead .pic1 {
	position: absolute;
	top: 71px;
	left: auto;
	width: 164px;
	height: 129px;
	margin-left: 308px;
	background: transparent url(../graphics/mast_pic1.jpg) no-repeat;
	}

#masthead .pic2 {
	position: absolute;
	top: 0;
	left: auto;
	width: 288px;
	height: 242px;
	margin-left: 472px;
	}
	
/* --- Navigation/Quote ---*/

#left {
	width: 200px;
	float: left;
	margin: 0 auto 0 auto;
	padding: 0;
}

#left .quote {
	width: 145px;
	margin: 0 auto 0 auto;
	padding: 25px;
	line-height: 1.8em;
	font-size: .8em;
	font-style: italic;
}

#navigation {
	width: 200px;
	height: 342px;
	margin: 0;
	padding: 0 0 38px 0;
	background: #81c0d2;
}

ul#nav {
	width: 200px;
	height: 34px;
	margin: 0;
	padding: 0;
}

ul#nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: -999em;
}

ul#nav li a {
	border: 0;
	text-decoration: none;
	display: block;
	background: transparent url(../graphics/nav.gif) no-repeat;
}

/* --- HOME -------------------------------------------------------- */
	
	li#home a {
		width: 200px;
		height: 38px;
	}
	
		li#home a:link, li#home a:visited {background-position: 0px 0px;}
		li#home a:hover, li#home a:focus {background-position: -200px 0px;}
		body#home-page ul#nav li#home a {background-position: -400px 0px;}
		
	/* --- FORGING THE FUTURE CAMPAIGN ----------------------------------------- */
	
	li#forging a {
		width: 200px;
		height: 38px;
	}
	
		li#forging a:link, li#forging a:visited {background-position: 0px -38px;}
		li#forging a:hover, li#forging a:focus {background-position: -200px -38px;}
		body#forging-page ul#nav li#forging a {background-position: -400px -38px;}
		
	/* --- ABOUT US ---------------------------------------------------- */
	
	li#about a {
		width: 200px;
		height: 38px;
	}
	
		li#about a:link, li#about a:visited {background-position: 0px -76px;}
		li#about a:hover, li#about a:focus {background-position: -200px -76px;}
		body#about-page ul#nav li#about a {background-position: -400px -76px;}
		
	/* --- ADMISSIONS -------------------------------------------------- */
	
	li#admissions a {
		width: 200px;
		height: 38px;
	}
	
		li#admissions a:link, li#admissions a:visited {background-position: 0px -114px;}
		li#admissions a:hover, li#admissions a:focus {background-position: -200px -114px;}
		body#admissions-page ul#nav li#admissions a {background-position: -400px -114px;}
		
	/* --- PROGRAMS ----------------------------------------------------- */
	
	li#programs a {
		width: 200px;
		height: 38px;
	}
	
		li#programs a:link, li#programs a:visited {background-position: 0px -152px;}
		li#programs a:hover, li#programs a:focus {background-position: -200px -152px;}
		body#programs-page ul#nav li#programs a {background-position: -400px -152px;}
		
	/* --- PHOTOS -------------------------------------------------------- */
	
	li#photos a {
		width: 200px;
		height: 38px;
	}
	
		li#photos a:link, li#photos a:visited {background-position: 0px -190px;}
		li#photos a:hover, li#photos a:focus {background-position: -200px -190px;}
		body#photos-page ul#nav li#photos a {background-position: -400px -190px;}
		
	/* --- PARENT LOG-IN ------------------------------------------------ */
	
	li#parent a {
		width: 200px;
		height: 38px;
	}
	
		li#parent a:link, li#parent a:visited {background-position: 0px -228px;}
		li#parent a:hover, li#parent a:focus {background-position: -200px -228px;}
		body#parent-page ul#nav li#parent a {background-position: -400px -228px;}
		
	/* --- ALUMNI --------------------------------------------------------- */
	
	li#alumni a {
		width: 200px;
		height: 38px;
	}
	
		li#alumni a:link, li#alumni a:visited {background-position: 0px -266px;}
		li#alumni a:hover, li#alumni a:focus {background-position: -200px -266px;}
		body#alumni-page ul#nav li#alumni a {background-position: -400px -266px;}
		
	/* --- CONTACT US ------------------------------------------------------ */
	
	li#contact a {
		width: 200px;
		height: 38px;
	}
	
		li#contact a:link, li#contact a:visited {background-position: 0px -304px;}
		li#contact a:hover, li#contact a:focus {background-position: -200px -304px;}
		body#contact-page ul#nav li#contact a {background-position: -400px -304px;}
		
#vf_nav {
	width: 464px;
	height: 50px;
	margin: 0;
	padding: 0;
}	

ul#vf_nav {
	width: 452px;
	height: 20px;
	margin-top: -.5em;
	padding-top: 8px;
	font: .9em/1em Arial, Helvetica, sans-serif;
	border-top: 1px dotted #dadada;
	border-bottom: 1px dotted #dadada;
}

ul#vf_nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

ul#vf_nav li a {
	border: 0;
	text-decoration: none;
	display: inline;
	font-weight: bold;
}	

ul#vf_nav li a:hover, ul#vf_nav li a:focus {
	background: #e4f7fd;
}

/* --- MAIN CONTENT ---*/

#main {
	width: 560px;
	margin: 0;
	padding: 0;
	float: right;
	background: #ffffff;
}

#main .col {
	width: 464px;
	padding: 28px 58px 6em 38px;
}	

/* --- FOOTER ---*/

#footer {
	width: 760px;
	height: 50px;
	margin: 0 auto 0 auto;
	position: relative;
}

.footer-container {
	width: 710px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	font: .85em Arial, Helvetica, sans-serif;
	border-top: 1px dashed #ececec;
}

.clearfooter {
	height: 50px;
	clear: both;
}

/* --- CLASSES ---*/

ul#pdf li a {
	padding: 5px 0 0 22px;
	background: transparent url(../graphics/icon_pdf.png) 0 3px no-repeat;
	border: 0;
	color: #505050;
	font: .85em Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	height: 20px;
	display: block;
}

ul#pdf a:hover, ul#pdf a:focus {
	background-color: #efefef;
}

.blockquote {
	width: 420px;
	padding: 20px;
	line-height: 1.65em;
	margin: .75em 0 1.5em 0;
	border-top: 1px dashed #dddddd;
	border-bottom: 1px dashed #dddddd;
	background-color: #f2f2f2;
	font-style: italic;
}

.download {
	width: 40%;
	margin: 0 0 1em 1.25em;
	padding: 10px 10px 5px 15px;
	float: right;
	border-top: 1px dashed #dddddd;
	border-bottom: 1px dashed #dddddd;
	background: #f2f2f2;
}

.download h1 {
	margin-bottom: .7em;
	font: 1.1em/1em Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.updates {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #dddddd;
}

.home_news {
	width: 444px;
	margin-bottom: 2em;
	padding: 10px;
	border-top: 1px dashed #dddddd;
	border-bottom: 1px dashed #dddddd;
	background: #e4f7fd;
}

.home_news h1 {
	margin-bottom: -.7em;
	font: 1.1em/1em Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.map {
	width: 400px;
	margin: 1em 0 1em 0;
	padding: 5px;
	text-align: center;
	border: 1px solid #dddddd;
}

.horiz {
	color: #dadada;
	padding: 0 1em 0 1em;
}

.home-graphic {
	padding-bottom: 2em;
}

.gallery_holder {width: 516px; margin: 28px 0 6em 38px;}

.gallery_box {width: 242px; height: 230px; float: left; margin-right: 16px; display: inline;}

.gallery_box img {border: 1px solid #999;}

.gallery_box p {width: 230px; font-size: 12px; color: #333; font-family: Helvetica, Arial, sans-serif; line-height: 13px; padding: 2px 0 0 6px; }

.mont_news {width: 500px; height: 50px; background: #f2f2f2; border-top: 1px dashed #ddd; border-bottom: 1px dashed #ddd;}

.mont_news h1 {
	margin: 6px;
	font: 1.1em/1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
}

.mont_news p {width: 500px; font-size: 12px; color: #505050; font-family: Helvetica, Arial, sans-serif; line-height: 13px; margin: 2px 0 0 6px; }

.mont_news p a {font-weight: bold;}