

/* GLOBAL STYLES */
/* ##################################################### */

body {
	color: #000;
	margin: 0;
	text-align: center;
	background: url(../pix/bg-body.jpg) #393939;
}

body, td, th, select, input, textarea {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#body-fade {
	background: url(../pix/bg-fade.jpg) repeat-x;
}

container, th, td {
	text-align: justify;
	line-height: 1.5em;
}

a {
	color: #004e97;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #da1e1e;
	text-decoration: none;
}

h1 { font-size:200%; margin: 30px 0 10px 0; }
h2 { font-size:125%; margin: 25px 0 8px 0; }
h3 { font-size:120%; margin: 20px 0 6px 0; color:#003366; }
h4 { font-size:100%; margin: 17px 0 4px 0; }
h5 { font-size:100%; margin: 15px 0 2px 0; }
h6 { font-size:100%; margin: 10px 0 0px 0; }

p { margin: 1em 0; } /* make IE and Firefox paragraph margins match */

pre { font-family: "Courier New", Courier, monospace; } /* undo font change in * def */

hr { height:1px; border:none; color:#b0af99; background:#b0af99; }

form { margin: 0; }
input, select, textarea { margin: 1.5px; }

ul { text-align: left; }

/* SECTIONS */
/* ##################################################### */

#container-bg-l {
	width: 982px;
	margin: 0 auto;
	background: url(../pix/bg-container-l.jpg) left repeat-y;
}

#container-bg-r {
	background: url(../pix/bg-container-r.jpg) right repeat-y;
}

#container-fade-l {
	background: url(../pix/bg-container-fade-l.jpg) top left no-repeat;
}

#container-fade-r {
	background: url(../pix/bg-container-fade-r.jpg) top right no-repeat;
}

#container {
	text-align: left;
	margin: 0 6px;
	background: url(../pix/bg-container.jpg) repeat-x #d9d8bc;
}

#header {
	height: 90px;
	overflow: hidden;
	text-align: justify;
}

#logo img {
	margin-top: 7px;
	float: left;
	margin-left: 15px;
}

#header #top-ad {
	text-align: center;
	margin-top: 15px;
}

/* ##################################################### */
/* MAIN TABLE */
/* ##################################################### */

#columns {
	width: 100%;
	vertical-align: top;
}

#columns td {
	vertical-align: top;
}

#leftcolumn {
	background: url(../pix/bg-box.jpg) repeat-x #e6e6e6;
	border: solid 2px #fff;
	overflow: hidden;
	width: 170px;
}

#rightcolumn {
	background: url(../pix/bg-box.jpg) repeat-x #e6e6e6;
	border: solid 2px #fff;
	overflow: hidden;
	width: 170px;
}

#leftcolumn h3, #rightcolumn h3 {
	margin: 0;
	font-size: 14px;
	line-height: 34px;
	padding-left: 7px;
	background: url(../pix/bg-menu-h3.gif) repeat-x #d9d9d9;
	border-bottom: solid 1px #fff;
	color: #000;
}


/* ##################################################### */
/* SEARCH BOX */
/* ##################################################### */

#search_container {
	text-align: right;
	margin-left: 450px;
}

#search {
	margin: 10px 10px 0 0;
}

#search .box {
	background: url(../pix/bg-search.jpg) repeat-x #d5d5d5;
	padding: 10px;
}

#search input.text {
	width: 240px;
}

#search input.image {
	margin-top: -4px;
}

#search #searchoptions {
	margin-left: 132px;
}

#search a.sitesearch-on {
	padding: 3px 5px;
	border: solid 1px #b0af99;
	background: #e6e6e6;
}

#search a.sitesearch-of {
	padding: 4px 6px;
	border: none;
	background: none;
}

/* ##################################################### */
/* MAIN CONTENT */
/* ##################################################### */

* html #maincontent {
	/* ie min height */
	height: expression(this.clientHeight < 675 ? '675px' : this.clientHeight);
}

#maincontent {
	border: solid 1px #b0af99;
	background: url(../pix/bg-maincontent.jpg) top repeat-x #fff;
	padding: 15px;
	min-height: 650px;
}

#maincontent h2 {
	font-size: 150%;
	font-weight: normal;
	color: #000;
	margin: 0;
	margin-bottom: 1em;
}

/* ##################################################### */
/* MAIN MENU */
/* ##################################################### */

#mainmenu {
	margin: 5px 0 20px 0;
	padding: 0;
	list-style: none;
}

#mainmenu li {
	display: inline;
}

#mainmenu li a {
	position: relative;
	display: block;
	font-weight: bold;
	padding: 5px 0;
	padding-left: 30px;
	background: url(../pix/mainmenu-li-of.gif) 7px center no-repeat;
	color: auto;
	background-color: auto;
}

#mainmenu li a:hover, #mainmenu li a:active, #mainmenu li a:focus {
	color: #fff;
	background-image: url(../pix/mainmenu-li-on.gif);
	background-color: #2c2c2c;
}

/* ##################################################### */
/* LOCAL INFO MENU */
/* ##################################################### */

#local-links {
	margin: 0;
	margin-bottom: 1em;
	padding-bottom: .5em;
	border-bottom: solid 1px #fff;
}

#local-links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#local-links li {
	display: inline;
}

#local-links li a {
	display: block;
	padding: 2px 5px;
	white-space: nowrap;
}

#local-links li a:hover, #local-links li a:active, #local-links li a:focus {
	background: #d6d6d6;
}


/* ##################################################### */
/* FOOTER */
/* ##################################################### */

#footer {
	padding: 10px;
	padding-top: 0;
	font-size: .9em;
	text-align: right;
	color: #88876b;
}

#footer a {
	color: #b64242;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #f00;
}


/* ##################################################### */
/* OTHER */
/* ##################################################### */

div.box_outline {
	border: solid 1px #b0af99;
}

div.box {
	background: url(../pix/bg-box.jpg) repeat-x #e6e6e6;
	border: solid 2px #fff;
}

div.alert_message {
}

div.alert_message a {
	display: block;
	border: solid 1px #2f72b1;
	color: #2f72b1;
	background: url(../pix/alert.gif) no-repeat 5px center #fffdd0;
	margin: 0;
	padding: 3px 3px 3px 25px;
	margin: 0;
	font-weight: normal;
}

div.alert_message a:hover, div.alert_message a:active, div.alert_message a:focus {
	border-color: #da1e1e;
	color: #da1e1e;
	background-color: ;
}

.clear { clear: both; }

.error, .error * { color: #f00; }

.small { font-size: .9em; }