body {
	background: #494949 url(/images/main_background.jpg) 50% 0 no-repeat;
	font-family: 'Arial', Tahoma, Verdana, Courier New;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a { color: #87a1db; }

h1 {
	font-family: 'Arial', Tahoma, Verdana, Courier New;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2 {
	color: #486cb8;
	font-family: 'Arial', Tahoma, Verdana, Courier New;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3 {
	color: #737373;
	font-family: 'Arial', Tahoma, Verdana, Courier New;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.hr {
	background: url(/images/hr.gif) 50% 50% no-repeat;
	height: 80px;
}

.hr hr { display: none; }

#Header, #HeaderEnd {
	background: url(/images/main_container_header.png) 50% 100% no-repeat;
	height: 75px;
	margin: 0 auto;
	width: 899px;
	padding: 0 19px;
}

#HeaderEnd { background: url(/images/main_container_header_right_on.png) 50% 100% no-repeat; }


/* ------ */
#TopNavigation {
	float: right;
	list-style: none;
	margin: 44px 0 0 0;
	padding: 0;
}

#TopNavigation li {
	background: url(/images/top_menu_off_left.png) 0 0 no-repeat;
	float: left;
	display: block;
	margin: 0 0 0 2px;
}

#TopNavigation a {
	color: #646464;
	display: block;
	font-size: 11px;
	padding-left: 5px;
	text-align: center;
	text-decoration: none;
	_width: 1px; /* ie6 fix */
	white-space: nowrap; /* ie6 fix */
}

#TopNavigation li:hover, #TopNavigation li.sfhover {
	background: url(/images/top_menu_on_left.png) 0 0 no-repeat;
}

#TopNavigation li a span {
	background: url(/images/top_menu_off_right.png) 100% 0 no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 5px 0 0;
	width: 43px;
}

#TopNavigation li:hover span, #TopNavigation li.sfhover span {
	background: url(/images/top_menu_on_right.png) 100% 0 no-repeat;
	color: #632506;
	height: 31px;
	margin-bottom: -5px;
}

/* sub navigation elements */
#TopNavigation li ul {
	border: solid #9c9c9c;
	border-width: 0 1px 1px 1px;
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0 0 0 -1px;
	padding: 0;
	position: absolute;
	width: 100px;
}

#TopNavigation li ul li { margin: 0; }

#TopNavigation li ul a {
	background: #ffffff;
	color: #646464;
	display: block;
	font-size: 11px;
	height: 18px;
	padding: 5px 10px 0 10px;
	text-align: left;
	width: 80px;
}

#TopNavigation li ul li a:hover {
	background: #eaeaea;
}

#TopNavigation li ul li:hover, #TopNavigation li ul li.sfhover {
	margin: 0;
}

#TopNavigation li:hover ul, #TopNavigation li.sfhover ul {
	left: auto;
}

#TopNavigation li ul {
	background: #ffffff;
}

#TopNavigation li.On {
	background: url(/images/top_menu_on_left.png) 0 0 no-repeat;
	color: #632506;
}

#TopNavigation li.On a span { background: url(/images/top_menu_on_right.png) 100% 0 no-repeat; }

/* ------ */


#Container {
	background: url(/images/main_container_background.png) 50% 0 repeat-y;
	_background: url(/images/main_container_background_ie6.gif) 50% 0 repeat-y;
	_height: 450px;
	margin: 0 auto;
	min-height: 450px;
	width: 889px;
	padding: 0 24px;
}

#MiddleContentLeft {
	float: left;
	width: 591px;
}

#MiddleContentLeft p { line-height: 22px; }

.HomePageRightBox {
	background: url(/images/main_right_side_box.jpg) 0 0 no-repeat;
	color: #ffffff;
	float: right;
	height: 101px;
	padding: 6px 10px;
	width: 273px;
}

.HomePageRightBox h1 { margin-bottom: 4px; }

.HomePageRightBox p {
	margin: 0;
	text-align: right;
}

.LearnMore {
	background: url(/images/main_learn_more_background.png) 100% 0 repeat-y;
	color: #632506;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 5px 0 0;
	text-align: right;
	text-decoration: none;
	margin: 5px -6px 0 0;
}

.GrayBox {
	background: url(/images/main_gray_box_background.gif) 0 0 repeat-y;
	color: #f5f5f5;
	display: inline-block;
	width: 293px;
}

.GBInner { 
	background: url(/images/main_gray_box_bottom.gif) 0 100% no-repeat;
	_height: 168px;
	min-height: 168px;
	padding: 0 10px 20px 10px;
}

.GBHeader {
	background: url(/images/main_gray_box_top.gif) 0 0 no-repeat; 
	font-size: 1px;
	height: 10px;
}

.GBInner.Fixed { height: 168px; }

.GrayBox h1 { color: #d6997c; }

.GrayBox ul {
	margin: 5px 0 0 0;
	padding: 0;
}

.GrayBox ul li {
	background: url(/images/news_bullet.gif) 0 50% no-repeat;
	list-style: none;
	padding: 0 0 0 25px;
	margin: 0 0 3px 0;
}

.GrayBox p { margin: 5px 0 0 0; }

.GrayBox .LearnMore { color: #494949; }

#Footer, #FooterHomepage {
	background: url(/images/main_container_footer.png) 50% 0 no-repeat;
	color: #3c3b3b;
	font-size: 11px;
	height: 92px;
	margin: 0 auto;
	width: 897px;
	padding: 15px 20px 0 0;
	text-align: right;
}

#FooterHomepage { background: url(/images/main_container_footer_homepage.png) 50% 0 no-repeat; }

#Footer a, #FooterHomepage a { color: #3c3b3b; }

.spacer {
	clear: both;
	height: 5px;
	font-size: 1px;
}

.paddedrightimage { 
	border: 1px solid #cccccc;
	float: right;
	padding: 4px;
	margin: 0 0 5px 5px;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* 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;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* 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;
}

.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;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* 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;
}



.cr { clear: right; }
.cb { clear: both; }
.fr { float: right; }
.fl { float: left; }

.smb { margin-bottom: 3px; }
.smr { margin-right: 5px; }
.mt { margin-top: 20px; }
.pt { padding-top: 20px; }

.padding { padding: 20px; }
