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

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bodyBG.jpg) top no-repeat #0d3559;
}

/******************** WRAPPER ********************/

#wrapper {
	width:960px;
	margin:0 auto;
}

/******************** HEADER ********************/

#header {
	width:960px;
	height:177px;
	float:left;
}
#logo {
	width:210px;
	height:177px;
	float:left;
}
#logo img {
	border:none;
}
#motto {
	width:714px;
	height:88px;
	float:left;
	padding:0 36px 0 0;
}

/******************** NAV ********************/

#nav {
	width:750px;
	height:54px;
	margin-top:35px;
	float:left;
	overflow:hidden;
}
#nav ul {
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
}
#nav li {
	display:inline-block;
	*display:inline;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:Bold;
	background:none;
}
#nav li a {
	color:#fff;
	text-decoration:none;
	background:none;
	height:30px;
	line-height:30px;
	text-align:center;
	margin:0 2px;
	padding:0 12px;
	float:left;
}
#nav li a:hover {
	background:#0d3961;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#99e3ff;
	text-decoration:none;
}

/******************** CONTENT WRAPPERS ********************/

#contentContainer {
	width:960px;
	float:left;
	padding-bottom:43px;
	background:url(images/contentBGfooter.png) bottom no-repeat;
}
#contentWrapper {
	width:900px;
	float:left;
	padding:0 30px;
	margin:33px 0 0 0;
	background:url(images/contentBG.png) repeat-y;
}

/******************** HERO ********************/

#heroWrapper {
	width:900px;
	height:270px;
	float:left;
	overflow:hidden;
}
#heroLeft {
	width:600px;
	height:270px;
	float:left;
	overflow:hidden;
	margin:0 15px 0 0;
}
#heroLeft .slideshow { 
	height: 600px; 
	width: 270px; 
	margin: 0; 
}
#heroLeft .slideshow img { 
	padding: 0;
	border: none;
}

#heroRight {
	width:285px;
	height:250px;
	float:left;
	background:#e4eaf0;
	overflow:hidden;
	margin:20px 0 0 0;
}
#heroRightInt {
	width:265px;
	height:230px;
	float:left;
	padding:10px;
	background:#e4eaf0;
	overflow:hidden;
	margin:0 0 20px 0;
}
#heroRight .photoSlide { 
	height: 265px; 
	width: 230px; 
	margin: 0; 
}
#heroRight .photoSlide img { 
	padding: 0;
	border: none;
}
#promoTestimonial {
	width:225px;
	height:190px;
	float:left;
	padding:30px;
	background: url(images/promoRightBG.jpg) no-repeat center #e4eaf0;
	overflow:hidden;
	margin:0 0 20px 0;
}
#promoTestimonial h1 {
	font-size:18px;
	font-weight:normal;
	color:#51cfff;
	margin:0;
	padding:0;
}
#promoTestimonial p {
	font-size:16px;
	font-style:italic;
	color:#fff;
	line-height:24px;
}
#promoTestimonial .readMore {
	text-align:right;
}
#promoTestimonial .readMore a {
	text-align:right;
	color:#51cfff;
	font-size:14px;
	text-decoration:none;
}
#promoTestimonial .readMore a:hover {
	text-decoration:underline;
}
.photoRightCol {
	float:left;
	padding:10px;
	width:265px;
	background:#e4eaf0;
	margin:0 0 20px 0;
}
.rightColSpacer {
	float:left;
	width:285px;
	height:50px;
	background:#fff;
	margin:10px 0;
}
/******************** GENERIC CLASSES ********************/

.lightBlue {
	color:#99d0ff;
}

/******************** CONTENT COL WRAPPER ********************/

#contentColWrapper {
	width:900px;
	float:left;
	margin:15px 0 40px 0;
}

/******************** CONTENT LEFT ********************/

