@import url(http://fonts.googleapis.com/css?family=Gafata|Nunito|Source+Sans+Pro:200,400,600);

html {
background-color: rgb(230, 229, 211);
background-image: url('../imaging/bg10.png');
background-repeat: repeat-x;
}

body {
font-family: Arial;
font-family: 'Source Sans Pro';
}

a,a:visited {
	color: #1b1b1b;
}

a:hover, a:active {
	color: #595959;
}

h1, h2
{
color: #595959;
font-family: 'Gafata';
}

h1
{
margin-top:-10px;
color: #2096D3;
font-weight: bold;
text-transform: uppercase;
}

h2 
{
color: #2096D3;
margin-top: 0px;
margin-bottom: 10px;
}

h3 
{
color: #2096D3;
font-size: 0.9em;
}

p
{
color: #595959;
}

#pnlMainContainer
{
width: 974px;
/*border: 1px solid #cdcdcd;*/
background: #506F98;
margin: 20px auto;
height: 100%;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 10px 0px 0px;
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
background-image:url('../imaging/headerseo.png');
box-shadow: 0px 20px 20px rgb(0, 0, 0);
background-repeat:no-repeat;
background-color:#fff;
}

#pnlHeader
{
padding: 10px 10px 20px;
color: white;
margin: 0px 10px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
/*box-shadow: inset 1px 1px 0px rgba(255,255,255,0.3);*/
/*border: 1px solid rgb(157, 202, 15);
background-image: url('../imaging/header10.png');*/
/*box-shadow: inset 0px 0px 10px 1px rgba(14, 241, 23, 0.3);*/
background-repeat: no-repeat;
background-position: right top;
height:223px;
}

#pnlTLD
{
font-size: 30px;
font-family: 'Source Sans Pro',Arial,Sans-Serif;
margin-left: 20px;
margin-top: 40px;
}

#pnlTLD span {
	color: #333333;
}

#pnlTLD a
{
	color: rgb(114, 182, 174);
text-decoration: none;
font-weight: bold;
font-size: 30px;
text-transform: uppercase;
}

#pnlTagline
{
margin-bottom: 20px;
color: rgb(124, 118, 91);
/*text-shadow: 1px 1px 0px rgba(0,0,0,0.4);*/
margin-left:25px;
font-weight:bold;
}

#pnlHorizontalMenuBar
{
font-size: 0.75em;
margin-top: -12px;
margin-left: 25px;
color: rgb(124, 118, 91);
}

#pnlHorizontalMenuBar a
{ color: rgb(114, 182, 174);
}

#pnlHorizontalMenuBar a:active {color: rgb(114, 182, 174);}

#pnlHorizontalMenuBar a:visited {color: rgb(114, 182, 174);}

#pnlHorizontalMenuBar a:hover {color:rgb(114, 182, 174);}

#pnlHorizontalMenuBar ul
{
text-align: center;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

#pnlMainBodySection
{
 position:relative;
 float:left;
 left:0px;
 width:974px;
 background-color:rgb(255, 254, 249);
 clear:both;
 /*border-right: 1px solid #cdcdcd;*/
 box-shadow: 0px 20px 20px rgb(0, 0, 0);
}

#pnlNavigationBar
{
 position:relative;
 float:right;
 left:0px;
 width:300px;
 /*background-color:#9da9a0;*/
 color: #2096D3;
 
 /*border: 1px solid #cdcdcd;
 box-shadow: inset 1px -1px 0px 0px rgba(255,255,255,0.4);*/
 border-top: 1px solid rgba(255,255,255,0.4);
 border-bottom-left-radius: 5px;
 font-family: Arial;
 text-align: center;
}

#pnlPhone {
	font-size: 22px;
	text-align: center;
	margin: 0px 0px 0px 38px;
	/*padding: 69px 0px 10px;*/
	background: url('../imaging/whitetransparentphoneicon.png') no-repeat;
	font-weight: bold;
	color: rgb(255, 254, 249);
	font-family: source sans pro;
	background-color:rgb(114, 182, 174);
	background-position-x: 15px;
	padding-left: 60px;
}

#pnlPhone span {
	font-size: 24px;
	font-weight: bold;
}

#pnlNavigationBar img {
	max-width: 95%;
	margin-bottom: 10px;
}

#pnlMainContent
{position:relative;
 float:left;
 width:600px;
 padding: 0px 20px 8px 20px;
 text-align:left;
 /*border-left: 1px solid #cdcdcd;*/
 color: #595959;
}   

#pnlMainContent h1 {
	font-size: 1.5em;
}

#pnlMainContent h2 {
	font-size: 1.25em;
}

#pnlFooter
{
position:relative;
 float:left;
 left:0px;
 width:974px;
 /*border-top: 1px solid #cdcdcd;
 *border-left: 1px solid #cdcdcd;
 *border-right: 1px solid #cdcdcd;
 *border-bottom: 1px solid #cdcdcd;*/
 box-shadow: 0px 20px 20px rgb(0, 0, 0);
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
 background: rgb(255, 254, 249);
 background-image:url('../imaging/bg_footerseo.png');
 background-position: bottom;
 background-repeat: repeat-x;
 
}

#pnlAddress
{
display:inline-block;
 float:left;
 left:0px;
 width:195px;
 padding: 8px 8px 8px 8px;
 /*background-color:#e1e6eb;*/
 color: #595959;

}

#pnlAddress a
{
text-decoration:underline;
}

#pnlLocations
{
display:inline-block;
 left:0px;
 width:746px;
 min-height: 30px;
 padding: 10px 8px 6px 8px;
 /*background-color:#bdc4ca;*/
 /*border-left: 1px solid rgba(0,0,0,0.1);*/
 box-shadow: inset -1px 0px 0px 0px rgba(255,255,255,0.5);
 color: rgb(114, 182, 174);
font-size: 20px;
}
#pnlLocations ul
{
font-family: Arial;
font-size: 11px;
color: #FFFFFF;
text-align: left;
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
background-color: rgba(30, 119, 21, 0.07);
}
#pnlLocations a, #pnlLocations a:visited
{
float:left;
text-decoration:none;
color:#333333;
padding: 5px 6px 3px;
font-family: Arial;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
font-weight: bold;
font-size: 12px;
font-size: 12px;
text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
margin: 0px 5px 0px;
font-size: 9px !important;
font-weight: normal;
width: 30%;
}
#pnlLocations a:hover,
#pnlLocations a:active {background-color:rgb(114, 182, 174);color:#FFFFFF;text-shadow: 1px 1px 0px rgba(0,0,0,0.4);}
#pnlLocations li {display:inline;}
#pnlLocations a:first-child {font-size: 12px;}

#pnlCopy
{
position:relative;
 display:inline-block;
 left:0px;
 width:966px;
 text-align:right;
 line-height: 13px;
 font-size: 11px;
 padding: 10px 8px 10px 0px;
 color:#595959;
 font-family: Arial;
 font-weight:bold;
 /*border-top: 1px solid #aaa;*/
 /*box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,1);*/
 
}

#SuperScripted
{
vertical-align: super;
 font-size:0.83em;
    }

.clear 
{ 
  clear: both; 
} 



