﻿@import "compass.css";
@import "reset.css";

body {
	margin:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#000000;
	background:url(_img/bg.gif) top center repeat-x;
	background-color:#060e27;
}


/*
:-moz-any-link:focus {
	outline: none;
}
*/
a, a:visited {
	color:#680606;
	text-decoration:none;
	border:none;
}
a:visited {
	color:#955050;
	text-decoration:none;
	border:none;
}
a:hover {
	color:#0055a5;
	text-decoration:underline;
	border:none;
}
a:focus, a:active {
	outline: none;
}
	*:focus { 
		outline: none; 
		}
	*::-moz-focus-inner { 
		border: none; 
		}

small {
	line-height:normal;
}

#wrapper {
	position:relative;
	margin:0px auto;
	width:1000px;
	min-height:670px;
	background:url(_img/bg-wrapper.gif) 0px 0px repeat-y;
}

#mast {
	position:relative;
	margin:0px;
	padding:0px;
	height:152px;
	width:1000px;
	background:url(_img/bg-mast.gif) 0px 0px no-repeat;
	z-index:3;
}
	#mast h1 a {
		text-indent:-9999px;
		position:absolute;
		top:39px;
		left:55px;
		margin:0px;
		padding:0px;
		display:block;
		width:467px;
		height:47px;
	}
	#mast h2 {
		display:none;
	}

#home-mid {
	text-indent:-9999px;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:920px;
	height:348px;
	background:url(_img/bg-home.gif) top left no-repeat;
}
	#home-mid p {
		display:none;
	}

#home-bottom {
	position:absolute;
	margin:0px 0px 0px -40px;
	width:1000px;
	height:170px;
	color:#fff;
	background:url(_img/bg-home-bottom.gif) top left no-repeat;
	z-index:10000;
}
	#home-bottom a {
		color:#fff;
	}
	#home-bottom a:hover {
		color:#fff;
	}
	
	#home-video {
		position:absolute;
		top:30px;
		left:60px;
		width:655px;
		font-size:14px;
		line-height:19px;
	}
	.home-video-text {
		position:absolute;
		top:0px;
		left:414px;
	}
	.home-video-photos {
		position:absolute;
		top:0px;
		left:0px;
	}
	#home-contact {
		position:absolute;
		left:743px;
		top:30px;
		width:216px;
		font-size:11px;
		line-height:17px;
	}
		#home-contact p {
			margin:0px 0px 10px 0px;
		}

#middle {
	position:relative;
	margin:0px auto;
	padding:0px;
	width:920px;
	z-index:2;
}

#content {
	position:relative;
	margin:0px auto;
	padding:20px;
	width:747px;
}

#left {
	position:relative;
	float:left;
	width:218px;
	min-height:170px;
	/* min-height:750px; */
	padding:0px;
	z-index:3;
	background:url(_img/bg-left.gif) top left no-repeat;
	background-color:#151827;
	line-height:normal;
}
	#left h2 {
		margin:32px 0px 0px 19px;
		font-size:17px;
		color:#fff;
		font-weight:normal;
		letter-spacing:1px;
	}
	
#right {
	position:relative;
	margin-left:218px;
	padding:31px 35px 10px 18px;
	width:639px; /*698px*/
	min-height:719px; /*750px*/
	line-height:23px;
	text-align: justify;
	background:url(_img/bg-right.gif) top left no-repeat;
}
	#right h2 {
		margin:0px 0px 15px 0px;
		font-size:20px;
		font-weight:normal;
	}
		#right h2 a {
			margin:0px 0px 5px 0px;
			font-size:20px;
			font-weight:normal;
			line-height:normal;
			color:#680606;
		}
	#right h3 {
		margin:0px 0px 45px 0px;
		font-size:18px;
		color:#fff;
		font-weight:normal;
	}
		#right h3 a {
			color:#fff;
		}
	#right h4 {
		margin:0px 0px 0px 0px;
		font-size:15px;
		color:#700000;
		font-style:italic;
		font-weight:bold;
	}
	#right h5 {
		margin:10px 0px 0px 0px;
		font-size:13px;
		color:#3ea5d0;
		font-weight:normal;
	}

.entry {
	
}
.more-link {
	font-size:11px;
}
.post {
	
}

.newsitem {
	position:relative;
	clear:left;
	margin:5px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	height:130px;
}
	.newsitem img {
		float:left;
		margin:0px 10px 10px 0px;
		border:1px solid #ccc;
		cursor: url("_img/zoomin.cur"), pointer;
		outline: none;
	}

/* TITLES */
.title_directions h2 {
	text-indent:-9999px;
	margin:10px 0px 0px 0px;
	padding:0px;
	height:28px;
	background:url(_img/title_directions.png) top left no-repeat;
}
/* END TITLES */

#foot {
	clear:both;
	position:relative;
	margin:0px auto 10px auto;
	padding:10px 0px 10px 48px;
	width:952px;
	font-family: "Helvetica", "Arial", "Verdana", serif;
	font-size:9px;
	color:#1a1b2c;
	line-height:15px;
	background-color:#fff;
}

	#foot p {
		margin:0px;
	}
	#foot a {
		color:#1a1b2c;
		text-decoration:underline;
	}
	#foot a:hover {
		color:#1a1b2c;
		text-decoration:none;
	}

.clear {
	clear:both;
}


.small {
	line-height:normal;
	font-size:10px;
}
	.smalldull {
		line-height:normal;
		font-size:10px;
		color:#999;
	}
