@import '/cms/styles/common.css';
@import '/styles/forms.css';
@import '/style.css';


.resetlist, .resetlist ul, .resetlist li {
	padding:0;
	margin:0;
	background:none;
	list-style:none;
}

.flort { float:right; }


body{
	background-color:#e4f3f5;	
}

/* COMMON ---------------------------------------------------------------------- */

#bg-x{
	background: url('/images/bg-x.jpg') top left repeat-x;
}

#bg-y{
	background: url('/images/bg-y.jpg') top center repeat-y;
}

#bg-top{
	background: url('/images/bg-top.jpg') top center no-repeat;
}

#pdw-bg-top{
	background: url('/images/pdw-bg-top.jpg') top center no-repeat;
}

#content-bg-top{
	background: url('/images/content-bg-top.jpg') top center no-repeat;
}

.page {
	width:980px;
	margin:auto;
}

#print-logo{
	display:none;
}

/* HEADER ---------------------------------------------------------------------- */

#header-menu{
	float:right;
	height:42px; /*42*/
	
}

#header-menu a{
	color:#333333;
	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
	border-right:#bfbfbf solid 1px;
	padding:0px 10px 0px 10px;
	margin:30px 0px 0px 0px;
	float:left;
}

#header-menu .last a{
	border:none;	
}

#header-menu a:hover{
	text-decoration:underline;	
}

#header{
	height:117px;
}
#member-logged{
  display: block;
  overflow: hidden;
  width: 345px;
  height: 75px;
  background: url('/images/bg-login.jpg') top center repeat;
  margin: 15px 0px 0px 0px;
  float:right;
  padding:15px 10px 10px 10px;
}
#member-logged-fr{
  overflow: hidden;
  width: 345px;
  height: 75px;
  background: url('/images/bg-login.jpg') top center repeat;
  margin: 15px 0px 0px 0px;
  float:right;
  padding:15px 10px 10px 10px;
}
#member-logged .login-bottom{
  position: absolute;
  bottom: 15px;
}
#member-logged-fr .login-bottom{
  position: absolute;
  bottom: 15px;
}
#member-logged .username{
  font-size: 16px;
  color: #0A3952;
}
#member-logged-fr .username{
  font-size: 16px;
  color: #0A3952;
}
#member-logged .logout{
  float: right;
}
#member-logged-fr .logout{
  float: right;
}
#first-member-login{
  display: block;
  overflow: hidden;
  width: 325px;
  margin: 10px 0px 0px 0px;
  padding:10px 10px 10px 100px;
}
#member-login{
  display: block;
  overflow: hidden;
  width: 325px;
  background: url('/images/bg-login.jpg') top center repeat;
  margin: 10px 0px 0px 0px;
  float:right;
  padding:10px 10px 10px 10px;
}
#member-login li{
	padding-right:5px;	
}

#member-login li a{
	color:#1E8AB6;	
	font-size:11px;
	float:left;
	margin-top:5px;
}

#member-login li a:hover{
	color:#0E587A;	
	font-size:11px;
	display:block;
	margin-top:5px;
}

#member-form .col{
	padding-right:5px;	
}

#login-title{
	font-size:15px;
	color:#0E587A;
	padding-bottom:6px;
}

#logo img{
	width:600px;
	height:85px;
}
.butt{
	padding-top:15px;
}
#member-submit{
	border:none;	
	background: url('/images/members-submit.gif') top left no-repeat;
	width:20px;
	height:18px;
	cursor:pointer;
}

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}

#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:150px;
	width:400px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}

#popupContact h1{
	text-align:left;
	xcolor:#6FA5FD;
	xfont-size:22px;
	xfont-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}

#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
  cursor: pointer;
}


/* MENU ------------------------------------------------------------------------ */

#menu{
	background: url('/images/nav-bg.jpg') top left no-repeat;	
	height:56px;
	overflow:hidden;
}

#menu a{
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	height:31px; /*38*/
	margin:15px 0px 10px 10px;
	padding-right:10px;
	font-size:13px;
	font-weight:bold;
	border-right:#054B7E solid 1px;
	text-transform:uppercase;
}
.fr #menu a{
	font-size:12px;
	margin:15px 0px 10px 5px;
	padding-right:5px;
}

#menu a .subtitle{
	display:none;	
}

#menu a:hover{
	border:none;
	margin:0;
	padding:15px 11px 10px 10px;
	background: url('/images/menu-repeater.jpg');
}
.fr #menu a:hover{
	border:none;
	margin:0;
	padding:15px 6px 10px 5px;
	background: url('/images/menu-repeater.jpg');
}

