/* HTML elements */
body {
	margin: 0;
	padding: 0;
	text-align: center;
/*	background-repeat: repeat-x;
	background-image: url(../grfx/back.grad.gif); */
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

object {
	outline: none;
}

a {
	color: #000;
	outline: none;
}

a:hover {
	text-decoration: none;
}

input, select, textarea {
	padding: 2px;
	padding-left: 4px;
	font-size: 11px;
	border: 1px #ccc solid;
}

ul {
	margin: 0;
	padding-top: 10px;
	padding-left: 15px;
	display: block;
	list-style-type: disc;
}

li {
	padding-bottom: 5px;
}

/* Named Divs */
#wrapper {
	margin: 0 auto;
	width: 920px;
	top: -75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
	color: #686868;
	position: relative;
}

#boxBackTop {
	height: 100px;
}

#boxBackBottom {
	height: 75px;
	/* background-color: #ab7e2f; */
	background-color: #ab3148;
}

#boxHeader {
	margin: 0 auto;
	width: 920px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	z-index: 1;
}

#boxFooter {
	margin-top: 25px;
	padding: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F7F7F;
	border-top: #fbf4b6 5px solid;
	background-color: #f8f6e6;
	position: relative;
}

#boxTip {
	width: 500px;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	color: #0a246a;
	border-left: #DBEFFF 1px solid;
	border-right: #CCCCCC 1px solid;
	border-top: #DBEFFF 1px solid;
	border-bottom: #CCCCCC 1px solid;
	background-image: url(../grfx/back.box.tip.gif);
	top: -30px;
	_top: -25px;
	left: 185px;
	position: absolute;
}

#boxError {
	margin-bottom: 10px;
	padding: 10px;
	font-size: 11px;
	line-height: 1.5em;
	color: #ff0000;
	border: #ffa6a6 1px solid;
	background-color: #f8f6e6;
}

#boxHeaderTabs {
	top: 100px;
	left: 565px;
	width: 350px;
	height: 30px;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../grfx/header.tabs.gif);
}

#boxLogin, #boxLoginHeader {
	color: #ff0000;
}

#boxHome1, #boxHome2, .boxAbout {
	width: 484px;
	border: 8px solid #eddabb;
	background-color: #fffce0;
	display: none;
}

#boxSlide {
	width: 270px;
	height: 175px;
	position: relative;
}

#boxSlideHeader {
	width: 260px;
	padding: 5px;
	font-size: 18px;
	top: 0;
	left: 0;
	position: absolute;
}

#boxSlideSnippet {
	width: 260px;
	padding: 5px;
	font-size: 12px;
	top: 0;
	left: 0;
	position: absolute;
}

.boxHome {
	padding: 5px;
	font-size: 11px;
	border: #c9c9c9 1px solid;
}

.boxSmall {
	padding: 3px;
	font-size: 11px;
	background-color: #fff6e5;
	border: #fdcf7d 1px solid;
}

.boxDashTitle {
	padding: 5px;
	margin-bottom: 8px;
	color: #fff;
	font-weight: bold;
	background-color: #005984;
}

#content {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #fff;
}

#panelTitle {
	padding: 10px;
	padding-top: 15px;
	height: 50px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #fff;
	line-height: 1em;
}

#panelLeft {
	width: 670px;
	float: left;
}

#panelRight {
	width: 198px;
	float: right;
	border: 1px solid #fbf4b6;
}

#panelLeftMenu {
	width: 200px;
	float: left;
	border: 1px solid #eddabb;
}

#panelLeftMenu ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 0;
}

#panelLeftMenu li a {
	color: #000000;
	display: block;
	padding: 3px 0px 3px 5px;
	text-decoration: none;
}

#panelLeftMenu li a:hover {
	background-color: #b5cf80;
}

#panelMiddle {
	width: 690px;
	float: right;
}

.imgPng {
	behavior: url(../inc/iepngfix.htc);
}

.noBorder {
	border: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tabHome {
	width: 550px;
}

.tabHomeCell {
	padding: 5px;
}

.tabHomeCellHover {
	display: block;
	padding: 5px;
	text-decoration: none;
}

.tabHomeCellHover:hover {
	text-decoration: underline;
	background-color: #eddabb;
}

.headTitleSmall {
	font-size: 14px;
	font-weight: normal;
}

.headTitleMenu {
	padding: 3px;
	padding-left: 5px;
	background-color: #eddabb;
	border-bottom: 1px solid #B5CF80;
}

.headTitleBody {
	font-size: 15px;
	font-weight: bold;
}

.pageNums {
	float: right;
}

.pageNums li {
	line-height: 2em;
	display: inline;
	list-style-type: none;
	text-align: center;
	margin: 2px;
}

.pageNums li a {
	padding: 3px 6px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}

.pageNums li a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #000;
	border: 1px solid #000;
}

.pageNums .next a, .pageNums .previous a {
	border: 1px solid #FFFFFF;
	padding: 3px 6px;
}

.pageNums .currentPage {
	padding: 3px 6px;
	font-weight: bold;
	color: #ff0000;
}

.required {
	border: 1px #000 solid;
}

.formButton {
	font-size: 11px;
	border-top: #bdbdbd 1px solid;
	border-left: #bdbdbd 1px solid;
	border-bottom: #005984 1px solid;
	border-right: #005984 1px solid;
	padding: 3px 10px 3px 10px;
}

.tblRow1 {
	border-bottom: #005984 4px solid;
}

.tblRow2 {
	border-bottom: #c6c6c6 1px solid;
}

.tblRow3 {
	border-bottom: #dbb064 1px solid;
}

.txtPanelHead {
	font-size: 12px;
	font-weight: bold;
	color: #0a246a;
	text-transform: uppercase;
}

.txtState {
	font-size: 10px;
	text-transform: uppercase;
}

.txtTabs {
	color: #fff;
}

.txtPopupHead {
	font-size: 17px;
	color: #9d995c;
}

.txtPopupTitle {
	padding: 5px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #005984;
}

.cleaner {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* HighSlide Related */
.highslide-html {
	background-color: white;
	text-align: left;
}

.highslide-html-content {
	position: absolute;
	display: none;
}

.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
    	padding-left: 22px;
	background-image: url(/grfx/highslide/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

.highslide-dimming {
	position: absolute;
	background: #ab7e2f;
}

/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}

.highslide-html-content {
	padding: 15px 5px 0 0;
}

.homePopup .highslide-maincontent, .aboutPopup .highslide-maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #686868;
}

.aboutPopup .highslide-header {
	display: none;
}

.homePopup .highslide-html-content, .aboutPopup .highslide-html-content {
	margin: 0;
	padding: 0;
}

.homePopup .highslide-footer, .aboutPopup .highslide-footer {
	display: none;
}

.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}

.highslide-wrapper .highslide-header ul li {
	display: inline;
}

.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next, .highslide-wrapper .highslide-header ul li.highslide-move, .highslide-wrapper .highslide-header ul li.highslide-close, .highslide-resize {
	display: none;
}

.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}

.highslide-wrapper .highslide-header a:hover {
	color: black;
}

.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}

.highslide-wrapper .highslide-footer {
	height: 11px;
}

.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(/grfx/highslide/resize.gif);
}

.closebutton {
	background: transparent url(/grfx/highslide/close.png) repeat scroll 0 0;
	cursor: pointer;
	height: 30px;
	left: 15px;
	position: relative;
	top: -15px;
	width: 30px;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
	display: block;
}

.highslide-display-none {
	display: none;
}