﻿/********************** generic stuff ***********************/
*
{
	margin:0px;
	padding:0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


html, body 
{
	width: 100%;
	height: 100%;
	background-color:#fff;
	color:#000;
	font-family: Century Gothic, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	outline-style: none;
	-webkit-transform: none;
}

::-webkit-scrollbar {
    width: 9px;
}


::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
    background-color: transparent;
}



::-webkit-scrollbar-track-piece {
    background-color: #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


::-webkit-scrollbar-thumb:vertical {
    background-color: #999;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

a
{
	text-decoration: none;
	outline-style: none;
	color: #666;
}

a:hover
{
	color: #999;
	cursor: pointer;
}

h1
{
	color:#FF9900;
	font-size: 1.2em;
	text-transform: uppercase;
}

h3
{
	color:#FF9900;
	font-size: 1.1em;
	text-transform: uppercase;
}

form, .fill, .page
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}

.div_noscript
{
	background-color: #800000;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	padding: 4px;
	width: 100%;
	height: 48px;
}

.wrapper
{
	position: absolute;
	left: 0px;
	right: 0px;
	padding: 0px;
	z-index: 20;
}

.header
{
	width: 100%;
	height: 5em;
	margin: 0px;
	padding: 16px 8px 4px 16px;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	white-space: nowrap;
}

.content
{
	width: 100%;
	margin: 0px;
	padding: 4px;
	overflow: hidden;
	position: relative;
	z-index: 30;
}

.site-logo
{
	display: block;
	float: left;
	border-style: none;
}

.site-logo img
{
	border-style: none;
	width: 230px;
	height: auto;
	padding-top: 3px;
}


.mobile-menu-selector
{
	float:right;
	text-align: center;
	background-color: #FF9900;
	border: 1px solid #ee8800;
	border-radius: 4px;
	display: none;
	margin: 4px 4px 0px 0px;
}

.mobile-menu-selector:hover
{
	cursor: pointer;
	background-color:#FFAA22;
}

.mobile-menu-selector img
{
	display: block;
	width: 14px;
	height: 14px;
	margin: 6px;
	
}

.mobi-nav-menu
{
	position: absolute;
	z-index: 100;
	top: 42px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border: 1px solid #aaa;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 2px;
	background-color: #fff;
	display: none;
}

.nav-menu
{
	float: right;
	text-align: right;
 }

.main-menu, .main-sub-menu
{
	display: block;
    list-style-type:none;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.main-sub-menu
{
}

.main-sub-menu ul
{
    display:none;
}


.menu-item-l1, .menu-item-l2
{
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 1.3em;
	padding: 1px 6px;
}

.menu-item-l2
{
	font-size: 1.0em;
	padding: 4px 6px 2px 4px;
}


.active-menu a
{
	color: #FF9900;
}

.mobile-main-menu .menu-item-l1, .mobile-main-menu .menu-item-l2
{
	display: block;
	width: 100%;
}

.mobile-main-menu .menu-item-l1 a, .mobile-main-menu .menu-item-l2 a
{
	display: block;
	border-bottom: 1px solid #ddd;
	width: 100%;
	padding: 4px 6px;
}

.mobile-main-menu .menu-item-l2
{
	padding-left: 20px;
}

.text_copy, .contact_info
{
	position: relative;
	margin: 0px auto;
	padding: 2px 8px 2px 2px;
	width: 55%;
	max-width: 700px;
	text-align: justify;
	display: none;
	max-height: 90%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.scroller
{
	padding: 4px 8px 2px 2px;
}


.text_copy ul
{
	margin-left: 18px;
}

.scrollable_area
{
}