#menu a:hover .subtitle{
	text-transform:none;
	display:inline;	
}
.root_134 #menu1 a{
	border:none;
	margin:0;
	padding:15px 11px 10px 10px;
	background: url('/images/menu-repeater.jpg');
	}
.root_244 #menu1 a{
	border:none;
	margin:0;
	padding:15px 6px 10px 5px;
	background: url('/images/menu-repeater.jpg');
	}
.root_134 #menu1 a .subtitle{
	text-transform:none;
	display:inline;	
}
	
.root_135 #menu2 a{
	border:none;
	margin:0;
	padding:15px 11px 10px 10px;
	background: url('/images/menu-repeater.jpg');
}
.root_252 #menu2 a{
	border:none;
	margin:0;
	padding:15px 6px 10px 5px;
	background: url('/images/menu-repeater.jpg');
}
.root_135 #menu2 a .subtitle{
	text-transform:none;
	display:inline;	
}

.root_136 #menu3 a{
	border:none;
	margin:0;
	padding:15px 11px 10px 10px;
	background: url('/images/menu-repeater.jpg');
	}
	
	.root_255 #menu3 a{
	border:none;
	margin:0;
	padding:15px 6px 10px 5px;
	background: url('/images/menu-repeater.jpg');
}

.root_136 #menu3 a .subtitle{
	text-transform:none;
	display:inline;	
}

.root_137 #menu4 a{
	border:none;
	margin:0;
	padding:15px 11px 10px 10px;
	background: url('/images/menu-repeater.jpg');
	}
.root_263 #menu4 a{
	border:none;
	margin:0;
	padding:15px 6px 10px 5px;
	background: url('/images/menu-repeater.jpg');
}
.root_137 #menu4 a .subtitle{
	text-transform:none;
	display:inline;	
}
	
.root_138 #menu5 a{
	border:none;
	margin:0;
	padding:15px 11px 10px 10px;
	background: url('/images/menu-repeater.jpg');
	}
	.root_299 #menu5 a{
	border:none;
	margin:0;
	padding:15px 6px 10px 5px;
	background: url('/images/menu-repeater.jpg');
}
.root_138 #menu5 a .subtitle{
	text-transform:none;
	display:inline;	
}
	
.root_139 #menu6 a{
	border:none;
	margin:0;
	padding:15px 11px 10px 10px;
	background: url('/images/menu-repeater.jpg');
	}
	.root_305 #menu6 a{
	border:none;
	margin:0;
	padding:15px 6px 10px 5px;
	background: url('/images/menu-repeater.jpg');
}
.root_139 #menu6 a .subtitle{
	text-transform:none;
	display:inline;	
}

#searchbar{
	margin-top:14px;	
	float:right;
}
/* SUBNAV ---------------------------------------------------------------------- */

#rootname-y{
	background:#0a3146 url('/images/root-repeater.jpg') top left repeat-y;
}

.pdwpage #rootname-y{
	background:none;
}

#rootname{
	xbackground: url('/images/root-top.jpg') top left no-repeat;
	height:26px; /*33*/
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	display:block;
	padding:9px 0px 0px 15px;
	margin-top:-5px;
}

.pdwpage #rootname{
	background: none;
	padding:3px 0px 0px 15px;
	margin-top:0px;
}

.pdwpage #rootname-bottom{
	background: none;
	height:2px;
}

#rootname-bottom{
	xbackground: url('/images/root-bottom.jpg') top left no-repeat;
	height:2px;
}

#rootname a{
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	display:block;
	text-decoration:none;
}	

#nav {
	width:200px;
	float:left;
	
}

#navbox a {
	display:block;
	width:170px; /*190*/
	 /*31*/
	padding:10px 0 10px 20px;
	font-size:14px;
	background: url('/images/subnav-link.jpg') top right no-repeat;
	text-decoration:none;
	border-right:#b3dbe0 1px solid;
}

#navbox li.navactive a,
#navbox a:hover {
	background: url('/images/subnav-link.jpg') top left no-repeat;
}

#navbox li.navactive li a,
#navbox li li a {
	background: url('/images/subnav-link-thirdlevel.jpg') top right no-repeat;
	padding-left:45px;
	width:145px;
	font-size:13px;
}

#navbox li li.navactive a,
#navbox li li a:hover {
	background: url('/images/subnav-link-thirdlevel.jpg') top left no-repeat;
}

