/* --------------
Basic CSS v1.0
ROCKETMEDIA - www.rocketmedia.com
----------------- */

/* ELEMENTS */

body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
behavior: url('/csshover.htc'); /* Fixes hovers in IE6, must put this file in server root */
}

article, aside, footer, header, group, nav, section { display:block; }

/* CONTAINERS */

.half { width: 49%; }
.truehalf { width: 50%;	}
.third { width: 32%; }
.truethird { width: 33%; }
.left { float: left; }
.right { float: right; }
.clearboth { clear: both; }
.pad { padding: 20px; }

/* TEXT */

.small { font-size: 10px; }
.medium { font-size: 18px; }
.large { font-size: 22px; }
.xlarge { font-size: 26px; }
.xxlarge { font-size: 32px; }
.darkblue { color:#006161; }
.brightblue { color:#45C3C5; }
.fancy { font-family:'Lora', georgia, serif; }

/* STRUCTURE */

/* CSS Document */

body {
	background: url(/assets/site_bg.jpg);
	font-family: arial, helvetica, sans-serif;
	font-size:13px;
	color:#46515B;
}

/* GENERIC SITE STYLES */
a { color:#006261; }
a:hover { color:#85D7D9; }
a img {	border:0; }
p { line-height:138%; }
.left { float:left; }
.right { float:right; }

/*button styles*/

/* HEADER */
header {
	display:block;
	width:953px;
	margin:0 auto;
	padding:15px 6px 0px;
}
header #logo {
	float:left;
	padding:10px 0 15px;
}
header #contactinfo {
	float:right;
	padding:37px 0 0;
}
header #contactinfo span {
	display:block;
	float:left;
}
header #contactinfo .smallstuff {	
	line-height:39px;
}
header #contactinfo .phonenumber {
	padding: 0 0 0 52px;
	background: url(/assets/icon-sprite.png) no-repeat 30px 8px;
	font-family: 'Lora', georgia, serif;
	font-size:27px;
	line-height:36px;
}

header #contactinfo .links {
	clear: both;
	display: block;
	float: right;
	padding: 5px 0;
}

header #contactinfo .portal {
	display:inline-block;
	height:20px;
	line-height:20px;
	padding:0 0 0 25px;
	background:url(/assets/icon-sprite.png) no-repeat 0px -37px;
}

header #contactinfo .billpay {
	display:inline-block;
	height:20px;
	line-height:20px;
	font-weight: bold;
	color: #C41E3A;
}

header #contactinfo .billpay:hover {
	color: #FAA0A0;
} 

header #contactinfo .review {
	display:flex;
	clear: both;
	float: right;
	padding: 2px 0 10px;
}

header #contactinfo .reviewlink {
	line-height: 20px;
	margin-left:10px;
}


/* MAIN NAVIGATION */
nav#mainmenu {
	display:block;
	width:950px;
	height:40px;
	clear:both;
	margin:25px 0 0;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:  3px 3px 0px 0px #e8e8e8;
	box-shadow:  3px 3px 0px 0px #e8e8e8;
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 70%, rgba(208,208,208,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,rgba(229,229,229,1)), color-stop(100%,rgba(208,208,208,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 70%,rgba(208,208,208,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 70%,rgba(208,208,208,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 70%,rgba(208,208,208,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 70%,rgba(208,208,208,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d0d0d0',GradientType=0 ); /* IE6-9 */
	behavior:url(/PIE.htc);
}
nav#mainmenu ul {
	list-style:none;
	padding:0 5px;
	margin:0;
}
nav#mainmenu ul li {
	display:block;
	float:left;
	border-right:1px solid #a7c2c2;
	position:relative;
}
nav#mainmenu ul li a {
	display:block;
	text-decoration:none;
	padding:12px 20px;
	font-size:14px;
	color:#006161;
}
nav#mainmenu ul li.selected a { background-color:#85D7D9; }
nav#mainmenu ul li a:hover { background-color:#85D7D9; }
nav#mainmenu ul ul {
	display:none;
	position:absolute;
	background:#ffffff;
	padding:0;
	z-index:30;
}
nav#mainmenu ul li:hover ul { display:block; }
nav#mainmenu ul li:hover ul ul { display:none; }
nav#mainmenu ul li:hover ul li:hover ul { display:block; }
nav#mainmenu ul ul li {
	display:block;
	float:none;
	border-bottom:1px solid #e4e4e4;
	position:relative;
}
nav#mainmenu ul ul li a {
	display:block;
	white-space:nowrap;
	text-decoration:none;
	padding:8px;
	font-size:13px;
}
nav#mainmenu ul ul ul {
	display:none;
	position:absolute;
	left:100%;
	top:0;
	z-index:30;
}

