body {
	background: #5074b2 url(/images/main_background.gif) 0 0 repeat-x;
	margin: 0;
	padding: 0;
	font: 12px Arial;
}

a {
	color: #00358f;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

h1 {
	color: #c54531;
	font: 30px Arial;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Containers ------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
#OuterContainer {
	background: url(/images/main_outer_background.jpg) 50% 0 no-repeat;
}

#Container {
	background: #ffffff;
	margin: 0 auto 0 auto;
	width: 800px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Header & Logo --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
#PrintLogo { display: none; }

#Header {
	background: url(/images/main_header.jpg) 0 0 no-repeat;
	display: block;
	height: 260px;
	margin: 0 2px;
}

#Logo span { display: none; }


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Top Navigation -------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
#TopNavigation {
	background: url(/images/top_navigation_background.gif) repeat-x;
	height: 37px;
	margin: 0 5px;
}

#TopNavigationLeft, #TopNavigationRight {
	background: url(/images/top_navigation_left.gif) 0 0 no-repeat;
	float: left;
	height: 37px;
	width: 10px;
}

#TopNavigationRight {
	background: url(/images/top_navigation_right.gif) 0 0 no-repeat;
	float: right;
}

#TopNavigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 2px 0;
}

#TopNavigation ul li { float: left; }

#TopNavigation ul li a {
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
}

#TopNavigation ul li a:hover {
	background: url(/images/top_navigation_button_hover.gif) 0 0 repeat-x;
	color: #ffffff;
	text-decoration: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Middle Content -------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
#LeftSide {
	float: left;
	padding: 15px 20px;
	width: 492px;
	min-height: 220px;
	_height: 220px;
}

#MiddleContent { 
	padding: 15px 20px; 
}

#RightSide {
	float: right;
	padding: 15px 0;
	width: 266px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* HomePage Bottom Container --------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
#HomePageBottomBoxesContainer {
	background: #5074b2 url(/images/homepage_bottom_area_background.gif) 0 0 repeat-x;
	clear: both;
	padding: 0 0 2px 2px;
}

#HomePageBottomBoxes { background: url(/images/homepage_bottom_boxes.gif) 0 0 repeat-y; }

#HomePageFooter, #Footer {
	background: #5074b2 url(/images/main_footer.gif) 0 1px repeat-x;
	color: #a5cfda;
	clear: both;
	font-size: 11px;
	height: 65px;
	padding: 35px 0 0 0;
	text-align: center;
}

#HomePageFooter { background: #5074b2 url(/images/main_footer_homepage.gif) 0 1px no-repeat; }


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Quick Search ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
#TopNavigation form {
	margin: 3px 0px 0 0;
	padding: 0;
	float: right;
	width: 200px;
}

#TopNavigation form input {
	border: 1px solid #cccccc;
	color: #9c9c9c;
	font-size: 11px;
	height: 14px;
	margin: 0;
	padding: 3px;
	width: 160px;
}

#QuickSearchIcon {
	background: #efebef url(/images/icon_search.gif) 50% 50% no-repeat;
	border: 1px solid #cccccc;
	display: block;
	float: right;
	margin-left: -1px;
	height: 20px;
	width: 20px;
}

#QuickSearchIcon:hover { background: #d6e5f2 url(/images/icon_search.gif) 50% 50% no-repeat; }

#QuickSearchResults {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-top: 0px;
	display: none;
	margin-top: 22px;
	padding: 3px;
	position: absolute;
	width: 160px;
}

#QuickSearchResults a {
	display: block;
	padding: 4px;
	text-decoration: none;
}

#QuickSearchResults a img { vertical-align: middle; }

#QuickSearchResults a:hover {
	background: #d6e5f2;
	color: black;
	text-decoration: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Buttons --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.Submit {
	background: #f7f7f7 url(/images/main_table_header.gif) 0 100% repeat-x;
	border: 1px solid #cfcfcf;
	padding: 3px 6px;
	text-align: center;
	cursor: pointer;
}

.Submit:hover { 
	background: #d6e5f2; 
	color: #0085cf;
}

.Button {
	background: url(/images/button_left_side.gif) 0 0 no-repeat;
	color: #41638d;
	float: right;
	text-decoration: none;
	text-align: center;
	margin-left: 5px;
}

.Button:hover {
	text-decoration: underline;
}

.Button span {
	background: url(/images/button_right_side.gif) 100% 0 no-repeat;
	color: black;
	cursor: pointer; /* for IE6 */
	float: left;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	margin: 0;
	padding: 0 14px;
}

