@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../../images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#520c0c;
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font-size:16px;
	color:#FFFFFF;
	padding:0px 0px 10px 0px;;
	margin:0px;
	}
	
h2 {
	font-size:16px;
	color:#FFFFFF;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-style:italic;
	}

li {
	list-style:none;
	text-align:left;
	margin:0px;
	padding:0px;
	} 
	
ul {
	list-style:none;
	text-align:left;
	margin:0px;
	padding:0px;
	}
	
#heartsonfire td {

}
	
	
.georgia16px {
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
	}
	
	.georgia16px a {
	color:#FFFFFF;
	}
	
	.georgia16px a:visited {
	color:#FFFFFF;
	}
	
.georgia22px {
	font-size:22px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:22px;
	}
	
.companies {
	font-size:16px;
	color:#FFFFFF;
	padding-top:8px;
	padding-left:10px;
	margin:0px;
	font-style:italic;
	font-weight:bold;
	}
	
.footer {
	color:#FFFFFF;
	font-size:10px;
	padding-top:20px;
	text-align:right;
	line-height:15px;
	}
	
	.footer a {
	color:#FFFFFF;
	}
	
	.footer a:visited {
	color:#b39797;
	}
	
  .photoborder {
	border: #CCCCCC 3px solid;
	}
	
.photodisplay {
	list-style:none;
	margin:0px;
	padding:10px;
	display: inline;
	}
	
	.photodisplay ul li{
	display: inline;
	}
	
	.photodisplay ul li span{
	clear:left;
	}
	
.photogallery {
	text-align:center;
	padding:5px;
	vertical-align:top;
	}
	
.staffbios {
	vertical-align:top;
	}

.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #mainarea {
	float: left; /* since this element is floated, a width must be given */
	width: 959px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color:#370505;
	border:#976d6d 1px solid;
}

.twoColFixLtHdr #nav {
	float:left; /* since this element is floated, a width must be given */
	width:200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#370505; /* the background color will be displayed for the length of the content in the column, but no further */

}
.twoColFixLtHdr #mainimage { 
	margin:2px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:right;
	width:754px;
} 

.twoColFixLtHdr #content { 
	padding: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#611212;
	border:#946f60 1px solid;
	margin-top:15px;
	clear:both;
}

.twoColFixLtHdr #Guarantee { 
	padding: 5px 10px 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:290px;
	float:left;
	color:#d5d2b3;
	font-size:11px;
	padding-top:35px;
	line-height:17px;
	background-image:url(../images/guarantee-img.gif);
	background-position:top right;
	background-repeat:no-repeat;
} 

.twoColFixLtHdr #main { 
	padding: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:595px;
	float:right;
	color:#FFFFFF;
	font-size:12px;
	line-height:17px;
	border-left:#8f5757 1px solid;
} 

	.twoColFixLtHdr #main a {
	color:FFFFFF;
	}

.twoColFixLtHdr #subpage { 
	padding: 10px 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:900px;
	float:left;
	color:#FFFFFF;
	font-size:12px;
	line-height:17px;
} 

.twoColFixLtHdr #subpage a { 
	color:#FFFFFF;
} 

.twoColFixLtHdr #subpage a:visited { 
	color:#FFFFFF;
} 

.twoColFixLtHdr #subpage li {
	list-style:square;
	list-style-position:outside;
	margin-left:15px;
	} 
	
.twoColFixLtHdr #subpage .TabbedPanelsTabGroup li {
	list-style:none;
	margin-left:3px;
	}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #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;
}
.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;
    font-size: 1px;
    line-height: 0px;
}

/*NAV*/

.indentmenu{
font: 11px Arial, Helvetica, sans-serif;
width: 190px; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 95%; /*width of menu*/
background-color:#370505;
}

.indentmenu ul li{
display: block;

}

.indentmenu ul li a{
color:#FFFFFF; /*text color*/
padding: 5px 5px;
text-decoration: none;
border-bottom: 1px solid #694444; /* divider between menu items*/
display: block;
}

.indentmenu ul li a:visited{
color:#FFFFFF;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color:#000000 !important; /*text color of selected and active item*/
background-color:#D5D2B3;
}