/* Layout stylesheet
----------------------------------------------
	Name: Joshua Deidun
	Date: 22nd July 2013
*/ 


/* Index
----------------------------------------------
	1. Layout
	2. Head
	3. Content
	4. Foot
	5. General Styles
*/


/* 1. Layout
----------------------------------------------*/

body
{
	padding: 0;
	min-width: 960px; /* This sets the viewport width for mobiles */
	height: 100%;
}
.wrapper
{
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#head
{
	position: relative;
	z-index: 99;
	height: 120px;
}

#content
{
	min-height: 500px;
	height: auto !important;
	height: 500px;
	z-index: 10;
}

#footNote
{
	font-weight: bold;
	font-style: italic;
	background: #e6e2e6;
	padding: 9px 0;
}

#footNote p
{
	padding: 0;
}

#foot
{
	clear: both;
}

/* 2. Head
----------------------------------------------*/

/* This area should include logo, search and main navigation */
div#head img#logo
{
	float: left;
	padding: 22px 22px 15px;
}

div#head input
{
	background: none;
	border: 0;
	color: #595359;
	font-style: italic;
	font-size: 12px;
}

div#head button,
div#head button:hover
{
	width: 35px;
	height: 35px;
	padding: 0;
	background: none !important;
	text-indent: -999em;
}

div#myAccount form,
div.loggedIn
{
	position: absolute;
	top: 0;
	right: 0;
	width: 389px;
	height: 69px;
}

div.loggedIn
{
	background: url(../images/bg-logout.gif) 0 0 no-repeat;
}

div.loggedIn h4,
div.loggedIn .name
{
	color: #fff;
	font: normal 500 14px 'PT Sans Narrow', sans-serif;
	letter-spacing: 1px;
	display: inline-block;
	margin: 19px 22px 10px;
}

div.loggedIn .name
{
	float: right;
}

div#myAccount form
{
	background: url(../images/bg-login.gif) 0 0 no-repeat;
}

div#myAccount button
{
	float: left;
	margin: 8px 4px;
}

div#myAccount fieldset
{
	float: left;
	height: 34px;
}

div#myAccount ol
{
	float: left;
	margin: 11px 0 0 72px;
	padding: 0;
}

div#myAccount li
{
	float: left;
	margin: 0 6px;
	padding: 0;
}

div#myAccount p,
div#myAccount a
{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

div#myAccount a
{
	margin: 0 5px;
}

div#myAccount p
{
	margin: 0 22px;
	padding: 0;
}

div#myAccount input
{
	padding: 5px 0;
	width: 115px;
}

.searchForm
{
	position: absolute;
	bottom: 5px;
	right: 11px;
	width: 197px;
	height: 37px;
	background: url(../images/bg-search.gif) 0 0 no-repeat;
}

.searchForm input
{
	width: 140px;
	margin: 10px 0 0 10px;
}

.searchForm button
{
	margin: 0;
}

/* --- main navigation */
#nav
{
	height: 58px;
	background: url(../images/bg-nav.png) repeat-x #555;
}

#nav .wrapper
{
	height: 58px;
}

#mainNav
{
	/*
	position: absolute;
	left: 0;
	bottom: 0;
	*/
	margin: 0;
	padding: 0;
	width: 1050px;
	height: 58px;
}

#mainNav li
{
	display: inline-block;
	float: left;
	position: relative;
	margin: 0;
	padding: 0 !important;
	list-style: none !important;
}

#mainNav li.firstLi
{
	border: 0;	
}

#mainNav li a
{
	display: block;
	color: #fff;
	text-align: center;
	font: 14px 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	height: 58px;
	border-left: 1px solid #797979;
}

#mainNav > li > a > span
{
	width: 85px;
	padding: 0 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 58px;
}

#mainNav li.on a,
#mainNav li.on a:hover
{
	background: #fb4f14 url(../images/menu-arrow.png) center -3px no-repeat;
}

#mainNav li:hover a,
#mainNav li a:hover
{
	background: #fb4f14;
	color: #fff;
}

#mainNav li.on:hover a,
#mainNav li.on a:hover
{
	background: #fb4f14 url(../images/menu-arrow.png) center -3px no-repeat;
}

#mainNav li:last-child a,
#mainNav li.memberslounge a,
#mainNav li.memberslounge a:hover
{
	background: #009fda;
}

#mainNav li.on.memberslounge a,
#mainNav li.on.memberslounge a:hover,
#mainNav li.on.memberslounge:hover a,
#mainNav li.on.memberslounge a:hover
{
	background: #009fda url(../images/menu-arrow.png) center -3px no-repeat;
}

/* --- drop down navigation */

#mainNav ul
{
	display: none;
	width: 200px;
	position: absolute;
	top: 58px;
	left: 0;
	z-index: 99;
	background: #726e73;
	padding: 0;
}
#mainNav ul li
{
	margin: 0;
	float: none;
	display: block;
	border-bottom: 1px solid #888;
}
#mainNav ul li:last-child,
#mainNav ul li.end
{
	border-bottom: 0;
}
#mainNav ul li a,
#mainNav li.on ul li a
{
	padding: 8px 12px;
	background: #726e73 !important;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	color: #fff;
	text-align: left;
	border: 0;
}
#mainNav ul li a:hover,
#mainNav li.on ul li a:hover
{
	background: #fb4f14 !important;
}
#mainNav li.memberslounge ul li a:hover,
#mainNav li.memberslounge.on ul li a:hover
{
	background: #009fda !important;
}
#mainNav ul ul
{
	top: 0;
	left: 200px;
}

/* 3. Content
----------------------------------------------*/

.col
{
	float: left;
	position: relative;
	width: 296px;
	height: 252px;
	overflow: hidden;
	margin: 9px 0 0;
	padding: 9px;
}

.newhomeSection .col
{
	background: #e6e2e6;
}

.nothome .actionButtons
{
	height: auto;
	width: auto;
	margin: 0 0 10px;
	padding: 0;
}

.nothome .col.events
{
	width: 182px;
	height: auto !important;
}

/* .newhomeSection .date, */
.nothome .col.events .dayMonthBlock,
.nothome .col.events .time
{
	display: none;
}

.nothome .events .innerShadow
{
	width: 156px;
	height: auto !important;
}

.nothome .events .eventListRight
{
	float: left;
	width: auto;
}

.nothome .events #scroller
{
	width: 156px;
	height: auto !important;
}

.col a
{
	text-decoration: none;
}

.col p
{
	padding: 0;
	margin: 0 0 5px;
}

.col ul
{
	background: #fff;
	margin: 0;
	padding: 15px 13px;
	overflow: hidden;
}

.col li
{
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

.col iframe
{
	height: 206px !important;
}

.col h2
{
	font: 700 18px/30px 'PT Sans', sans-serif;
	color: #595359;
	text-transform: uppercase;
	border: 0;
	letter-spacing: 1px;
	margin: 10px 5px 5px;
}

.col h2 a
{
	color: #595359;
}

.col h3
{
	color: #595359;
	font: bold 13px/18px 'PT Sans', sans-serif;
}

.col h3 a
{
	color: #595359;
	/* color: #FB4F14; */
}

.col h2 a.white
{
	color: #fff;
}

.col.middle
{
	margin: 9px 9px 0;
}

.innerShadow
{
	-webkit-box-shadow: inset 4px 4px 5px #c2bfc2;
	-moz-box-shadow: inset 4px 4px 5px #c2bfc2;
	box-shadow: inset 4px 4px 5px #c2bfc2;
}

.col .readMore a
{
	display: block;
	padding: 2px 0 2px 27px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	background: url(../images/plus-symbol.png) 0 0 no-repeat;

}

.product_list .readMore a
{
	float: left;
	display: inline-block;
	margin: 4px 0 0;
	background: url(../images/prod-more.gif) 0 0 no-repeat;
	width: 61px;
	height: 21px;
	text-indent: -999em;
}

.col .readMore a
{
	position: absolute;
}

/* publications */
.col.publications
{
	background: #5987b0 260px -1px no-repeat;
}

.col.publications p
{
	overflow: hidden;
}

.publications ul
{
	height: 150px;
}

.publications li
{
	height: 130px;
	width: 256px;
	padding: 25px 20px;
}

.publications h2 a
{
	color: #fff;
}

.publications .all a
{
	color: #fff;
	bottom: 7px;
	right: 15px;
}

.publications .listImage
{
	float: none;
	margin: 0;
	padding: 0;
}

.publications .listItemLeft
{
	width: 100px;
	text-align: center;
}

.publications .listItemLeft img
{
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	max-width: 100%;
	height: auto !important;
}

.publications .listItemRight
{
	width: 140px;
}

.publications .dotNav
{
	left: 13px;
	bottom: 8px;
}

/* spotlight */
.spotlight h2,
.spotlight .thumb
{
	margin: 0 0 5px;
}

.spotlight .recordDetail
{
	height: 228px;
	overflow: hidden;
	background: #fff;
	padding: 12px;
}

.spotlight .readMore a
{
	position: absolute;
	bottom: 14px;
	right: 25px;
}

.spotlight ul
{
	height: 223px;
}

/* events */
.col.events
{
	width: 289px;
	height: 302px;
	background: #009fda;
	z-index: 98;
	-webkit-box-shadow: 5px 5px 5px #999;
	-moz-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 5px #999;
}

.newhomeSection .col.events
{
	margin: -40px 0 0;
}

.events h2
{
	background: #009fda;
	margin: 0 0 10px 5px;
}

.col.events h3
{
	margin: 0;
}

.events .innerShadow
{
	width: 263px;
	height: 220px;
	padding: 20px 13px;
	background: #fff;
}

#scroller
{
	height: 200px;
	width: 263px;
	overflow: hidden;
}

.events ul
{
	padding: 0;
}

.events .arrowDown
{
	position: absolute;
	top: 48px;
	left: 50px;
	width: 44px;
	height: 12px;
	background: url(../images/blue-arrow-down.png) 0 0 no-repeat;
}

.events li
{
	padding: 3px 0;
}

.events a.readMore
{
	color: #009fda;
	bottom: 17px;
	right: 25px;
}

.events .eventListRight
{
	float: right;
	width: 210px;
}

.col.competitions #latest-news-all
{
	margin-top: 15px;
	position: absolute;
	bottom: 17px;
	right: 30px;
}

.col.competitions
{
	width: 314px;
	padding: 9px 0;
}

.col.competitions ul
{
	background: #E6E2E6;
	padding: 0;
}

.col.competitions li
{
	margin: 0;
	padding: 0;
	/* height: 180px; */
}

.col.competitions h2
{
	margin: 10px 14px 5px;
}

.col.competitions div
{
	margin: 0 14px;
	padding: 12px;
	background: #fff;
	height: 180px;
}

.col.competitions .wysiwygcontent
{
	margin: 0;
	padding: 12px 12px 12px 0;	
}

#competitionsList h2,
#competitionsList h3
{
	font: 400 14px 'Arvo', serif;
	margin: 0 10px 0 0;
	letter-spacing: 0;
	text-transform: none;
}

#competitionsList h3 a
{
	display: block;
	padding: 7px 0 7px 19px;
	background: url(../images/plus-symbol.png) right center no-repeat;
}

#competitionsList li.selected h3 a
{
	padding: 0;
}

#competitionsList h2
{
	display: none;
	margin: 0 13px;
	border-bottom: 1px solid #00A2DC;
}

#competitionsList li.selected h3
{
	margin: 0 0 10px;
	padding: 0;
}

#competitionsList li.selected .readMore a
{
	position: relative;
	display: inline;
	padding: 0 20px 0 0;
	text-transform: none;
	color: #fff;
	background: url(../images/plus-more.png) right center no-repeat;
}

#competitionsList h2 a
{
	margin: 0;
	padding: 2px 0;
	display: block;
	color: #595359;
}

#competitionsList li
{
	position: relative;
	top: -1px;
	margin: 0 9px;
	border-top: 1px solid #00A2DC;
}

#competitionsList li.selected
{
	position: relative;
	top: 0;
	margin: 0;
	padding: 20px 28px 10px;
	border: none;
	background: #00A2DC url(../images/grey-arrow-down.png) 5px -1px no-repeat;
}

#competitionsList li .readMore a,
#competitionsList li p
{
	color: #e6e2e6;
	background: none;
}

#competitionsList li.selected p,
#competitionsList li.selected h3 a
{
	color: #fff;
	background: none;
}

#competitionsList .showHide
{
	height: 60px;
	overflow: hidden;
}

#competitionsList .showHide,
#competitionsList .showHide .readMore a
{
	display: none;
}

#competitionsList li.selected:first-child .showHide
{
	display: block;
}

#competitionsList li.selected .wysiwygcontent
{
	height: 38px;
	overflow: hidden;
}

.dotNav
{	
	padding: 0;
	position: absolute;
	z-index: 98;
	list-style: none;
}

.dotNav a
{
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 3px;
	background: url(../images/white-dot.png) no-repeat;
	text-indent: -999em;
}

/* --- Action Buttons */

.col.actionButtons p
{
	margin: 0 0 7px;
}

/* --- Banner */	

.sbBanner,
.sbBanner li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#banner
{
	height: 230px;
	overflow: hidden;
	background: #E8E3E7;
}

#banner ul
{
	position: relative;
	width: 960px;
	height: 230px;
	overflow: hidden;
}

#banner li
{
	padding: 0;
}

#banner li.dotNav
{
	bottom: 20px;
	left: 30px;
}

#banner li.dotNav a:hover,
#banner li.dotNav a.activeSlide
{
	background: url(../images/blue-dot.png) no-repeat;
}

.slideNav
{
	position: absolute;
	top: 93px;
	display: block;
	height: 44px;
	width: 12px;
	background-image: url(../images/banner-arrows.png);
	z-index: 98;
	text-indent: -999em;
}

.previous
{
	left: 0;
	background-position: -12px 0;
}

.next
{
	right: 0;
	background-position: 0 0;
}

/* --- Inner pages */

#sideBar
{
	float: left;
	width: 180px;
	margin: 35px 0 0;
}

#innernav
{
	margin: 0 0 30px;
	padding: 0;
}
#innernav li
{
	list-style: none;
	padding: 0;
}

#innernav li a
{
	display: block;
	padding: 10px 10px 5px;
	color: #595359;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;
	border-top: 4px solid #e8e5e8;
}

#innernav li a:hover
{
	color: #fb4f14;
}

#innernav li ul
{
	padding: 0;
	margin: 0;
}

#innernav li li ul
{
	display: none;
}

#innernav li li.on > ul
{
	display: block;
}

#innernav li li
{
	border-top: 1px solid #e8e5e8;
}

#innernav li li a
{
	background: none;
	padding: 5px 22px 5px 10px;
	width: auto;
	margin: 0 !important;
	text-transform: none;
	font-weight: normal;
	border: 0;
}

#innernav li li.on a,
#innernav li li.on a:hover
{
	color: #fb4f14;
}

#innernav li li.menuIsParent > a,
#innernav li li.menuIsParent > a:hover
{
	background: url(../images/nav-plus.png) right 7px no-repeat;
}
#innernav li li ul
{
	padding: 0;
	margin: 0;
}
#innernav li li li
{
	margin: 0 0 4px 25px;
	border: 0;
}
#innernav li li li a,
#innernav li li.on li a
{
	display: block;
	color: #595359;
	background: none;
	font-size: 13px;
	padding: 3px 0;
	width: auto;
	font-weight: normal;
	border-bottom: 1px solid #e8e5e8;
}
#innernav li li li.end a
{
	border: 0;
}
#innernav li li li.on
{
	color: #fb4f14;
}
#innernav li li li.on a,
#innernav li li li.on li.on a,
#innernav li li li.on li.on li.on a
{
	color: #fb4f14;
	font-weight: bold;
}
#innernav li li li a:hover,
#innernav li li li.on a:hover,
#innernav li li.on li a:hover,
#innernav li li.on li.on a:hover
{
	display: block;
	background: none;
	color: #fb4f14;
}
#innernav li li li.on:hover,
#innernav li li li.on a:hover
{
	color: #fb4f14;
}
#innernav li li li.on li a,
#innernav li li li.on li.on li a
{
	font-weight: normal;
}
#innernav li li li li
{
	margin: 0 0 0 20px;
	list-style: circle;
}
#innernav li li li li li
{
	list-style: square;
}

#sideBar .sbBanner
{
	margin: 0 0 20px;
}

#sideBar p
{
	margin: 10px 10px 0;
}

#mainBar
{
	width: 500px;
	margin: 30px 25px;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.products2Module #mainBar
{
	width: 755px;
	margin: 30px 0 30px 25px;
}

#prodFooter
{
	margin: 20px 0 0;
}

#rhBar
{
	width: 210px;
	margin: 35px 0;
}

.breadcrumb
{
	position: relative;
	right: 8px;
	font-size: 12px;
	margin: 0;
	display: none;
}

.breadcrumb a
{
	text-decoration: none;
}

.breadcrumb a:hover
{
	text-decoration: underline;
}

#sponsors .wrapper
{
	margin: 9px auto;
	height: 107px;
	background: #595359 url(../images/sponsor-corner.gif) bottom left no-repeat;
}

#sponsors h4
{
	float: left;
	font: normal 13px "PT Sans", sans-serif;
	color: #fff;
	width: 65px;
	margin: 20px 0 0 7px;
}

#slider
{
	float: right;
	width: 870px;
	height: 93px;
	overflow: hidden;
	margin: 7px 7px 7px 0;
	padding: 0;
	background: #fff;
}

#sponsors ul
{
	margin: 0;
	padding: 0;
}

#sponsors ul li
{
	float: left;
	list-style: none;
	margin: 0 6px;
	padding: 10px 0;
}

/* 4. Foot
----------------------------------------------*/


#foot p
{
	font-size: 11px;
}

#foot a
{
	color: #09789a;
	text-decoration: none;
}

#foot p a:hover
{
	text-decoration: underline;
}

#foot .credits,
#foot .footnav
{
	padding: 15px 0;
}

#foot .credits p
{
	float: left;
	margin-right: 10px;
}

#foot ul
{
	float: right;
	margin: 0 0 5px;
	padding: 0;
}

#foot  li
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#foot li a
{
	display: inline-block;
	padding: 0 5px;
	border-right: 1px solid #444;
	line-height: 10px;
	font-size: 11px;
}

#foot  li.end a
{
	border: 0;
	padding-right: 0;
}

/* 5. General Styles
----------------------------------------------*/

.left
{
	float: left;
}

.right
{
	float: right;
}

.form-link
{
}

#TB_window
{
	border: 4px solid #fff !important;
}

#TB_window #TB_title,
#TB_window #TB_closeAjaxWindow
{
	height: auto !important;
	padding: 0 !important;
	background: none !important;
	text-indent: -999em !important;
}

#TB_window #TB_closeWindowButton
{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/fancy_closebox.png) no-repeat 0 0;
	color: transparent;
	font-size: 0 !important;
	text-indent: -999em !important;
	cursor: pointer;
	position: absolute !important;
	top: -15px !important;
	right: -15px !important;
}

#TB_ajaxContent
{
	padding: 25px !important;
}

#TB_ajaxContent h3
{
	margin: 0 !important;
	font-size: 20px !important;
}

#TB_ajaxContent p
{
	margin: 0 !important;
	padding: 0 !important;
	font-size: 12px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
}

#TB_window img#TB_Image
{
	border: 0 !important;
}