/* Document Setup
--------------------------------------------------------------------------------------- */

body {
	margin-left: 16px;
	background: #EAF6F8;
	/*
	background-image: url('../images/back.gif');
	background-repeat: no-repeat;
	*/
}

#doc {
	width: 920px;
	margin: 0px auto;
	text-align: left;
	font-size: 80%;
	line-height: 120%;
	font-family: arial, georgia, times, verdana, sans-serif;
	color: #444;
}

.textright {
	text-align: right;
}

sub {
	font-size: 80%;
}

/* Lists
--------------------------------------------------------------------------------------- */	

ul {
	list-style-type: disc;
	margin-left: 1em;
	font-size: 13px;
	line-height: 120%;
	color: #444;
}

li {

}

ul.simple {
	list-style-type: disc;
	margin-left: 2em;
	font-size: 100%;
	font-weight: bold;
	line-height: 160%;
	font-family: arial, georgia, times, verdana, sans-serif;
	color: #444;
}

ul.simple li {
	margin-top: 1em;
}

ul.simple li ul {
	list-style-type: circle;
}


/* Links
--------------------------------------------------------------------------------------- */	

a, a:link, a:visited {
	color: #444;
	text-decoration: none;
	border-bottom: 1px solid #ac5ecd;
}

a:hover, a:focus {
	border-bottom: 1px solid #eee;
}

a.noborder, a.noborder:link, a.noborder:visited {
	border-width: 0px;
}

/* Floating
--------------------------------------------------------------------------------------- */	

.left	{ float: left; }
.right	{ float: right; }
.clear 	{ clear: both; }

/* Headings
--------------------------------------------------------------------------------------- */	

h1 { font-size: 26px; line-height: 34px; font-weight: bold; color: #cb2228; }
h2 { font-size: 15px; line-height: 20px; font-weight: bold; color: #cb2228; }
h3 { font-size: 46px; line-height: 60px; font-weight: bold; color: #cb2228; }
h4 { font-size: 110%; font-weight: bold; }
h5 { font-size: 26px; line-height: 34px; font-weight: bold; color: #600c6b; }
h6 { font-size: 10px; line-height: 34px; font-weight: normal; color: #444; }


h4.content_sub {
	font-size: 100%;
	font-weight: normal;
	color:#cb2228;
}

h5 { font-weight: bold; }

h3 a, h3 a:link, h3 a:visited {
	color: #cb2228;
	text-decoration: none;
	border-bottom: 0px;
}


/* User Feedback Messages 
--------------------------------------------------------------------------------------- */	

.success	{ background: #44dd55; color: #fff; }
.error 		{ background: #ff5544; color: #fff; }
.neutral	{ background: #ffeecc; color: #444; }

/* Forms
--------------------------------------------------------------------------------------- */	

form, textarea, input, select, option {
	font-family: arial, georgia, times, verdana, sans-serif;
	color: #444;
}

.contact_form_container .alert {
	line-height: 30px;
	padding: 2px;
	background: #ddd;
	color: #222;
}

.contact_form_container {
	border: 1px solid #ddd; 
	padding: 20px; 
	margin-right: 40px;
}

.contact_form_container input, .contact_form_container textarea {
	color: #222;
}

.contact_form {
	width: 300px;	
}

.contact_form_container input.text_large {
	width: 90%;
}

.contact_form_container input.text_med {
	width: 140px;
	margin-right: 10px;
}

.contact_form_container textarea {
	height: 120px;
	width: 90%;
}


.contact_form_container .spam_protection label {
	margin-bottom: 5px;
	display: block;
}

.contact_form_container .spam_protection {
	padding: 5px;
	background: #eeeeee;
}



/* Tables
--------------------------------------------------------------------------------------- */	

table, tr, td {
}


/* Head
--------------------------------------------------------------------------------------- */

#head {
	margin-top: 20px;
	margin-bottom: 40px;
}

#logo {
}

#logo a, #logo a:link, #logo a:visited {
	border-width: 0px;
}

#share {
	font-size: 12px;
	line-height: 15px;
	margin-right: 16px;
}

#share a, #share a:link, #share a:visited {
	border-width: 0px;
}

#text_control {
	margin-right: 16px;
	font-size: 12px;
	line-height: 15px;
	color: #888;
}

#text_control .button a {
	display: block;
	padding: 0px 4px;
	margin-left: 4px;
	border: 1px solid #eee;
	text-decoration: none;
	color: #555;
	background: #fff;
}

/* Nav
--------------------------------------------------------------------------------------- */

#nav {
	margin-left: 1px;
}