/* HOMEPAGE BANNER */
#banner {
	width:950px;
	margin:30px auto 0;
	height:310px;
	position:relative;
}
#rotate {
	width:710px;
	background:url(/assets/banner_bg.png) no-repeat;
	height:310px;
	padding:0px;
	float:left;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 0px 0px #E8E8E8;
	box-shadow: 3px 3px 0px 0px #E8E8E8;
	behavior:url(/PIE.htc);
}
#rotate a,
#rotate div {
	display:block;
	width:710px;
	height:310px;
	text-decoration:none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*behavior:url(/PIE.htc);*/
}
#rotate a h1,
#rotate div h1 {
	margin:0;
	padding:30px 0 20px 50px;
	font-family:'Lora', georgia, serif;
	font-weight:700;
	color:#010101;
}
#rotate a p,
#rotate div p {
	margin:0;
	padding:0 0 0 50px;
}
#bannernav {
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	top:285px;
	left:10px;
	z-index:20;
}
#bannernav li {
	float:left;
	height:20px;
	width:20px;
}
#bannernav li a {
	display:block;
	height:20px;
	width:20px;
	text-align:center;
	line-height:20px;
	font-size:30px;
	color:#006161;
	text-decoration:none;
}
#bannernav li a:hover { color:#85D7D9; }
#bannernav li.activeSlide a { color:#DFDFDF; }

#banner span#mask {
	position: absolute;
	height: 310px;
	width: 21px;
	background: url(/assets/banner-mask.png) no-repeat;
	left: 692px;
	top: 0px;
	z-index:20;
}
#servicemenu {
	width:230px;
	height:288px;
	float:right;
	position:relative;
	-webkit-box-shadow:  3px 3px 0px 0px #e8e8e8;
	box-shadow:  3px 3px 0px 0px #e8e8e8;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior:url(/PIE.htc):
}
#home #servicemenu { height:310px; }
#content #column #servicemenu { margin-left:-20px; float:none; }
#servicemenu h3, #content #column #servicemenu h3 {
	color:#006161;
	font-family: 'Lora', serif;
	font-size:29px;
	font-weight:normal;
	margin:0 0 0 19px;
	padding:8px 0px 3px 22px;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	background: rgb(108,223,224); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(108,223,224,1) 75%, rgba(84,200,202,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,rgba(108,223,224,1)), color-stop(100%,rgba(84,200,202,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(108,223,224,1) 75%,rgba(84,200,202,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(108,223,224,1) 75%,rgba(84,200,202,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(108,223,224,1) 75%,rgba(84,200,202,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(108,223,224,1) 75%,rgba(84,200,202,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cdfe0', endColorstr='#54c8ca',GradientType=0 ); /* IE6-9 */
	behavior:url(/PIE.htc);
}
#home #servicemenu h3, #home #content #column #servicemenu h3 { padding:19px 0px 14px 22px; }
#servicemenu ul {
	list-style:none;
	padding:0px;
	margin:0;
}
#servicemenu ul li {
	height: 59px;
	border-top:1px solid #418A8F;
	background: rgb(44,126,133); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(44,126,133,1) 0%, rgba(0,97,96,1) 25%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,126,133,1)), color-stop(25%,rgba(0,97,96,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(44,126,133,1) 0%,rgba(0,97,96,1) 25%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(44,126,133,1) 0%,rgba(0,97,96,1) 25%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(44,126,133,1) 0%,rgba(0,97,96,1) 25%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(44,126,133,1) 0%,rgba(0,97,96,1) 25%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c7e85', endColorstr='#006160',GradientType=0 ); /* IE6-9 */
}
#servicemenu ul li a {
	display:block;
	height:60px;
	line-height:60px;
	font-size:14px;
	background-image:url(/assets/icon-sprite.png);
	background-repeat: no-repeat;
	color:#fff;
	text-decoration:none;
	margin:0;
	padding:0 0 0 42px;
}
#servicemenu ul li:hover {
	border-top:1px solid #41787D;
	background: rgb(43,101,108); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(43,101,108,1) 0%, rgba(0,66,65,1) 25%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,101,108,1)), color-stop(25%,rgba(0,66,65,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(43,101,108,1) 0%,rgba(0,66,65,1) 25%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(43,101,108,1) 0%,rgba(0,66,65,1) 25%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(43,101,108,1) 0%,rgba(0,66,65,1) 25%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(43,101,108,1) 0%,rgba(0,66,65,1) 25%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b656c', endColorstr='#004241',GradientType=0 ); /* IE6-9 */
}
#servicemenu ul li.nm a { background-position:185px -58px; }
#servicemenu ul li.ecg a { background-position:185px -118px; }
#servicemenu ul li.hs a { background-position:185px -178px; }
#servicemenu ul li.pp a {
	background-position:166px -238px;
	padding:0 0 0 23px;
}
#servicemenu ul li.pp {
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	margin:0 0 0 19px;
	behavior:url(/PIE.htc);
}

