/* General */




body {
	background: #ffffff url(../images/main-bg.jpg) repeat-x;
	color: #414040;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}

em { font-style: italic; }

#page_wrapper {
	float: left;
	width: 100%;
}

#page {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.clear {
	clear:both;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 26px;
	color: #00b2be;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #2b2b2b;
	font-weight: normal;
}

h2 a {
	color: #00b0bd;
	font-size: 11px;
	float: right;
	padding-top: 5px;
}

h2 a:hover {
	color: #545454;
	text-decoration: none;
}

h3 {
	margin: 0 0 5px 0;
	padding: 4px 0 0 14px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	background: url(../images/leftheading-arrow.gif) 0px -26px no-repeat;
	width: 186px;
	height: 22px;
	cursor:pointer;
}

h3.current {
	background: url(../images/leftheading-arrow.gif) 0px 0px no-repeat;

}

h4 {
	margin: 0;
	padding: 0;
	color: #414040;
	font-weight: bold;
	font-size: 14px;
}

h4 span {
	color: #01a6b3;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.blue {
	color: #00b2be;
}

#system-message {
	background: #C3D2E5;
}

/* /General */


/* Header Section */

#header {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 127px;
	position: relative;
}

#header a.logo {
	position: absolute;
	left: 50px;
	top:4px;
}


#header img.logoText {
	position: absolute;
	left: 203px;
	top:40px;
}


#headerCompass {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 213px;
	position: relative;
	background: url(../images/headerImageCompass.jpg) no-repeat;
}

#headerCompass img {
	position: absolute;
	bottom: 0;
	left: 346px;
}

/* CompassNet Login */

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(../images/compassnet-login-bg.png) no-repeat;
	height: 31px;
	width: 213px;
	position: absolute;
	top: -31px;
	right: -13px;
    z-index: 999;
}

.tab ul.login {
  	height: 31px;
	margin: 0;
	padding: 0;
  	color: #fff;
  	font-size: 11px;
	text-transform: uppercase;
	position: absolute;
	top: 3px;
	right: 7px;
	list-style: none;
}

.tab ul.login li {
  	padding: 0;
	margin: 0;
	height: 31px;
}

.tab ul.login li a {
	color: #fff;
	background: url(../images/login-but.png) no-repeat top left;
	display: block;
	width: 57px;
	height: 22px;
	cursor: pointer;
	padding: 5px 0 0 1px;
	text-decoration: none;
}

.tab ul.login li a:hover {
	background: url(../images/login-but.png) no-repeat bottom left;
}


/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    bottom: 10px;
	right: 100px;
    width: 200px;
    z-index: 999;
    text-align: center;
}

#panel {
	width: 200px;
	height: 156px;
	color: #414040;
	margin-left: 13px;
	background: #eeeeee;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: underline;
	color: #01a0ad;
	font-size: 10px;
}

#panel a:hover {
	text-decoration: none;
	color: #104a83;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 5px;
	text-align: left;
}

#panel .content .left {
	width: 200px;
	float: left;
	padding: 0 10px;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding: 8px 0 2px 0;
	clear: both;
	width: 178px;
	display: block;
}

#panel .content input.field {
	border: 1px #019ba9 solid;
	background: url(../images/field-bg.gif) repeat-x;
	padding: 2px;
	width: 174px;
	color: #414040;
	height: 16px;
}

#panel .content input:focus.field {
	background: #fff;
}

#panel .content input.bt_login {
	display: block;
	background: url(../images/login-but.png) no-repeat top left;
	width: 58px;
	height: 27px;
	padding: 0 0 5px 1px;
	margin: 10px 17px 0 0;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: none;
	float: right;
}

#panel .content input.bt_login:hover {
	background: url(../images/login-but.png) no-repeat bottom left;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 2px 0;
	font-size: 10px;
	text-decoration: underline;
}

#panel .reg {
	display: block;
	float:left;
	clear: left;
	padding: 5px 2px 0;
	font-size: 11px;
	text-decoration: underline;
}

#panel a.reg  {
	text-decoration: underline;
	color: #104a83;
}

#panel a.reg:hover {
	text-decoration: none;
	color: #01a0ad;
}

/* /CompassNet Login */


/* /Header Section */

/* Primary Navigation */

.menu {
	list-style: none;
	padding: 11px 0 12px 30px;
	margin: 0;
	width: 1000px;
	position: relative;
	z-index:999;
}

.menu li {
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 999;
}

.menu li a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 2px 10px;
	margin: 0;
}

.menu li a:hover {
	color: #232426;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../border-radius.htc);
}

.menu li.active a {
	color: #232426;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../border-radius.htc);
}

.menu li:hover a {
	color: #232426;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../border-radius.htc);
}

.menu img {
	padding: 0 1px 0 3px;
}

/* /Primary Navigation */
/* Secondary Navigation */

.menu li ul {
	display: none;
	padding: 14px 0 4px 2px;
	margin: 0;
	
}

.menu li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 13px;
	width: 152px;
	background: #fff;
	border-bottom: 3px solid #074f95;
}

.menu li ul li {
	display: block;
	padding: 0;
	margin: 0 0 10px 0;
}

.menu li ul li a span {
	color: #787878;
	font-size: 11px;
	text-decoration: none;
	padding: 0 0 0 21px;
	margin: 0;
	background: url(../images/dividerw.gif) no-repeat 7px 5px;
}

.menu li ul li a:hover span {
	color: #0b74d8;
}

.menu li ul li.active a span {
	color: #0b74d8;
}

/* /Secondary Navigation */

/* Main */


#main {
	margin: 0;
	padding: 0;
	width: 1000px;
}

#intro {
	width: 1000px;
	padding: 15px 0 0 0;
	background: url(../images/quick-bg.gif) repeat-x;
	height: 215px;
	position: relative;
	z-index:998;
}

#intro h1 {
	width: 666px;
	color: #fff;
	background: #77a9dd;
	padding: 11px 0 11px 12px;
	margin: 0 0 0 15px;
	font-size: 30px;
	font-weight: bold;
}

#intro p {
	font-size: 12px;
	width: 642px;
	margin: 12px 0 0 15px;
	padding: 0 0 0 12px;
	color: #fff;
}

#slideshow {
	background: #77a9dd;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 304px;
	height: 97px;
	display: block;
}

#slideshow img {
	border: 5px solid #fff;
	position: absolute;
	top: 11px;
	right: 11px;
	z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}


/* Quick Links */

#quicklinks {
	margin: 25px 0 0 15px;
	padding: 0;
	list-style: none;
}

#quicklinks li {
	display: block;
	color: #fff;
	position: relative;
	height: 65px;
	float: left;
	border-right: 1px solid #164b82;
	border-left: 1px solid #2c73be;
}