#navbox li li.navactive li a,
#navbox li li li a {
	background: url('/images/subnav-link-fourthlevel.jpg') top right no-repeat;
	padding-left:65px;
	width:125px;
	font-size:12px;
	padding-top:2px;
	padding-bottom:5px;
}

#navbox li li li.navactive a,
#navbox li li li a:hover {
	background: url('/images/subnav-link-fourthlevel.jpg') top left no-repeat;
}

#navbox-bottom{
	height:32px;
	background: url('/images/subnav-bottom.jpg') top left no-repeat;
}
/* SHARED ---------------------------------------------------------------------- */



/* HOME ------------------------------------------------------------------------ */

.homepage #wrapper{
	background: url('/images/bg-content.jpg') top left no-repeat;
	min-height:995px;
	height:auto !important;
	height:995px;
}
.homepage.fr #wrapper{
	background: url('/images/bg-content-f.jpg') top left no-repeat;
}

#impact{
	background: url('/images/flash-bk.jpg') top left no-repeat;
	height:306px;
}

#impact-fr{
	background: url('/images/flash-bk-fr.jpg') top left no-repeat;
	height:306px;
}

#home-content{
	line-height:17px;	
}

.plus{
	padding: 7px 0px 3px 15px;
	background: url('/images/plus.jpg') 0px 9px no-repeat;
	font-size:11px;
	float:right;
	dclear:both;
}

#home-content-left{
	width:340px; /*340px*/
	margin-right:12px;
	
}

.activities a{
	color:#1E3F59;
	display:block;
	padding-left:10px;
	background:url('/images/arrow.gif') 0px 4px no-repeat;
	text-decoration:none;
}

.activities a:hover{
	color:#1E8AB6;
	text-decoration:underline;
}

#home-content-left h2{
	margin-left:12px;	
}

#home-content-left .first{
	padding-top:23px;	
}

#home-content-left .last{
	padding-bottom:23px;	
}

.activities{
	background:#e9f5f7;
	padding:5px 12px 10px 12px;
}

.activities-date{
	font-size:11px;
	display:block;
	padding-bottom:2px;
	color:#0D706C;
}

.activities-content{
	display:block;
	padding-left:10px;
}

#viewall{
	margin-top: -15px;	
	float:right;
}


#home-content-center{
	width:306px; /*306*/
}

#home-content-center h2{
	margin-left:12px;	
}

.events{
	background:#e9f5f7;
	padding:13px 12px 13px 12px;
	margin-bottom:10px;
}

.events-date{
	font-size:13px;
	display:block;
	padding-bottom:2px;
	color:#1E3F59;
	font-weight:bold;
}

.events-title{
	color:#1E3F59;
}
.events-title a{
  text-decoration: none;
  font-weight: bold;
}

.event-link{
	display:block;
	padding-left:15px;
	margin-top:4px;
	font-size:12px;
	background: url('/images/circle-arrow.gif') 0px 3px no-repeat;
}

#home-content-right{
	width:306px;
	float:right;
	color:#174D6C;
	margin-top:16px;
}

.hcr-content{
	height:100px;
	overflow:hidden;
}
.hcr-content .date{
	color:#0F6E6A;
	padding-bottom:5px;
}
.hcr-links a{
	display:block;
	padding:5px 0px 10px 15px;
	color:#1E3951;
	background: url('/images/blue-circle.jpg') 0px 8px no-repeat;
}

.hcr-links a:hover{
	color:#1E8AB6;
}

#home-gallery{
	margin:10px 0 10px 0;
}

#img1{
	width:145px;
	height:95px;
	background: url('/images/test-photo1.jpg') top left no-repeat;
}

#img2{
	width:145px;
	height:95px;
	background: url('/images/test-photo2.jpg') top left no-repeat;
	float:right;
}

#hcr-header{
	line-height:20px;
	font-size:21px;
	padding:2px 0px 0px 0px;
	height:48px; /*50*/
}

#hcr-header .right{
	display:block;
	text-align:right;
}
.fr #hcr-header{
	padding:2px 10px 0px 0px;
	height:60px;
}
#home-quicklinks a{
	display:block;
	background:url('/images/photo-gallery-quicklink.jpg') top left no-repeat;
	height:37px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}

#home-quicklinks a:hover{
	background:url('/images/photo-gallery-quicklink.jpg') bottom left no-repeat;
	text-decoration:underline;
}

