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


body  {
	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: #000000;
	background-image: url(images/bgd_tile2.gif);
	background-repeat: repeat;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: 40px;
}
.logoimg {
	position: absolute;
	z-index: 10;
	top: 20px;
	border: 0px none #8C171D;
	left: -130px;

}
.content_top {
	height: 290px;
	position: relative;
	text-align: right;
}
h1 {
	color: #FFFFFF;
}
.testimonial {
	font-size: 14px;
	font-style: italic;
	padding-right: 15px;
	padding-left: 0px;
	color: #FFFFFF;
}
.content_top h3 {
	padding-top: 30px;
	padding-right: 8px;
	font-size: 14px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}


.nav {
	list-style-position: inside;
	list-style-image: none;
	text-align: left;
	padding-top: 225px;

}
.nav ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}

}
.nav li {
	margin-left: 10px;
	padding: 0px;
	border: 0px none #FFFFFF;

}
.nav a {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
	border-bottom-width: 10px;
	border-bottom-style: none;
	border-bottom-color: #8C171D;
	padding-bottom: 2px;
	margin-left: 20px;
}




#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-color: #525252;
} 

#header {
	position: relative;
	background-color: #8C171D;
	height: 230px;
	
} 
.hdr_img_right {

	float: right;
	position: absolute;
	right: 0px;
	bottom: 15px;
}

.innercontent {
	float: none;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}



#sidebar1 {
	float: left;
	color: #FFFFFF;
	padding: 0px;
	width: 150px;

}

#mainContent {
	margin-left: 150px;
	background-color: #8C171D;
	color: #f6c8c8;
	padding-bottom: 20;

} 

#footer {
	border: 0px none #FFFFFF;
	background-color: #1E1E1E;
	margin-left: 150px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
} 
.imageright {
	float: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;

}
.border {
	border: 1px solid #FFFFFF;
}

.caption {
	vertical-align: bottom;
	padding-top: 5px;
	font-style: italic;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}



#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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;
}

.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;
    font-size: 1px;
    line-height: 0px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #90171E;
}
.innercontent a:hover {
	color: #010101;
}
.review {
	margin-right: 20px;
	margin-left: 20px;
}
