body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
		* html .clearfix {height: 1%;}
		.clearfix {display: block;}
	/* End hide from IE-mac */
	
	
.right {
	float: right;
	}
	
.rightAlign {
	text-align: right;
	}
	
.pad {
	padding: 12px;
	}
	
.nomargin {
	margin: 0;
	}
	
/* ========================= */
/* = MAIN LAYOUT SELECTORS = */
/* ========================= */
	
body {
	background: #091e2f url('/images/background_site.gif') repeat-x left top;
	color: #252525;
	font: normal 75%/1.6 helvetica,arial,sans-serif;
	}
	
#app {
	background: url('/images/background_app.png') repeat-y left top;
	margin: 30px auto;
	width: 968px;
	}
	
#content {
	padding: 0 50px;
	}
	
#header {
	border-bottom: 1px solid #8f8f8f;
	margin: 0 4px;
	position: relative;

	}
	
#masthead {
	height: 328px;
	margin: 0 4px;
	position: relative;
	}
	
	/* \_ */
	
		#sub #masthead {
			height: 200px;
			}
	
#main {
	float: left;
	margin-left: 320px;
	margin-top: -40px;
	position: relative;
	width: 540px;
	}
	
#side {
	float: left;
	margin-left: -860px;
	width: 270px;
	}
	
#footer {
	color: #666;
	font: normal 1.1em georgia, serif;
	margin: 0 0 50px 0;
	padding-top: 10px;
	}
	
#footer a {
	color: #666;
	}
	
#bottom {
	display: block;
}
	
/* ========================= */
/* = HEADER AND NAVIGATION = */
/* ========================= */

h1 {
	position: absolute;
	bottom: -59px;
	left: 50px;
	z-index: 9900;
	}
	
h1 a {
	background: url('/images/logo.png') no-repeat left top;
	display: block;
	font-size: 1px;
	height: 133px;
	text-indent: -9999px;
	width: 271px;
	}
	
#primaryNav {
	margin-left: 370px;
	list-style: none;
	}
	
#primaryNav li {
	float: left;
	}
	
#primaryNav li.active {
	background: #1c5686 url('/images/tab_left.gif') no-repeat left top;
	margin-top: -10px;
	position: relative;
}
	
#primaryNav li a {
	background: url('/images/nav_background.gif') no-repeat left bottom;
	color: #252525;
	display: block;
	font-size: 1.5em; /* was 1.5 */
	padding: 70px 10px 0 10px; /* was 70 40 0 10 */
	text-decoration: none;
	}
	
#primaryNav li.active a {
	background: url('/images/tab_right.gif') no-repeat right top;
	color: #fff;
	padding-top: 80px;
	}

#primaryNav li a.last {
	padding-right: 10px;
}

/* ============ */
/* = MASTHEAD = */
/* ============ */

#masthead img {
	position: absolute;
	bottom: 0;
	}
	
/* ================ */
/* = MAIN CONTENT = */
/* ================ */
a {
	color: #1c5585;
	}

h2 {
	border-bottom: 1px dotted #22659d;
	font-size: 2em;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 1em;
	text-align: right;
	}
	
h3 {
	font-size: 1.5em;
	margin: 0;
	}
	
p {
	margin: 1em 0;
	}
	
p.intro {
	font-size: 1.17em;
	line-height: 1.7;
}

.articleImage {
	float: right;
	margin: 1em 0 1em 1em;
	}
	
.articleImage .imgShadow {
	background: #fff url('/images/img_shadow.gif') no-repeat bottom right;
	}
	
.articleImage .imgShadow div {
	background: url('/images/img_shadow.png') no-repeat top left;
	padding: 0 5px 5px 0;
	}
	
.articleImage img {
	border: 1px solid #ededed;
	display: block;
	padding: 10px;
	}

.articleImage .caption {
	color: #666;
	display: block;
	font-size: .8em;
	}
	
/* ================= */
/* = SECONDARY NAV = */
/* ================= */

#secondaryNav {
	border: 1px solid #dedede;
	list-style: none;
	margin: 50px 0;
	}
	
#secondaryNav li {
	border-bottom: 1px solid #dedede;
	text-align: right;
	}
	
#secondaryNav li.active {
	background: #e5f3e5 url('/images/second_nav_active.gif') no-repeat right center;
	}
	
#secondaryNav li.last {
	border-bottom: none;
	}
	
#secondaryNav li a {
	color: #1c5686;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 15px 25px 15px 15px;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#secondaryNav li.active a {
	color: #252525;
	}
/* ============= */
/* = BREAKOUTS = */
/* ============= */
	
.breakout {
	color: #fff;
	margin: 50px 0;
	}
	
.breakout a {
	color: #fff;
	}
	
.breakout .pad {
	padding: 2px 12px;
	}
	
.green {
	background: url('/images/breakout_green.gif') repeat-x left center;
	}
	
.blue {
	background: url('/images/breakout_blue.gif') repeat-x left center;
	}
	
#events .name {
	font-size: 1.1em;
	font-weight: bold;
}
	
/* =================== */
/* = ROUNDED CORNERS = */
/* =================== */

.bt {
	position: relative;
	top: -1px;
	right: -1px;
	height: 7px;
	background: url('/images/cb_tr.gif') no-repeat right top;
	}
	
.bb {
	position: relative;
	bottom: -1px;
	right: -1px;
	height: 7px;
	background: url('/images/cb_br.gif') no-repeat right top;
	}
	
.bt div, .bb div {
	position: relative;
	top: 0;
	left: -2px;
	width: 7px;
	height: 7px;
	font-size: 0;
	line-height: 0;
	}
	
.bt div {
	background: url('/images/cb_tl.gif') no-repeat left top;
	}
	
.bb div {
	background: url('/images/cb_bl.gif') no-repeat left top;
	}
	
/* =============== */
/* = FORM STYLES = */
/* =============== */

	form {
		margin: 0;
		}

	.formRow {
		margin: 1em 0;
		}

	fieldset {
		padding: 1em;
		margin: 1em 0;
		border: 1px solid #091e2f;
		}

	legend {
		color: #fff;
		background: #091e2f;
		}

	label, .label {
		color: #333;
		}

	.subPrompt {
		padding-right: 10px;
		color: #666;
		}

	.required {
		font-weight: bold;
		}

	.formNote {
		text-align: right;
		}

	.note {
		font-size: .8em;
		color: #999;
		}

	.divider {
		margin: 1em 0;
		border-bottom: 1px dashed #7e835b;
		}
	
	.divider hr {
		display: none;
		}

	.xlarge {
		width: 320px;
		}

	.large {
		width: 280px;
		}

	.medium {
		width: 120px;
		}

	.small {
		width: 75px;
		}

	.tiny {
		width: 30px;
		}

	.prompt {
		width: 150px;
		float: left;
		text-align: right;
		}

	.element {
		margin-left: 155px;
		}

	.bigPrompt, .bigField {
		font-size: 1.3em;
		}
	
	.bigField {
		color: #433c31;
		}

	.alert {
		color: #990000;
		}

	.error {
		background: #990000;
		color: #fff;
		padding: 1em;
		margin: 1em 0;
		}
		
	.error ul {
		margin: 1em 0 0 2em;
	}
