@import url(reset.css);
@import url(type.css);

body {
	background: #fff url('/images/bg.jpg') repeat-x;
	font-family: georgia;
	font-size: 75%;
}

#banner { 
	background: url('/images/banner-bg.jpg') no-repeat center;
	height: 165px;
}

#banner div.content, #main, #footer div.content {
	margin: 0 auto 0 auto;
	width: 960px;
}

#logo { 
	float: left;
	padding-top: 89px;
	padding-left: 15px;
	width: 314px;
}

#menu {
	float: left;
	padding: 75px 0 0 60px;
	width: 570px;
}

#menu ol li {
	float: left;
	height: 26px;
	margin: 0 1px 0 0;
	text-align: center;	
}

#menu ol li a {
	background: url('/images/tab-bg.gif') no-repeat 0 0;
	float: left;
	display: block;
	width: 110px;
	line-height: 26px;
}

#menu ol li a:hover, #menu ol li.active a {
	background: url('/images/tab-bg-on.gif') no-repeat 0 0;
	color: #fff;
}

#main {
	margin-bottom: 110px;
}

#left {
	float: left;
	margin-top: 30px;
	width: 350px;
}

#content {
	float: right;
	margin-left: 40px;
	width: 570px;
}

#submenu { margin-top: -2em; }

#submenu ol li {
	border-bottom: 1px solid #ccc;
	line-height: 3em;
}

#footer {
	clear: both;
	background-color: #707DB9;
	height: 110px;
}

#footerL, #footerR {
	height: 50px; width: 400px;
	margin-top: 15px;
}

#footerL {
	float: left; 
}

#footerR {
	float: right; 
	text-align: right;
}

#footer ol li {
	float: left;
	margin: 0 1px 0 0;
	text-align: center;	
}

#footer ol li a {
	color: #fff; font-size: 0.9em; font-weight: bold;
}

#legal{ clear: both; margin-top: 2em; font-size: 0.8em; line-height: 1.3em; }
#roxxor { margin-top: 0.5em; font-size: 0.9em; line-height: 1.3em; } #roxxor a { color: #fff; }
#map_canvas { width: 550px; height: 400px; margin-bottom: 1em; }
#acca { margin-top: 0.8em; }

/* http://www.themaninblue.com/experiment/footerStickAlt/ */

#page {	min-height: 100%; }
* html #page { height: 100%; }
html { height: 100%; }
body { height: 100%; }
#nonFooter { position: relative; min-height: 100%; }
* html #nonFooter {	height: 100%; }
#footer { position: relative; margin: -110px auto 0 auto; }
* html #footer { margin-top: -110px; }

table td { padding: 0.5em 0 0.5em; vertical-align: top; }