#nav table, #nav td {
	border-collapse: collapse;
}

#nav td {
	width: 143px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fff;
}

#nav a, #nav a:link, #nav a:visited {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #555;
	font-size: 11px;
	line-height: 15px;
	border-top: 2px solid #ccc;
	border-bottom: 0px solid #fff;
}

#nav td.selected {
	background: #eee;
}

#nav a span {
	display: block;
	white-space: nowrap;
	text-transform: uppercase;
	color: #cb2228;
	font-weight: bold;
	font-size: 12px;
}

#nav a:focus, #nav a:hover {
	border-top: 2px solid #59C6CE;
	text-decoration: underline;
}


/* Sub Nav
--------------------------------------------------------------------------------------- */

.sub_nav a, .sub_nav a:link, .sub_nav a:visited {
	color: #B92F2E;
	margin-right: 20px;
}

.sub_nav a.selected, .sub_nav a.selected:link, .sub_nav a.selected:visited {
	color: #333;
	font-weight: bold;	
}


/* Content
--------------------------------------------------------------------------------------- */

#printer_friendly {
	font-size: 11px;
	margin-left: 10px;
}

a#printer_friendly, a#printer_friendly:link, a#printer_friendly:visited {
	color: #555;
	border-width: 0px;
}

a#printer_friendly:hover, a#printer_friendly:focus {
	border-bottom: 1px solid #ccc;
}

#content {
	margin: 0px 16px 5px 0px;
	padding: 20px 30px 20px 20px;
	border: 1px solid #ccc;
	background: #fff;
}

#content_home {
	margin: 0px 16px 5px 0px;
	padding: 20px 30px 20px 20px;
	border: 5px solid #5e257b;
	background: #fff;
}

#side_content {
	width: 120px;
}

#side_content ul {
	margin: 10px 0px 0px 10px;
}

#side_content li {
	list-style-type: circle;
	list-style-position: inside;
	margin: 5px 0px 5px 10px;
	text-indent: -1em;
}

#side_content .quotes {
	margin: 10px;
}

#main_content {
	width: 700px;
}

#main_content img {
	padding: 2px;
	border: 0px solid #ddd;
}

#main_content img.nostyle {
	padding: 0px;
	border-width: 0px;
}

#main_content .section_title {
	border-bottom: 1px solid #555;
}

#main_content p.quote {
	margin: 0px 10px;
	font-style: italic;
}

.credit {
	font-size: 90%;
}

.credit span {
	text-transform: uppercase;
	display: block;
	font-weight: bold;
}

/* Bios (the team)
--------------------------------------------------------------------------------------- */

.bio {
	margin: 20px 0px;
}

.bio img {
	float: left;
	margin: -5px 10px 2px 0px;
}

.bio .name {
	font-size: 130%;
	font-weight: bold;
	color: #5e257b;
}

.bio .title {
	font-size: 100%;
	padding-left: 10px;
	text-transform: uppercase;
	color: #555;
}


/* Numbers Chart
--------------------------------------------------------------------------------------- */

.chart tr td {
	padding: 10px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #ddd;
	font-size: 90%;
}

.chart tr.col_headers td {
	font-weight: bold;
	color: #5e257b;
}

.chart tr td.cell_title {
	font-weight: bold;
	color: #5e257b;
}

.chart tr td.border {
	border: 1px solid #999;
}

.chart tr td.no_bottom_border {
	border-bottom: 0px solid #fff;
}

.chart tr td.nobr {
	white-space: nowrap;
}

.chart tr td.noborder {
	border-width: 0px;
}


.chart tr.row_foot td {
	background: #eee;
	border-bottom: 1px solid #999;
}

.chart tr td.space {
	border-width: 0px;
	line-height: 0px;
}

.chart tr.chart_footer td {
	background: #fff;
	color: #5e257b;
	font-weight: bold;
}

/* Footer
--------------------------------------------------------------------------------------- */

#footer {
	color: #5e257b;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 11px;
}