#quicklinks li.one {
	width: 192px;
	border-left: none;
}

#quicklinks li.one img {
	left: 0;
}

#quicklinks li.one span {
	left: 58px;
}

#quicklinks li.one p {
	left: 63px;
}

#quicklinks li.two {
	width: 192px;
}

#quicklinks li.three {
	width: 192px;
}


#quicklinks li.four {
	width: 192px;
}

#quicklinks li.five {
	width: 192px;
}

#quicklinks li.six {
	width: 192px;
	border-right: none;
}

#quicklinks li.six img {
	left: 0;
}

#quicklinks li.six span {
	left: 58px;
}

#quicklinks li.six p {
	left: 63px;
}

#quicklinks li:hover {
	background: #66aae7;
}

#quicklinks li span {
	position: absolute;
	bottom: 3px;
	left: 68px;
	background: url(../images/quick_but_l.png) no-repeat top left;
	padding: 0 0 0 12px;
}

#quicklinks li p {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 5px;
	left: 73px;
	font-size: 11px;
	width: 110px;
}

#quicklinks li a {
	color: #323232;
	text-decoration: none;
	display: block;
	background: url(../images/quick_but_r.png) no-repeat top right;
	padding: 6px 10px 0 0;
	height: 21px;
}

#quicklinks li a:hover {
	color: #3f92e7;
}

#quicklinks li img {
	position: absolute;
	top: 0;
	left: 7px;
}


/* /Quick Links */


/* Closed Quick Links */

#quickclosed {
	width: 1000px;
	padding: 0;
	background: url(../images/quickclosed.gif) no-repeat;
	height: 34px;
	position: relative;
	margin-bottom: 5px;
}

#closedlinks {
	margin: 0;
	padding: 0 25px;
	list-style: none;
}

#closedlinks li {
	display: block;
	color: #fff;
	position: relative;
	height: 34px;
	float: left;
	width:170px;
	float:left;
	padding:0 10px;
	background:url(../images/divider-menu.gif) right bottom no-repeat;
}

#closedlinks li:last-child { background:none;}

#closedlinks li.one {
	width: 175px;
}

#closedlinks li.one p {
	left: 50px;
}

#closedlinks li.one img {
	left: 10px;
}

#closedlinks li.two {
	width: 175px;
}

#closedlinks li.three {
	width: 175px;
}

#closedlinks li.four {
	width: 175px;
}

#closedlinks li.five {
	width: 175px;
}

#closedlinks li.six {
	width: 175px;
}

#closedlinks li:hover {
	background: #66aae7;
}

#closedlinks li p {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 3px;
	left: 45px;
	top:10px;
	font-size: 10px;
	width: 136px;
	font-weight:bold;
}

#closedlinks li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0;
	height: 34px;
	text-align:center;
	margin:0 auto;
}

/*#closedlinks li a p {width:173px; margin-left:auto; margin-right:auto;}*/

#closedlinks li a:hover {
	color: #fff;
}

#closedlinks li.quicksel {
	background: #66aae7;
}

#closedlinks li img {
	position: absolute;
	top: 0;
	left: 14px;
}

/* /Closed Quick Links */

#left_col {
	float: left;
	width: 200px;
	margin: 25px 30px 25px 15px;
	padding: 0;
	position: relative;
}

#eventcal {
	margin: 0 0 25px 0;
}

#eventcal span.title {
	margin: 0 0 0 13px;
}

#eventcal img {
	margin: 5px 0;
	border: 5px solid #dddddd;
}

#calarea {
	width: 200px;
	height: 145px;
	background: #ebebeb;
}

#asscontainer {
	padding: 5px;
	margin: 5px 0 0 0;
	list-style: none;
	background: #ebebeb;
}

#asscontainer li {
	background: #fff;
	width: 190px;
	height: 22px;
	position: relative;
	margin-bottom: 5px;
}

#asscontainer li.people {
	background: #fff url(../images/assist01.gif) no-repeat top left;
	width: 166px;
	height: 18px;
	position: relative;
	padding: 4px 0 0 24px;
}

#asscontainer li.vessels {
	background: #fff url(../images/assist02.gif) no-repeat top left;
	width: 166px;
	height: 18px;
	position: relative;
	padding: 4px 0 0 24px;
}

#asscontainer li.compass {
	background: #fff url(../images/assist03.gif) no-repeat center left;
	width: 166px;
	height: 34px;
	position: relative;
	padding: 6px 0 0 24px;
}

#asscontainer li.compass span.num {
	height: 24px;
	padding: 10px 0 0 4px;
}

#asscontainer li.total {
	background: #fff url(../images/assist04.gif) no-repeat top left;
	width: 166px;
	height: 18px;
	position: relative;
	padding: 4px 0 0 24px;
}

#asscontainer li.prev {
	background: #fff url(../images/assist05.gif) no-repeat top left;
	width: 166px;
	height: 18px;
	position: relative;
	padding: 4px 0 0 24px;
	margin-bottom: 0;
}

#asscontainer li span.num {
	position: absolute;
	top: 3px;
	right: 3px;
	background: #01a6b3;
	display: block;
	width: 42px;
	height: 15px;
	padding: 1px 0 0 4px;
	color: #fff;
	font-weight: bold;
}

#donate {
	background: url(../images/donate.gif) no-repeat top left;
	display: block;
	width: 182px;
	height: 41px;
	color: #fff;
	font-weight: bold;
	margin: 25px 0 0 0;
	padding: 25px 0 0 18px;
	text-decoration: none;
}

#donate span {
	font-size: 14px;
}

#donate:hover {
	background: url(../images/donate.gif) no-repeat bottom left;
}


#main_col {
	width: 315px;
	margin: 0;
	padding: 0;
	margin: 25px 0;
	position: relative;
	float: left;
}

/*#main_col_stretched {
	float: left;
	width: 740px;
	margin: 25px 0;
	padding: 0;
	position: relative;
}*/

#featurednews {
	margin: 0 0 0 0;
}

#featurednews img {
	border: 4px solid #dbdbdb;
}

#featurednews ul {
	padding: 5px 0;
	margin: 0;
	list-style: none;
}

#featurednews li.title {
	font-size: 12px;
	color: #01a0ad;
	font-weight: bold;
	padding: 0 0 2px 20px;
	background: url(../images/titleIcon.gif) no-repeat 0 2px;
	/*height: 16px;*/
}

#featurednews li.title a {
	font-size: 12px;
	color: #01a0ad;
	font-weight: bold;
	text-decoration:none;
	/*height: 16px;*/
}

#featurednews li.title a:hover { text-decoration:underline;}

#featurednews li.date {
	font-size: 11px;
	color: #7b7a7a;
	font-weight: bold;
	padding: 0 0 0 20px;
	background: url(../images/dateIcon.gif) no-repeat 0 0;
	height: 16px;
}

