@import url("../../global/CSS/global.css");

/* Global Stylesheet */

/* @group OVERRIDES */

a.site-credit-link:link, a.site-credit-link:active, a.site-credit-link:visited {
	display: inline;
}

/* @end */

/* @group RESET */

/* Basic css zeroing for cross-browser conformity */

html,body,div,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,pre,code,address,caption,cite,code,strong,th {
	font-weight: normal;
	font-style: normal;
}

fieldset,img {border: none;}

/* @end */

/* @group LAYOUT */

body {
	background: url("/sitefiles/1463/Images/bk.gif") repeat scroll 0 0 transparent;
}

p {margin-bottom: 18px;}

ul {
	margin-top: 0;
	padding: 0 0 0 12px;
}

img.alignleft {
	float: left;
	margin: 2px 20px 18px 0;
}

/* Class for image aligned left with margin */

img.alignright {
	float: right;
	margin: 2px 0 18px 20px;
}

/* Class for image aligned right with margin */

hr {
	border: 0px;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0.0;
	font-size: 0px;
}

strong, b {
	font-weight: bold;
}/* @end */

/* @group TYPE */

body, p, div, ul, li, td {
	font: 13px/22px Georgia, "Times New Roman", Times, serif;
	color: #666;
}

a:link, a:visited, a:active {
	color: #BE1E2D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

/* Removes a outline in Firefox  */

h1 {
	color: #006097;
	font: normal 34px/40px Helvetica, Arial, sans-serif;;
}

h2 {
	font: 22px/26px Palatino, Garamond, times, "times new roman", serif;
	font-style: italic;
	color: #989898;
	padding-bottom: 18px;
}

h3 {
	font: 18px/22px Helvetica, Arial, sans-serif;
	color: #333;
	padding-bottom: 20px;
}

h4 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #444;
	padding-bottom: 10px;
	text-transform: uppercase;
}

h5 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #BE1E2D;
	padding-bottom: 10px;
}

h6 {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom: 10px;
}

/* @end */

/* @group SUB NAV */

#subnavWrapper {
	float:right;
	width:200px
}

#subnavWrapper p {
	display: none;
}

#subnavWrapper h2,#subnavWrapper h2 a {
	background-color:#CCCCCC;
	color:#FFFFFF;
	font-family:Helvetica,Arial,sans-serif;
	font-size:18px;
	font-style:normal;
	padding:3px 5px;
}

#subnavWrapper h2 a:hover {
	text-decoration: none;
}

#subnav {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#subnav li {
	padding: 0px;
	margin: 0px;
	background: none;
}

#subnav a {
	color:#999999;
	display:block;
	font-family:georgia,times,times New Roman,serif;
	font-size:14px;
	padding:2px 0 0 10px;
	text-decoration:none;
}

#subnav a:hover, #subnav a.current {
	color: #666;
	text-decoration: none;
}

/* @end */

/* @group SLIDER */

.anythingSlider {
	width: 974px;
	height: 362px;
	position: relative;
	margin: 0 auto;
}

.anythingSlider .wrapper {
	width: 974px;
	overflow: auto;
	height: 362px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.anythingSlider .wrapper ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding:0;
}

.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 362px;
	width: 974px;
	margin: 0;
}

#thumbNav, #start-stop {
	display: none;
}

.anythingSlider .arrow {
	background:url("/sitefiles/1463/images/arrows.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	height:54px;
	position:absolute;
	text-indent:-9999px;
	top:154px;
	width:23px;
}

.anythingSlider .forward {
	background-position:-24px 0;
	right:-23px;
}

.anythingSlider .back {
	left:-23px;
}

#overlay {
	background:url("/sitefiles/1463/images/overlay-bg.png") repeat scroll 0 0 transparent;
	height:302px;
	left:30px;
	padding-top:60px;
	position:absolute;
	text-align:center;
	top:0;
	width:346px;
	z-index:1;
}

#overlay-def {
	background:url("/sitefiles/1463/images/overlay-bg.png") repeat scroll 0 0 transparent;
	height:191px;
	left:30px;
	padding-top:60px;
	position:absolute;
	text-align:center;
	top:0;
	width:346px;
	z-index:1;
}

#overlay p {
	color:#FFFFFF;
	font-family:helvetica,arial,sans-serif;
	font-size:16px;
	line-height:20px;
	margin:15px auto;
	text-align:center;
	width:250px;
}

/* Prevents */

.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

/* @end */


/* @group HEADER */

#header-wrapper {
	width: 100%;
	float: left;
	text-align: left;
}

#header {
	border-bottom: 1px solid #E5E0DD;
	height: 362px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 974px;
}

#headerDef {
	border-bottom: 1px solid #E5E0DD;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 974px;
	height: 250px;
}

/* @end */

/* @group CONTENT */

#content-wrapper {
	width: 100%;
	float: left;
	text-align: left;
}

#content {
	width: 974px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content div.templatecontent {
	float: left;
	margin: 40px 53px;
	width: 380px;
}

#contentDef-left div.templatecontent {
	margin:0;
	width:auto;
}