#servicemenu span {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	height:313px;
	width:19px;
	background:url(/assets/bulge-mask.png) no-repeat 0px -65px;
	z-index:10;
}
#home #servicemenu span { background:url(/assets/bulge-mask.png) no-repeat top left; }

/* ACTION BAR */
#actionbar {
	width:950px;
	height:88px;
	margin:20px auto 0;
	padding:0;
	list-style:none;
	clear:both;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 3px 3px 0px 0px #E8E8E8;
	box-shadow: 3px 3px 0px 0px #E8E8E8;
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 75%, rgba(206,206,206,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,rgba(229,229,229,1)), color-stop(100%,rgba(206,206,206,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 75%,rgba(206,206,206,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 75%,rgba(206,206,206,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 75%,rgba(206,206,206,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 75%,rgba(206,206,206,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
	behavior:url(/PIE.htc);
}
#actionbar li {
	float:left;
	border-left:1px solid #609a9a;
}
#actionbar li.one {
	border:0px;
	width:219px;
	-webkit-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
	behavior:url(/PIE.htc);
}
#actionbar li.two { width:239px; }
#actionbar li.three { width:218px; }
#actionbar li.four {
	width:271px;
	-webkit-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
	behavior:url(/PIE.htc);
}
#actionbar li.four a { padding:20px 0 0 25px; }
#actionbar li:hover {
	background: rgb(101,206,208); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(101,206,208,1) 75%, rgba(78,184,185,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,rgba(101,206,208,1)), color-stop(100%,rgba(78,184,185,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(101,206,208,1) 75%,rgba(78,184,185,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(101,206,208,1) 75%,rgba(78,184,185,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(101,206,208,1) 75%,rgba(78,184,185,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(101,206,208,1) 75%,rgba(78,184,185,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65ced0', endColorstr='#4eb8b9',GradientType=0 ); /* IE6-9 */
}
#actionbar a {
	display:block;
	height:68px;
	padding:20px 0 0 30px;
	text-decoration:none;
	color:#006161;
	font-size:13px;
}
#actionbar a h3 {
	margin:0;
	font-size:25px;
	font-weight:normal;
	font-family:'Lora', georgia, serif;
	color:black;
}
#actionbar a p {
	margin:0;
}


#content {
	width:950px;
	margin:0 auto;
	clear:both;
}
#content #main {
	width:680px;
	float:left;
	padding:30px 60px 30px 0px;
}
#home #content #main {
	width:610px;
	padding:30px 30px 30px 0px;
}
#main h1, #main h2, .resources h2 {
	font-family:'Lora', serif;
	font-size:24px;
	color:#006161;
}
#main h1 a, #main h2 a, .resources h2 a {
	font-size:13px;
	font-style:italic;
	display:inline-block;
	padding:0 0 0 50px;
}
#main h1 a.big, #main h2 a.big {
	font-size:24px;
	font-style:normal;
	padding:0;
}
#main header h1 {
	padding:0 30px 0 0;
}

