html
{
overflow-y: scroll;
min-height: 0 !important;
}

body
{
margin: 60px 20px 0px 20px !important;
padding: 0;
font-family: Arial, Verdana, sans-serif;
top: 0px !important;
cursor: default;
background: white;
min-height: 0 !important;
}

#dvLoading
{
display: hidden;
width: 100%;
position: fixed;
left: 0;
top: 0;
height: 100%;
margin: 0;
z-index: 10;
background: white;
}

img.delay
{
background: url('/images/site/loader.gif') no-repeat 50% 50%;
}

h1
{
font-size: 32px;
font-weight: bold;
margin: 20px 0px;
color: #0d0d0d;
text-rendering: optimizelegibility;
font-family: Arial, Verdana, sans-serif;
}

h2
{
font-size: 20px;
font-family: Arial, Verdana, sans-serif;
color: #262626;
margin: 40px 0px 0px 0px;
padding: 0;
font-weight: 400;
}

h3
{
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
color: #626262;
font-size: 16px;
font-family: Arial, Verdana, sans-serif;
margin: 0;
padding: 15px 5px;
}

p, pre
{
line-height: 1.4;
color: #555;
margin-bottom: 10px;
font-size: 13px;
font-family: Arial, Verdana, sans-serif;
text-rendering: optimizelegibility;
}

a
{
color: #4169E1;
text-decoration: none;
outline: 0;
}

a:hover
{
color: blue;
}

a:visited
{
color: #483D8B;
}

hr
{
height: 1px;
color: #ddd;
}

#header
{
border-bottom: 5px solid #ff9100;
width: 100%;
height: 40px;
background: white;
color: grey;
position: fixed;
left: 0;
top: 0;
z-index: 9999;
}

#middle
{
margin: 0px auto;
padding: 0px 20px;
max-width: 960px;
}

#logo
{
font-weight: bold;
font-size: 20px;
line-height: 40px;
float: left;
color: black;
}

#nav
{
margin: 0 0 0 20px;
padding: 0;
float: left;
list-style: none;
z-index: 9999;
}

#nav li
{
float: left;
margin: 0px 20px;
font-size: 14px;
color: grey;
line-height: 40px;
font-weight: bold;
}

#nav li a
{
color: #999;
}

#nav li a.current
{
color: #ff8533;
}

#nav li a:hover
{
color: #444;
}

#container
{
margin: 0px auto;
max-width: 960px;
}

#content
{
overflow: auto;
}

div.clear
{
clear: both;
}

#footer
{
border-top: 5px solid #ff9100;
padding: 7px 5px;
margin-top: 50px;
clear: both;
height: 15px;
}

#footer div p
{
margin: 0px;
padding: 0px;
font-size: 11px;
display: block;
color: #666;
}

#footer div p a
{
color: #666;
}

#footer div.left
{
float: left;
display: block;
text-align: left;
}

#footer div.right
{
float: right;
display: block;
text-align: right;
}

#google_translate_element
{
float: right !important;
margin: 6px 0 0 -200px !important;
width: 130px !important;
overflow: hidden !important;
padding: 0px !important;
display: inline-block !important;
height: 40px !important;
z-index: 2000 !important;
}

.goog-te-combo
{
font-size: 14px !important;
color: grey !important;
font-family: Arial, Verdana, sans-serif !important;
background: white !important;
border: 0 !important;
cursor: pointer !important;
outline: none !important;
}

.goog-te-combo:hover
{
color: #444 !important;
border: 0 !important;
outline: none !important;
}

.goog-te-combo option
{
color: #555;
background: white;
border: 0 !important;
font-size: 14px !important;
text-align: center !important;
outline: none !important;
-webkit-appearance: none !important;
}

.goog-te-banner-frame.skiptranslate, .goog-te-gadget-icon
{
display: none !important;
padding: 0px !important;
outline: none !important;
}

.goog-tooltip
{
display: none !important;
}
 
.goog-tooltip:hover
{
display: none !important;
}
 
.goog-text-highlight
{
background-color: transparent !important;
border: none !important;
box-shadow: none !important;
}

object
{
width: 1px !important;
height: 1px !important;
}

p.bold
{
font-weight: bold;
}

div.box-300
{
float: left;
width: 300px;
margin: 10px 30px 10px 0px;
padding: 0px;
}

body div.box-300:last-child
{
margin: 10px 0px;
}

div.box-300 p, div.box-300 pre
{
padding: 0px 5px;
}

div.box-300 p span
{
display: inline-block;
width: 120px;
font-weight: bold;
}




@media screen and (max-width: 900px) {

#footer div.left
{
display: none;
}

#footer div.right
{
float: left;
}
	
}	


@media screen and (max-width: 750px) {

#google_translate_element
{
display: none !important;
}
}






@media screen and (max-width: 595px) {

body
{
margin-top: 0 !important;
margin-bottom: 10px;
}

#dvLoading
{
display: hidden !important;
}

#header
{
height: 80px;
text-align: center;
position: relative;
}

#middle
{
text-align: center;
}

#logo
{
text-align: center;
display: block;
margin: 0px auto;
width: 100%;
background: 0;
text-indent: 0;
}

#nav
{
border-top: 1px solid #eaeaea;
text-align: center;
padding: 0;
margin: 0;
width: 100%;
}

#nav li
{
line-height: 40px;
width: 21%;
margin: 0px 2%;
padding: 0px;
}

#nav li a
{
display: block;
width: 100%;
padding: 5px auto;
}

#footer div.right p span
{
display: none;
}
}



@media screen and (max-width: 450px) {

#header
{
height: 185px;
}

#nav
{
border: 0;
text-align: center;
padding: 0;
margin: 0;
width: 100%;
}

#nav li
{
display: block;
line-height: 25px;
width: 100%;
margin: 4px 0px;
background: #f4f4f4;
padding: 0px;
border: 1px solid #eaeaea;
}

#nav li a
{
display: block;
width: 100%;
padding: 5px auto;
}
}