<!--
html { overflow: -moz-scrollbars-vertical !important; }

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #333333;
	background-image: url(/images/bg_main.gif);
	background-repeat: repeat-x;
	margin: 0px;
	position:relative;
	z-index:0;
}

#DEFAULT_logo {
background:url(/images/logo.gif) no-repeat;
height:100px;
min-height:100px;
padding-left:520px;
}
#DEFAULT_main { background-color:#FFFFFF; }
#DEFAULT_footer {
background-color:#333333;
border:2px solid #FFFFFF;
color:#FFFFFF;
padding:6px;
width:914px;
}
#content {
	min-height: 230px;
}
#bgsubmenu {
	background-image: url(/images/bg_submenu.gif);
	background-repeat: repeat-x;
	height:36px;
	min-height:36px;
	position:absolute;
	top:129px;
	width:100%;
	z-index:0;
}
.clear {clear:both;}

/* Menu */
#menu {font: 1.3em Georgia;	height: 26px; margin-top:3px;}
#menu ul {margin:0px; padding:0px; list-style-type:none;}
#menu li {height: 26px;float: left;border-bottom: 0;padding: 0;margin: 0;}
#menu li a {color: #FFFFFF;}
#menu li a:hover {color: #333333;}
#menu a { /*image replace */
	display: block;
	padding: 26px 0 0 0;
	height: 0px !important;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	height:26px;
}
#menu a:hover, #menu a.on {	background-position: 0 -26px;}
#menu li#home, #home a {background-image: url(/images/menu_home.gif);width: 88px;}
#menu li#services, #services a {background-image: url(/images/menu_services.gif);width: 105px;}
#menu li#about, #about a {background-image: url(/images/menu_about.gif);width: 110px;}
#menu li#contact, #contact a {background-image: url(/images/menu_contact.gif);width: 125px;}

/* SubMenu */
#submenu {font: bold 12px Arial; height: 26px; text-transform:uppercase;}
#submenu ul {margin:0px; padding:0px; list-style-type:none;}
#submenu li {height: 20px;float: left;border-bottom: 0;padding: 6px 0 0 0;margin: 0 0 0 0;}
#submenu li a {color: #333333;}
#submenu li a:hover {color: #999999;}
#submenu a { /*image replace */
	display: block;
	margin-left: 20px;
	height:26px;
	text-decoration:none;
}

/* Columns */
.col1 {float:left;padding-bottom:20px;width:760px;}
.col2 {float:right;width:260px;}

/* Headings */
h1, h2 {font:bold 24px Georgia;}
h1 {padding-left:20px;}
h2 {color:#663300;}

/* Content Areas */
p {padding:0px 15px 0px 30px;}

.main_top {
background:url(/images/main_top.gif) repeat-x;
padding-top:20px;
}


/* Sidebar */
.sidebar{
	background:url(/images/bg_sidebar.gif) repeat-x top;
	font:14px arial;
	min-height:620px;
	overflow:visible;
	padding:20px 0px 0px 30px;
}

p.sb_default {
	color:#FFFFFF;
	padding:0px;
}
#DEFAULT_logo {background-color:#FFFFFF;border-bottom:2px solid #ffcc00;} /* Erase after hosting switch */
#menu {border-top:1px solid #666666;margin-top:0px;}/* Erase after hosting switch */
-->