#home-quicklinks span{
	display:block;
	padding:10px 10px 0 15px;
	font-size:16px;
	text-transform:uppercase;
	cursor:pointer;
	text-align:center;
}

/* CONTENT --------------------------------------------------------------------- */

.contentpage #wrapper{
	background: url('/images/bg-content.jpg') top left no-repeat;
	min-height:995px;
	height:auto !important;
	height:995px;
}

.twocol #wrapper{
	background: url('/images/bg-content.jpg') top left no-repeat;
	min-height:995px;
	height:auto !important;
	height:995px;
}

.pdwpage #wrapper{
	background: url('/images/bg-content.jpg') top left no-repeat;
	min-height:995px;
	height:auto !important;
	height:995px;
}
.pdwpage-fr #wrapper{
	background: url('/images/bg-content-f.jpg') top left no-repeat;
}

.contentpage.fr #wrapper{
	background: url('/images/bg-content-f.jpg') top left no-repeat;
}

.twocol.fr #wrapper{
	background: url('/images/bg-content-f.jpg') top left no-repeat;
}


#content{
	background:url('/images/content-bg.jpg') top left no-repeat;
	padding-top:40px;
	padding-bottom:10px;
}
.fr #content{
	background:url('/images/content-fr-bg.jpg') top left no-repeat;
	padding-top:40px;
}
.pdwpage #content{
	background:url('/images/pdw-content-bg2.jpg') top left no-repeat;
	padding-top:40px;
}
.pdwpage-fr #content{
	background:url('/images/pdw-content-f-bg2.jpg') top left no-repeat;
	padding-top:41px;
}




#pagetitle{
	display:block;
	padding:5px 0px 0px 20px;
	color:#1E3951;
	background: url('/images/blue-circle.jpg') 0px 12px no-repeat;
}

#rightcol-title{
	display:block;
	padding:0px 0px 0px 10px;
	font-weight:bold;
}

#content-main{
	float:right;
	margin-top:35px;
	width:778px;
}

.content-img{
	padding:5px;
	border: 1px solid #cccccc;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}

#breadcrumbs{
	padding: 10px 0px 10px 0px;
	color:#0D706C;
}

.pdwpage #breadcrumbs a{
	background: url('/images/bullet-pdw.gif') right no-repeat;
}

.pdwpage #breadcrumbs a:hover{
	color:#FFFFFF;
}

#breadcrumbs a{
	font-size:12px;	
	background: url('/images/bullet.gif') right no-repeat;
	padding-right:10px;
	text-decoration:none;
	padding-left:0px;
}

#breadcrumbs a:hover{
	text-decoration:underline;
}

.twocol #content-content{
	width:100%;
}

#content-content{
	margin-top:10px;
	width:570px;
}



#content-content #pos_content{
	line-height:17px;
}

#content-content h2{
	font-weight:100;	
}

#content-right{
	margin-top:19px;
	width:180px; /*190*/
	border-left:1px solid #b3dbe0;
	float:right;
	padding:0px 0px 0px 5px;
}

#special-event{
	margin:10px 0px 0px 5px;
	padding:10px 10px 10px 7px;
	background:#d9edf0;
}

#nav #special-event{
	padding:10px 10px 10px 13px;
	margin-left:-2px;
	width:170px /*193*/
	
}

.contentpage #nav #special-event{
	display:none;
}

#special-event .title{
	font-size:13px;
	color:#13465F;
	font-weight:bold;
	padding-bottom:10px;
}

#special-event a{
	padding-top:10px;
	float:left;
	font-size:11px;
}

#special-event .plus{
	background: url('/images/lightplus.jpg') 0px 20px no-repeat;	
}

#sponsors{
	background: url('/images/sponsors-box.jpg') top left no-repeat;
	padding:10px 0px 0px 10px;
	width:170px;
	height:205px;
	margin-left:10px;
	color:#FFFFFF;
}

#sponsors a.plus{
	background:url('/images/darkplus.jpg') 0px 5px no-repeat;
	color:#FFFFFF;
	margin:0px 10px 0px 0px;
	padding:3px 0px 0px 15px;
	display:block;
}

#sponsor-images{
	position:relative;
	height:138px;
}

#sponsor-images a {
	position:absolute;
	top:16px;
	left:0;
	z-index:8;
}

#sponsor-images a.active{
	z-index:10;
}

#sponsor-images a.last-active{
	z-index:9;
}

#content-right .activities{
	background:none;
	padding-right:0;
}