#featurednews a.readmore {
	float: right;
}

#newsarticles {
	margin: 10px 0;
}

#featurednews li p {
    padding: 5px 0 5px 0; !important
    font-size: 0.9em;
}

#newsarticles ul.odd {
	padding: 10px 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

#newsarticles ul.even {
	padding: 10px 0;
	margin: 0;
	list-style: none;
	background: #f2f2f2;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#newsarticles li.title {
	font-size: 12px;
	color: #01a0ad;
	font-weight: bold;
	padding: 0 0 2px 20px;
	background: url(../images/titleIcon.gif) no-repeat 0 2px;
	/*height: 16px;*/
}

#newsarticles li.title a {
	color: #01a0ad;
}

#newsarticles li.title a:hover {
	color: #464646;
	text-decoration: none;
}

#newsarticles li.date {
	font-size: 11px;
	color: #7b7a7a;
	font-weight: bold;
	padding: 0 0 0 20px;
	background: url(../images/dateIcon.gif) no-repeat 0 0;
	height: 16px;
}

#right_col {
	float: left;
	width: 395px;
	margin: 25px 0 25px 30px;
	padding: 0;
	position: relative;
}

#weather {
	background: url(../images/weatherbg.gif) no-repeat;
	width: 395px;
	height: 133px;
	margin-top: 12px;
	color: #FFF;
}
#weather #topwrapper {
	width: 395px;
	height: 30px;
	position: relative;
	line-height: 30px;
}
#weather #topwrapper #title {
	font-size: 16px;
	font-weight: bold;
	padding-left: 2px;
	position: absolute;
}
#weather #topwrapper #selectcity {
	right: 0;
	padding-right: 3px;
	position: absolute;
}
#weather #forecast {
	width: 395px;
	height: 102px;
	padding-top: 1px;
	position: relative;
}
#weather #forecast #image {
	width: 149px;
	position: absolute;
}
#weather #forecast #today {
	width: 123px;
	margin-left: 149px;
	position: absolute;
	height: 100%;
	font-size: 13px;
	padding-top: 7px;
}
#weather #forecast #today #temperature {
	font-size: 18px;
}
#weather #forecast #future {
	padding-top: 3px;
	width: 123px;
	height: 100%;
	right: 0;
	margin: 0;
	position: absolute;
}

#warnings {
	background: url(../images/warningbg.gif) no-repeat;
	width: 395px;
	height: 100px;
	margin: 35px 0 15px 0;
}

#newsletter {
	background: url(../images/newsletter-bg.jpg) no-repeat;
	width: 395px;
	height: 143px;
	position: relative;
}

#newsletter p {
	padding: 5px 10px 0 0;
	margin: 0;
	font-size: 20px;
	color: #fff;
	text-align: right;
}

#newsletter p span{
	font-size: 24px;
	font-weight: bold;
}

#newsletterForm {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 70px;
	right: 10px;
	height: 60px;
}

#newsletterForm ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#newsletterForm li {
	margin: 0;
	padding: 0;
	width: auto; /* 200px; */
	text-align: right;
}

#newsletterForm input {
	width: 155px;
	height: 15px;
	background: #fff;
	margin: 0;
	padding: 5px;
	font-size: 11px;
	color: #2b2b2b;
	border: none;
}

#newsletter .submit {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 57px;
	height: 22px;
	background: url(../images/newsbutton.gif) no-repeat top left;
	border: none;
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 11px;
	color: #323232;
	font-weight: normal;
}

#newsletterForm .submit:hover {
	color: #01427e;
	cursor: pointer;
	background: url(../images/newsbutton.gif) no-repeat bottom left;
}

#newsletterSmall {
	background: url(../images/newsletter-bg.jpg) no-repeat;
	width: 198px;
	height: 143px;
	position: relative;
	margin: 25px 0 0 0;
	
}

#newsletterSmall p {
	padding: 5px 10px 0 0;
	margin: 0;
	font-size: 14px;
	color: #fff;
	text-align: right;
}

#newsletterSmall p span{
	font-size: 24px;
	font-weight: bold;
}

#newsletterSmallForm {
	padding: 0; class="nemls"	margin: 0;
	position: absolute;
	top: 70px;
	right: 10px;
	height: 60px;
}

#newsletterSmallForm ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#newsletterSmallForm li {
	margin: 0;
	padding: 0;
	width: 200px;
	text-align: right;
}

#newsletterSmallForm input {
	width: 155px;
	height: 15px;
	background: #fff;
	margin: 0;
	padding: 5px;
	font-size: 11px;
	color: #2b2b2b;
	border: none;
}

#newsletterSmall .submit {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 57px;
	height: 22px;
	background: url(../images/newsbutton.gif) no-repeat top left;
	border: none;
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 11px;
	color: #323232;
	font-weight: normal;
}

#newsletterSmallForm .submit:hover {
	color: #01427e;
	cursor: pointer;
	background: url(../images/newsbutton.gif) no-repeat bottom left;
}

#newsletterSmall #newsletterForm {
    height: 80px;
    top: 50px;
}

.nemls {
   /* margin: 0 0 5px 0; */
    border: 1px solid black !important;
}

a.readmore {
	background: url(../images/button.gif) no-repeat top left;
	display: block;
	width: 64px;
	height: 21px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0 0 7px;
}

a:hover.readmore {
	background: url(../images/button.gif) no-repeat bottom left;
}

#testimonials {
	margin: 15px 0 25px 0;
	padding-top: 11px;
	width: 395px;
	height: 171px;
	background: #ebebeb;
	position: relative;
}

.qtop {
	display: block;
	font-size: 30px;
	color: #00c6d1;
	font-weight: bold;
	line-height: 20px;
	background: #fff;
	padding: 10px 0 0 10px;
	margin: 0;
}

.qbot {
	display: block;
	font-size: 30px;
	color: #00c6d1;
	font-weight: bold;
	line-height: 15px;
	text-align: right;
	background: #fff;
	padding: 10px 10px 0 0;
}

.author {
	color: #797979;
	font-style: italic;
	font-size: 11px;
	text-align: right;
	margin-top: 5px;
}

#featured { 
	font-size: 11px;
	color: #3d3d3d;
	width: 373px;
	margin: 0 11px;
	padding: 0;
	background: #fff;
	position: relative;  
}

#featured ul.ui-tabs-nav { 
	position: absolute; 
	bottom: -25px; 
	left: 145px;
	list-style: none; 
	padding: 0;
	margin: 0;
}

#featured ul.ui-tabs-nav li { 
	padding: 0 10px 0 0;
	float: left;
}

