﻿
body {
margin: 0px;
padding: 0px;
background-image: url(images/fullbg.jpg);
background-repeat: repeat-x; 
background-color: #dddddd;
} 

.navigation
{	
	
	width: 900;
	padding-top: 0px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 4px;
					
}

.navigation ul
{
	
	margin: 0px;
	padding: 0px;
	margin-top: 13px;
	margin-bottom: 2px;	
	font-family: Century Gothic, Sans-Serif, Gill Sans MT;
	font-style: normal;
	font-size: 11pt;
	color: White;
	white-space: nowrap;
}

.navigation li
{
	list-style-type: none;
	display: inline;
}

.navigation li a
{
	text-decoration: none;
	color: White;
	
}

.navigation li a:hover
{
	
	color: #5c90bb;
	
}



.sidenav
{	
	margin: 0px;
	padding: 0px;
	font-family: Century Gothic, Sans-Serif, Gill Sans MT, futura;
	font-style: normal;
	font-size: 9pt;
	color: white;
	white-space: nowrap;
	line-height: 18px;

	
	
					
}

.sidenav a
{
	text-decoration: none;
	color: White;
	cursor: pointer;
	
}

.sidenav a:hover
{
	
	color: #5c90bb;
	
	
}

.sidenav ul
{
	
	
	margin: 0px;
	padding: 0px;
	font-family: Century Gothic, Sans-Serif, Gill Sans MT, futura;
	font-style: normal;
	font-size: 13pt;
	color: White;
	white-space: nowrap;
	line-height: 16px;
	cursor:pointer;
	list-style: none;
}


.sidenav ul li a
{
	margin: 0px;
	margin-left: 30px;
	padding-left: 0px;
	font-family: Century Gothic, Sans-Serif, Gill Sans MT, futura;
	font-style: normal;
	font-size: 9pt;
	color: White;
	white-space: nowrap;
	line-height: 14px;
}

.sidenav ul ul a
{
	margin-left: 30px;
	padding-left: 20px;
	position: relative;
	
}


.sidenav li
{
	list-style-type: none;
	display: block;
}

.sidenav li a
{
	text-decoration: none;
	color: White;
	
}

.sidenav li a:hover
{
	
	color: #5c90bb;
	
}

.bullets
{

	font-family: Century Gothic, Sans-Serif, Gill Sans MT, futura;
	line-height: 40px;
	font-style: normal;
	font-size: 13pt;
	font-weight: normal;
	color: #a4a9bb;
	padding-left: 20px;
	text-decoration: none;	
	cursor: pointer;
	
	
}

.footer
{
	font-family: Century Gothic, Sans-Serif, Gill Sans MT, futura;
	font-style: normal;
	font-size: 8pt;
	color: #ffffff;
	
}

.footer ul
{
	margin: 0px;
	padding: 0px;
	font: Century Gothic;
	font-style: normal;
	font-size: 8;
	color: White;
	white-space: nowrap;
}

.footer li
{
	list-style-type: none;
	display: inline;
}

.footer li a
{
	text-decoration: none;
	color: White;
	
}

.footer li a:hover
{
	
	color: #5c90bb;
	
}

.contentbody
{
	font-family: Century Gothic, Sans-Serif, Gill Sans MT, futura;
	font-style: normal;
	font-size: 10pt;
	line-height: 22px;
	color: #5f5f5f;
}

.contentbody a
{
	font-family: Century Gothic, Sans-Serif, Gill Sans MT, futura;
	font-style: normal;
	font-size: 10pt;
	color: #0568a9;
	text-decoration: none;
}

.contentheader
{
	font-family: Century Gothic, Sans-Serif, Gill Sans MT, futura;
	font-style: normal;
	font-weight: bold;
	font-size: 14pt;
	color: #0568a9;
	text-decoration: none;
}

.contentheader2
{
	font-family: Century Gothic, Sans-Serif, Gill Sans MT, futura;
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
	color: #0568a9;
	text-decoration: none;
}

.headerbold
{	
	font-family: Century Gothic, Sans-Serif, Gill Sans MT, futura;
	font-style: normal;
	font-weight: bolder;
	font-size: 16pt;
	color: #0568a9;
	text-decoration: none;

}

.popup
{
   position: absolute; width:300px; height:500px;
   border: solid 100px transparent; 
  
   float:inherit;
   margin-left: 200px;
   margin-right: auto;
   margin-bottom:100px;
   margin-top:-420px;
   text-align: center;
   border-color: gray;
   background-color: Black;
   padding:20px;
   color:red;
   font-family:Arial;
   font-weight:bold;
   font-size:10pt;
   z-index:4;
   visibility:hidden;
   /* for IE */
  filter:alpha(opacity=95);
  /* CSS3 standard */
  opacity:0.95;
}

.popup p
{
	
}

.contactphone
{
	font-family: Century Gothic, Sans-Serif, Gill Sans MT, futura;
	font-style: normal;
	font-weight: bolder;
	font-size: 20pt;
	color: #0568a9;
	text-decoration: none;
}

