@charset "UTF-8";
/* CSS Document */

body {
background:url(images/backg.gif) repeat-x #FFFFFF;
color:#909090;
font:12px 'Lucida Sans Unicode','Lucida Grande',sans-serif;
}
a:link {
	color:#909090;
	text-decoration:none;
}
a:visited {
	color:#909090;
	text-decoration:none;
}
a:hover {
	color:#15667F;
	text-decoration:underline;
}
a:active {
	color:#666;
	text-decoration:none;
}
.container  {
	margin:auto;
	width:980px;

}
.header {
	display:inline-block;
	position:absolute;
	width:980px;
	z-index:1000;
}
.header h1 {
float:left;
margin:10px 0 0;
height:63px;
width:305px;
}
.h1span {
	color:#FFF;
}
.nav {
	background-repeat:no-repeat;
	width:200px;
	height:50px;
	list-style:none;
	float:right;
	color:#FFF;
}
.inline {
	display:inline;
	padding-right:10px;
}
.slider {
	height:400px;
	position:relative;
	top:-9px;
}
.columns {
	display:inline-block;
	width:970px;
	height:auto !important;
	margin:25px 0;
}
li {
	list-style:none;
}
.column1 {
	float:left;
	height:auto !important;
	min-height:250px;
	width:280px;
	padding-right:5px;
}
.divider {
	display:inline-block;
	float:left;
	height:auto !important;
	min-height:250px;
	padding:0 5px 0 5px;
}
.column2 {
	
	float:left;
	height:auto !important;
	min-height:250px;
	width:280px;
	padding-right:5px;
}
.column3 {
	float:left;
	height:auto !important;
	min-height:250px;
	width:280px;
	padding-right:5px;
}

.text {
	width:280px;
}
h3.menu {
	margin-bottom:0;
	margin-top:5px;

}
h2.menu {
	margin-bottom:0;
	}
p.menu {
	margin-top:0;
}
p.menu1 {
	margin-bottom:0;
}
h3.menu1 {
	margin-top:0;
}
h3{
font-size:18px;
}
h2, h3 {
color:#303030;
font-weight:normal;
letter-spacing:-0.5px;
}
a.hlink:link {
	color:#303030;
}
a.hlink:visited {
	color:#303030;
}
a.hlink:hover  {
	color:#7F6106;
}
a.hlink:active {
	color:#303030;
}
a.mnav:link {
	color:#FFF;
}
a.mnav:visited {
	color:#FFF;
}
a.mnav:hover  {
	color:#FFF;
}
a.mnav:active {
	color:#FFF;
}
.info {
	color:#F00;
	font-size:18px;
}
.coming {
	color:#0C9;
}
h4 {
	font-size:32px;
	color:#303030;
	margin:0;
}
.footer {
	width:970px;
	height:50px;
	padding:10px 0;
}