#featured li.ui-tabs-nav-item a { 
	display: block; 
	height: 12px;
	width: 12px; 
	background:url(../images/radioOff.gif) top left no-repeat;  
}

#featured li.ui-tabs-nav-item a:hover { 
	background:url(../images/radioOn.gif) top left no-repeat; 
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a { 
	background:url(../images/radioOn.gif) top left no-repeat;
}

#featured .ui-tabs-panel { 
	position:relative;
	margin: 0 20px;
	height: 78px;
}

#featured  p { 
	margin: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #414141;
}

#featured  p.title { 
	margin: 15px 11px -10px 11px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	color: #414141;
}

#featured .ui-tabs-panel ul {
	margin: 0;
	padding: 0 11px 0 25px;
}

#featured .ui-tabs-panel ul li {
	padding: 0 0 10px 0;
}

#featured .ui-tabs-panel ul li.purple {
	color: #ac3e81;
}

#featured .ui-tabs-hide{ 
	display:none; 
}

/* Main Login Page */
form#com-form-login {
    width: 600px;
    background: url(../images/emailformbg.gif) no-repeat;
    color: #ffffff;
}
fieldset.input {
    border-style: none;
}
fieldset.input input.button {
    display: block;
	width: 61px;
	height: 28px;
	color: #323232;
	font-size: 11px;
	text-decoration: none;
	background: url(../images/submitbut.png) no-repeat top left;
	border: none;
	margin: 0;
	padding: 0 0 2px 0;
	position: relative;
	bottom: 0;
	left: 245px;
	bottom: 33px;
}
fieldset.input input.button:hover {
	cursor: pointer;
	background: url(../images/submitbut.png) no-repeat bottom left;
	border: none;
	color: #fff;
}

/* Full Column */

#full_col {
	width: 740px;
	margin: 0;
	padding: 0;
	margin: 25px 0 40px 0;
	position: relative;
	float: left;
}

#full_col h1 {
	margin: -5px 0 15px 0;
	padding: 0;
	font-size: 30px;
	color: #00b2be;
}

.componentheading {
	margin: -5px 0 15px 0;
	padding: 0;
	font-size: 30px;
	color: #00b2be;
}

#full_col h3 {
	margin: 25px 0 10px 0;
	padding: 0;
	color: #414040;
	font-weight: bold;
	font-size: 14px;
	background: none;
	width: auto;
}

#full_col h3 span {
	color: #01a6b3;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#theteam {
	background: #ebebeb;
	padding: 20px;
	margin-bottom: 25px;
}

#theteam ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#theteam li.person {
	margin: 0 23px 0 0;
	width: 96px;
	float: left;
}

#theteam li.personend {
	margin: 0;
}

#theteam ul.details {
	margin: 5px 0 0 0;
}

#theteam li.gap {
	margin-bottom: 7px;
}

#theteam li.title {
	color: #01aab7;
}

#whatwedo {
	
}	

#whatwedo h3 {
	float: left;
	margin-bottom: 0;
}

#whatwedo p {
	float: left;
	width: 510px;
	margin: 15px 0 0 0;
}

#whatwedo p.ensure {
	float: left;
	width: 510px;
	margin: 0 0 0 13px;
}

#whatwedo img {
	float: right;
	margin-top:15px;
	border: 4px solid #dbdbdb;
}

#whatwedo ul {
	padding: 0 0 0 15px;
	margin: 15px 0 0 0;
	float: left;
}

#whatwedo li {
	margin: 0 0 5px 0;
}		

.textlink {
	color: #01a6b3;
}

.textlink:hover {
	color: #414040;
	text-decoration: none;
}

#contactdetails {
	float: left;
}

#emailform {
	float: right;
}

#timeline {
	
}

#wrapper {
	margin: 20px 0 0 0;
}


#nextevent {
	padding-bottom: 25px;
}

#nextevent p {
	float: left;
	width: 510px;
	margin: 15px 0 0 0;
}

#nextevent img {
	float: right;
	margin-top:15px;
	border: 4px solid #dbdbdb;
}

#nextevent ul {
	float: left;
	width: 500px;
	padding: 10px 0 1px 0;
	margin: 0;
	list-style: none;
}

#nextevent li.title {
	font-size: 18px;
	color: #20bac5;
	font-weight: bold;
	padding: 0 0 2px 20px;
	background: url(../images/eventIcon.gif) no-repeat 0 5px;
	height: 25px;
	float: left;
	width: 100%;
}

#nextevent li.date {
	font-size: 11px;
	color: #7b7a7a;
	font-weight: bold;
	padding: 0 0 0 20px;
	background: url(../images/dateIcon.gif) no-repeat 0 0;
	height: 16px;
	float:left;
}

#upcoming {
	margin-top: 25px;
	float: left;
	width: 440px;
}	

a.arrowlink {
	color: #00b0bd;
	font-size: 11px;
}

a.arrowlink:hover {
	color: #545454;
	text-decoration: none;
}

.eventitem {
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	float: left;
	margin-top: 20px;
	position: relative;
	width: 440px;
}

.eventitem img {
	border: 5px solid #dbdbdb;
	float: left;
}

.eventitem ul {
	padding: 10px 0 10px 10px;
	margin: 0;
	list-style: none;
	float: left;
}

.eventitem li.title {
	padding: 0 0 2px 20px;
	background: url(../images/titleIcon.gif) no-repeat 0 2px;
	height: 16px;
}

.eventitem li.title a {
	font-size: 12px;
	color: #01a0ad;
	font-weight: bold;
}

.eventitem li.title a:hover {
	color: #2b2b2b;
	text-decoration: none;
}

.eventitem li.date {
	font-size: 11px;
	color: #7b7a7a;
	font-weight: bold;
	padding: 0 0 0 20px;
	background: url(../images/dateIcon.gif) no-repeat 0 0;
	height: 16px;
}

.eventitem a.arrowlink {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.isevent {
    margin: 15px 0 0 0;
}

#future {
	width: 200px;
	float: right;
	margin-top: 25px;
}

#future h2.top{
	color: #fff;
	font-size: 18px;
	padding: 5px 0 0 12px;
	margin: 20px 0 0 0;
	background: url(../images/futuretopbg.gif) no-repeat;
	height: 29px;
	width: 188px;
}

#future ul {
	background: #00bfca url(../images/futurebotbg.gif) no-repeat bottom left;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 12px;
}

#future ul li {
	padding: 0 0 10px 0;
	background: url(../images/divider.gif) no-repeat 0 5px;
}

#future ul li a {
	font-size: 11px;
	color: #fff;
	padding: 0 0 0 15px;
}

#future ul li a:hover {
	color: #2b2b2b;
	text-decoration: none;
}


#latestnews {
	float: left;
	width: 510px;
	/*padding-bottom: 50px;*/
	padding-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #d3d3d3;
}