#content-right .plus{
	margin-bottom:10px;	
}

#pdw-alert{
	margin-bottom:30px;	
}

.form-left{
	width:300px;	
}

#reg-submit{
	margin-top:10px;	
}

#reg-submit input{
    float:right;
	margin-right:20px;
}

#update-member-info .leftcol{
	margin-top:5px;
	
	
}

#update-member-info .rightcol{
	margin-top:5px;
	float:right;
	
}

#update-member-info .col{
	padding:5px;
	
}

#update-member-info .member-info-content{
	background:#e9f5f7;
}

#update-member-info .details{
	width:250px;	
}

.update-area{
	width:600px;
	padding:10px 0px 10px 0px;
	display:none;	
}

.cur-info {
	color:#0D706C;	
}

#forgotpassword div{
	padding:10px;	
}

.rememberpw-input{
	background:#e9f5f7;	
}

/* FOOTER ---------------------------------------------------------------------- */

#footer-bg-x{
	background:#e5f3f4;	
}

#footer-bg-top{
	background: url('/images/bg-footer-top.jpg') top center no-repeat;	
}

#footer{
	background: url('/images/bg-footer-content.jpg') top left no-repeat;
	height:116px;
}

#footer-menu li a{
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	float:left;
	margin:18px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	border-right:#4f5a61 solid 1px;
}

#footer-menu .last a{
	border:none;	
}

#footer-menu .first a{
	padding-left:0px;	
}

#footer-menu li a:hover{
	text-decoration:underline;
}

#atomic{
	float:right;
	margin-top:18px;
}

#atomic a{
	color:#999999;
	text-transform:none;
	border:none;
	text-decoration:none;
}

#atomic a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

#footer-menu-2{
	margin-top:30px;	
	color:#333333;
}

#footer-menu-2 a{
	color:#333333;
	padding:0px 10px 0px 10px;
	border-right:#333333 solid 1px;
}

#footer-menu-2 a:hover{
	color:#999999;	
}

#footer-menu-2 .last a{
	border:none;	
}

/* SITE MAP -------------------------------------------------------------------- */

.sitemap ul {
	padding:0 0 0 50px;
  margin:0;
}
.sitemap ul ul {
  padding:0 0 0 5px;
}
.sitemap li {
  background:url('/images/bullet-page.gif') 0px 1px no-repeat;
  margin:0 0 15px 0;
  padding:0 0 0 15px;
}
.sitemap li a {
  font-size:12px;
  font-weight:bold;
	text-transform:uppercase;
	outline:none;
}
.sitemap li li {
  margin: 0 0 4px 0;
	background:url('/images/bullet-sub.gif') 0px 4px no-repeat;
	padding:0 0 0 10px;
}
.sitemap li li a {
  font-size:11px;
  font-weight:normal;
	text-transform:none;
}
.sitemap a:visited {
  color: #999999;
}
.sitemap a:hover {}



/* CUSTOMIZATIONS -------------------------------------------------------------- */
.eventbox .label{
  font-weight: bold;
}
.eventbox {
  width: 772px;
  padding: 0px 0px 10px 0px;
}
.eventbox .header {
  text-align: right;
  color: #1E3951;
  padding: 6px 0px 0px 5px;
  height: 32px;
	background: url('/images/event-header.jpg') top left no-repeat;
}
.eventbox .title {
  float: left;
  font-size: 15px;
  padding-left: 13px;
	background: url('/images/arrow.gif') center left no-repeat;
}
.eventbox .header a{
  text-decoration: none;
}
.eventbox .box-body {
  padding: 0px 10px 0px 10px;
}
.eventbox .details {
  font-size: 11px;
  padding-left: 15px;
  padding-right: 20px;
	background: url('/images/circle-arrow.gif') center left no-repeat;
}
.eventbox a.details {
  text-decoration: underline !important;
}
.all-events {
  padding: 10px;
	background: url('/images/subnav-arrow2.jpg') center left no-repeat;
}
.eventbox .address-info{
  width: 220px;
}
.eventbox .summary-info{
  width: 528px;
}
.eventbox .info p{
  margin: 0px;
}
.eventbox .summary-title, .eventbox .location-title{
  padding-top: 5px;
  font-weight: bold;
}
.eventbox .event-body{
  padding: 0px 20px 0px 20px;
}
.pagingbox {
  padding: 10px;
  float: right;
}
.event-body h3 {
  font-weight: bold !important;
}
