@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------------------*/
/*                       RESET                           */
/*-------------------------------------------------------*/

body, html, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table { 
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img {
border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
font-style:normal;
font-weight:normal;
}

caption, th {
text-align:left;
}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}

q:before, q:after {
content:'';
}

abbr, acronym {
border:0;
}


/*-------------------------------------------------------*/
/*                     UNIVERSAL                         */
/*-------------------------------------------------------*/

/*This part of the stylesheet is meant to describe what the norm will be for commonly used HTML tags and common layout elements.*/

body {
	font-size: .9em;
	font-family: Arial, Verdana, Geneva, Tahoma, Helvetica sans-serif;
	background-color: #eae0be;
	background-image: url(../images/global/body_bg.jpg);
	background-repeat: repeat-x;
	color: #333333;
	padding-bottom: 20px;
	text-align: center;
}

a:link, a:visited {
	color: #3675a3;
}

a:hover {
	color: #29276a;
}

h2, h3, h4, h5, h6 {
	color: #29276a;
}

h2 {
	border-bottom: 1px solid #29276a;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: .5em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1em;
}

li {
	margin-left: 30px;
}

blockquote {
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 110%;
	font-style: italic;
	padding: 0 40px 0 40px;
}

table {
	width: 620px;
	font-size: 90%;
	margin-bottom: 1em;
}

table caption {
	font-style: italic;
	text-decoration: underline;
	caption-side: top;
	padding-bottom: .5em;
}

table p, table ul, table ol {
	margin-bottom: .25em;
}

td {
	border: 1px solid #000;
	padding: 5px;
	vertical-align: top;
}

th.l, td.l {
	text-align: left;
}

th.c, td.c {
	text-align: center;
}

th.r, td.r {
	text-align: right;
}

th {
	border: 1px solid #000;
	background-color: #eee;
	padding: 5px;
	vertical-align: top;
	color: #000;
}

#wrapper {
	background-color: #f7faf5;
/*	background-image: url(../images/global/960_grid_16_col.jpg);
	background-repeat: repeat-y;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	width: 960px;
}

#header {
	background-color: #f7faf5;
	background-image: url(../images/global/header_bg.jpg);
	height: 250px;
	position: relative;
}

#logo {
	left: 10px;
	position: absolute;
	top: 20px;
}

#sitename {
	position: absolute;
	top: 0;
	left: -10000px;
}

#tagline {
	color: #29276a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	height: 60px;
	left: 30px;
	position: relative;
	text-align: center;
	top: 240px;
	width: 270px;
}

#mission_statement {
	position: absolute;
	top: 0;
	left: -10000px;
}

p.mission {
	color: #29276a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#content {
	padding: 20px 10px 10px 10px;
}

#main {
	width: 710px;
}

#footer {
	background-color: #f7faf5;
	clear: both;
	font-size: 80%;
	padding: 10px;
	text-align: right;
}

#footer p {
	margin-bottom: .25em;
}

div.image {
	border-bottom: 1px solid #333;
/*	clear: right;/* comment out to allow for more flexible image positioning through CMS */
	float: right;
	margin: 10px 0 10px 20px;
	width: 300px;
}

div.caption p {
	font-size: .8em;
	margin-top: 10px;
}

div.caption p span.title {
	font-weight: bold;
}

div.note {
	background-color: #ebf0d1;
	border: 2px solid #a6b934;
	color: #424a14;
	padding: 20px;
}

div.warning {
	background-color: #f8e3d1;
	border: 2px solid #e07d33;
	color: #5a3214;
	padding: 20px;
}

div.error {
	background-color: #eed4d5;
	border: 2px solid #b03246;
	color: #46141c;
	padding: 20px;
}

#login_change {
	background-color: #29276a;
	color: #eae0be;
	font-size: 12px;
	font-style: italic;
	height: 17px;
	left: 310px;
	padding: 3px 5px 0 5px;
	position: absolute;
	top: 18px;
	width: 270px;
}

/*------------------------------------------------------*/
/*                    SEARCH FORM                       */
/*------------------------------------------------------*/

#search_form {
	background-color: transparent;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 18px;
}

#search_form input.txt {
	background-color: #eae0be;
	border: none;
	padding: 2px 4px 2px 4px;
	width: 160px;
}

#search_form input.submit {
	width: auto;
}

/*-------------------------------------------------------*/
/*                      LIBRARY                          */
/*-------------------------------------------------------*/

.clearfloat {
	clear: both;
}