#latestnews ul {
	padding: 10px 0 15px 10px;
	margin: 0;
	list-style: none;
	float: left;
}

#latestnews li.title {
	padding: 0 0 2px 20px;
	background: url(../images/titleIcon.gif) no-repeat 0 5px;
	font-size: 18px;
	color: #01a0ad;
}

#latestnews li.date {
	font-size: 11px;
	color: #7b7a7a;
	font-weight: bold;
	padding: 0 0 0 20px;
	background: url(../images/dateIcon.gif) no-repeat 0 0;
	height: 16px;
}

#latestnews img {
	border: 5px solid #dbdbdb;
	margin-bottom: 10px;
}	


a.download {
	background: url(../images/download.gif) no-repeat top left;
	display: block;
	width: 86px;
	height: 20px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 0 25px;
	position: absolute;
	bottom: 20px;
	right: 0;
}

a.download:hover {
	background: url(../images/download.gif) no-repeat bottom left;
}


#archive {
	width: 200px;
	float: right;
}

#archive h2.top{
	color: #fff;
	font-size: 18px;
	padding: 5px 0 0 12px;
	margin: 20px 0 0 0;
	background: url(../images/futuretopbg.gif) no-repeat;
	height: 29px;
	width: 188px;
}

#archive ul {
	background: #00bfca url(../images/futurebotbg.gif) no-repeat bottom left;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 12px;
}

#archive ul li {
	padding: 0 0 10px 0;
	background: url(../images/divider.gif) no-repeat 0 5px;
}

#archive ul li a {
	font-size: 11px;
	color: #fff;
	padding: 0 0 0 15px;
}

#archive ul li a:hover {
	color: #2b2b2b;
	text-decoration: none;
}

#otherarticles {
	margin: 10px 0;
	float: left;
	width: 510px;
}

#otherarticles h2 {
	margin: 15px 0 15px 0;
}

#otherarticles ul.odd {
	padding: 10px 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

#otherarticles ul.even {
	padding: 10px 0;
	margin: 0;
	list-style: none;
	background: #f2f2f2;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#otherarticles li.title {
	font-size: 12px;
	color: #01a0ad;
	font-weight: bold;
	padding: 0 0 2px 20px;
	background: url(../images/titleIcon.gif) no-repeat 0 2px;
	/*height: 16px;*/
}

#otherarticles li.title a {
	color: #01a0ad;
}

#otherarticles li.title a:hover {
	color: #464646;
	text-decoration: none;
}

#otherarticles li.date {
	font-size: 11px;
	color: #7b7a7a;
	font-weight: bold;
	padding: 0 0 0 20px;
	background: url(../images/dateIcon.gif) no-repeat 0 0;
	height: 16px;
}


#latestissues {
	float: left;
	width: 510px;
}

.nletter {
	position: relative;
}

.nletter h5 {
	color: #20bac5;
	font-size: 18px;
	padding: 5px 0 0 18px;
	margin: 10px 0;
	font-weight: normal;
	background: url(../images/pages.gif) no-repeat 0 5px;
}

.nletter h5 span {
	color: #535252;
	font-size: 14px;
}

.pdfblue {
	display: block;
	height: 15px;
	font-size: 12px;
	color: #20bac5;
	padding: 0 0 0 19px;
	background: url(../images/pdf.gif) no-repeat 0 0;
	position: absolute;
	top: 40px;
	left: 128px;
}

.pdfblue:hover {
	color: #323131;
	text-decoration: none;
}

.pdfblu {
	font-size: 12px;
	color: #20bac5;
	padding: 0 0 0 19px;
	background: url(../images/pdf.gif) no-repeat 0 0;
}

.pdfblu:hover {
	color: #323131;
	text-decoration: none;
}

#archive ul li a.pdfwhite {
	display: block;
	height: 15px;
	font-size: 11px;
	color: #fff;
	padding: 0 0 0 19px;
	background: url(../images/pdf.gif) no-repeat 0 0;
}

#archive ul li a.pdfwhite:hover {
	color: #323131;
	text-decoration: none;
}

.nletter p {
	position: absolute;
	top: 48px;
	left: 149px;
}

.subscribe {
	background: #ebebeb;
	border: 1px solid #019ba9;
	padding: 15px;
	margin-top: 15px;
	float: left;
}

.subscribe p {
	padding: 0;
	margin: 0 0 15px 0;
}

.subscribe label {
	width: 50px;
	display: block;
	float: left;
}

.subscribe input {
	border: 1px solid #019ba9;
	background: url(../images/field-bg.gif) repeat-x;
	padding: 2px;
	font-size: 12px;
	float: left;
}

.subscribe .field {
	margin-bottom: 10px;
}	

.subscribe .submit {
	display: block;
	width: 61px;
	height: 27px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	background: url(../images/login-but.png) no-repeat top left;
	border: none;
	padding: 0 0 2px 0;
	margin: 0;
	float: right;
}

.subscribe .submit:hover {
	cursor: pointer;
	background: url(../images/login-but.png) no-repeat bottom left;
	border: none;
}

.subscribe .leftside {
	width: 230px;
	float: left;
	padding-top: 5px;
}

.subscribe .rightside {
	width: 230px;
	float: left;
}

.subscribe  .req {
	float: left;
	color: #323131;
	position: relative;
	font-size: 10px;
	padding-top: 5px;
}

.rightside .receive {
	float: left;
	width: 230px;
	font-style:italic;
	margin-bottom: 5px;
}

.rightside .long {
	width: 190px;
	padding: 2px 0 5px 5px;
}

#courses {
	float: left;
	width: 510px;
	padding-bottom: 50px;
	position: relative;
}

#courses p.intro{
	padding-bottom: 15px;
}

.training {
	padding-bottom: 25px;
	position: relative;
	margin-top: 15px;
}

.training p {
	padding-left: 21px;
}

.training ul.course {
	padding: 0;
	margin: 0;
	list-style: none;
}

.training ul.course li.title {
	background: url(../images/eventIcon.gif) no-repeat 0 0;
	color: #01a0ad;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 0 20px;
	margin-bottom: 5px;
}

.training ul.course li.date {
	background: url(../images/dateIcon.gif) no-repeat 0 0;
	color: #7b7a7a;
	font-weight: bold;
	padding: 0 0 2px 20px;
}

.training ul.course li.date span {
	color: #4f4e4e;
}

.training ul.details {
	padding: 0;
	margin: 0;
	list-style: none;
}

.training ul.details li {
	color: #7b7a7a;
	padding: 0 0 0 20px;
}

.training ul.details li span {
	color: #01a0ad;
	font-weight: bold;
}

.training ol li {
	padding-bottom: 10px;
	font-weight: bold;	
	font-size: 12px;
}

