#three-columns {
	overflow: hidden;
	width: 750px;
	margin: 0px auto;
	padding: 50px;
}

#three-columns .content {
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #D4D4D4;
}

#three-columns h2 {
	padding: 0px 0px 5px 0px;
	color: #005195;
	font-size: 1.5em;
	font-weight:400;
	padding-bottom:20px;
	text-transform:uppercase;
}

#three-columns p {
	font-size:12px;
	line-height:130%;
}

#description
{
	position:relative;
	width:500px;
	text-align: center;
	opacity: 0.75;
	margin: 0 auto;
	font-style:italic;
}

#three-columns #column1 {
	margin-top:200px;
	float: left;
	width: 230px;
}

#three-columns #column2 {
	margin: 0 auto 0 auto;
	padding:75px;
	text-align:left;
	width: 500px;
	border: #CCC thin solid;
	background-color:#FFF;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
}

#three-columns #column3 {
	float: left;
	width: 320px;
	margin-top:120px;
}

#map {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom: #999 dotted thin;
}

/* Two Columns */

#two-columns {
	overflow: hidden;
	width: 500px;
	margin: 0px auto;
}

#two-columns h2 {
	padding: 0px 0px 20px 0px;
	color: #000000;
}

#two-columns #col1 {
	float: right;
	width: 740px;
}

#two-columns #col2 {
	float: left;
	width: 320px;
}


/** Slider */

#slider
{
	overflow: hidden;
	width: 500px;
	position: relative;
	z-index:0;
}

#slider .button
{
	display: inline-block;
	background: #0074C6;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	height: 50px;
	text-decoration: none;
	outline: 0;
	border-radius: 8px;
	font-size: 1.25em;
	border-bottom: solid 2px #0054A6;
	text-shadow: 0 1px 1px #003A6C;
}

#slider .button:hover
{
	background: #2094E6;
}

#slider .viewer
{
	width: 500px;
	height: 338px;
	margin: 0 auto;
	overflow: hidden;
}

#slider .viewer .reel
{
	display: none;
	height: 338px;
}

#slider .viewer .reel .slide
{
	position: relative;
	width: 500px;
	height: 338px;
}

#slider .viewer .reel h2
{
	position: absolute;
	top: 150px;
	left: 0;
	padding: 0px 65px;
	line-height: 80px;
	text-align: center;
	font-weight:800;
	opacity: 0.75;
	font-weight:100;
	font-family: 'Quattrocento Sans', sans-serif;
	color: #000000;
	font-size: 1.5em;
}

#slider .viewer .reel p
{
	position: absolute;
	width:350px;
	top: 150px;
	left:550px;
	padding: 5px 65px;
	/**text-align: left;
	opacity: 0.75;
	font-family: 'Sintony', sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 1em;
	line-height:20px;*/
}

#slider .image {
	margin:0 0 0 0px;
}

#slider .indicator
{
	margin: 10px auto 0 auto;
}

#slider .indicator ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#slider .indicator ul li
{
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: #c8c8c8;
	margin: 0 2px 0 2px;
	border-radius: 8px;
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #909090;
}

#slider .indicator ul li.active
{
	background: #505050;
	border-top: solid 1px #505050;
}

#featured
{
	overflow: hidden;
	padding: 50px 0px;
	border-bottom: 1px solid #D8D8D8;
}

#featured #fbox1
{
	float: left;
	width: 235px;
	margin-right: 20px;
}

#featured #fbox2
{
	float: left;
	width: 235px;
	margin-right: 20px;
}

#featured #fbox3
{
	float: left;
	width: 235px;
}

#featured #fbox4
{
	float: right;
	width: 235px;
}

#featured img
{
	border-radius: 120px;
}

#featured p
{
	text-align: center;
}

#featured h2
{
	padding: 20px 0px 20px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.00em;
	font-weight: 700;
	font-family: 'Quattrocento Sans', sans-serif;
	color: #0074C6;
}

#featured .title 
{
	margin-bottom: 40px;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 2.50em;
	color: #3B3B3A !important;
}