#contentLeft {
	width:600px;
	float:left;
	margin:0 15px 0 0;
	overflow:hidden;
}
#contentLeft h1 {
	width:580px;
	height:40px;
	font-size:16px;
	color:#fff;
	background:url(images/leftCol_headerBG.png) no-repeat;
	padding:0 10px;
	line-height:40px;
	margin:0 0 20px 0;
}
#contentLeft h1 a {
	color:#99d0ff;
	text-decoration:none;
}
#contentLeft h1 a:hover {
 color:#fff;
}
#contentLeft h2 {
	font-size:16px;
	font-weight:bold;
	color:#00adef;
	padding-left:15px;
}
#contentLeft h2 a {
	color:#00adef;
	text-decoration:underline;
}
#contentLeft p {
	font-size:14px;
	line-height:24px;
	color:#555;
	padding:5px 15px;
}
#contentLeft p a, #contentLeft li a {
	color:#0089bd;
	text-decoration:none;
}
#contentLeft p a:hover, #contentLeft li a:hover {
	text-decoration:underline;
}
#contentLeft ul li {
	font-size:14px;
	color:#555;
	line-height:24px;
	padding-bottom:5px;
}
#contentLeft .newsDate {
	font-size:14px;
	color:#999;
	font-weight:bold;
	margin-bottom:5px;
}
#contentLeft .lineBreak {
	background:#0089bd;
	height:1px;
	width:570px;
	margin:30px 15px;
}
.galleryPhoto {
	padding:10px;
	width:265px;
	background:#e4eaf0;
	margin:0 10px 10px 0;
}
img.galleryPhoto  {
	border:none;
}
.contentPhotoRight {
	padding:10px;
	background:#e4eaf0;
	margin:0 0 20px 20px;
	float:right;
}
.contentPhotoLeft {
	padding:10px;
	background:#e4eaf0;
	margin:0 20px 20px 0;
	float:left;
}
/******************** CONTENT RIGHT ********************/

#contentRight {
	width:285px;
	float:left;
	margin:0;
	color:#555;
	font-size:13px;
	line-height:24px;
}
#contentRightNews {
	width:285px;
	float:left;
}
#contentRightNews h1 {
	width:265px;
	height:40px;
	font-size:16px;
	color:#fff;
	background:url(images/rightCol_headerBG.png) no-repeat;
	padding:0 10px;
	line-height:40px;
	margin:0 0 20px 0;
}
#contentRightNews h1.fb {
	background:url(images/rightCol_headerBG-fb.png) no-repeat;
}
#contentRightNews h1 a {
	color:#fff;
	text-decoration:none;
}
#contentRightNews h1 a:hover {
	color:#99d0ff;
}
#contentRightNews p {
	font-size:13px;
	line-height:24px;
	color:#555;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
}
#contentRightNews p a {
	color:#0089bd;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
#contentRightNews p a:hover {
	text-decoration:underline;
}




/******************** FORM STYLING ********************/

#contentLeft form {
	padding-left:15px;
}
#contentLeft dl {
	clear:both;
	margin:0;
	padding:0;
	width:390px;
	font-size:14px;
	color:#555;
}
#contentLeft dt {
	float:left;
	text-align:left;
	width:60px;
	line-height:30px;
	margin:0 5px 10px 0;
	padding:0;
}
#contentLeft dd {
	float:left;
	width:290px;
	line-height:22px;
	margin:0 0 10px 0;
	padding:0;
}
#contentLeft textarea {
	width:270px;
	height:90px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	font-size:14px;
}
.textfieldStyle {
	width:270px;
	height:20px;
	color:#555;
	font-size:14px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
}
.formSubmit {
	color:#fff;
	background:#666;
	font-size:14px;
	text-transform:none;
	width:280px;
	height:36px;
	border:0;
}


/******************** FOOTER ********************/

#footerWrapper {
	width:880px;
	margin:30px 40px;
	background:none;
	font-size:12px;
	color:#367ab4;
	float:left;
}
#footerWrapper p {
	font-size:12px;
	color:#376ab4;
	line-height:18px;
	margin:0 0 5px 0;
}
#footerWrapper p a {
	color:#4dacfe;
	text-decoration:none;
}
#footerWrapper p a:hover {
	text-decoration:underline;
}
#footerLeft {
	width:600px;
	margin-right:30px;
	float:left;
}
#footerLeft ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footerLeft li {
	list-style:none;
	display:inline;
	padding:0 6px;
	border-right:1px solid #376ab4;
	line-height:18px;
	font-size:12px;
	color:#367ab4;
}
#footerLeft li a {
	color:#4dacfe;
	text-decoration:none;
}
#footerLeft li a:hover {
	text-decoration:underline;
}
#footerLeft li.first {
	padding-left:0;
}
#footerLeft li.last {
	border-right:none;
}
#footerRight {
	width:250px;
	float:left;
	text-align:right;
}