.training a.signup {
	background: url(../images/button.gif) no-repeat top left;
	width: 54px;
	height: 20px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 0 0 17px;
	position: absolute;
	bottom: 25px;
	right: 0;
}

.training a.signup:hover {
	background: url(../images/button.gif) no-repeat bottom left;
	text-decoration: none;
}

ol#rules {
	padding: 0 0 0 30px;
	margin: 25px 0;
	float: left;
}

ol#rules li {
	color: #00b2be;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
}

ol#rules li span{
	color: #414040;
	font-weight: normal;
}
.lpos {
	display: block;
	height: 15px;
	font-size: 11px;
	color: #20bac5;
	padding: 0 0 0 19px;
	background: url(../images/pdf.gif) no-repeat 0 0;
}

.lpos:hover {
	color: #323131;
	text-decoration: none;
}

.campaigns {
	padding: 0;
	margin: 20px 0 0 0;
	list-style: none;
}

.campaigns li {
	background: url(../images/flag.gif) no-repeat;
	padding: 0 0 5px 19px;
}

.campaigns li a {
	color: #20bac5;
}

.campaigns li a:hover {
	color: #323131;
	text-decoration: none;
}

#portholes {
	margin: 0;
	padding: 15px;
	list-style: none;
	background: #ebebeb;	
}

#portholes li {
	display: inline;
	margin: 12px 42px;	
}



/* /Full Column */


#connect {
	background: url(../images/follow-bg.gif) repeat-x;
	height: 67px;
}

#connect .follow {
	width: 900px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 0 100px;
}

#connect .follow h2 {
	font-size: 18px;
	color: #272727;
	font-weight: normal;
	margin: 0;
	padding: 0;
	float: left;
	margin: 22px 30px 0 0;
}

#connect .follow p {
	font-size: 11px;
	color: #414040;
	width: 450px;
	float: left;
	margin: 19px 30px 0 0
}

#connect .follow a {
	color: #2877c8;
}

#connect .follow a:hover {
	color: #014386;
}

#connect .follow img {
	float: left;
	margin: 19px 10px 0 0;
}

#sponsors {
	background:#e7ebec;
	position:relative;
	border-top:1px solid #bebebe;
	height:230px;
}

#sponsors h2{ color:#646161;}

#sponsors .sponbox {
	#width: 970px;
	width: 800px;
	margin: 0 auto;
	position: relative;
	padding: 10px 15px 0 15px;
}

#sponsors .sponbox a.become {
	color: #00b0bd;
	position: absolute;
	top: 15px;
	#left: 513px;
	left: 200px;
}

#sponsors .sponbox a.become:hover {
	color: #545454;
	text-decoration: none;
}

#sponsors .sponbox .social{
	display:block;
	width:200px;
	height:256px;
	padding-left:50px;
	position:absolute;
	top:10px;
	right:0;
	background:url(../images/shadow-footer.jpg) top left no-repeat;}
	
a.sponsorsImage img {
	margin-top:20px;}	
	
	
.socialLinks{ 
	width:100%;
	text-align:right;}	
	
.socialLinks a{
	margin-left:6px;}	

/* Contact Us */

#contactusForm {
	width: 395px;
	padding: 15px;
	margin: 15px 0 0 0;
	background: url(../images/emailformbg.gif) no-repeat;
	color: #fff;
}

#contactusForm ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	height: 213px;
}

#contactusForm li {
	margin: 0 0 8px 0;
	padding: 0;
	width: 395px;
	height: 22px;
	display: block;
	float: left;
}

#contactusForm label {
	display: block;
	width: 70px;
	text-align: right;
	padding: 5px 0 8px 0;
	float: left;
}

#contactusForm input {
	width: 218px;
	border: 1px solid #019ba9;
	background: url(../images/field-bg.gif) repeat-x;
	padding: 2px;
	margin: 0 0 0 10px;
	float: left;
}

#contactusForm input:focus {
	background: #FFFFFF;
}

#contactusForm textarea {
	width: 258px;
	height: 108px;
	border: 1px solid #019ba9;
	background: #f8f3ea url(../../../images/field-bg.gif) repeat-x;
	margin: 0 0 0 10px;
	padding: 2px;
}

#contactusForm textarea:focus {
	background: #fff;
}

#contactusForm .submit {
	display: block;
	width: 61px;
	height: 28px;
	color: #323232;
	font-size: 11px;
	text-decoration: none;
	background: url(../images/submitbut.png) no-repeat top left;
	border: none;
	margin: 0;
	padding: 0 0 2px 0;
	position: absolute;
	bottom: 0;
	right: 50px;
}

#contactusForm .submit:hover {
	cursor: pointer;
	background: url(../images/submitbut.png) no-repeat bottom left;
	border: none;
	color: #fff;
}

.require {
	color: #fff;
}

.req {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

#map {
	float: left;
}

#map iframe {
	border: 1px solid #808080;
	margin-top: 15px;
}

/* /Contact Us */

/* /Main */


/* Footer */

#footer {
	background: url(../images/footer-bg.gif) repeat-x;
	height: 96px;
	margin: 0;
	position: relative;
	font-size: 11px;
	color: #fff;
}

#footerbox {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

p.left {
	padding:0;
	margin: 0;
	position: absolute;
	left: 15px;
	top: 20px;
}

p.right {
	padding:0;
	margin: 0;
	position: absolute;
	right: 15px;
	top: 20px;
	text-align: right;
}

#footerbox ul {
	position: absolute;
	left: 15px;
	top: 68px;
	color: #fff;
	font-size: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
	
}

#footerbox ul li {
	display: inline;
}

#footer span {
	font-size: 10px;
}

#footer a {
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer .copy {
	position: absolute;
	top: 15px;
	right: 0;
	color: #8e8e8e;
	text-align: right;
}

#footer .links {
	position: absolute;
	top: 23px;
	right: 20px;
	color: #fff;
}

#footer .links a {
	color: #fff;
	text-decoration: underline;
}

#footer .links a:hover {
	text-decoration: none;
}

#footerbox img {
	margin: 0 464px;
}

/* /Footer */

/* Header */
div#header {
    /*background: url(../../../images/headerImage01.jpg) no-repeat;*/
}

/* module margins */
div.moduletable {
    margin: 0 0 10px 0;
}

/* newsletter response */
.alpha60 {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=99000000);

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=99000000)";
}

.voll {
	width:108px!important;}

