96@charset "UTF-8";
body  {
	font: 12px Helvetica, Verdana, Arial, sans-serif;
	background: #000;
	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: #ddd;
	background-image:url(../images/common/top_line.gif);
	background-repeat: repeat-x;
}
.sitetitle {border:none; margin-left:-10px;}

#logo {width:210px;}

.twoColFixLtHdr{
	background: #000;
	}
A:link, A:visited, A:active, A:hover {color: #ddd;
}
.twoColFixLtHdr #container { 
	width: 960px;
	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 { 
	padding-bottom: 1px;} 
.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 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 261px; /* 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 */
}
.twoColFixLtHdr #sidebar1 img{
	padding-left:20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 34px 20px 0px 295px; /* 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. */
}
.thumb{
        border:1px solid #676767;
        padding: 4px;
        margin-left: 20px;
        margin-bottom: 20px;
}
#mainContent a:hover img{
        background: #721f21;
}
a:active{outline:none;}
#mainContent p{
	    margin-left: 20px;
	    color:#ddd;
		font: 14px Helvetica, Verdana, Arial, sans-serif;
}
#mainContent p a {
		color:#721f21;
		font: 14px Helvetica, Verdana, Arial, sans-serif;
}
#mainContent a:hover{
		color:#ddd;
}
.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;
}
#menu1, #menu2 {
	margin-bottom: 10px;
}

#sidebar1, #header {color:#ddd; font: 12px Helvetica, Verdana, Arial, sans-serif;}


#menu1 {margin-left:-42px;margin-top:25px}
#menu1 h3 {margin:0;padding:0}
#menu1 .item {margin:0}
#menu1 ul{list-style:none;margin:0 0 2em 0;font-size:1em;}
#menu1 ul li a,ul.txt li{color:#ddd;height:1%;background:url(../images/common/li-white.png) no-repeat  0;line-height:1.2em;display:block;padding:6px 0 6px 10px; text-decoration:none;}
#menu1 ul li a:hover,ul.txt li:hover{color:#721f21;background-position:1px 0.8em;background: #111 url(../images/common/li-white.png) no-repeat  0; text-decoration:underline;}
#menu1 ul li a span,ul.txt li,h4 a span{color:#696455;}
#menu1 ul li.active a{cursor:default;color:white;}
#menu1 ul ul{margin:0;list-style:none;}


#menu2 {margin-left:-42px;}
#menu2 h3 {margin:0;padding:0}
#menu2 .item {margin:0}
#menu2 ul{list-style:none;margin:0 0 2.8em 0;font-size:1em;}
#menu2 ul li a,ul.txt li{color:#ddd;height:1%;background:url(../images/common/li-white.png) no-repeat  0;line-height:1.2em;display:block;padding:6px 0 6px 8px; text-decoration:none;}
#menu2 ul li a:hover,ul.txt li:hover{color:#721f21;background-position:1px 0.8em;background: #111 url(../images/common/li-white.png) no-repeat  0; text-decoration:underline;}
#menu2 ul li a span,ul.txt li,h4 a span{color:#696455;}
#menu2 ul li.active a{cursor:default;color:white;}
#menu2 ul ul{margin:0;list-style:none;}


.footer a:hover {color:#721f21 ! important}
.footer {min-height:500px;}



/*** NAV STYLES ***/
.sf-menu {width: 700px ! important;}

.sf-menu {margin-left: 280px ! important; margin-top: -32px ! important;}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size:      1em;
	text-align: left;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu li.right {float:right;}
.sf-menu a {
	display:		block;
	position:		relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.6em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	margin-bottom:	1em;
    font-size:11px;
    background:#000;
    width:950px;
    height:30px
}
.sf-menu a {
	padding: 		9px;
	text-decoration:none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ddd;
}
.sf-menu li {
	background:		#000;
	margin-right:   2em;
	
}
.sf-menu li.right {
	margin-right:   0;
}
.sf-menu li li {
	background:		#000;
}
.sf-menu li li li {
	background:		#000;
	
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#1a1a1a;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.9em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}