/* Global Defaults */
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color:#fff;
 }

html, body, p, th, td, li, dd, dt {
  font: 90%  Arial, Helvetica, sans-serif;
}
/* Headlines */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Georgia, Times New Roman, Times, serif;
}
h3 {margin:25px 0 0 0;font-size:1.4em;color:#9999cb;}
/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, /*a,*/ input, select, textarea {
  margin: 7px 0 7px 0;
  padding: 0;
  font: normal normal normal 1em/1.25 Arial, Helvetica, sans-serif;
}
blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q { font-style: italic;}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small { font-size:.85em;}
big { font-size:1.2em;}

/* Links and Images */
a, a:link, a:visited, a:active {color:#009999; text-decoration:none}
a:hover {color:#ccc; text-decoration:none;}
img {  border: none;}

/* Tables */
table {
  margin: 0;
  padding: 0;
  border: none;
}

/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {cursor: pointer;}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.bigBold  {font-size:1.2em;font-weight:bold; }
.bigItalic {font-style:italic;font-size:1.2em;}
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }

/*  Main stylesheet starts here  */

#box  {  
    margin: 10px 50px 20px 50px;
	padding:10px; 
	background-color:#f2f2f2;
}
#container  { 
    margin: 0; 
    padding:8px 8px 12px 8px;	
	background:url(images/band.gif) repeat-x;
	background-color:white;
}
#header  {
	height: 110px;
	padding:5px;
	background-color:#000;
	border:4px solid #9999cb;
}
#header h1  {
    font-size: 2.5em;
	font-weight: bold;	
	display: none;
	padding: 0;
	margin: 0;
}
#header h2  {
	font-size: 1.5em;
	font-weight: normal;
	display: none;
	padding: 0;
	margin: 0;
}
#logo  {
    width:758px;
	height:103px;
	margin:5px auto 0 auto;
	background: url(images/header.jpg)
}
#title  {
	width:551px;
	height:22px;
	margin:0 auto 0 auto;
	background: url(images/title.png);
}
.phone  {
   margin:10px 0 0 400px;
   font-size:2em;
   color:white;
}
#nav  {
	width:152px;
	float:left;
	margin:20px 50px 20px 0;
}
.testimonial {
	margin:330px 3px 0 0;
	padding:8px;
	color:#686868;
	border:1px solid silver;
}
.testimonial .client {color:black;}
.testimonial h2  {
    margin:0; 
    font-size:1.4em;
	text-align:center;
	color:#9999cb;
}
#preamble h2  {
	margin:17px auto;
	font-size:2em;
	color:#9999cb;
}
.pageImage  {float:right;margin:95px 0 0 20px; }
.largeImage  {margin:40px auto 0 auto;text-align:center; }
.gallery  {float:right;margin:75px 60px 10px 40px;}
.content  {
	margin:0 50px 0 160px;
    padding:0 0 50px 0;
	background:transparent;
}
.content p  {margin:8px 0 0 40px;line-height:1.8em;font-size:1.1em;}
.content h3  {margin:20px 0 ;padding:0; }
.content h3 span {font-family:Arial, Helvetica, sans-serif;font-size:.8em;color:#000; }
.content table  {margin:20px 0 0 0;}
.content table h3  {margin:-4px 0 0 0;padding:0; }
.content tr  {vertical-align:top;}
.content td  {padding:0 0 10px 20px;}
.content td span  {margin:0;font-size:1.1em; }
.content ul  {}
.content li  {margin:0 0 15px 100px;padding:0 0 0 25px;list-style-type:circle;font-size:1.1em;background:transparent;}
.content li span  {margin:0 0 0 50px;font-family:Arial, Helvetica, sans-serif;font-size:.75em;color:#000; }
#postamble  {position:relative;bottom:82px;left:0;height:50px;margin:0 auto;text-align:center;}
#postamble span  {
    margin:0 0 0 10px;
    font-family:Georgia, Times New Roman,Times,serif;
    font-size:.75em;
    font-style:italic;
    color:#000;}
#postamble h3  {font-size:1.6em;font-style:italic;}
#postamble span a  {font-size:1em; font-style:italic;}
#footer  {
	width: 600px;
	margin:-65px auto 20px auto;
	text-align:center;
	color:#999;
}
#address {margin:0;color:gray;}
#email  {
   margin: 5px 0 0 105px;
   padding: 0;
   width: 284px;
   height: 15px;
   float: left;		
}
#sitemap  {
	height: 10px;
	width: 30px;
	margin: -65px 50px 0 0;
	float:right;
	padding: 1px 0 0 2px;
	font-size: .58em;
	border: 1px solid silver;
}
#sitemap a {color:black }
#sitemap a:visited, #sitemap a:active, #sitemap a:hover {color:gray;text-decoration:none;}
#credits  {margin:0;}
a {color:#009999;text-decoration:none;}
a:hover {text-decoration:underline;color: #9999CB;}