p.testimonial {
	color: #333;
	font-family: georgia, times, "times new roman", serif;
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	margin-bottom: 5px;
}

span.testimonial {
	color: #666;
	font-family: georgia, times, "times new roman", serif;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	margin-bottom: 20px;
}

#sections-wrapper {
	float: left;
	width: 100%;
	text-align: left;
}

#sections {
	background-color:#FFFFFF;
	height:275px;
	margin:0 auto;
	padding-left:25px;
	padding-right:25px;
	padding-top:30px;
	width:924px;
}

#content-left {
	float: left;
	width: 426px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #514B3F;
	margin-right: 28px;
	padding-right: 28px;
	padding-left: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
	background-color: #FFFFFF;
	overflow: hidden;
}

#content-right {
	float: right;
	width: 426px;
	padding-right: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	overflow: hidden;
}

#contentRightClient {
	float: left;
	width: 250px;
	padding-top: 20px;
	overflow: hidden;
}

#contentDef-left {
	background-color:#FFFFFF;
	border-right:1px dashed #BBBBBB;
	float:left;
	margin-bottom:30px;
	margin-right:28px;
	margin-top:30px;
	min-height:300px;
	overflow:hidden;
	padding-left:30px;
	padding-right:28px;
	width:653px;
}

#contentDef-right {
	background-color:#FFFFFF;
	float:right;
	margin-bottom:30px;
	margin-top:30px;
	padding-right:30px;
	width:200px;
}

.featured-section {
	background:url("/sitefiles/1463/images/featured-bg.gif") no-repeat scroll center top transparent;
	float:left;
	height:250px;
	overflow:hidden;
	padding:24px 23px 0;
	text-align:center;
	width:185px;
}

.featured-section:hover {
	background-position: center -277px;
}

.featured-section h3 {
	color: #006097;
	font-size: 24px;
	font-weight: normal;
	line-height: 34px;
	margin-top: 15px;
	padding: 0;
	text-transform: uppercase;
}

.featured-section p {
	color:#656463;
	font-family:helvetica,arial,sans-serif;
	font-size:12px;
	height:40px;
	line-height:18px;
	margin-bottom:10px;
	margin-top:5px;
	overflow:hidden;
}

a.learnmore {
	background:url("/sitefiles/1463/images/btn-learnmore.png") no-repeat scroll 0 0 transparent;
	display:block;
	font-size:0;
	height:32px;
	line-height:0;
	margin:0 auto;
	text-indent:-9999px;
	width:162px;
}

/* @end */

/* @group FOOTER */

#footer-wrapper {
	width: 100%;
	float: left;
	text-align: left;
}

#footer {
	background-color: #006097;
	border-top: 7px solid #005688;
	height: 120px;
	margin: 0 auto;
	padding: 30px;
	width: 914px;
}

#footer a {
	color: #FFF;
}

#footer-left {
	color: #FFF;
	float: left;
	width: 286px;
	margin-right: 28px;
}

#footer-left h1, #footer-mid h1, #footer-right h1 {
	color:#FFFFFF;
	font-size:18px;
	line-height:22px;
	padding-bottom:15px;
}

#footer-left p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	width: 286px;
	margin-top: -7px;
}

#footer-mid {
	color: #FFF;
	float: left;
	width: 286px;
	margin-right: 28px;
}

#footer-mid p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	width: 286px;
}

#footer-right {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	float: right;
	width: 286px;
}

#footer-right p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	float: right;
	width: 286px;
}

#footer-right a {
	color: #E0D5C1;
	float: right;
	width: 286px;
	text-decoration: underline;
}

#footer-right a:hover {
	color: #FFF;
	float: right;
	width: 286px;
	text-decoration: underline;
}

/* @end */

/* @group TOP */

#top-Wrapper {
	background-color:#101010;
	float:left;
	height:90px;
	margin-bottom:37px;
	width:100%;
}

#top {
	height: 90px;
	width: 974px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#utility {
	color:#FFFFFF;
	float:right;
	font-size:11px;
	height:30px;
	padding-top:10px;
	text-align:right;
	text-transform:uppercase;
	width:280px;
}

#utility img {
	float:left;
	margin:0 5px;
	padding-top:2px;
}

#utility a {
	color:#FFFFFF;
	float:left;
	font-family:helvetica,arial,sans-serif;
	font-size:11px;
	margin-left:5px;
	margin-top:3px;
	text-decoration:none;
	text-transform:uppercase;
}

#utility a:hover {
	text-decoration: underline;
}

#contact {
	padding-top:6px !important;
}

/* @end */

/* @group PHOTO GALLERY */

.photogallery {
	margin: 0;
	padding: 0;
}

.photo-list {
	margin: 0;
	padding: 0;
}

.photogallery li {
	background:none repeat scroll 0 0 #CCCCCC;
	float:left;
	list-style-type:none;
	margin:0 12px 0 0;
	padding:0;
}

/* @end */

div#sitecred {
	color: #FFF;
	padding: 10px 0 20px;
	text-align: center;
}

#sitecred a {
	color: #FFF;
}