@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	line-height: 1.5;
	background:url(images/home_page_background.jpg) no-repeat #000000 center top;
}
#container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(images/mainrepeat.jpg) center repeat-y;
	overflow: auto;
}
#bgwrapper {
	width: 930px;
	margin: 0 auto;
	background: url(images/mainbackground.jpg) top center no-repeat;
}
#header {
	background: url(images/bg-li.jpg) repeat;
	padding: 0;
	width: 930px;
	margin: 0 auto;
}
#topnav {
	 
	margin: 0 auto;
	width: 930px;
	min-height: 60px;
	background: url(images/topnavbg.jpg) no-repeat top;
	text-align:left;
	line-height: 16px;
}

#topnav-fix{background: url(images/bg-li.jpg) repeat; margin: 0; padding: 0 0 10px 30px;}

#topnav-fix li{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Navigation */
#topnav a{
   color:#ffffff;
   text-decoration: none;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size: 12px;
   font-weight: bold;
}
#topnav a:hover{
	color: #ffd005;
}
#feature {
	margin: 0 0 10px 0;
	text-align: center;
}
#flashbg{
	background: url(images/flashborders.jpg) no-repeat top center;
	width: 900px;
	height: 300px;
	padding: 20px 0 10px 0;
}
#maincontent{
	margin: 0 30px 0 190px; /* remember that padding is the space inside the div box and margin is the space outside the div box - REALLY?! */
	padding: 0 0 0 20px;
	font-size: 11px;
	*width: 710px;
	*float: right;
	*margin: 0 10px 0 0;
}
#maincontent td.maincontent{
	padding-right: 20px;
}
#sidebar1 {
	float: left;
	margin-left: 30px;
	*margin-left: 10px;
	width: 160px;
}
#sidebar1 a:link,
#sidebar1 a:visited,
#sidebar1 a:active{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
#sidebar1 a:hover{
		color: #ffd005;
}
#sidebar2 {
	width: 200px;
	font-size: 11px;
}
#sidebar2 a {
	color: #ffd005;
	font-weight: bold;
}
#sidebar2 a:hover {
	color: #ffffff;
}
#galleryleft {
	width: 470px;
	margin-left: 20px;
}
#galleryright {
}
/* Jquery slider styles */

#slidernav { border: 1px solid #DDD; margin-bottom: 3em;}
#slider-wrapper {margin-bottom: 3em}
#slider { width: 710px; height: 250px;}
#slider div {height: 250px; border-bottom: 1px dashed #ccc;}
#slider_text { font-size: 10px; text-align:center }
#previous_button, #next_button{
	width: 25px;
	text-align: center;
	float: right;
	cursor: pointer;
}
#previous_button {
	float: left;
}
#next_button {
	float: right;
}

#previous_button:hover, #next_button:hover{
	color: white;
}

#slider-controls{
	position: relative;
	top: -70px;
	background-colour: #39C;
	height: 30px;
	margin-bottom: -10px;
}
#slider_controls_table {
	width: 710px;
}
#slider img {
	/*border: 0;*/
}
#footer {
	font-size: 10px;
	text-align: center;
	margin: 0;
}
#footerinner {
	width: 940px;
	margin: auto;
}
h1, h2, h3 {
	font-size: 12px;
	font-weight: bold;
	color: #ffd005;
	
}
h1, h2, h3 {	
	line-height:normal;
}
a {
	text-decoration:none;
	color: #ffd005;
}
a:hover {
	color: #fff	;
}
.clearfloat {
	clear:both;
	height:0;
	line-height:0;
	size:1;
	margin: 0;
	display: block;
}
hr {
	height: 0;
	color: #555454;
	border: none;
	border-top: 1px dashed #cccccc;
}

.yellow{color: #FFD005;}