body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
	background: #333;
}

h1 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 350%;
	margin: 0 0 20px 0;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 160%;
	margin: 0 0 -5px 0;
}

	h2 a {
		color: #000;
		text-decoration: none;
	}

	h2 a:hover {
		text-decoration: underline;
	}
	
	
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 130%;
	margin: 0 0 -5px 0;
}

	h3 a {
		color: #000;
		text-decoration: none;
	}

	h3 a:hover {
	text-decoration: underline;
	}


p {
	line-height: 1.3em;
	letter-spacing: 0.25px;
	word-spacing: 0.1em;
}

	p.high {
		background: #fff;
		padding: 0.75em 1.25em;
		margin-bottom: 1.5em;
		line-height: 1.5em;
	}

.left {
	float: left;
	margin: 5px 1.25em 0.5em 0;
}

.right {
	float: right;
	margin: 5px 0 1.25em 0.5em;
}


img#toplogo {
	position: absolute;
	top: 435px;
	margin-left: 15px;
	z-index: 100;
}

#slider {
	width: 750px;
	height: 500px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #151515;
}

	#slider-list {
		width: 3000px;
		height: 500px;
		margin: 0;
		padding: 0;
	}
	
	#slider-list li {
		width: 750px;
		height: 500px;
		float: left;
		display: inline-block;
		margin-right: 6px;
		list-style: none;
		position: absolute;
	}
	
	#slider-buttons {
		text-align: right;
		position: absolute;
		top: 423px;
		left: 450px;
		width: 300px;
	}
		#slider-buttons a {
			color: #fff;
			text-decoration: none;
		}
		#slider-buttons a:hover {
			text-decoration: underline;
		}

ul#titles {
	padding: 0;
	margin: 0;
	height: 130px;
	width: 750px;
	background: #151515;
}

	ul#titles li {
		float: left;
		list-style: none;
		padding: 23px 15px 0 15px;
		background: #151515;
		color: #fff;
		position: absolute;
		width: 720px;
	}
	
		ul#titles li h2, ul#titles li p {
			color: #fff;
		}
		
		ul#titles li a {
			color: #fff;
		}
		

	
.xcols {
	width: 672px;
	margin: 1em 0 1.5em 0;
}

	.xcol, .xcole {
		width: 150px;
		float: left;
		margin-right: 24px;
		min-height: 590px;
		background: #151515;
	}
	
	.xcole {
		margin-right: 0 !important;
	}
	
	.xcols h2, .xcols p {
		margin: auto 8px;
	}
	
	.xcols h2 {
		text-align: center;
		margin: 0.5em 8px;
	}


	.x2col, .x2cole {
		width: 310px;
		float: left;
		margin-left: 0;
		padding-left: 0;
		border: none;
	}
	
	.x2cole {
		padding-left: 24px;
		border-left: 1px dashed #333;
		float: right;
	}



a img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form#email_form input[type=text], .fw, form#email_form textarea {
	width: 100%;	
}


div.clear {
	clear: both;
}


div#nav {
	color: #fff;
	position: absolute;
	z-index: 100;
	top: 30px;
	left: 30px;
	width: 170px;
}

	div#nav a {
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 3px 0 3px 5px;
	}

	div#nav a:hover {
		background: #fff;
		color: #333;
		border-radius: 5px;
		-moz-border-radius: 5px;
	}

	div#nav div.sn {
		padding-left: 20px;
	}

	
div#pg {
	background-position: center;
	background-repeat: no-repeat;
	height: 300px;
	width: 200px;
	position: absolute;
	z-index: 50;
	top: 380px;
	left: 5px;
}

div#page {
	background: url(/images/b_bg.jpg) top left repeat-y;
	width: 768px;
	position: absolute;
	left: 50%;
	margin-left: -30%;
	padding: 0 0 0 20px;
}

div#head {
	height: 250px;
}

div#content {
	padding: 20px 40px 0 40px;
}

	div#content div#rc {
		float: right;
		margin: 0 0 20px 20px;
		border-left: 1px solid #222;
		width: 150px;
		padding-left: 20px;
		min-height: 300px;
	}
	
	div#content div#lc {
		margin-right: 190px;
	}
	
	div.panel {
		margin-bottom: 1.5em;
		text-align: right;
		font-size: 110%;
		color: #fff;
		font-weight: bold;
	}
	
	div.panel h3 {
		font-size: 110%;
		margin: 0;
		padding: 5px 10px 8px 0;
		font-weight: normal;
	}
	
	div.panel a {
		color: #fff;
		text-decoration: none;
	}
	
	div.panel a:hover {
		text-decoration: underline;
	}
	
	div.panel#p_1 {
		background: #d23411;
	}
	div.panel#p_2 {
		background: #395743;
	}
	div.panel#p_3 {
		background: #67798f;
	}
	div.panel#p_4 {
		background: #944d21;
	}
	div.panel#p_bk {
		background: #2169D7;
	}


div.thumb {
	float: left;
	margin: 0 7px 7px 0;
	width: 150px;
	height: 150px;
	padding: 3px;
	background: #fff;
}

div.thumb td {
	font-size: 80%;
}


div#footer {
	text-align: center;
	font-size: 90%;
	color: #fff;
	background: url(/images/bg_f.jpg) top left no-repeat;
	padding: 1em 0;
}

	div#footer a {
		color: #fff;
		text-decoration: none;
	}
	
	div#footer a:hover {
		color: #fff;
		text-decoration: underline;
	}