.resources {
	width: 680px;
	float: left;
	padding: 0;
}
#resources {
	list-style:none;
	margin:0;
	padding:0;
}
#resources li {
	padding:0 0 20px;
	overflow:hidden;
}
#resources li a {
	display:block;
	float:left;
	width:248px;
	min-height:55px;
	border-right:1px solid #4DD7D9;
	padding:5px 0 0 71px;
	margin:0 10px 20px 0;
	background-image:url(/assets/icon-sprite.png);
	background-repeat:no-repeat;
	background-position:10px -647px;
	text-decoration:none;
}
#resources li a h4 {
	margin:0 !important;
	padding:0 66px 0 0 !important;
	font-size:18px;
	font-family:'Lora', georgia, serif;
	font-weight:normal;
	color:#006161;
	background-image:url(/assets/icon-sprite.png);
	background-repeat:no-repeat;
	background-position:195px -715px;
}
#resources li a:hover { background-color:#eeeeee; }
#resources li div {
	font-size:13px;
	line-height:18px;
	padding:5px 0;
}


#column {
	width:210px;
	padding:30px 0;
	float:left;
}

#actions {
	width:210px;
	float:right;
	list-style:none;
	margin:30px 0;
	padding:0;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 3px 3px 0px 0px #E8E8E8;
	box-shadow: 3px 3px 0px 0px #E8E8E8;
	behavior:url(/PIE.htc);
}
#actions li { border-top:1px solid #609a9a; }
#actions li.top { border:0px; }
#actions li.top a {
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	behavior:url(/PIE.htc);
}
#actions li.bottom a {
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	behavior:url(/PIE.htc);
}
#actions a {
	display:block;
	height:58px;
	padding:20px 0 0 20px;
	text-decoration:none;
	color:#006161;
	font-size:13px;
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 75%, rgba(206,206,206,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,rgba(229,229,229,1)), color-stop(100%,rgba(206,206,206,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 75%,rgba(206,206,206,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 75%,rgba(206,206,206,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 75%,rgba(206,206,206,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 75%,rgba(206,206,206,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
	behavior:url(/PIE.htc);
}
#actions a:hover {
	background: rgb(101,206,208); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(101,206,208,1) 75%, rgba(78,184,185,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,rgba(101,206,208,1)), color-stop(100%,rgba(78,184,185,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(101,206,208,1) 75%,rgba(78,184,185,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(101,206,208,1) 75%,rgba(78,184,185,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(101,206,208,1) 75%,rgba(78,184,185,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(101,206,208,1) 75%,rgba(78,184,185,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65ced0', endColorstr='#4eb8b9',GradientType=0 ); /* IE6-9 */
}
#actions a h3 {
	margin:0 !important;
	padding:0 !important;
	font-size:18px;
	font-weight:normal;
	font-family:'Lora', georgia, serif;
	color:black;
}
#actions a p {
	margin:0 !important;
	padding:0 !important;
}


#home #column {
	width:310px;
}
#column #map {
	display:block;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:5px;
	margin:0 0 30px 0;
	clear:both;
	position:relative;
	background:white;
	-webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	behavior:url(/PIE.htc);
}
#home #column #map {
	padding:17px;
	margin:0 0 28px;
}
#column #map div.button {
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	font-family:'Lora', georgia, serif;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	color:#006161;
	text-decoration:none;
	line-height:16px;
	-webkit-border-radius:0 5px;
	border-radius:0 5px;
	background: rgb(72,215,218); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(72,215,218,1) 50%, rgba(9,204,208,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(72,215,218,1)), color-stop(100%,rgba(9,204,208,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(72,215,218,1) 50%,rgba(9,204,208,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(72,215,218,1) 50%,rgba(9,204,208,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(72,215,218,1) 50%,rgba(9,204,208,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(72,215,218,1) 50%,rgba(9,204,208,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48d7da', endColorstr='#09ccd0',GradientType=0 ); /* IE6-9 */
	behavior:url(/PIE.htc);
}
#home #column #map div.button {
	font-size:17px;
	line-height:21px;
}
#column #map div.button b {
	font-size:17px;
	color:black;
}
#column #map div.button div.arrow {
	width:122px;
	height:40px;
	padding:10px 40px 0 18px;
	background:url(/assets/icon-sprite.png) no-repeat 150px -768px;
}
#home #column #map div.button div.arrow {
	height:auto;
	padding:15px 50px 18px 18px;
	background:url(/assets/icon-sprite.png) no-repeat 150px -767px;
}	
#column #map:hover div.button { background:#45C3C4; }

#contact {
	padding:0 0 30px 17px;
	font-weight:bold;
	font-size:13px;
}
#contact b { color:#006161; }
#contact .left {
	font-weight:normal;
	padding:0 0 15px;
}
#contact .right { text-align:right; }

#social {
	overflow:hidden;
	list-style:none;
	padding:17px 0 17px 17px;
	margin:0 0 30px 0;
	background:white;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	behavior:url(/PIE.htc);
}
footer #social {
	width:193px;
	float:right;
}
#social li {
	float:left;
	width:32px;
	height:32px;
	margin:0 5px 0 0;
	padding:0;
}
#social li.headline {
	float:none;
	height:25px;
	width:auto;
	line-height:25px;
	padding:0 0 10px 0;
	margin:0;
}
#social li.headline h4 {
	font-family:'Lora', georgia, serif;
	font-size:18px;
	color:#006161;
	padding:0 0 0 0 !important;
}
footer #social li.headline h4 { font-size:14px; }
#social li a {
	display:block;
	width:32px;
	height:32px;
	background-image:url(/assets/icon-sprite.png);
	background-repeat:no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#social li.fb a { background-position:0px -361px; }
