/*
@font-face
{
	font-family: "Biolinum Regular OTF";
	src: url("LinLibertineFont/Biolinum_Re-0.4.1.otf") format("opentype");
	font-weight: normal;
}

@font-face
{
	font-family: "Biolinum Regular TTF";
	src: url("LinLibertineFont/Biolinum_Re-0.4.1.ttf") format("truetype");
	font-weight: normal;
}

@font-face
{
	font-family: "Biolinum Regular EOT";
	src: url("LinLibertineFont/Biolinum_Re-0.4.1.eot");
	font-weight: normal;
}

@font-face
{
	font-family: "Biolinum Bold OTF";
	src: url("LinLibertineFont/Biolinum_Bd-0.4.1.otf") format("opentype");
	font-weight: bold;
}

@font-face
{
	font-family: "Biolinum Bold TTF";
	src: url("LinLibertineFont/Biolinum_Bd-0.4.1.ttf") format("truetype");
	font-weight: bold;
}

@font-face
{
	font-family: "Biolinum Bold EOT";
	src: url("LinLibertineFont/Biolinum_Bd-0.4.1.eot");
	font-weight: bold;
}
*/
@font-face
{
	font-family: "Gentium Basic TTF";
	src: url("GenBasB.ttf") format("truetype");
	font-weight: bold;
}

@font-face
{
	font-family: "Gentium Basic EOT";
	src: url("GenBasB.eot");
	font-weight: bold;
}

body
{
/*	background: white url('/img/chalk.jpeg') no-repeat fixed top left; */
	background: white;
	color: #666;
	font-family: "Biolinum Regular OTF", "Biolinum Regular TTF", "Biolinum Regular EOT", "Linux Biolinum O",
		"Optima", "Zapf Humanist 601 BT", "Helvetica", "Arial", sans-serif;
	margin: 0;
	padding: 0.5em 1em;
}

#wrapper
{
	max-width: 1200px;
	min-width: 920px;
	margin: 0 auto;
}

strong, b, h1, h2, h3, h4
{
	font-family: "Biolinum Bold OTF", "Biolinum Bold TTF", "Biolinum Bold EOT", "Linux Biolinum O",
		"Optima", "Zapf Humanist 601 BT", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
}

.alt-font
{
	font-family: "Gentium Basic TTF", "Gentium Basic TTF", "Gentium Basic",
		"Bookman Old Style", "Cooper", "Georgia", "Times Roman", "Times New Roman", serif;
}

ul { list-style-type: square; }

h1
{
	font-size: 1px;
	height: 1px;
	width: 1px;
	color: white;
	background: white;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

h2
{
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
}

blockquote.big-quote
{
	font-size: 150%;
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 0;
}

blockquote.big-quote p
{
	margin: 0;
	padding: 0 0.5em 0.25em 0;
}

#logobox
{
	padding: 0 10px 6px;
	float:left;
}

#strap
{
	background: transparent url('/img/strapback.png') repeat-x scroll top left;
	text-align: center;
	height: 70px;
	margin-left: 150px;
}

#strap div
{
	margin: -16px 4px 0 0;
	text-align: right;
	font-weight: bold;
	color: #203b76;
	font-size: 120%;
}

#logobox img, #strap img
{
	border: 0;
}

#nav-row
{
	position: relative;
}

/* IT 6 hackety hack! */
* html div#nav-row { position: absolute; top: 132px; left: 16px; }
* html div#nav-row hr { display: none; }
* html div#nav-row ul { border-bottom: 4px solid #006; }
* html #page_content { clear: both; }

#nav-row ul
{
	font-size: 90%;
	margin: 0 0 0 150px;
	padding: 0;
	position: absolute;
	bottom: 8px;
	left: 0;
}

#nav-row ul li
{
	margin: 0;
	padding: 4px 8px;
	list-style: none;
	float: left;
	display: inline;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;	
}

#nav-row ul li#tab0 { background: #909090; border-color: #606060; }
#nav-row ul li#tab1 { background: #989898; border-color: #686868; }
#nav-row ul li#tab2 { background: #A0A0A0; border-color: #707070; }
#nav-row ul li#tab3 { background: #A8A8A8; border-color: #787878; }
#nav-row ul li#tab4 { background: #B0B0B0; border-color: #808080; }
#nav-row ul li#tab5 { background: #B8B8B8; border-color: #888888; }
#nav-row ul li#tab6 { background: #C0C0C0; border-color: #909090; }
#nav-row ul li#tab7 { background: #C8C8C8; border-color: #989898; }
#nav-row ul li#tab8 { background: #D0D0D0; border-color: #A0A0A0; }
#nav-row ul li#tab9 { background: #D8D8D8; border-color: #A8A8A8; }

#nav-row ul li#tab0.selected,
#nav-row ul li#tab1.selected,
#nav-row ul li#tab2.selected, 
#nav-row ul li#tab3.selected, 
#nav-row ul li#tab4.selected, 
#nav-row ul li#tab5.selected, 
#nav-row ul li#tab6.selected, 
#nav-row ul li#tab7.selected,
#nav-row ul li#tab8.selected,
#nav-row ul li#tab9.selected
	{ background: #203b76; color: white; border-color: #006; }

#nav-row ul li a
{
	color: #203b76;
	text-decoration: none;
	text-align:center;
	line-height: 20px;
	font-weight: bold;
}

#nav-row ul li a:hover
{
	color: black;
	text-decoration: underline;
}

#nav-row ul li.selected a,
#nav-row ul li.selected a:hover
	{ color: white; }

#nav-row hr
{
	color: #203b76;
	background: #203b76;
	border: 0px solid #203b76;
	height: 8px;
	margin: 0 4px 0.5em;
	clear: left;
	z-index: -999;
}

.editor_panel
{
	margin: 0.25em 4px;
	text-align: right;
	background: #ff9;
	padding: 0.25em;
	border: 1px solid #dd6;
}

.half
{
	margin: 0;
	padding: 0;
	font-size: 90%;
}

.quarter
{
	min-height: 200px;
	float: left;
	width: 48%;
	padding: 0.5em 0.5%;
	margin: 1px 2px;
	background: #ddd;
	color: #203b76;
}

.end-of-row
{
	clear:both;
	color: transparent;
	background: transparent;
	border: 0px solid transparent;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

.left
{
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

.right
{
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#tail
{
	background: transparent url('/img/inverted_strap.png') repeat scroll top left;
	font-size:80%;
	color: white;
	padding: 25px 15px 15px;
	text-align: center;
}

#tail a, #tail span
{
	color: white;
}

