@charset "UTF-8";
/* CSS Document */

body  {
	background: url(images/bkg2.png) repeat-x;
	background-color: #52504f;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: helvetica, arial, sans serif;
	color: #e3e2e2;
	}
	
#container {
	width: 861px;

	text-align: center;
	margin: 0px auto;
	background: url(images/bkg.png) no-repeat;
}
	
/*header*/
	
#header {
	width: 861px;
	}
	
	
	
#logo a{
	text-indent: -9999px;
	width: 335px;
	height: 116px;
	float: left;
	margin: 3px 0 0 15px;
	}
	

#logo a.blue {background: url(images/logo.png) no-repeat left;}
#logo a.green {background: url(images/logo-green.png) no-repeat left;}
#logo a.red {background: url(images/logo-red.png) no-repeat left;}
#logo a.violet {background: url(images/logo-violet.png) no-repeat left;}
#logo a.orange {background: url(images/logo-tangerine.png) no-repeat left;}
#logo a.yellow {background: url(images/logo-yellow.png) no-repeat left;}
	
	
#info {
	float: right;
	margin:15px 15px 0 100px;
	text-align: right;
	}
	
#info h2 {
	color: #a5cdd7;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: -20px;
	}
	
#info h2 a {
	color: #a5cdd7;
	text-decoration:none;
	}
	
#info h2 a:hover {
	text-decoration:underline;
	}
	
	
#info h3 {
	color: #e3e2e2;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 16px;
	}
	
	
/*Navigation*/

#navigation {
	clear:both;
	width: 896px;
	height: 35px;
	font-family: helvetica, arial, sans-serif;
	color: #a5cdd7;
	text-align: left;
	line-height: 35px;
	padding-top:12px;
	font-weight: normal;
	margin-left: 25px;
	padding-bottom: 4px;
	}
	
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding-right:60px;
	padding-top: 12px;
	padding-bottom: 0;
	padding-left: 0;
	}
	
#navigation li {
	display: inline;
	padding: 0px 5px;
	margin:10px;
	position: relative;
	
	}

#navigation a {
	color: #a5cdd7;
	font-size:13px;
	text-decoration: none;
	letter-spacing: 0px;
	}
	
#navigation a:hover {
	color: #ccedf5;
	}
	
#navigation a.on {
	border-bottom: 2px solid #009fc3;
	color: #ccedf5;
	}
	
/*Home Page Bottom Boxes*/

#cta {
margin:25px 0 0 23px;
text-align: left;
}

#cta a {
	font-size: 11px;
	color: #a5cdd7;
	line-height:15px;
	text-decoration: none;
	padding-top:-5px;
}

#cta a:hover {
	color: #ccedf5;
	}
	
	
#cta h3 {
	font-weight:normal;
	font-size: 13px;
	color: white;
	margin-top:5px;
	margin-bottom: 1px;
	}

#cta img {border:none; padding-right:6px;}

#cta1 {
	float:left;
	width: 240px;
	margin-right:45px;
	
	}
	
#cta2 {
	float:left;
	width: 260px;
	margin-right: 30px;
	}
	
#cta3 {
	float:left;
	width: 250px;
	}
	
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

/*Footer*/
#footer {
	width: 861px;
	text-align: center;
	margin:45px auto;
	font-size: 11px;
	color: #cccccc;
	}

#footer a {
	color: #cccccc;
	text-decoration: none;
	
	}
	
#footer a:hover {
	color: #a5cdd7;
	text-decoration: underline;
	
	}
	
	
/*Secondary*/

#container2 {
	width: 861px;
	height: 830px;
	text-align: center;
	margin: 0px auto;
	
	}

#mainContent {
	width: 861px;
	text-align:left;
	margin-top:8px;
	}

#leftColumn {
	float:left;
	width: 245px;
	padding-left: 15px;
	}

#rightColumn {
	float:right;
	width: 570px;
	
	}
	
	#rightContent {
	background-color: #fff;
	margin-right:15px;
	border-bottom: 2px solid #009fc3;
	margin-bottom:0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	}

#rightContent p, ul, table, a {
	color: black;
	font-size: 11px;
	line-height: 16px;
	}
	
#rightContent p { margin-top: -4px; padding-left: 10px;}

#rightContent table p {padding-left: 0px;}
	
#rightContent a {text-decoration: underline;}
#rightContent a:hover {text-decoration: none;}
	
	
.pad {
	margin-left: 10px;
	margin-top:-10px;
}


td.sidebar {
	padding-left: 12px;
	border-left: 1px dotted #bebdbd;
	padding-right: 5px;
	padding-top: 8px;
}

td.sidebar a {

}


td.left {
	padding-right: 12px;
	padding-left: 0px;
	padding-top: 8px;
}



#rightContent td.sidebar ul {
margin-left: 7px;
padding: 2px;
}

.subhead {
	color: #009fc3;
	font-size: 11px;
	font-weight: normal;
	}
	
.subhead2 {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	}
	
.subhead a{
	color: #009fc3;
	font-size: 11px;
	text-decoration: none;
	}
	
.subhead a:hover{
	text-decoration: underline;
	}
	
#image {
	font-size: 12px;
	font-style: oblique;
	color: #d4dde6;
}

#image p {padding-left:8px;margin-top:-5px; line-height: 16px;}

#testimonial {
	margin-top:25px;
	color: #c6dde3;
	font-size: 12px;
	line-height: 16px;
}
	
#testimonial p {padding-left:8px;}


h2, h3 {
	color: #009fc3;
	font-weight: bold;
	font-size: 16px;
	padding-left: 10px;
	padding-top:5px;

	}

h3 {font-size: 14px;}

#thoughts {
	width: 405px;
	height: 71px;
	background-image: url(images/thought-bubble.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	color: #000000;
	text-align: center;
	padding-top: 5px;
	}
	
table.gallery img {border:none; padding-left:18px;}

#gallery {margin-top:15px;}
#image p {
}
#large_photo {
	text-align: center;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

