/*main.css*/

@import "structure.css";
@import "box_borders.css";
@import "menus.css";
@import "text.css";
@import "images.css";
@import "forms.css";

@import "lightbox.css";
@import "site_specific.css";
@import "contacts.css";
@import "tables.css";


/* General Site Classes
___________________________________________________________________  */

html, body
{
	height: auto;
	width: 100%;
	max-height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font: .9em/1.6em Verdana, Arial, "Lucida Grande", verdana, Geneva, sans-serif;
	color: #333;
}

.border { border: 1px solid red; }

.clear { clear: both; }

a:link	{ color: #25386F;font-weight: bold;text-decoration: underline; }

a:visited, active { color: #25386F; font-weight: bold; text-decoration: underline; }

a:hover { color: #999; text-decoration: underline; }

hr {display: none; }

.accordion {
	background: #f2f2f2;
	border: 1px solid #dddddd;
	margin: 4px;
	padding: 10px; 
}

.accordionlink {
	line-height: 200%;
}

#search-results {
	line-height: 165%;
	padding: 0 10px 18px 10px;
}

#search-results span.stitle {
	font-size: 1.2em;
	font-weight: bold;
}

.sitemap {
	line-height: 180%;
}

