@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fadec4;
	font-family: Arial;
	font-size: 14px;
	background-color: #000;
	background-image: url(../images/whiteeagle.jpg);
	background-repeat: repeat-x;
	line-height: 18px;
	outline: none;
}
* {
	outline: none;
}
a:link {
	color: #f4bc88;
	text-decoration: none;
}
a:visited {
	color: #f4bc88;
	text-decoration: none;
}
a:hover {
	color: #d39962;
	text-decoration: none;
}
a:active {
	color: #f4bc88;
	text-decoration: none;
}
#container {
	width: 928px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 712px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	height: 236px;
} 
#header #logo {
	height: 144px;
	width: 928px;
	position: relative;
	background: transparent url('../images/logo.gif') no-repeat top left;
}
#header #logo a.facebook { position: absolute; bottom: 5px; right: 20px; }
#header #logo h1 { position: absolute; left: 293px; width: 341px; top: 114px; height: 50px; }
#header #logo h1 a { float: left; width: 341px; height: 50px; text-indent: -9999px; }
#header #top {
	background-repeat: no-repeat;
	height: 92px;
	width: 928px; 
	background: #2E0400 url('../images/top.gif') no-repeat top left;
}
#header #top a { 
    display: block;
    height: 92px;
	width: 928px;
	text-indent: -9999px;
}
#menu {
	float: left; /* since this element is floated, a width must be given */
	width: 199px;
	height: 396px;
	background: #2E0400 url('../images/menu-bg.png') no-repeat top left;
}
#menu ul {
    float: left; 
    width: 199px; 
    height: 392px; 
    padding: 2px 0px 2px 0px;
    list-style-type: none;
    margin: 0px;
}
#menu ul li { 
    float: left; 
    width: 199px;
    height: 56px; 
    padding: 0px;
    margin: 0px; 
}
#menu ul li a { 
    float: left; 
    width: 154px;
    height: 56px; 
    line-height: 56px;
    color: #ffffff; 
    padding: 0px 0px 0px 45px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    text-shadow: 2px 2px 2px #122e02;
    text-transform: uppercase;
}
#menu ul li.active a {
    background: transparent url('../images/menu-selected.png') no-repeat top left;
}
#menu ul li a:hover { 
    color: #ddc393;  
}
#mainContent {
	float: left;
	height: 396px;
	width: 720px;
	background-color: #2E0400;
} 
#mainContent #content {
	height: 321px;
	width: 660px;
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
}
#mainContent #content #h1 {
	font-size: 20px;
	height: 30px;
	margin-bottom: 15px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent #content #h2 {
	font-size: 19px;
	height: 30px;
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent #content #gallery {
	height: 288px;
	width: 684px;
	overflow: auto;
}
#mainContent #content #gallery2 {
	height: auto;
	width: 660px;
}
#mainContent #content #gallery .photo {
	margin-right: 12px;
	margin-bottom: 12px;
	height: 84px;
	width: 84px;
	float: left;
}
#mainContent #content #gallery .photo2 {
	margin-bottom: 12px;
	float: left;
}
#mainContent #content table tr td {
	height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#mainContent #content #contact_text {
	float: left;
	height: auto;
	width: 250px;
}
#mainContent #content #contact_map {
	float: right;
	height: auto;
	width: 410px;
}
#portfolio_links {
	background-color: #2b3312;
	height: 50px;
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}
#services_links {
	height: 40px;
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}
.text {
	height: auto;
	width: auto;
}
#right {
	float: right;
	height: 396px;
	width: 9px;
	background-color: #2E0400;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
}
#footer {
	height: 80px;
	font-family: Georgia,"Times New Roman",Times,serif;
} 
#footer .footer-top { 
    width: 928px;
    height: 60px;
    background: transparent url('../images/footer.png') no-repeat top left;
    text-align: center;
    line-height: 60px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
}
.text14 {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent #content #gallery img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent #content #gallery .photow {
	margin-right: 12px;
	margin-bottom: 12px;
	height: 114px;
	width: 84px;
	float: left;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
}
#mainContent #content #gallery .photow2 {
	margin-bottom: 12px;
	float: left;
	font-size: 10px;
	text-align: center;
	height: 114px;
	width: 84px;
	line-height: 14px;
}

ul.slideshow {
	list-style:none;
	width:720px;
	height:396px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left: 0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:720px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}

#mainContent #content .contact-form {
	float: right;
	width: 410px;
}
#mainContent #content .contact-form .line { 
    float: left;
    width: 410px;
    padding-bottom: 10px;
}
#mainContent #content .contact-form .line .label { 
    float: left; 
    width: 410px;
    padding-bottom: 4px; 
}
#mainContent #content .contact-form .line .input-box { 
    float: left; 
    width: 300px;   
}
#mainContent #content .contact-form .line .input-box input { 
    float: left; 
    width: 280px;   
}
#mainContent #content .contact-form .line .textarea { 
    float: left; 
    width: 300px;   
}
#mainContent #content .contact-form .line .textarea textarea { 
    float: left; 
    width: 280px;   
}
#mainContent #content .contact-form .line .error { 
    float: left; 
    width: 110px; 
    color: #f00; 
    font-size: 11px; 
}









