/* 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:#68c9ca;
	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;
}

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

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

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