body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #131313;
	line-height: 1.5em;
	background: #ccc url(/assets/page_tile.jpg) 0 0 repeat-x;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #261a08;
	border-right: 1px solid #261a08;
	}

#contentWrapper {
	background: #fff url(/assets/righttile.jpg) 100% 0 repeat-y;
}


#brand {
	position: relative;

}

#logo {
	position: absolute;
	top: 30px;
	left: 30px;
}

#logo a img{
	border: none;
}


#banner {
	position: relative;
	margin: 0;
}


#sideBar {
	width: 210px;
	float: right;
	
}
#sideBarContent {
	margin-right: 20px;
}

#sideBar h2{
	color: #fff;
	background: #261a08;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	margin-bottom: 0;
}

#content {
	width: 650px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
}

#content a, #sideBar a {
	color: #900;
	text-decoration: none;
}

#content a:hover, #sideBar a:hover {
	color: #666;
	text-decoration: none;
}

#content img {
	border: 4px solid #dfdfdf;
	padding: 4px;
}

#content img.noBorder {
	border: 0;
}
#content h1, #content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #900;
	margin-top: 10px;
}

#footer {
	position: relative;
	background: #241806;
	border-top: 4px solid #990000;
	clear: both;
	height: 110px;
	color: #fff;
}

.address {
	position: absolute;
	top: 3px;
	left: 10px;
}

.phone {
	position: absolute;
	top: 3px;
	left: 200px;
}

.fax {
	position: absolute;
	top: 45px;
	left: 200px;
}

.email {
	position: absolute;
	top: 3px;
	left: 350px;
}

.copy {
	position: absolute;
	bottom: 0;
	right: 10px;
	color: #666;
}

.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}

.clearBoth {
	clear: both;
}


table.calc {
	background: #ccc;
	border: 2px solid #fff;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#siteNavigation {
	background: #990000 url(/assets/logo2.jpg) 0 0 no-repeat;
	height: 63px;
	margin: 10px 10px 0 0;

}
#menu {padding:10px 0 0 0; margin: 0 0 0 200px; list-style:none; height:40px; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#menu li {float:left;}
#menu li a {display:block; float:left; height:40px; line-height:40px; background:#990000; color:#fff; text-decoration:none; font-size:11px; font-weight:bold; padding:0 30px 0 20px;}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:200; position:relative;color:#ccc; background-color:#990000;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#ccc; background:#990000;}
#menu li:hover > a.sub {color:#ccc; background:#990000;}

#menu li.current a {color:#fff; background:#990000;}

#menu li a.sub {background: #990000;}
#menu li.current a.sub {color:#fff; background:#990000;}

#menu :hover ul {left:0; top:40px; width:220px; background:#990000;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:120px; top:-1px; background:#222; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu :hover ul li {margin:0;}
#menu :hover ul li a {width:220px; padding:0; text-indent:10px; background:#990000; color:#fff; height:30px; line-height:30px;}
#menu :hover ul li a.fly {background:#990000;}

#menu :hover ul :hover {background-color:#990000; color:#ccc;}
#menu :hover ul :hover a.fly {background-color:#990000; color:#ccc;}

#menu :hover ul li.currentsub a {background:#990000; color:#ccc;}
#menu :hover ul li.currentsub a.fly {background:#990000; color:#ccc;}

#menu :hover ul :hover ul li a {width:100px; padding:0; text-indent:10px; background:#990000; color:#fff;}
#menu :hover ul :hover ul :hover {background-color:#990000; color:#fff;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#990000; color:#fff;}
