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

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

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 1.5;	
}

h1{
	color: #0067c2;
	font-size: 18px;	
	margin-top: 0;
}

h2{
	color: #0067c2;
	font-size: 16px;	
	margin-top: 0;
}

h3{
	color: #e17f08;
	font-size: 16px;	
	margin-top: 0;
}

h4{
	font-family: Tahoma, Geneva, sans-serif;
	color: #e17f08;
	font-size: 16px;	
	margin-top: 0;
}

#fsbg {
	height: auto;
	width: 100%;
	position: fixed;
	z-index: -100;
	left: 0px;
	top: 0px;
	min-height: 100%;
	min-width: 1040px;
}

#wrapper {
	width: 1040px;
	height: auto;	
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 100%;
	height: 90px;
	background-color: #fff;
	margin: 0;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 100;
}

#bar {
	width: 100%;
	height: 10px;
	background-color: #e17f08;
	margin-top: 89px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 100;
}

#logo {
	height: 90px;
	width: 350px;
	z-index: 1;
}
	
#nav {
	width: 	225px;
	height: 100%;
	left: 0px;
	top: 100px;
	position: fixed;
	z-index: 100;
	background-color: #03457e;
}

#main {
	max-width: 800px;
	height: auto;
	float: right;
	margin-top: 80px;
	overflow: hidden;
}

.content {
	width: 800px;
	height: auto;
	margin-top: 20px;
	background-image: url(../images/transparent.png);
	border:	1px solid #999;
	border-radius:	5px;
	overflow: inherit;
}

.box {
	width: 375px;
	height: auto;	 
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 20px;
	margin-left: 20px;
}

.boxR {
	width: 375px;
	height: auto;	 
	float: right;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 20px;
	margin-left: 20px;
}

#slider {
	width: 350px;
	height: 270px;	
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	background-color: #000;
}

#contact {
	width: 350px;
	height: auto;
	float: right;
	margin-right: 20px;	
	margin-top: 50px;
	background-color: #999999;
	border:	1px solid #999;
	border-radius:	5px;
}

#contact h1{
	margin-top: 15px;
	margin-left: 15px;	
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}

#contact p{
	margin-top: 15px;
	margin-left: 15px;	
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.bottom {
    height: auto;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: none;
    margin-bottom: none;
	float: left;
}

.bottom h1{	
	color: #e17f08;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}

.col {
    float: left;
    width: 233px;
	margin-right: 20px;
	font-family: Tahoma, Geneva, sans-serif;
}

.col h3{
	color: #666666;
	font-size: 14px;	
	margin-top: 0;
}

#text {
	width: 750px;
	height: auto;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	float:left;
}

#text h1{
	font-family: Tahoma, Geneva, sans-serif;
	color: #e17f08;
	font-size: 16px;	