﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family:Calibri, Verdana, sans-serif;
	font-size:13pt;
	background-color:#000000;
}

#masthead {
	margin: 0;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	height: 300px;
	border-bottom:3px solid #000000;
}
#masthead1 {
	margin: 0;
	background-image: url('images/contact.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	height: 200px;
	border-bottom:3px solid #000000;

}
#masthead2 {
	margin: 0;
	background-image: url('images/links.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
			height: 200px;
	border-bottom:3px solid #000000;

}
#masthead3 {
	margin: 0;
	background-image: url('images/about.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
		height: 200px;
	border-bottom:3px solid #000000;

}
#masthead4 {
	margin: 0;
	background-image: url('images/services.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;	
	height: 200px;
	border-bottom:3px solid #000000;

}
#masthead5 {
	margin: 0;
	background-image: url('images/quote.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	height: 200px;
	border-bottom:3px solid #000000;

}

#header {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#header1 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
	height:200px;
}

#top_nav {
	background-color: #0000FF;
	height:45px;
}
#nav {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #0000FF;
	height:45px;
}
#content {
	background:#333333;
}
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	color:#FFFFFF;
}
#page_content {
	margin-right:230px;
}
#right_col {
	width: 210px;
	float: right;
}
#spacer {
	height:3px;
	background-color:#000000;
}
#bottom {
	background:#0000FF;
}
#footer {
	color:#FFFFFF;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	
}
#footer a:active { 
 color: #FFFFFF; 
 text-decoration: none; 
}
#footer a:visited { 
 color: #FFFFFF; 
 text-decoration: none; 
}
#footer a:hover { 
 color: #FFFFFF; 
 text-decoration: none; 
}
#footer a:link { 
 color: #FFFFFF; 
 text-decoration: none; 
}
h1 {
	font-size:18pt;
	font-weight:normal;
	padding:0;
	margin:0;
}
a {
	color: #FFFFFF;
	text-decoration:underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

.style1 {
	margin-top: 70px;
}
.style2 {
	text-align: right;
}
.style3 {
	font-size: 14pt;
	text-decoration: underline;
}
.style4 {
	border-right: 1px dotted #FFFFFF;
}
.style5 {
	border-left: 1px dotted #FFFFFF;
	text-align:right;
}
.style6 {
	margin-top: 27px;
}
.style7 {
	font-size: 14pt;
}
.style8 {
	color: #0000FF;
}
.style9 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.style10 {
	border-width: 0px;
}
.style11 {
	font-size: 16pt;
}
.style12 {
	text-align: right;
	font-size: 18pt;
}
.style13 {
	font-size: 22pt;
}
.style14 {
	color: #FFFFFF;
}
