/* Site design by Start Designing - startdesigning.net */

body {
 background-color: #535353;
 background-image: url(images/background_internal.png);
 background-repeat: repeat-x;
 padding: 0px; 
 margin: 0px; 
 font: 13px/17px Verdana, Arial, Helvetica, sans-serif;
 }
 
div, ul, li, h1, h2, h3, h4, p, img {
 margin: 0px; 
 padding: 0px;
 }
 
ul {
 list-style-type :none;
 }

a:link, a:active, a:visited {
color: #5487c6;
font-weight: bold;
}

a:hover {
color: #ffffff;
font-weight: bold;
}

#wrapper { 
 margin: auto;
 margin-top:10px;
 width: 700px;
}

#header {
 width:  auto; 
 height: 85px; 
 position: relative; 
 margin: 0 auto; 
 padding: 0px 9px 0px 14px;
 }

#header img {
 height:83px; 
 width:386px; 
 padding: 0px;
 display: block;
 margin-left: auto;
 margin-right: auto;
 }
 
#internal ul {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color: #ffffff;
 list-style-type: circle;
 margin-left: 45px;
} 
 
#nav {
 width:  auto; 
 height: 185px; 
 position: relative; 
 padding-top: 12px;
 margin: 0 auto; 
 }
 
#nav ul {
 width: 189px; 
 height: 182px; 
 float: right;
 margin: 10px 20px 0px 0px;
 padding-top: 15px;
 background: url(images/ulbackground.png) 0 0 no-repeat;
 }

#nav ul li {
 border-bottom: #929292 dotted 1px; 
 font: 12px/24px Verdana, Helvetica, sans-serif; 
 font-weight: bold; 
 color: #000; 
 padding: 3px;
 padding-left: 25px;
 }

#nav ul li a {
 font-family: Verdana, Helvetica, sans-serif; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: none; 
 background: #9f9f9f; 
 color: #212121;
 }
 
#nav ul li a:hover {
 background: #9f9f9f; 
 color: #cc3827; 
 text-decoration: none;
 }

#content {
 width:auto; 
 height: auto;
 position:relative; 
 padding: 15px; 
 margin-top: 25px;
 clear:both;
 }

#content h2 {
 display:block; 
 font-family: Eras Demi ITC, Verdana;
 color: #ffffff;
 margin: 0;
 padding: 10px 0px 6px 5px;
 font-size: 38px;

 }
 
#content p {
 color: #ffffff;
 }

#buttons {
 width: auto;  
 position: relative; 
 margin-left: auto;
 margin-right: auto; 
 margin-top: 30px;
 clear: both;
 }
 
#buttons img{
 border: 0;
 display: inline;
 padding: 13px;
 } 

#testimonials {
 width: auto;  
 height: 270px;
 position: relative; 
 margin-left: auto;
 margin-right: auto; 
 margin-top: 70px;
 clear: both;
 }
 
#cell_1 {
 margin: 0 5px 1em 0;
 padding: 13px;
 float: left;
 width: 190px;
 }

#cell_2 {
 margin: 0 14px 1em 14px;
 padding: 13px;
 float: left;
 width: 190px;
 }

#cell_3 {
 margin: 0 0 1em 5px;
 padding: 13px;
 float: left;
 width: 190px;
 }

#testimonials h2 {
 width: 210px; 
 height: 40px; 
 display: block; 
 color: #444; 
 font-family: times, Times New Roman, times-roman, georgia, serif;
 font-size: 42px;
 line-height: 34px;
 letter-spacing: -2px;
 font-weight: bold;
 font-style: italic;
 }

#footer {
 width: auto;  
 position: relative; 
 margin-left: auto;
 margin-right: auto;   
 clear: both;
 text-align: center;
 margin-top: 30px;
 }

#footer ul {
 width: 550px; 
 display: inline;
 float: right;
 }
 
#footer li {
 float: left; 
 }
 
#footer ul li a {
 padding: 0 10px 0; 
 color: #fff;  
 text-decoration: none;
 
 }
 
#footer ul li a:hover {
 text-decoration: underline;
 }

#footer p {
 font-size: 10px;
 color: #242424;
 }
 
#footer a {
 padding: 0 10px 0; 
 color: #fff;  
 text-decoration: none;
 
 }
 
#footer a:hover {
 text-decoration: underline;
 }
 