@charset "utf-8";

body{-webkit-text-size-adjust: none;
	background-color: #1a2030;
	background-image: url(graphics/bg-x3.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1{
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}
.title{
	font-size: 17px;
	font-weight: bold;
	text-decoration:none;
	
	color: #4998b9;
}
ul {

	list-style-position: outside;
	list-style-image: url(graphics/check.jpg);
	font-weight: bold;
	
}
li {
	margin-bottom:10px;
	}
#main{
	background-image: url(graphics/main-bg-980.jpg);
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
}
#slides{
	background-image: url(graphics/slides/1.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
	height: 180px;
	width: 738px;
	left: 242px;
	top: 198px;
}
#header{
	height: 208px;
	width: 980px;
	position: relative;
}
#content{
	
	width: 980px;
	position: relative;
	background-image: url(graphics/content-mid.png);
	background-repeat: repeat-y;
}
#content-bottom{
	height: 29px;
	width: 980px;
	position: relative;
	background-image: url(graphics/content-footer.png);
	background-repeat: no-repeat;
}
#content-wrap{
	width: 962px;
	padding-left: 10px;
	position: relative;
}
#content-left{
	float: left;
	width: 233px;
}
#content-right{
	float: right;
	width: 727px;
	position: relative;
}
#content-pics{
	height: 200px;
	width: 727px;
}
#content-text{
	text-align: justify;
	width: 685px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#clr{
	clear: both;
	height: 1px;
	width: 100%;
}
a{
	color: #0099FF;
}
a:hover{
	color: #FF0000;
}

#nav a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 32px;
	width: 233px;
	text-shadow:#333333 1px 1px 1px;
	padding-left: 15px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 2px;
}
#nav a:hover{
	text-decoration: none;
	background-image: url(graphics/hover.jpg);
	background-repeat: no-repeat;
}
#nav a.current{

	text-decoration: none;
	background-image: url(graphics/hover.jpg);
	background-repeat: no-repeat;
}
#footer{
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}