/* CSS Document */

HTML, BODY {
	font-family:verdana,arial,sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:12px;
	line-height:1.5;
	font-size-adjust:none;
	font-stretch:normal;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(back.jpg);
	background-repeat:repeat-x;
	margin:0px;
	height:100%;
}

A, A:ACTIVE, A:VISITED {
	font-weight:bold;
	color:#ab8e00;
	text-decoration:none;
}

#main {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 1038px;
	background-image:url(main-back.jpg);
	background-repeat:repeat-y;
}

#left-column {
	width:20px;
	float:left;
}

#main-column {
	width:992px;
	height:100%;
	float:left;
	background-color:#ab8e00;
}

#right-column {
	width:20px;
	float:left;
}

#copyright {
	height:20px;
	background-image: url(bottom-back.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	clear:both;
	text-align:center;
	padding:4px;
	font-weight: normal;
	font-size:10px;
	color:#666666;
}

#copyright A {
	color:inherit;
}

/*********************** tabs ***********************/

#tab-bar {
	height:28px;
	border-left:1px solid black;
	border-right:1px solid black;
	background-image:url(tab-bar-back.jpg);
	background-repeat:repeat-x;
	color:#0F0F0F;
	font-weight:bold;
	line-height:28px;
	margin: 0px auto;
}

#tab-bar A, #tab-bar A:VISITED, #tab-bar A:ACTIVE {
	text-decoration:none;
	color:#0F0F0F;
}

#tab-bar A:HOVER {
	text-decoration:none;
	color:#877000;
}

#nav {
	list-style: none;
	line-height: 28px;
	height:28px;
	white-space:nowrap;
	padding:0;
	margin: 0px auto;
	padding-left:20px;
}

#nav ul {
	list-style:none;
}

#nav a {
	font-weight: bold;
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 0;
	outline: none;
}

#nav li {
	float: left;
	white-space:nowrap;
}

#nav li ul {
	padding:0;
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	border-width: 1px;
	margin-top: 0;
	z-index:10;
	padding:0;
	margin-left:-1em;
	width:220px;
	text-align:left;
}

#nav li li {
	padding-left:5px;
	padding-right:10px;
	background-color:#c6b449;
	border:1px solid black;
	border-top:0;
	border-top-color:#7c7c7c;
}

#nav li ul a {
	width: 13em;
	color: #000000;
	display:block;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/*
#nav li:hover, #nav li.sfhover {
	
}
*/
/*********************** end tabs ***********************/

#content-container {
	width:990px;
	border:1px solid #000000;
}

#content {
	width:974px;
	margin:8px;
	border:1px solid #000000;
	background-color:#FFFFFF;
}

#content-main, #news {
	margin:10px;
}

.news {
	width:220px;
	margin-top:5px;
	margin-right:10px;
	margin-left:10px;
}

.news A SPAN {
	font-size:10px;
	font-weight:normal;
}

#footer {
	height:28px;
	background-color:#FFFFFF;
	border-top:1px solid #000000;
	font-size: .8em;
	line-height:28px;
	text-align:center;
	color:#005cab;
}

#logged-in, #news-title {
	height:30px;
	background-color:#EBEBEB;
}

#logged-in span, #news-title SPAN {
	font-weight:bold;
	color:#000000;
	font-style:italic;
	line-height:30px;
	padding-left:10px;
}

.divider {
	height:27px;
	line-height:27px;
	padding-left:10px;
	font-weight:bold;
	color:#000000;
	font-style:italic;
	font-size:1.2em;
	border-bottom:1px solid black;
}

#news-column-right {
	width:260px;
	border-left:1px solid #000000;
	background-color:#EBEBEB;
	vertical-align:top;
}

.news-column-ad {
	width:240px;
	margin:10px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid black;
}

.news-column-ad img {
	width:240px;
}

#ad-column-left {
	width:158px;
	border-right:1px solid #000000;
	background-color:#EBEBEB;
	vertical-align:top;
}

#ad-column-right {
	width:130px;
	background-color:#FFFFFF;
	vertical-align:top;
	float:right;
	margin:0;
}

.ad-block-left {
	width:120px;
	margin:10px auto;
	border:1px solid #000000;
	background-color:#FFFFFF;
}

.ad-block-right {
	width:120px;
	margin:10px auto;
	border:1px solid #000000;
	background-color:#FFFFFF;
}

.ad-block-left img, .ad-block-left a, .ad-block-right img, .ad-block-right a {
	text-decoration:none;
	border:0;
}

#subscribe-now {
	width:203px;
	height:49px;
	background-image:url(subscribe-now.jpg);
	margin:10px auto;
	cursor:pointer;
}

#subscribe-now:HOVER {
	background-position:bottom;
}

.messageBox {
	color: #CC3300;
	font-weight:bold;
}