/* Volunteers form */
/*#volunteersForm {
	width: 395px;
	padding: 15px;
	margin: 15px 0 0 0;
	background: url(../images/emailformbg.gif) no-repeat;
	color: #fff;
}

#volunteersForm ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	height: 213px;
}

#volunteersForm li {
	margin: 0 0 8px 0;
	padding: 0;
	width: 395px;
	height: 22px;
	display: block;
	float: left;
}

#volunteersForm label {
	display: block;
	width: 80px;
	text-align: right;
	padding: 5px 0 8px 0;
	float: left;
}

#volunteersForm input {
	width: 218px;
	border: 1px solid #019ba9;
	background: url(../images/field-bg.gif) repeat-x;
	padding: 2px;
	margin: 0 0 0 10px;
	float: left;
}

#volunteersForm input:focus {
	background: #fff;
}

#volunteersForm .submit {
	display: block;
	width: 61px;
	height: 28px;
	color: #323232;
	font-size: 11px;
	text-decoration: none;
	background: url(../images/submitbut.png) no-repeat top left;
	border: none;
	margin: 0;
	padding: 0 0 2px 0;
	position: absolute;
	bottom: 0;
	right: 50px;
}

#volunteersForm .submit:hover {
	cursor: pointer;
	background: url(../images/submitbut.png) no-repeat bottom left;
	border: none;
	color: #fff;
}

.require {
	color: #fff;
}

.req {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}*/
/* /Volunteers Form */

/* --- Feedback component --- */
#feedbackform {
	position: relative;
	width: 395px;
	height: 245px;
	background: url(../../../images/emailformbg.gif) no-repeat;
	padding: 15px;
}

#feedbackform form {
	color: #FFFFFF;
}

#feedbackform ul {
	list-style: none;
	line-height: 23px;
	padding: 0px;
}

#feedbackform ul li {
	position: relative;
	padding-bottom: 30px;
}

#feedbackform ul li label {
	position: absolute;
	display: block;
	width: 100px;
	text-align: right;
}

#feedbackform ul li input {
	position: absolute;
	background: url(../images/field-bg.gif) repeat-x;
	border: 1px solid #019ba9;
	padding: 2px;
	margin-left: 130px;
	display: block;
	width: 225px;
}

#feedbackform ul li input:focus {
	background: #fff;
}

#feedbackform ul li textarea {
	position: absolute;
	background: url(../images/form-bg.gif) repeat-x;
	border: 1px solid #019ba9;
	margin-left: 130px;
	display: block;
	padding: 2px;
	width: 225px;
	height: 96px;
	overflow: visible;
}

#feedbackform ul li textarea:focus {
	background: #FFFFFF;
}

#feedbackform #bottom {
	position: absolute;
	width: 362px;
	margin-bottom: 15px;
	bottom: 0;
}

#feedbackform #bottom #left {
	float: left;
}

#feedbackform #bottom #right {
	float: right;
}

#feedbackform .submit {
	background: url("../images/submitbut.png") no-repeat scroll left top transparent;
	border: medium none;
	color: ##323232;
	font-size: 11px;
	display: block;
	height: 28px;
	width: 61px;
	padding: 0px 0px 2px;
}

#feedbackform .submit:hover {
	cursor: pointer;
	background: url(../images/submitbut.png) no-repeat bottom left;
	border: none;
	color: #fff;
}
/* --- /Feedback component --- */

#feedbacklink {
	position: fixed;
	bottom: 0;
	right: 0;
	background: url(../images/feedback.png) no-repeat;
	display:block;
	width:76px;
	height:76px;
}

#feedbacklink a {
	color: #FFF;
	display: block;
	width:76px;
	height:76px;
	text-indent:-99999px;
}


/*--Free links--*/

#freeLinks { width:740px; overflow:auto; margin: 25px 0 0 0; }
.freeLinks1, .freeLinks2, .freeLinks3{
	text-decoration:none;
	display:block;
	width:218px;
	height:33px;
	padding:144px 0 0 18px;
	color:#014386;
	font-size:19px;
	float:left;}
	
.freeLinks1:hover, .freeLinks2:hover, .freeLinks3:hover{
	text-decoration:underline;}	
	
.freeLinks1{background:url(../images/link01.jpg) no-repeat;	}
.freeLinks2{background:url(../images/link02.jpg) no-repeat; margin:0 15px;	}
.freeLinks3 { background:url(../images/link03.jpg) no-repeat;	}

/*--Weather--*/
/* Left Column */
.moduletable_weather {
    margin: 10px 0 0 0;
    width: 186px;
}
table.moduletable_weather {
     width: 186px;
}
table.moduletable_weather img {
    width: 186px;
    height: auto;
}

.moduletable_weather div {
    display: none;
}   

#outerdiv {
#width:672px;
width:980px;
height:758px;
overflow:hidden;
position:relative;
margin:0 auto;
}

#inneriframe {
position:absolute;
top:-80px;
left:-206px;
width:1400px;
height:1200px;
} 	

.source { 
	width:772px;
	text-align:right;
	font-size:11px;
	color:#009;
	margin:0 auto;
}

.selections {
    background: #E7EBEC;
    padding: 10px 0 10px 200px;
    line-height: 2.2em;
}
.selections label {
    display: inline-block;
    margin: 0 auto;
    width: 72px;
}
.selections select {
    width: 206px;
}
.selections img {
   /* margin-top: 15px; */
    vertical-align: middle;
    border: 0;
    cursor: pointer;
}
.selections span.donatebutton {
     width: 70px;
     display: inline-block;
}



.memoriamselections {
    background: #E7EBEC;
    padding: 10px 0 100px 100px;
    line-height: 2.2em;
}
.memoriamselections label {
    display: inline-block;
    margin: 0 auto;
    width: 100px;
}
.memoriamselections select {
    width: 206px;
}
.memoriamselections img {
   /* margin-top: 15px; */
    vertical-align: middle;
    border: 0;
    cursor: pointer;
}
.memoriamselections span.donatebutton {
     width: 100px;
     display: inline-block;
}

.languagereveal1 {
  opacity: 0;
  max-height: 1000;
  overflow: hidden;i
}
#supplier_yes:checked ~ div > .languagereveal1 {
    opacity: 1;
    max-height: 1000px;
    overflow: visible;
}


.collapsed {
    display: none;
}

/* More Weather Stuff */
.weatherimages {
    margin: 20px 0 0 0;
    text-align: center;
    width: 107%;
}
.weatherimages h4 {
    color: #000099;
    font-size: 12px;
}
.weatherimages img {
    margin: 0 20px 0 0;
}
.weatherimages img.lrg {
    width: 240px;
    height: 190px;
}
.weatherimages img.sml {
    width: 207px;
    height: 190px;
}
div.moduletable_weather strong {
    display: none;
}

/* Featured Showcase Fron */
/* Showcase
-------------*/

.awshowcase-preload { display:none; }

