/* WEBSITE BODY */

body {
	background-image: url(../images/bg_home.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}

/* HEADLINE FONTS */

h1 {
	font-size: 22px !important;
	color: #009bc8;
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica;
}

h1 span { 
	color:#888888;
	font-size: 18px;
	line-height: 1.5em !important;	
}

h2 {
	font-size: 22px !important;
	color: #009bc8;
	font-weight: bold !important;
	font-family: "Trebuchet MS", Helvetica;	
	background-image: none;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 0px;
	margin-top: 0px;
}

.h2link {
	border-bottom: none;
}

h3 {
	margin-bottom: -5px;
	font-size: 18px !important;
	font-weight: normal;
	color: #009bc8;	
}

/* WRAPPER */
#wrapper {
	margin: auto;
	width: 900px;
	position: relative;
}

/* HEADER */
#header {
	width: 900px;
	height: 74px;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
}

/* FEATURED */
/*
#featured {
	width: 900px;
	height: 293px;
	background-image:url(../images/featured_bg.gif);
	background-repeat:no-repeat;
}

#description {
	width: 500px;
	float: left;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	background-image: none;
}

#description a { color: #f6f5bf !important; }
#description a:visited { color: #fff !important; }

.buttons {
	margin-right: 20px;
	margin-top: 10px;
}
*/

/* CONTENT */
#content {
	width: 900px;
	margin-top: 44px;
}

#content a {
	font-size: 12px;
	color: #00a4d3;
	text-decoration: underline;
}

.headline_line {
	margin-top: -15px;
}

#c_left {
	width: 600px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: -30px;
}

#c_left a:link 		{ text-decoration: underline; color: #00a4d3; background-color: inherit; }
#c_left a:visited	{ text-decoration: underline; color: #000000; background-color: inherit; }
#c_left a:hover 	{ text-decoration: underline; color: #000000; background-color: inherit; }
#c_left a:active 	{ text-decoration: underline; color: #000000; background-color: inherit; }

#c_right {
	margin-top: -20px;	
	height: auto;
}

#c_right a:link 	{ text-decoration: underline; color: #00a4d3; background-color: inherit; }
#c_right a:visited	{ text-decoration: underline; color: #000000; background-color: inherit; }
#c_right a:hover 	{ text-decoration: underline; color: #000000; background-color: inherit; }
#c_right a:active 	{ text-decoration: underline; color: #000000; background-color: inherit; }

.text_left {
	width: 620px;
}

.image {
	display: block;
	width: 95px;
	height: 82px;
	float:left;
	padding-top: 4px;
}

.photo {
	float: left;
	margin-top: 4px;
	margin-bottom: 25px;	
}

.gallery img:hover, .images img:hover {
	background-color: #fff;
	border: 1px solid #AAA;
}

.text_right {
	width: 205px;
	float: right;
}

.divider {
	width: 300px;
	height: 5px;
	padding-top: 20px;
}

#rss {
	width: 300px;
}


/* --- IMAGE SLIDER --- */
/*
#slider {
	overflow: hidden; 
	width: 900px;
	height: 280px;
	margin: auto;
}	

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
	
#slider li { 
	overflow: hidden; 
}	

#prevBtn, #nextBtn { 
	display:block;
	width:14px;
	height:29px;
	position:absolute;
	left:531px;
	top:200px; 
}	

#nextBtn{ 
	left:854px; 
}	
													
#prevBtn a, #nextBtn a {  
	display:block;
	width:14px;
	height:29px;
	background: url(../slider/images/btn_prev.png) no-repeat 0 0;	
}	

#nextBtn a { 
	background: url(../slider/images/btn_next.png) no-repeat 0 0;	
}	
*/

#slideshow-wrapper {
	width: 900px;
	height: 293px;
	background-image:url(../images/featured_bg.jpg);
	background-repeat:no-repeat;
}

#slideshow {
    position:relative;
    height:293px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow IMG {
	border: none;
}

#slideshow-wrapper .title {
	position: absolute;
	top: 90px;
	left: 7.5%;
	z-index: 100;	
}


/* IMAGE REPLACEMENT */

#prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}