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

html, body, div, span, {margin:0px; padding:0px; border:0px; outline:0px; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;}


body {
	background-image: url(images/bg.jpg);
	background-color: #010406;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
	color: #000000;
}
ul{
	
}
li{
	list-style-position: outside;
	padding: 1px;
}
a {
	color: #000066;
}
a:hover{
	color: #0099FF;
}
#nav{
	height: 36px;
	width: 564px;
	margin: auto;
	padding-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#nav li{
	display: inline;
	list-style-type: none;
	padding-left: 12px;
}
#nav a{
	font-weight: normal;
	color: #CCCCCC;
	font-size: 10px;
	text-decoration: none;
}
#nav a:hover{
	color: #0099FF;
}
#nav .home a{
	float:left;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 60px;
	display: block;
	text-indent:-9999px;
	margin-top: 20px;
}
#nav .about a{
	float:left;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -60px top;
	height: 18px;
	width: 91px;
	display: block;
	text-indent:-9999px;
	margin-top: 20px;
}
#nav .services a{
	float:left;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -151px top;
	height: 18px;
	width: 92px;
	display: block;
	text-indent:-9999px;
	margin-top: 20px;
}
#nav .contact a{
	float:left;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -243px top;
	height: 18px;
	width: 79px;
	display: block;
	text-indent:-9999px;
	margin-top: 20px;
}

#header{
	height: 112px;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
}
#header .holder{
	height: 112px;
	width: 960px;
	margin: auto;}
#header h1 {float:left; padding: 0px; margin: 0px;}	
#header .right {
	background-image: url(images/header-right.jpg);
	background-repeat: no-repeat;
	height: 112px;
	width: 629px;
	float:right;
}
#header img{border:none;}

#content{
	width: 960px;
	margin: auto;
	color: #000000;
	font-size: 1.5em;
	background-color: #777777;
	clear:both;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
#content .footer {clear:both; height:20px;}

#content .left{width: 460px; float: left; padding-left: 50px;}

#content .right{width: 410px; float:right; padding-right: 20px;}



#content .flash {
	width: 640px;
	margin: auto;
}

#footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer .top{
	height: 19px;
	width: 960px;
	margin: auto;
}
#copyright {
	width: 960px;
	text-align: center;
	margin: auto;
	padding-top: 15px;
	font-size: 1.3em;
	height: 50px;
	color: #005c90;
}
h3 {
	color: #003366; 
	}
	

h2 {
	letter-spacing:1px;
	}
