/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #EAECF2 url('../img/clouds3.jpg') fixed center;
	color: #273141;
	font-size: 14px;
	padding: 0 0 40px;
}


/* anchors
----------------------------------------------- */
a {
	color: #294190;
	font-weight:normal;
	text-decoration: none;
}
a:hover {
	color: #009;
	text-decoration: underline;
}

p a	{
	text-decoration: underline;
}

/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:#fff;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding {
	font-weight:normal;
	font-size:3em;
	text-align:left;
	background:#95A6C1;
	padding:.7em 1em;
	margin-bottom:0;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #C0CADA;
}


/* boxes
----------------------------------------------- */
.box {
	background:#D5DBE5;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.box h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#273141;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#273141 url("../img/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#0D0F15;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: GentiumBasicBold, Georgia, 'Times New Roman', serif;
	font-size:1em;
	padding-left:1em;
	border-left:4px solid #C0CADA;
	margin-bottom:1em;
}

blockquote cite {
	font-size:.9em;
}

ul, ol {
	padding-top:0;
}

p em	{
	font-style:normal;
	font-family: GentiumBasicItalic;
	}

p i	{
	font-style:normal;
	font-family: GentiumBasicItalic;
	}

/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #ABB8CD;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #C0CADA;
}
ul.menu li a:hover {
	background:#EAECF2;
}
ul.menu li a:active {
	background:#C0CADA;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background:#ABB8CD;
}
ul.section li a:hover {
	background:#95A6C1;
}
ul.section li a:active {
	color:#fff;
	background:#4E6281;
}
ul.section li li a {
	background:#D5DBE5;
	border-bottom:1px solid #EAECF2;
}
ul.section li li a:hover {
	background:#C0CADA;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#EAECF2;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#D5DBE5;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#4E6281;
}
ul.section li a.current:hover {
	background:#40516B;
}
ul.section li a.current:active {
	background:#344156;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#4E6281;
	cursor:default;
}


/* table
----------------------------------------------- */
table {
	width:100%;
	border:1px solid #ABB8CD;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #6C83A8;
	background:#ABB8CD;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#40516B;
	border:1px solid #40516B;
}
tbody th,
tbody td {
	border-top:1px solid #ABB8CD;
	border-bottom:1px solid #ABB8CD;
	background:#EAECF2;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #4E6281;
	background:#EAECF2;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #4E6281;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #ABB8CD;
	padding:10px;
	position:relative;
	background:#E4E7EE;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	font-family: GentiumBasicBold;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #ABB8CD;
}

fieldset p label {
	width:98%;
}
fieldset p textarea {
	width:99%;
}

form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}

/* Form Additions */
label
{
float: left;
margin-right: 0.5em;
display: block
}

.charcount {
	font-family: GentiumBasicItalic;
}

fieldset p label.pelpositions	{
float: left;
width: 40%;
text-align: right;
}

fieldset p.explanatory	{
	font-family: GentiumBasicItalic;
}

fieldset p.pelpositionsexplanatory	{
	font-family: GentiumBasicItalic;
	margin-left: 40%;
}

#lifeguardrequired p	{
	border: 1px solid #9F6000;
	background: #FEEFB3;
	padding: 6px;
	font-family: GentiumBasicBold;
}

fieldset li.merge	{
float: left;
list-style: none;
width: 30em;
text-align: right;
}

fieldset li.mergefirst	{
margin-top: 8px;
}

strong	{
	font-family: GentiumBasicBold;
	}
	
strong	em	{
	font-family: GentiumBasicBoldItalic;
	}

/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	border-top:1px solid #4E6281;
	padding-top:.5em;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#273141;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	font-family: GentiumBasicBold;
	text-transform: uppercase;
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #ABB8CD;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #4E6281;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	color:#4E6281;
	border-top:1px dotted #8195B4;
	border-bottom:1px dotted #8195B4;
	padding:.3em 0;
	margin-bottom:.8em;
	font-family: GentiumBasicItalic;
}


/* site information
----------------------------------------------- */

#site_info .box {
	color:#C0CADA;
	background:#4E6281;
	margin-bottom:10px;
}
#site_info a {
	color:#fff;
}
#site_info a:hover {
	color:#000;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #EAECF2;
	border-bottom: 1px solid #D5DBE5;
	border-right: 1px solid #D5DBE5;
	border-top: 1px solid #F2F3F7;
	border-left: 1px solid #F2F3F7;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}