#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 530px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage
{
	/**/
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;
	width:740px;
}
/*
	.showcase-content-container
	{
		background:url(../images/blue-bg.jpg) repeat-x;
		padding:10px 0;
		margin-bottom:10px;
	}
*/	
 	.showcase-content-container
	{
		background:url(../images/blue-bg.jpg) repeat-x;
		padding:7px 0;
		margin-bottom:10px;
	}

	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url('../images/awshowcase/arrows.png');
		width: 33px;
		height: 33px;
		bottom: 55%;
		cursor: pointer;
	}
	
	.showcase-arrow-previous
	{
		left: 35px;
		z-index:9;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -34px;
	}
	
	.showcase-arrow-next
	{
		right: 35px;
		z-index:9;
		background-position: -34px 0;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -34px -34px;
	}
	
	/* Content */
	.showcase-content
	{
		background-color: #000;
		text-align: center;
	}
		
		.showcase-content-wrapper
		{
			text-align: center;
			height: 338px;
			width: 722px;
			display: table-cell;
			vertical-align: middle;
		}
		
		/* Styling the tooltips */
		.showcase-plus-anchor
		{
			background-image: url('../images/awshowcase/plus.png');
			background-repeat: no-repeat;
		}
		
		.showcase-plus-anchor:hover
		{
			background-position: -32px 0;
		}
		
		div.showcase-tooltip
		{
			background-color: #fff;
			color: #000;
			text-align: left;
			padding: 5px 8px;
			background-image: url(../images/awshowcase/white-opacity-80.png);
		}
		
		/* Styling the caption */
		.showcase-caption
		{
			color: #fff;
			

			display: none;
			
			/*opacity: 0.75;*/
			
			
		}
		.showcase-caption h3 {
			font-size:22px;
			text-align: left;
			background: #000;
			font-weight: bold;
			padding: 10px 20px;
			position: absolute;
			top: 0px;
			right: 10px;
			-moz-border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border: 5px;
			-webkit-border: 5px;
		}
		
		.showcase-caption h3 a {
			color: #ccc;
			text-decoration:none;
			font-size:30px;
			/*background:url(../images/blue-text-bg.png);*/
                        text-shadow: 1px 1px 1px #000;
			padding:3px 8px;
			}
			
		.showcase-caption h3 a:hover {
			text-decoration: none;
			}
			
		.showcase-caption h4 {
			font-size:12px;
			letter-spacing: 1px;
			line-height: 24px;
			text-align: left;
			position: absolute;
			background: #212121;
			padding: 5px 20px;
			bottom: 76px;
			left: 35px;	
			-moz-border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border: 5px;
			-webkit-border: 5px;
			}
		
	.showcase-onepage .showcase-content
	{
		margin-bottom: 10px;
	}
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		clear: both;
		margin-top: 10px;
		text-align: center;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px;
			padding: 2px 5px 0px 5px;
			cursor: pointer;
			font-size: 12px;
			color: #444444;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #fff;
		}
	
	/* Thumbnails */
	.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
	{
		/*background: #22408c url(../images/dark_stripes.png) repeat 0 0;
		border: 2px solid #072162;
		border-left: none;
		border-right:none;*/
		padding:0;!important
		width:761px;
	}
	
	.showcase-thumbnail-wrapper
	{
		overflow: hidden;
	}
		
		.showcase-thumbnail
		{
			width: 200px;
			height: 90px;
			cursor: pointer;
			border: solid 1px #333;
			position: relative;
                        margin-right: 17px;
		}
		
			.showcase-thumbnail-caption
			{
				position: absolute;
				bottom: 2px;
				padding-left: 10px;
				padding-bottom: 5px;
			}
			
			.showcase-thumbnail-content
			{
				/*padding: 10px;*/
				text-align: center;
				padding-top: 25px;
			}
			
			.showcase-thumbnail-cover
			{
				background-image: url(../images/awshowcase/black-opacity-40.png);
				position: absolute;
				top: 0; bottom: 0; left: 0; right: 0;
			}
		
		.showcase-thumbnail:hover
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail:hover .showcase-thumbnail-cover
			{
				display: none;
			}
		
		.showcase-thumbnail.active
		{
			border: solid 1px #0d5aa4;
		}
		
			.showcase-thumbnail.active .showcase-thumbnail-cover
			{
				display: none;
			}
	
	.showcase-thumbnail-wrapper-horizontal
	{
		margin:0;
		padding:0;
		width:784px;
		overflow:hidden;
	}
	
		.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
		{
			
			width: 170px;
			height:79px;
			
		}
		
		.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail:last-child{
			margin:none;}
	
	.showcase-thumbnail-wrapper-vertical
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-vertical .showcase-thumbnail
		{
			margin-bottom: 10px;
		}
		
	.showcase-thumbnail-button-backward,
	.showcase-thumbnail-button-forward
	{
		padding: 7px;
		cursor: pointer;
	}
	
	.showcase-thumbnail-button-backward
	{
		padding-bottom: 0px;
		padding-right: 0px;
	}
	
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-image: url(../images/awshowcase/arrows-small.png);
			background-repeat: no-repeat;
			display: block;
			width: 17px;
			height: 17px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical
		{
			background-position: 0 -51px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -51px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical
		{
			background-position: 0 -34px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -34px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-position: 0 -17px;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px -17px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal
		{
			background-position: 0 0;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px 0;
		}
		
		/* Hide button text */
		.showcase-thumbnail-button-forward span span,
		.showcase-thumbnail-button-backward span span
		{
			display: none;
		}
                .showcase-thumbnail-restriction {
                        margin-left: 0 !important;
                        width: auto !important;
                }
.newsbacklink {
    width: auto;
    float: right;
    position: relative;
    top: -35px;
    right: 10px;
}

.moduletable_emergency {
        padding: 0 0 0 10px;
        background: #FF0000; /* #EBEBEB; */
        margin: 0 0 15px 0;
	color: #FFFFFF;

}
.moduletable_emergency div {
	padding-bottom: 5px;
}
.moduletable_emergency h3 {
        margin-left: -10px;	
	background: url("../images/leftheading-red-arrow.gif") no-repeat scroll 0 -26px;
}
.moduletable_emergency h3.current {
        margin-left: -10px;
	background: url("../images/leftheading-red-arrow.gif") no-repeat scroll 0 0;
	color: #FFFFFF;
}

div.hiddenCB div {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hiddenCB input[type="checkbox"],
.hiddenCB input[type="radio"] {
  display: none;
  
}

.hiddenCB label {
  
  cursor: pointer;
}

.hiddenCB input[type="checkbox"]+label:hover{
  background: rgba(0, 128, 128, .8);
}

.hiddenCB input[type="checkbox"]:checked+label {
  background: rgba(0, 128, 128, .4);
}

.hiddenCB input[type="checkbox"]:checked+label:hover{
  background: rgba(0, 128, 128, 0, .7);
}