#social li.tw a { background-position:0px -433px; }
#social li.yt a { background-position:0px -505px; }
#social li.em a { background-position:0px -577px; }
#social li.gp a { background-position:-42px -361px; }
#social li.fb a:hover { background-position:0px -397px; }
#social li.tw a:hover { background-position:0px -469px; }
#social li.yt a:hover { background-position:0px -541px; }
#social li.em a:hover { background-position:0px -613px; }
#social li.gp a:hover { background-position:-42px -397px; }


#content #main h1,
#content #main h2,
#content #main h3,
#content #main h4,
#content #main h5,
#content #main h6,
#content #main p,
#content #column h1,
#content #column h2,
#content #column h3,
#content #column h4,
#content #column h5,
#content #column h6,
#content #column p {
	margin:0;
	padding:0 0 15px;
}
#main header {
	width:680px;
	padding:0;
	margin:0 -30px 20px 0;
	border-bottom:1px solid #63DFE0;
}
#pagebanner {
	width:709px;
	height:180px;
	background-repeat:no-repeat;
	background-position: center;
	margin:0 0 30px 0;
	position:relative;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 0px 0px #E8E8E8;
	box-shadow: 3px 3px 0px 0px #E8E8E8;
	behavior:url(/PIE.htc);
}
#pagebanner span#mask {
	position: absolute;
	height: 120px;
	width: 21px;
	background: url(/assets/banner-mask.png) no-repeat left center;
	right: -3px;
	top: 30px;
	z-index:20;
}
.addthis_default_style {
	clear:both;
	padding:20px 0 0;
}

#related {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
}
#related li {
	margin:0 0 20px;
}
#related li a {
	display:block;
	text-decoration:none;
	overflow:hidden;
}
#related li a:hover {
	text-decoration:none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	behavior: url(/PIE.htc);
}
#related li a:hover .more { text-decoration:underline; }
#related li a span.icon {
	float:left;
	width:150px;
	text-align:center;
	background:#D7D7DD;
	margin:0 13px 0 0;
}
#related li a h3 {
	color:#006161;
	font-family:'Lora', georgia, serif;
	font-size:20px;
	margin:0 0 13px 0;
}
#related li a div {
	color:#231F1F;
	font-size:13px;
	line-height:18px;
	padding:13px 15px;
}
.more {
	font-family:'Lora', georgia, serif;
	font-style:italic;
	font-weight:bold;
	color:#006161;
}

.related {
}

.related .label {
	padding: 20px 0 20px 20px;
	margin: 20px 0 0;
	font-weight:bold;
	font-family:'Lora', georgia, serif;
	font-size:18px;
	color:#006161;
}
.relatedentry h3 {
	font-family:'Lora', georgia, serif;
	font-size:15px;
	color:#006161;
}
.relatedentry.col1 {
	border-right: 1px solid #45C3C5;
	margin: 0 0 0 -1px;
}

.relatedentry.col2 {
	border-right: 1px solid #45C3C5;
	border-left: 1px solid #45C3C5;
	margin: 0 -1px;
}

