/* GENERAL STYLES */

body { 
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

img {
	border:none;
}

a {
	color:#216f70;
	text-decoration:none;
}

a:hover {
	color:#68c9ca;
	text-decoration:underline;
}

#outercontainer {
	margin:0 auto;
	padding:0;
	width:750px;
}

#contentcontainer {
	background-image:url(../img/bkg.jpg);
	background-repeat:repeat-y;
	padding:5px 35px;
}

#leftcontent {
	width:375px;
	margin:20px 20px auto auto;
	float:left;
}

#rightcontent {
	float:left;
	margin-top:20px;
	width:277px;
}

#fullwidthcontent {
	width:695px;
	margin:20px 20px auto auto;
}

#header {
	width:750px;
	height:173px;
}

#navcontainer {
	background-image:url(../img/bkg.jpg);
	background-repeat:repeat-y;	
	height:31px;	
}

#mainnav {
	background-color:#a8cccc;
	height:31px;
	width:727px;
	margin:0 4px 0 12px;
	text-align:center;
}

#footercap {
	background-image:url(../img/contentfooter.jpg);
	background-repeat:no-repeat;
	width:750px;
	height:15px;
	margin:0 auto;
	padding:0;	
}

#footernav {
	width:750px;
	margin:15px auto auto auto;
	text-align:center;
	padding-bottom:40px;
}

.clearer {
	clear:both;
}

.testimonial {
	padding:12px;
	color:#666666;
}

.testimonialphoto {
	margin:4px;
	padding:2px;
	border:#cccccc solid 1px;
	float:left;
}

h3 {
	font-weight:bold;
	color:#666666;
	font-size:12px;
}

.galleryhighlight {
	color:#634C29;
	font-weight:bold;
	text-decoration:underline;
}

#flashcontent {
	margin:0 auto;
	padding:0;
	text-align:center;
}

#homepageFooterText {
	width:700px;
	text-align:center;
	color:#008aa3;
	font-size:10px;
	margin:0 auto;
	padding:20px;	
}

.homepage #footercap {
	display:none;
}

.pricingimg { float:right; border:solid 1px black; padding:2px; margin-left:10px; }

/* ================= SPLASH PAGE =============== */

.splashcontainer { width:960px; margin:15px auto 0; text-align:center; position:relative; }
.splashcontainer h1 { background:url(../img/splashlogo.gif) center top no-repeat; width:258px; height:81px; margin:0 0 15px 10px; text-indent:-9999em; position:absolute; left:0; }
.splashcontent { width:960px; margin:0 auto; }
.shareicons { width:114px; height:52px; float:right; margin:0 20px 0 0; }

#homepageSplashText {
	width:770px;
	text-align:center;
	color:#008aa3;
	font-size:10px;
	margin:0 auto;
	padding:20px;	
}

/* ==================== HOMEPAGE SCROLLER ====================== */

#slideshow-scroller { height: 436px; }

#slidebuttons li.active { background: #FFF; background-image: none; }
#slidebuttons li.active a { background: #FFF; background-image: none; }

.slideshow-container { 
  position: relative;
  border: 1px solid #CCCCCC;
  padding: 20px;
  margin-top:15px;
}
#slideshow-scroller { width: 635px; height: 436px; overflow: hidden; }
#slideshow-content { width: 3175px; }
#slideshow-content p { margin:0; }
.slideshow-section { 
	padding: 0px;
	width: 635px; 
	height: 436px; 
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em; 
	line-height: 1.7em; 
	color: #666;
}
.callout-text { margin-bottom: 26px; }

#slidebuttons { position: absolute; left: 453px; top: 415px; list-style:none; }
#slidebuttons li { 
  padding-left: 10px; 
  float: left;
  background: #FFF;
  border-top: 1px solid #A8CCCC;
  border-right: 1px solid #A8CCCC;
}
#slidebuttons li.first { border-left: 1px solid #A8CCCC; }
#slidebuttons li a { 
  padding: 7px 10px 0px 0px; 
  display:block; 
  height: 22px; 
  float: left; 
  background: #FFF;
  font-size: 1.1em;
  font-weight: bold;
  color: #3399CC;
  text-transform: uppercase;
}
#slidebuttons li.active { background: url(/lib/img/home/slide-bg.png) no-repeat 0px 0px; }
#slidebuttons li.active a { background: url(/lib/img/home/slide-bg.png) no-repeat right -29px; color: #55a1a9; }


