@charset "utf-8";
/* CSS Document */

body {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #D0C397;
}
.keywords {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #F3EFDC;
}
.featuretext {
	color: #00234B;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	color: #001741;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}


.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #F5F2DF;
}
.copyright a:link,.copyright a:visited, .copyright a:active, .copyright a:focus {
	color: #FFF;
	text-decoration: underline;
}
.copyright a:hover {
	color: #001741;
	text-decoration: underline;
}
.text a:link,.text a:visited, .text a:active, .text a:focus {
	color: #00234B;
	text-decoration: underline;
}
.text a:hover {
	color: #F5F2DF;
	text-decoration: underline;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00214A;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
}



#header {
	color: #F5F2DF;
}


#header ul {
	margin: 0;
	padding-left: 0px; /* creates alignment that matches the logo and navigation in the sidebar1 */
	line-height: 2.5; /* this creates the height of the nav bar */
	font-size: 95%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#header li {
	list-style: none;
	display: inline;
	margin: 0;
}
#header li a {
	text-decoration: none; /* this padding fills out the button -- change the left and right padding to space the list items more, or less, apart */
	color: #00234B; /* the circle image here divides the buttons visually */
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#header li a.last { /* this should be placed on the last item in the list so there's no cirlce image to its right */
	background: none;
	padding-right: 10px;
}
#header li a:hover, #header li a:active, #header li a:focus { /* must be in this order and allows the hover style to be seen for keyboard navigators as well as mouse users */
	color: #000;
	background-color: #F3EFDA;
}
.home #home a, .about #about a, .contact #contact a, .services #services a, .gallery #gallery a { /* this selector will allow you to add a class to the body that matches the ID on the top menu and causes it to show a persistent page indicator (you are here) - if you change the menu, feel free to add more using the pattern here */
	font-weight: bold;
}