.relatedentry.col3 {
	border-left: 1px solid #45C3C5;
	margin: 0 -1px 0 0;
}

.relatedentry {
	display: block;
	position: relative;
	text-decoration: none;
	color: black;
	width: 33%;
	float: left;
}

.relatedentry:hover {
	background:#e5e5e5;
	text-decoration:none;
	color:#006161;
}

.relatedentry .pad {
padding: 20px;
}



.datebox {
	width:40px;
	height:40px;
	float:left;
	margin:0 15px 10px 0;
	text-align:center;
	color:#ffffff;
	background:#5F7F98;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; /* future proofing */
	-khtml-border-radius: 2px; /* for old Konqueror browsers */
	-moz-box-shadow:2px 2px 2px #999;
	-webkit-box-shadow:2px 2px 2px #999;
	box-shadow:2px 2px 2px #999;
	padding:8px 15px 18px 15px;
	font-family:'lora', serif;
	font-size:16px;
	line-height:110%;
	behavior:url(/PIE.htc):
}
/*.addthis_toolbox { padding:30px 0 0; }*/
.catlist {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
	background:white;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
	behavior: url(/PIE.htc);
}
.catlist li {
	height:40px;
	border-top:1px solid #e5e5e5;
}
.catlist li.heading { border-top:0px; }
.catlist li a {
	display: block;
	padding: 10px 20px;
	height:20px;
	position: relative;
	text-decoration: none;
}
.catlist li.odd a {
}
.catlist li a:hover {
	background:#e5e5e5;
	color:#006161;
	text-decoration:underline;
}
.catlist .catcount {
	font-style: oblique;
	font-size: 12px;
	color: #45C3C5;
	float: right;
}
.catlist h4 {
	font-family:'Lora', georgia, serif;
	font-size:18px;
	font-style:italic;
	color:#006161;
	padding:9px 0 10px 13px !important;
	margin:0;
}


.entry {
	cursor: pointer;
	overflow: hidden;
	display: block;
	clear: both;
	margin: 0;
	padding: 25px 20px;
	color: #000;
	border-bottom: 1px solid #4DD7D9;
	position: relative;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior:url(/PIE.htc);
}

.entry:hover { background: #e5e5e5; }
.entry:hover .more { text-decoration:underline; }

.entry h2 {
	margin: 0;
	font-weight: normal;
	font-family:'Lora', georgia, serif;
	font-size: 20px !important;
	color:#006161;
}

.entry .posted {
	font-size: 12px;
	font-style: oblique;
	margin: 0 0 15px 0;
	color: #B2B2B2;
}

.entry .imageleft {
	width: 500px;
	float: left;
}

.entry .imageright {
	width: 160px;
	float: right;
}

.entry .medialeft {
	width: 280px;
	float: left;
}

.entry .mediaright {
	width: 320px;
	overflow: hidden;
	float: right;
}
.video {
	margin: 0 auto 40px;
	display:block;
}

.audioboo {
	margin: 20px 0 0 0;
	width: 530px;
}

.return {
	float: left;
	margin: 0 0 25px 0;
}
.return a {
	display: block;
	float: left;
	text-decoration: none;
	color: #8e8e8e;
	padding: 10px 20px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior:url(/PIE.htc);
}

.return a .arrow {
	font-size: 12px;
	color: #000;
	float: left;
	margin: 0 20px 0 0;
}

.return a:hover {
	background:#e5e5e5;
}

.side {
	width: 360px;
	float: right;
	margin: 0 0 0 20px;
}

.image {
	height: 160px;
	width: 160px;
	overflow: hidden;
}

.side a.tweet,
.side a.like,
.side .image {
margin: 0 0 20px 0;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
behavior:url(/PIE.htc);
}

.side a.tweet,
.side a.like {
	color: #fff;
	display: block;
	text-decoration: none;
	text-indent: 55px;
	padding: 10px 0;
	position: relative;
	float:right;
	width:160px;
	margin:0 0 0 20px;
}

.side a.tweet {
background: url('/assets/icon-twitter-sm.png') no-repeat top left #00aced;
}

.side a.tweet:hover {
background-color: #0093ca;
}

.side a.like {
background: url('/assets/icon-facebook-sm.png') no-repeat top left #627aad;
}

.side a.like:hover {
background-color: #52668f;
}

#addthis_button_facebook_like,
#media .addthis_button_tweet {
display: block;
clear: both;
}

