﻿/* LAST UPDATED 09.06.08 */

/*

	Table of Contents

	I. GENERAL
	II. NAVIGATION MENUS
	III. STRUCTURE & TYPOGRAPHY
	IV. FORM ELEMENTS
	V. HEADINGS

*/

/* -----------------------------------------------------------
		I. GENERAL
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body
{
    background-position: center top;
    background: #c0c0c0 url('../images/bg.gif') center top repeat-y;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #fff;
}

p, ul { padding: 0 0 20px 0; }

a {
	color: #eee;
	text-decoration: underline;
	font-style: italic;
}
#msonormal
#news a { font-style: normal; }

a:hover { color: #d1b4c5; }

a.more { line-height: 32px; }

a img { border: 0; }

.small { font-size: 90%; }

ul, ol { margin-left: 20px; }

img.alignLeft {
	float: left;
	margin: 1px 12px 0 0;
}

img.alignRight {
	float: right;
	margin: 1px 0  0 12px;
}

img.border { border: 2px #eee solid; }

/* -----------------------------------------------------------
		II. NAVIGATION MENUS
----------------------------------------------------------- */

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 34px;
	line-height: 34px;
	font-size: 85%;
	text-transform: uppercase;
	font-family: "Trebuchet MS", "Times New Roman", serif;
}

#nav a {
	display: block;
	color: #e1d9bf;
	text-decoration: none;
	padding: 0 9px;
	font-style: normal;
}

	#nav li li a {
		height: 22px;
		line-height: 22px;
		width: 14em;
		padding: 0;
		background: #437091;
		border-top: 0;
		border-right: 1px #fff solid;
		border-bottom: 1px #fff solid;
		border-left: 1px #fff solid;
	}

#nav a:hover {
	background: #325872;
	color: #fff;
}

#nav li { float: left; }
#nav li li { width: 14em; }

#nav li ul {
	border-top: 1px #fff solid;
	position: absolute;
	text-indent: 9px;
	width: 14em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul {
	margin: -1em 0 0 14em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.hover { position: static; } /* fixes IE7 sticky issue */

#subNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 950px;
	height: 26px;
	line-height: 26px;
	text-indent: -4440px;
}

#subNav li { float: left; }

#subNav a {
	display: block;
	height: 26px;
	font-style: normal;
}

#subNav a.application
{
    width: 209px;
    
     
}
#subNav a.enrollment { width: 166px; }
#subNav a.workshop { width: 150px; }
#subNav a.registration { width: 159px; }
#subNav a.clientlogin { width: 263px; }

#footer ul {
	padding: 0;
	margin: 5px 0 5px 250px;
	list-style: none;
	height: 10px;
	line-height: 10px;
}

#footer li {
	float: left;
	border-right: 1px #fff solid;
}

#footer li.last { border: 0; }

#footer li a {
	font-style: normal;
	padding: 0 7px;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
	color: #fff;
}

#subContentNav ul{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 27px;
	font-family: "Arial Narrow", "Helvetica", serif;
	font-size: 11px;
	text-align: right;
}

#subContentNav li a {
	display: block;
	height: 27px;
	width: 200px;
	text-decoration: none;
	border-bottom: 1px #fff dotted;
	font-style: normal;
	text-transform: uppercase;
}

#subContentNav li a:hover { color: #ffb133; }

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	margin: 0 auto;
	width: 950px;
}

	#header {
		height: 265px;
	}

	#nav {
		padding: 0 0 0 36px;
		height: 34px;
		background: #437091 url('../images/bg-nav.gif') top no-repeat;
	}

	#subNav {
		height: 26px;
		background: #fff url('../images/bg-subNav.gif') top no-repeat;
		border-top: 1px #fff solid;
		border-bottom: 1px #fff solid;
	}

	#subHeader {
		height: 46px;
		background: #69465a;
		text-align: right;
	}

	#content {
		background: #1d374c url('../images/bg-content.gif') top no-repeat;
		line-height: 18px;
	}

		#mainContent {
			float: left;
			padding: 15px 0 100px 42px;
			width: 688px;
			font-size: 85%;
			min-height: 530px;
		}

		#subContent {
			float: right;
			padding: 15px 15px 100px 0;
			width: 200px;
			font-size: 85%;
		}

			#subContent #news {
				float: left;
				width: 0px;
			}

			#subContentNav {
				float: right;
				width: 200px;
			}

	#footer {
		clear: both;
		height: 118px;
		background: #3e6886;
		text-align: center;
		font-size: 85%;
		color: #819db0;
	}

		#footer p { padding-bottom: 0; }

/* -----------------------------------------------------------
		IV. FORM ELEMENTS
----------------------------------------------------------- */



/* -----------------------------------------------------------
		V. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Times New Roman", serif;
	font-weight: normal;
	padding: 0 0 20px 0;
	margin: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 25px; }

	#header h1 {
		text-indent: -4440px;
		padding: 0;
	}

	#header h1 a {
		display: block;
		width: 950px;
		height: 85px;
		line-height: 85px;
		text-decoration: none;
		color: #fff;
		background: #162836 url('../images/logo.gif') no-repeat;
		font-style: normal;
	}

h2 { font-size: 22px; }

	#mainContent h2 {
		font-size: 13px;
		color: #c1f0ff;
		font-style: italic;
		padding-bottom: 0;
	}

	#mainContent h2.title {
		text-transform: uppercase;
		color: #fff;
		font-style: normal;
		font-size: 18px;
		padding: 0 0 20px 26px;
		margin-left: -26px;
		background: url('../images/bg-h2.gif') 0 3px no-repeat;
	}

	#news h2 {
		text-transform: uppercase;
		color: #fff;
		font-style: normal;
		font-size: 18px;
	}

h3 { font-size: 19px; }

h4 { font-size: 16px; }

