/* =================================================== */
/* =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;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1; font-size: 62.5%;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
li li, li p, td p, blockquote p {font-size:1em}

/* ================================================== */
/* =Colors 										
/* ================================================== */

/* 	Blue:						#36E
		Light Blue			#CFE8FF
		Dark Grey:			#4E4E4E
		Medium Grey:		#8E8E94
		Light Grey:			#BCBCBC


/* =General Styles 
/* ================================================== */

body, p, a, h1, h2, h3, h4, h5, td, th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #4E4E4E;
}

body {
	font-size: 62.5%;
	background: #BCBCBC;
}

#wrapper {
	background: #FFF;
	padding: 40px 0 20px 0;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", serif;
	color: #36E;
	font-weight: normal;
}

p, td, th {
	size: 1.2em;
	line-height: 1.5em;
}

a:hover {
	color: #36E;
}

ul, ol { margin-left: 1em; }

small { font-size: 80%; }

/* =Header
/* ================================================== */

#header {
	height: 112px;
	border-bottom: 4px solid #4E4E4E;
	background: url('/images/header_bg.png') repeat-x;
	overflow: hidden;
}

#header h1 {
	text-indent: -3000px;
	line-height: 0;
	height: 0;
}

/* =Navigation
/* ================================================== */

#navigation {
	float: left;
	margin: 0 0 0 22px;
	padding: 0;
	width: 152px;
	list-style: none;
}

#navigation li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #BCBCBC;
}

#navigation li a {
	display: block;
	font-size: 1.2em;
	padding: 8px;
	text-decoration: none;
	line-height: 1.5em;
}

#navigation li a:hover {
	background: #E1F1FF;
	color: #4E4E4E;
}

#current a {
	background: #CFE8FF;
}

#navigation #current a:hover {
	background: #CFE8FF;
}

/* =News
/* ================================================== */

#news_container h1 {
	font-size: 1em;
}

#news {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: .8em;
}

#content #news li p {
	font-size: 1.2em;
	color: #8E8E94;
}

#content #news h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #4E4E4E;
	font-size: 1.2em;
	font-weight: bold;
}

#news_container {
	float: right;
	width: 339px;
	margin: 0 -373px 0 22px;
	padding: 0 0 0 8px;
	font-size: 1em;
	color: #8E8E94;
}

#news_container .date {
	margin-bottom: 0;
	font-style: oblique;
}

/* =Content
/* ================================================== */

#content {
	border-left: 1px dashed #BCBCBC;
	border-right: 1px dashed #BCBCBC;
	margin: 0 369px 0 184px;
	min-height: 445px;
	padding: 0 18px 40px 22px;
	min-width: 400px;
}

#content h1 {
	font-size: 2.2em;
	margin-bottom: 17px;
}

#content h2 {
	font-size: 1.6em;
	line-height: 1.5em;
}

#content p {
	font-size: 1.2em;
	margin-bottom: 12px;
}

#content ul, #content ol {
	margin-bottom: 8px;
}

#content ul li ul, #content ol li ol {
	margin-bottom: 0;
}

#content ul li, #content ol li {
	font-size: 1.2em;
	line-height: 1.5em;
}

#content ul li ul li, #content ol li ol li {
	font-size: 1em;
}

#content ul li h2 {
	font-size: 1.3em;
}

#content h3 {
	font-size: 1.2em;
	line-height: 1.5em;
}

#content ul li p {
	font-size: 1em;
}

#content #photo {
	margin: 0 8px 8px 0;
	float: left;
}

#content .instruction {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	color: #8E8E94;
	font-size: 1.6em;
}

#content label, #content input, #content textarea {
	margin: 8px 0;
}

#content label {
	margin-bottom: 0;
}

#content .select-documents {
  border-bottom: 1px dashed #BCBCBC;
}

#faqs, #resources, #pages {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* =Footer
/* ================================================== */

#footer {
	border-top: 4px solid #4E4E4E;
	clear: both;
	margin-bottom: 20px;
}

#footer p {
	text-align: right;
	margin: 5px 22px 0 0;
}

/* =Admin
/* ================================================== */

li .handle {
	font-size: 12px;
	font-weight: normal;
	cursor: move;
	color: #777;
}

#content th, #content td {
	padding: 8px;
}

#content th {
	text-align: left;
	text-transform: uppercase;
	color: #36E;
	background: #F7F7F7;
	border-bottom: 1px solid #BCBCBC;
}

#content td {
	border-bottom: 1px dashed #BCBCBC;
}

#news_items {
	list-style: none;
	margin: 0;
}

/* =Redcloth Helper
/* ================================================== */


#redcloth_ref h1 {
	font-size: 2.2em;
}

#content #redcloth_ref h2 {
	font-size: 1.6em;
	line-height: 1.5em;
}

#content #redcloth_ref h3 {
	font-size: 1.2em;
	line-height: 1.5em;
}

#redcloth_ref {
	float: right;
	width: 339px;
	margin: 0 -373px 10px 22px;
	padding: 0 0 0 8px;
	font-size: 1em;
	color: #8E8E94;
}

#redcloth_ref table {
	width: 339px;
}

#redcloth_ref td {
	padding: 8px 18px 8px 4px;
	border-bottom: 1px dashed #BCBCBC;
}

#redcloth_ref th {
	padding: 4px;
	text-align: left;
	text-transform: uppercase;
	color: #36E;
	background: #F7F7F7;
	border-bottom: 1px solid #BCBCBC;
}

/* =Misc Styles
/* ================================================== */

#notification {
	margin-bottom: 10px;
	padding: 8px;
	font-size: 1em;
}

#notification p {
	font-style: italic;
	margin: 0;
	padding: 0;
	color: #4E4E4E;
}

.notice {
	background: #CFE8FF;
}

.error {
	background-color: #FF5D5E;
}

#errorExplanation {
	color: #F00;
}

/* =Hacks
/* ================================================== */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}