
/* CSS Document */

	* {
	margin: 0;
	padding: 0;
}

/* text-align: center; ---centers design horozontally for older browsers */
	body {
	font: 10pt verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color: #000;
	text-align: center;
	min-width: 983px;
	height: 100%;
}

/* margin: 0 auto; ---centers design horozontally for newer browsers */
	/* text-align: left; ---put text back to left align for all browsers */
#wrapper {
	width: 983px;
	margin: 0 auto;
	text-align: left;
	background: #000 url(../images/site-wrapper.gif) repeat-y left top;
}

#container {
	width: 812px;
	float: right;
	display: inline;
	margin-top: 12px;
	margin-bottom: 10px;
	background: #EDECEF;
}

#content { padding: 8px; }

#header {
	width: 983px;
	height: 90px;
}

#searchForm {
	float: right;
	padding-top: 3px;
}

#searchForm .searchText {
	border-top: 2px solid #666;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 2px solid #666;
	font-size: 8pt;
}

#searchForm .searchSubmit {
	color: #000;
	font: bold 10pt verdana;
	text-decoration: none;
	text-align: center;
	width: 40px;
}

#topNav {
	width: 983px;
	height: 28px;
	font-family: arial, sans-serif;
	background: #000 url(../images/site-wrapper.gif) repeat-y left top;
	color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#topNav ul {
	list-style-type: none;
	width: 745px;
	float: left;
	padding-top: 6px;
}

#topNav ul li {
	float: left;
	margin-left: 6px;
	display: inline;
}

#topNav ul li a:link, #topNav ul li a:visited {
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

#topNav ul li a:hover, #topNav ul li a:active { color: #ff3; }

#topNav ul.first { margin-left: 6px; }

#topNav ul li a.selected { color: #ff3; }

#topNav a.selected:link, #topNav a.selected:visited, #topNav a.selected:hover, #topNav a.selected:active { color: #ff3; }

#footer {
	width: 983px;
	clear: both;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 8pt;
	padding-bottom: 6px;
	border-top: 1px solid #ccc;
}

#footer ul {
	list-style-type: none;
	width: 938px;
	padding: 6px;
}

#footer ul li {
	display: inline;
	padding-left: 6px;
}

#footer ul li.left { border-left: none; }

#footer ul li a {
	color: #fff;
	text-decoration: none;
}

#footer li a:hover, #footer li a:active { color: #ff3; }

#footer li a.hereNow:link, #footer li a.hereNow:visited { color: #ff3; }

#footer p {
	text-align: right;
	border-top: 1px solid #ccc;
	padding-right: 20px;
}

.description {
	color: #544580;
	font-size: 14px;
}

#container img { border: none; }

.clearFloats { clear: both; }


/*	----------	#navigation	----------	*/

#navigation {
	font-family:Arial, Helvetica, sans-serif;
	width:160px;
	margin-top:12px;
}

#navigation ul li{
	margin:2px 0;
}

#navigation ul li a{
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	background:#473A72;
	padding:7px 0 10px 12px;
	display:block;
}

#navigation ul li a:hover{
	color:#c3c3e5;
	text-decoration:none;
	background:#615480;
}

/*	----------	#adTopRight	----------	*/

#adTopRight {
	float: right;
	font-weight: bold;
	width: 275px;
	color: #333;
	padding-top: 8px;
}

#adTopRight ul{
	list-style:none;
	padding:0;
	margin:0;
}

#adTopRight ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:60px;
	line-height:150%;
	margin-bottom:10px;
	min-height:50px;
}

#adTopRight ul li a{
	color:#333;
	text-decoration:none;
}

#adTopRight ul li a:hover{
	color:#F00;
}

.boxAd {
	width: 255px;
	float: left;
	margin-left: 10px;
}

#slideShow {
	width: 500px;
	height: 314px;
	float: left;
	margin: 10px 0 0 8px;
}
