/* RESET (Based on Eric Meyer's Reset) */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

/* GENERAL */

/* Fonts */

	html					{ font-size: 100%; }
	body					{ color: #666666; font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif; font-size: 75%; }

	h1, h2, h3, h4			{ font-weight: normal; color: #666633; font-family: Georgia, "Times New Roman", Times, serif; }
	h1						{ font-size: 2.2em; }
	h2						{ font-size: 1.8em; }
	h3						{ font-size: 1.4em; }
	h4						{ font-size: 1.2em; }

	pre						{ white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap;
							  white-space: -o-pre-wrap; word-wrap: break-word; }	
	pre, code				{ font-family: Consolas, "Courier New", Courier, monospace; }

	em						{ font-style: oblique; }
	strong					{ font-weight: bold; }
	
	q						{ }

	del 					{ text-decoration: line-through; }
	ins 					{ text-decoration: underline; }

	sup 					{ vertical-align: super; }
	sub 					{ vertical-align: sub; }

	abbr					{ border-bottom: 1px dotted; cursor: help; }
	
	a						{ color: #666633; }
	a:visited				{ }
	a:hover,
	a:focus					{ }
	a:active				{ }
	a.img					{ border: 0; }
	
	a.action				{ background: #525227 url(../images/layout/action_bg.png) right no-repeat; display: block;
							  padding: 9px 39px 9px 8px; color: #FFFFFF; text-decoration: none; text-transform: uppercase;
							  font-weight: bold; margin-top: 0.5em; }
	.box a.action			{ margin-left: -10px; margin-right: -10px; }
	
	a.big					{ font-size: 1.2em; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: none; }
	a.big:hover				{ text-decoration: underline; }

	blockquote				{ font-style: oblique; }

	dt 						{ font-weight: bold; }

	.caption, caption		{ font-size: 0.9em; }

	.note					{ color: #666; }
	.error					{ color: #ff0000; }

/* Line Heights */

	h1, h2, h3, h4			{ line-height: 1.2; }
	p, li, dt, dd, 
	td, th,					
	.caption, caption		{ line-height: 1.4; }
	pre						{ line-height: 1.2; }

/* Margins, Padding & Layout */

	h1, h2, h3, h4			{ margin: 0.8em 0 0; }
	p, ul, ol, dl			{ margin: 1em 0; }
	pre						{ margin: 1em 0; }

	blockquote				{ margin: 1em 2em 0 2em; }

	ul, ol					{ margin-left: 3em; }
	dd 						{ margin-left: 1.5em; }

	.caption				{ display: block; }

/* List Styles */

	ul						{ list-style: disc; }
	ol						{ list-style: decimal; }

/* General Alignment */

	img.center, 
	div.center				{ margin-left: auto; margin-right: auto; }
	img.left, 
	div.left				{ float: left; margin-right: 1em; margin-bottom: 1em; }
	img.right, 
	div.right				{ float: right; margin-left: 1em; margin-bottom: 1em; }
	
	p.center,				
	th.center, td.center	{ text-align: center; }
	p.left,					
	th.left, td.left		{ text-align: left; }
	p.right	,				
	th.right, td.right		{ text-align: right; }
	p.justify,
	th.justify, td.justify	{ text-align: right; }
	
	.top					{ margin-top: 0 !important; }
	

/* IMAGES */
	
	img						{ display: block; border: 0; }
	#content img			{ margin-top: 1em; background: #d7d7ba; padding: 5px; border: 1px solid #999966; }


/* LAYOUT */

/* Body */
	body					{ margin: 0 0 10px 0; background: #030830 url(../images/layout/bg.png) top repeat-x; }
	#container				{ width: 916px; margin: 0 auto; }
	#wrapper				{ padding: 0 8px; background: url(../images/layout/shadow.stretch.alpha.png) repeat-y; }
	
/* Header */
	#header					{ background: #040f47 url(../images/layout/header_bg.jpg); height: 150px;
							  position: relative; }
	#header, #header a		{ }
	#logo					{ position: absolute; left: 44px; top: 47px; }
	#tagline				{ position: absolute; right: 44px; top: 68px; background: url(../images/layout/tagline.alpha.png);
							  display: block; text-indent: -10000px; width: 403px; height: 21px; }
	
/* Navigation */
	#nav					{ list-style: none; margin: 0; background: #8c8c59 url(../images/layout/nav_bg.png) repeat-x;
							  padding: 0 43px; overflow: hidden; }
	#nav li					{ background: url(../images/layout/nav_divider.png) left no-repeat; padding-left: 2px;
							  float: left; margin: 2px 0; }
	#nav li.last div		{ background: url(../images/layout/nav_divider.png) right no-repeat; padding-right: 2px; }
	#nav a					{ display: block; height: 24px; padding: 0 10px; padding-top: 9px; white-space: nowrap;
							  text-decoration: none; text-transform: uppercase; font-weight: bold; color: #333300; }
	#nav a:hover			{ color: #fff; }
	
	#index #nav_index a,
	#about #nav_about a, 
	#other #nav_other a, 
	#students #nav_students a, 
	#appeals #nav_appeals a, 
	#employers #nav_employers a, 
	#points #nav_points a, 
	#contact #nav_contact a	{ color: #fff; }

/* Content */
	#content				{ background: #fff; padding: 28px 44px; }
	#columns				{ overflow: hidden; }
	#left, #right			{ float: left; }
	#left					{ width: 518px; margin-right: 44px; }
	#right					{ width: 250px; }
	
	.box					{ background: #d7d7ba; border: 1px solid #999966; color: #666633; padding: 5px 15px; }
	
	#strip					{ height: 231px; background: url(../images/photos/strip.jpg); }
	
/* Footer */
	#footer					{ border-top: 1px solid #999966; padding: 6px 0 0 0; margin: 28px 0 0 0;
							  overflow: hidden; }
	#footer, #footer a		{ color: #999999; }
	#footer p				{ font-size: 0.8em; margin: 0; }
	#footer a				{ text-decoration: none; }
	#footer a:hover			{ text-decoration: underline; }
	#copyright				{ float: left; }
	#proworx				{ float: right; }
	
/* Bottom */
	#bottom					{ background: url(../images/layout/shadow_bottom.alpha.png) top no-repeat; height: 8px; }
		
/* ELEMENTS */
		
/* Tables  */
	table					{ width: 100%; margin: 1.5em 0 0 0; border: 1px solid #eee; }
	th, td 					{ padding: 2px 5px; vertical-align: top; }
	th						{ font-weight: bold; text-align: left; }

	thead th				{ border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }
	tfoot td				{ border-bottom: 1px solid #eee; border-right: 1px solid #eee; font-weight: bold; }
	tfoot tr:first-child td	{ border-top: 1px solid #ddd; }
	tbody td				{ border-bottom: 1px solid #eee; border-right: 1px solid #eee; }
	tbody tr:hover td		{ border-bottom-color: #ddd; }

	caption					{ caption-side: bottom; }
	
/* Forms  */

	fieldset				{ margin: 1em 0 0 0; padding: 0 15px 15px 15px; border: 1px solid #eee;  }
	legend					{ font-size: 1.2em; background: #fff; }
	
	fieldset .row			{ margin-top: 1em; }
	fieldset .column_inner	{ margin-left: 1em; }
	
	form label				{ display: block; font-weight: bold; line-height: 1.16; margin: 0; }
	form .mandatory			{ color: #aaa; }
	form label.secondary	{ font-size: 0.85em; font-weight: normal; color: #aaa; line-height: 1; margin: 4px 0 2px 0; }
	form label .note,
	form label .error		{ font-size: 0.85em; font-weight: normal; }

	form .field				{ padding: 5px 0 0 0; overflow: hidden; clear: left; }
	form .field_part		{ margin-right: 4px; float: left; clear: none; }
	form .affix				{ font-size: 1em; }

	form label.inline		{ display: inline; font-weight: normal; line-height: 1.4; }

	input.type_text,
	input.type_password,
	input.type_submit,
	input.type_reset,
	input.type_button,
	button,
	select, textarea		{ font-family: sans-serif; }
	input.type_text,
	input.type_password,
	select, textarea		{ font-size: 1em; }
	input.type_submit,
	input.type_reset,
	input.type_button,
	button					{ font-size: 1em; }

	textarea.monospace		{ font-family: Consolas, "Courier New", Courier, monospace; }
	
	optgroup				{ font-style: normal; }

	input.type_text,
	input.type_password,
	select, textarea		{ margin: 0; padding: 0; }
	
	input.type_text,
	input.type_password,
	textarea				{ padding: 2px; }
	select					{ padding: 1px; }

	input.type_radio, 
	input.type_checkbox 	{ margin: 0; vertical-align: -0.15em; font-size: 0.85em; }
	
	input.type_text,
	input.type_password		{ width: 18em; }
	textarea				{ width: 98%; height: 10em; }
		
	input.integer, 
	input.decimal			{ width: 6em; } 

	input.size_xxs, 
	select.size_xxs			{ width: 3em; }
	input.size_xs, 
	select.size_xs			{ width: 6em; }
	input.size_s, 
	select.size_s			{ width: 12em; }
	input.size_m, 
	select.size_m			{ width: 18em; }
	input.size_l, 
	select.size_l			{ width: 24em; }
	input.size_xl, 
	select.size_xl			{ width: 30em; }
	input.size_xxl, 
	select.size_xxl			{ width: 36em; }
	
	textarea.size_xs		{ height: 2.5em; }
	textarea.size_s			{ height: 5em; }
	textarea.size_m			{ height: 10em; }
	textarea.size_l			{ height: 20em; }
	textarea.size_xl		{ height: 40em; }

/* Rows & Columns */

	.row					{ overflow: hidden; margin-top: -1em; }	
	.column					{ float: left; }

	.x50					{ width: 50%; }

/* Horizontal Rules  */

	.hr						{ border-top: 1px solid #eee; margin: 1em 0; }
	.hr	hr					{ display: none; }