.entrytop {
	overflow:hidden;
	margin-bottom:20px;
}

.paginate a {
text-decoration: none;
color: #000;
}

.paginate .label {
padding: 20px;
float: left;
}

.paginate .pagelinks {
float: left;
}

.paginate .pagelinks a {
display: block;
position: relative;
padding: 20px 10px;
float: left;
}

.paginate .active {
font-weight: bold;
}

.paginate .prev,
.paginate .next {
position: relative;
padding: 20px;
display: block;
float: right;
}

.paginate .next {
margin: 0 0 0 20px;
}

.paginate .pagelinks a:hover,
.paginate .prev:hover,
.paginate .next:hover {
background: #efefef;
}

form h2 { display:none; }
.coupon {
	border:3px dashed #3DB0F8;
	padding:20px;
	margin:0 0 20px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior:url(/PIE.htc);
}
.coupon h2 {
	background:#4DD7D9;
	color:white;
	margin:-20px -20px 20px !important;
	padding:10px 20px !important;
	-webkit-border-radius:3px 3px 0px 0px;
	border-radius:3px 3px 0px 0px;
	behavior:url(/PIE.htc);
}
.coupon h2 a {
	font-size:16px !important;
	display:block !important;
	margin:-10px -20px !important;
	padding:10px 20px !important;
	color:white;
	background:#4DD7D9;
}
.coupon h2 a:hover {
	background:#45C3C5;
	text-decoration:underline;
}
.coupon img.logo {
	padding:10px 0 0;
	width:300px;
}
.coupon-details {
	font-size:11px;
	line-height:13px;
	padding:10px 0 0;
}
.coupon a {
	display:block;
	margin:10px -20px -20px;
	padding:10px 20px 15px;
	background:#e5e5e5;
	-webkit-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	behavior:url(/PIE.htc);
}
.coupon a:hover {
	background:#45C3C5;
	color:white;
}
.glossaryletters a {
	font-family:'Lora', georgia, serif;
	font-weight:bold;
}
.faq-entry h3, .glossary-header {
	color:#006161 !important;
	padding:10px 20px !important;
	font-family:'Lora', georgia, serif;
	font-size:18px;
	text-transform:uppercase;
	background:#4DD7D9 !important;
	cursor:pointer;
	margin:0 0 30px !important;
}

.faq-entry h3:hover, .glossary-header:hover { color:white !important; background:#45C3C5 !important; }
.faq-entry h3.open, .glossary-header.open { background:#45C3C5 !important; color:white !important; }
.faq-entry .faqbody {
	display:none;
}
.faq-entry.last .faqbody, .letter-entries.last, .letter-entries.last.open, .glossary-header.last {
}
.glossary-header { font-weight:bold; }
.glossary-header.last.open {
}
.glossary-entry {
	display:none;
	padding:0 20px;
	margin:0 0 20px;
}
.letter-entries.open {
}



/* FOOTER */
footer {
	clear:both;
	width:960px;
	margin:0 auto;
	padding:20px;
}
footer div.foottop {
	overflow:hidden;
}
footer ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
footer ul li {
	float:left;
	padding:0 15px 0 15px;
}
footer ul#resources li { float:none; }
footer ul li:first-child {
	padding-left:0px;
	border-left:0px;
}
footer ul li a {
	color:#4D5353;
	text-decoration:none;
}
footer ul li a:hover {
	color:#006161;
	text-decoration:underline;
}
footer small {
	clear:both;
	display:block;
	font-size:12px;
	padding:10px 0 0;
}
footer small span {
	display:inline-block;
	padding-right:20px;
}
footer small a {
	color:#4D5353;
	text-decoration:none;
}
footer small a:hover {
	color:#006161;
	text-decoration:underline;
}

/* -=Accreditation-list=- */

.img-list-center {
	display: block;
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.img-list-center li {
	margin: 6px auto 6px auto;
}
.img-list-center li:first-child {
	margin: 0 auto 8px auto;
}
.img-list-center li:last-child {
	margin: 8px auto 0 auto;
}
.img-list-center li img {
	display: block;
	margin: 0 auto;
}