/* Mootools Kwicks
----------------------------------------------- */
#kwick-box { 
	padding:0;
	overflow:hidden;
}
#kwick-box h2 { 
	margin:0;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	background: #8195B4;
	height: 120px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 100px;
	width: 215px;
	padding: 10px;
	background: #fff;
}
#kwick .kwick span {
	color:#fff;
}
#kwick .one {
	background: #4E6281;
}
#kwick .two {
	background: #5B7297;
}
#kwick .three {
	background: #6C83A8;
}
#kwick .four {
	background: #8195B4;
}


/* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
/* // image replacement */

	#slider	{
	float:right;
	}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:700px;
		height:240px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #C0CADA;
		background:#DAF3F8;
		color:#40516B;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/* Rules added by Brian */

	#logo	{
	float:left;
	}
	
	#featured	{
	float:right;
	}
	
	/* Remove title from WordPress search widget */
	.widget_search .screen-reader-text {
	display:none;
	}
	
	/* Style post and page imgs from WordPress */
	.article img.alignnone	{
	background-color: #ffffff;
	padding: 6px;
	margin: 0px 20px 20px 0px;
	}
	
	.article img.alignleft	{
	float: left;
	background-color: #ffffff;
	padding: 6px;
	margin: 0px 20px 20px 0px;
	}
	
	.article img.aligncenter	{
	background-color: #ffffff;
	padding: 6px;
	margin: 0px 0px 0px 0px;
	}
	
	.article img.alignright	{
	float: right;
	background-color: #ffffff;
	padding: 6px;
	margin: 0px 0px 20px 20px;
	}

	.sidebar img.alignnone	{
	background-color: #ffffff;
	padding: 6px;
	margin: 0px 20px 20px 0px;
	}
	
	.sidebar img.alignleft	{
	float: left;
	background-color: #ffffff;
	padding: 6px;
	margin: 8px 8px 8px 0px;
	}
	
	.sidebar img.aligncenter	{
	background-color: #ffffff;
	padding: 6px;
	margin: 0px 0px 0px 0px;
	}
	
	.sidebar img.alignright	{
	float: right;
	background-color: #ffffff;
	padding: 6px;
	margin: 0px 0px 20px 20px;
	}
	
	.sidebar h2	{
	margin-bottom: 6px;
	}
	
	.widget_search {
	height:30px;
	}
	
	.topnav	{
	background: #EAECF2 url('../img/topheaderbar.gif') fixed top;
	height:60px;
	}
	
	table.topheader {
	border:none;
	margin:0px 0px 6px 0px;
	padding:0px;
	line-height:0px;
	}
	
	table.topheader tbody th, table.topheader tbody td {
	border-top:none;
	border-bottom:none;
	background:#fff;
	}
	
	table.topheader th, table.topheader td {
	padding:0px;
	text-align:left;
	vertical-align:top;
	}

	/* Footer thumbnail gallery */
	
	.footerthumb
	{
	float: left;
	width: 60px;
	border: none;
	margin: 0 15px 15px 0;
	padding: 5px 5px 0px 5px;
	background-color: #ffffff;
	}
	
	.clearboth { clear: both; }
	
	/* Conference contact section */
	div#contactregistrar
		{
		  display: none;
		}
		
	.conferencebuttons
		{text-align: center;}
		
	/* Conference Listings Page */
	#listings h2 a, #listings h2 a.visible {
		background:none;
		border:medium none;
		color:#273042;
		display:block;
		margin:0px;
		padding:0px;
		}
		
	/* Conference Date Listings Page (Calendar List) */
	.datelistings h1	{
		margin-bottom:0px;
	}
	
	.datelistings h2	{
		font-size:1.5em;
	}
	
	.datelistings h2 a	{
		background:none;
		color:#294190;
		margin:0;
		padding:0;
	}
	
	.box .datelistings h2 a:hover	{
		background-color: inherit;
	}
	
	.datelistings h3	{
		font-family: GentiumBasicItalic;
		text-transform: none;
		margin-bottom:1em;
		font-size:1.25em;
		color:#666;
	}
	
	/* Tag Cloud */
	.st-tag-cloud	{
	text-align: center;
	}
	
/* pullbox
----------------------------------------------- */

.pullbox {
	border:1px solid #ABB8CD;
	padding:10px;
	position:relative;
	background:#E4E7EE;
	margin-bottom:10px;
}
