@charset "utf-8";
body {
	background-color: #514838;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 730px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}
#container #top {
	background-image: url(../images/top.gif);
	float: left;
	height: 20px;
	width: 730px;
	position: relative;
}
#container #main {
	background-image: url(../images/bkgd.gif);
	float: left;
	width: 688px;
	position: relative;
	padding-right: 21px;
	padding-left: 21px;
}
#container #main #logo {
	background-image: url(../images/logo.gif);
	float: left;
	height: 68px;
	width: 688px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#container #main #logo a {
	background-image: url(../images/!dot.gif);
	text-indent: -1999px;
	display: block;
	float: right;
	height: 68px;
	width: 300px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#container #main #logo h1 {
	margin: 0px;
	padding: 0px;
}
#container #main #menu {
	background-image: url(../images/menu/bkgd.gif);
	background-repeat: repeat-x;
	float: left;
	height: 22px;
	width: 688px;
	position: relative;
}
#container #main #menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	}
#container #main #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	float: left;
	height: 22px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#container #main #menu #home a {
	background-image: url(../images/menu/home.gif);
	text-indent: -1999px;
	display: block;
	height: 22px;
	width: 45px;
}
#container #main #menu #home a:hover {
	background-image: url(../images/menu/home_over.gif);
	text-indent: -1999px;
	display: block;
	height: 22px;
	width: 45px;
}

#container #main #menu #about a {
	background-image: url(../images/menu/about.gif);
	text-indent: -1999px;
	display: block;
	height: 22px;
	width: 49px;
}
#container #main #menu #about a:hover {
	background-image: url(../images/menu/about_over.gif);
	text-indent: -1999px;
	display: block;
	height: 22px;
	width: 49px;
}
#container #main #menu #services a {
	background-image: url(../images/menu/services.gif);
	text-indent: -1999px;
	display: block;
	height: 22px;
	width: 56px;
}
#container #main #menu #services a:hover {
	background-image: url(../images/menu/services_over.gif);
	text-indent: -1999px;
	display: block;
	height: 22px;
	width: 56px;
}
#container #main #menu #projects a {
	background-image: url(../images/menu/projects.gif);
	text-indent: -1999px;
	display: block;
	height: 22px;
	width: 85px;
}
#container #main #menu #projects a:hover {
	background-image: url(../images/menu/projects_over.gif);
	text-indent: -1999px;
	display: block;
	height: 22px;
	width: 85px;
}
#container #main #menu #testimonials a {
	background-image: url(../images/menu/testimonials.gif);
	text-indent: -1999px;
	display: block;
	height: 22px;
	width: 84px;
}
#container #main #menu #testimonials a:hover {
	background-image: url(../images/menu/testimonials_over.gif);
	text-indent: -1999px;
	display: block;
	height: 22px;
	width: 84px;
}
#container #main #menu #contact a {
	background-image: url(../images/menu/contact.gif);
	text-indent: -1999px;
	display: block;
	height: 22px;
	width: 57px;
}
#container #main #menu #contact a:hover {
	background-image: url(../images/menu/contact_over.gif);
	text-indent: -1999px;
	display: block;
	height: 22px;
	width: 57px;
}
#container #main #flash {
	float: left;
	height: 239px;
	width: 688px;
	position: relative;
	padding-bottom: 1px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C40001;
}
#container #main #content {
	float: left;
	width: 688px;
	position: relative;
}
#container #main #content a {
	color: #0058C4;
	text-decoration: underline;
}
#container #main #content a:hover {
	color: #C40001;
	text-decoration: none;
}
#container #main #content #sidebar {
	float: left;
	width: 197px;
	position: relative;
	padding-top: 20px;
}
#container #main #content #sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #514838;
	margin-right: 20px;
	margin-left: 20px;
}
#container #main #content #mainbar {
	padding: 20px;
	float: left;
	width: 451px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #514838;
	z-index: 1;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.align_top {
	vertical-align: top;
}

#mainbar .boxedtable {
	border: 1px solid #056839;
}
.boxedtable td {
	font-weight: bold;
	color: #C40001;
	background-color: #FABD84;
}

.red {
	color: #C40001;
}

#welcome {
	background-image: url(../images/headers/welcome.gif);
	text-indent: -1999px;
	display: block;
	height: 24px;
	width: 451px;
	margin-top: 0px;
	padding-top: 0px;
}






#container #bottom {
	background-image: url(../images/bottom.gif);
	float: left;
	height: 20px;
	width: 730px;
	position: relative;
	z-index: 0;
}
#container #footer {
	float: left;
	width: 700px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	position: relative;
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b9b6af;
}
#footer #left {
	width: 50%;
	float:left;
	position:relative;
}
#footer #right {
	width: 40%;
	float:right;
	position:relative;
	text-align: right;
}
#footer a {
	color: #b9b6af;
	text-decoration:none;
}
#footer a:hover {
	color: #b9b6af;
	text-decoration:underline;
}
hr {
	color: #C40001;
	background-color: #C40001;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #main #content #mainbar h1 {
	font-size: 14px;
	font-weight: bold;
	color: #749903;
	margin-top: 0px;
	padding-top: 0px;
}
#container #main #content #mainbar h2 {
	font-size: 12px;
	font-weight: bold;
	color: #F56E2C;
}
form {
	margin: 0px;
	padding: 0px;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #514838;
	border: 1px solid #514838;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #C40001;
	border: 1px solid #514838;
}

/*gallery CSS */

.gallerycontainer1{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}


.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 265px; /*position where enlarged image should offset horizontally */
z-index: 50;
}