body {
  font-family:'Arial',Arial;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size:12px;
  line-height: 18px;
  color: #333333;
  overflow-y: scroll;
}



a { color: #333333; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }



/* ******************************
Tables
******************************* */
td {
font-family:'Arial',Arial;
font-size:12px;
line-height: 18px;
color: #333333;
}



/* ******************************
Footer
******************************* */
td.smalltextfooter {  color:#ffffff; font-size:11px; text-decoration:none; line-height:16px;}
.smalltextfooter a {  color:#ffffff; font-size:11px; text-decoration:none; line-height:16px;}	
.smalltextfooter a:hover {  color:#ffffff; font-size:11px; text-decoration:none; line-height:16px;}
td.footertitle {  color:#ffffff; font-size:18px; text-decoration:none; line-height:27px;}



/* ******************************
Headings
******************************* */
h1
{
font-size:22px;
line-height:33px;
}
h2
{
font-size:20px;
line-height:30px;
}
h3
{
font-size:18px;
line-height:27px;
}
h4
{
font-size:16px;
line-height:24px;
}
h5
{
font-size:14px;
line-height:21px;
}
h6
{
font-size:12px;
line-height:18px;
}



/* ******************************
Photos
******************************* */
img.floatRightClear { 
    float: right; 
    clear: right; 
    margin-left: 10px; 
	margin-bottom: 10px;
}

img.floatLeftClear { 
    float: left; 
    clear: left; 
    margin-right: 10px; 
	margin-bottom: 10px;
}

.img_centered {
width: auto;
}

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}



/* ******************************
Menu Top Links
******************************* */
.menutop{
    width: 100%; }

.menutop ul{
    margin: 0;
	padding: 0;
    float: left; }
 
.menutop ul li{
	display: inline; }
 
.menutop ul li a{
	background: url(images/linemenutop.png) right repeat-y;
    float: left;
	text-decoration: none;
    color: #ffffff;
    padding-top: 20px;
	padding-bottom: 18px;
	padding-left: 12px;
	padding-right: 15px;
	font-size: 14px; }
 
.menutop ul li a:visited{
    color: #ffffff; }
 
.menutop ul li a:hover, .menutop ul li .current{
	background:#000000;
	float: left;
	text-decoration: none;
    color: #ffffff;
    padding-top: 20px;
	padding-bottom: 18px;
	padding-left: 12px;
	padding-right: 15px;
	font-size:14px; }



/* ******************************
Layer over Header
******************************* */
.layerheader {position: absolute;  margin-left: auto; margin-right: auto;  z-index: 51; margin: 0; padding: 0; width:100%;}



/* ******************************
Footer
******************************* */
td.smalltextfooter {  color:#ffffff; font-size:11px; text-decoration:none; line-height:16px;}
.smalltextfooter a {  color:#ffffff; font-size:11px; text-decoration:none; line-height:16px;}	
.smalltextfooter a:hover {  color:#ffffff; font-size:11px; text-decoration:none; line-height:16px;}
td.footertitle {  color:#ffffff; font-size:18px; text-decoration:none; line-height:27px;}



/* ******************************
Website Title
******************************* */
td.websitetitle {  color: #333333; font-size:18px; font-weight:bold; text-decoration:none; line-height:27px;}



/* ******************************
Big Text
******************************* */
td.bigtext { color:#333333; font-size:14px; font-weight:bold; line-height:21px; text-decoration:none; }
.bigtext a { color:#333333; font-size:14px; font-weight:bold; line-height:21px; text-decoration:none; }	
.bigtext a:hover { color:#000000; font-size:14px; font-weight:bold; line-height:21px; text-decoration:none; }



/* ******************************
Small Text
******************************* */
td.smalltext {  color:#333333; font-size:11px; text-decoration:none; line-height:17px;}
.smalltext a {  color:#333333; font-size:11px; text-decoration:none; line-height:17px;}	
.smalltext a:hover {  color:#000000; font-size:11px; text-decoration:none; line-height:17px;}



/* ******************************
Button
******************************* */
a.button, input.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family:'Arial',Arial;
	font-size:13px;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding:8px 8px 8px 8px;
}

a.button {
	display: inline-block;
	text-decoration: none;
	padding:8px 8px 8px 8px;
}


a.button:hover,
input.button:hover {
	text-decoration: none;
	padding:8px 8px 8px 8px;
}



.orange {
	color: #ffffff;
	border: solid 1px #525252;
	background: #525252;
	background: -webkit-gradient(linear, left top, left bottom, from(#525252), to(#3a3a3a));
	background: -moz-linear-gradient(top,  #525252,  #3a3a3a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#3a3a3a');
}
.orange:hover {
	color: #ffffff;
	background: #1f1f1f;
	background: -webkit-gradient(linear, left top, left bottom, from(#1f1f1f), to(#0f0f0f));
	background: -moz-linear-gradient(top,  #1f1f1f,  #0f0f0f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f1f1f', endColorstr='#0f0f0f');
}