.Button .Print { margin-top: 2px; }

.MapIt {
	background: url(/images/button_map_it.gif) 0 0 no-repeat;
	display: block;
	height: 20px;
	width: 73px;
}

.MapIt:hover { background-position: 0 -20px; }
.MapIt span { display: none; }


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Display Table --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.DisplayTable {
	clear: both;
	border: 1px solid #cfcfcf;
	border-right: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

.DisplayTable th, .DisplayTable td, h3.BoxHeader { padding: 6px; }

.DisplayTable th, h3.BoxHeader { 
	background: #f7f7f7 url(/images/main_table_header.gif) 0 100% repeat-x;
	border-right: 1px solid #cfcfcf;
	text-align: left; 
}

.DisplayTable th span { font-weight: normal; }

.DisplayTable th a { color: #808080; }

.DisplayTable th a:hover { color: #000000; }

.DisplayTable td {
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	color: #000000;
}

.DisplayTable td p { 
	padding: 0;
	margin: 0;
}

.DisplayTable .trOn { background: #f0f4f8; }

.DisplayTable .ActiveRecord {
	font-style: normal;
	color: #000000;
}

.HiddenRecord, .HiddenRecord a {
	color: #bfbfbf;
}

.InactiveRecord, .InactiveRecord a {
	font-style: italic;
	color: #bfbfbf;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Forms ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
form, fieldset, form fieldset ol, form fieldset li {
	margin: 0;
	padding: 0;
}

form { margin-top: 10px; }

form, input, textarea, option, select {
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, Times New Roman;
	font-size: 11px;
}

fieldset {
	background: url(/images/form_background.gif) 0 100% repeat-x;
	border: 0;
	border-top: 1px solid #808080;
	clear: both;
	margin: 0 0 10px 0;
}

legend {
	color: #569de0;
	font-size: 14px;
	font-weight: bold;
}

form fieldset ol {
	list-style: none;
}

form fieldset li {
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	min-height: 20px;
	padding: 8px 5px 3px 5px;
}

form fieldset label {
	color: #808080;
	display: block;
	float: left;
	height: 16px;
	padding: 0;
	width: 125px;
}

form em {
	color: red;
	font-style: normal;
	padding: 0 0 0 2px;
}

textarea, input { padding: 3px; }

textarea { 
	background: #ffffff url(/images/textarea_background.gif) repeat-x;
	border: 1px solid #a5aeb5;
	line-height: 15px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Alerts ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.GoodAlert, .BadAlert {
	background: #e7ffe6 url(/images/icon_alert_good.gif) 10px 50% no-repeat;
	border: 1px solid #beffbb;
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 0 5px 30px;
}

.BadAlert {
	background: #ffe6e6 url(/images/icon_alert_error.gif) 10px 50% no-repeat;
	border: 1px solid #ffbbbb;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Loader ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
#Loader {
	display:none; 
	margin: 15% 325px 0 325px;
	position: absolute; 
	text-align:center;
	width: 100px; 
	z-index: 1005;
}

#LoaderInside {
	background: white; 
	border: 2px solid #808080;
	padding: 10px 3px; 
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* MouseOver Popup Box --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
#PopUpBox {
	position: absolute;
	display: none;
	margin: 10px 0 0 -190px;
	z-index: 9999;
}

.hoverpopup {
	width: 180px;
	padding: 5px 10px 5px 10px; 
	border: 1px solid #808080; 
	background: #ffffff; 
	text-align: left; 
	color: #000000;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Miscellaneous --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.Box {
	float: left;
	font-size: 11px;
	margin-right: 2px;
	width: 264px;
}

.Box p {
	margin: 0 10px 10px 10px;
}

.Box h2 {
	background: url(/images/main_box_header.gif) 0 0 repeat-x;
	color: #ffffff;
	font: 16px Arial;
	font-weight: bold;
	height: 45px;
	line-height: 50px;
	margin: 0 0 10px 0;
	padding-left: 9px;
}

.cb {
	clear: both;
	font-size: 1px;
}

.MarginTop { margin-top: 15px; }
.MarginBottom { margin-bottom: 10px; }
.BigMarginBottom { margin-bottom: 20px; }

.minheight { 
	min-height: 300px;
	_height: 300px;
}

.NoBG { background: none; }

.nomargin { margin: 0 0 0 0; }

.RightLink {
	font-weight: bold;
	text-align: right;
}