@charset "utf-8";

/* Normalisation Adapted from HTML5 Boilerplate 2 (20111003 JX) */   
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Customize the background color to match your design
 */
::-moz-selection { background: #666; /*grey*/ color: #fff; text-shadow: none; }
::selection { background: #666; /*grey*/ color: #fff; text-shadow: none; }
/* =============================================================================
   Links
   ========================================================================== */
a { color: #8d2525; text-decoration:none; } 
a:visited { color: #0c5ba3; /*blue*/ }
a:hover { color: #033d53; /*red*/ }
a:focus { outline: thin dotted; }
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }
/* CSS3 transitions on links */
a {
	/* Firefox 4 */
	-moz-transition-property:color, background-color, border-color;
	-moz-transition-duration:0.2s;
	-moz-transition-timing-function:ease-in-out;
	-moz-transition-delay:0s;
	/* Safari and Chrome */
	-webkit-transition-property:color, background-color, border-color;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:ease-in-out;
	-webkit-transition-delay:0s;
	/*native CSS3*/
	transition-property: color, background-color, border-color;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* =============================================================================
   Lists
   ========================================================================== */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
/*
 * Correct overflow not hidden in IE9 
 */
svg:not(:root) { overflow: hidden; }
/* =============================================================================
   Forms
   ========================================================================== */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }
/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
legend { border: 0; *margin-left: -7px; padding: 0; }
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 * 4. Remove default iOS styling (JX20111006)
 * 5. Remove default focus outline styling in webkit browsers (JX20111004)
 */
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; -webkit-appearance:none; -webkit-border-radius:0px; }
button:focus, input:focus, select:focus, textarea:focus { outline: none; }
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button, input { line-height: normal; *overflow: visible; }
/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button, table input { *overflow: auto; }
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */
textarea { overflow: auto; vertical-align: top; resize: vertical; }
/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid {  }
/* =============================================================================
   Tables
   ========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: MP 20111026
   ========================================================================== */
   
/* ------------------------------------------------------------------------------ */
/* global */
/* ------------------------------------------------------------------------------ */
body { 
	color:#232323;
	background:#9f977b;
	background-image:url(../img/body-bg.jpg);
	background-position:0 0;
	background-repeat:repeat;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:20px;/*1.5x of font-size*/
}

.bgGradient{
	width:100%;
	height:300px;
	position:absolute;
	top:0;left:0;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxNTYzMiIgc3RvcC1vcGFjaXR5PSIwLjE5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iI2EzOWE3YyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNGFjOTAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(97,86,50,0.19) 0%, rgba(163,154,124,0) 79%, rgba(180,172,144,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(97,86,50,0.19)), color-stop(79%,rgba(163,154,124,0)), color-stop(100%,rgba(180,172,144,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(97,86,50,0.19) 0%,rgba(163,154,124,0) 79%,rgba(180,172,144,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(97,86,50,0.19) 0%,rgba(163,154,124,0) 79%,rgba(180,172,144,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(97,86,50,0.19) 0%,rgba(163,154,124,0) 79%,rgba(180,172,144,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(97,86,50,0.19) 0%,rgba(163,154,124,0) 79%,rgba(180,172,144,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30615632', endColorstr='#00b4ac90',GradientType=0 ); /* IE6-8 */ 
}
	/* container (can be used as a page background container) */
	#container { 
		position:relative;
		width:100%;
		min-width:980px;
		margin:0;
		padding:0;
	}
	
/* ------------------------------------------------------------------------------ */
/* header */
/* ------------------------------------------------------------------------------ */
#header {
	width:880px;
	height:206px;
	margin:37px auto 0;
	background:url(../img/header-back.jpg) 0 0 no-repeat;
	overflow:hidden;
	padding:30px 40px;
	overflow:hidden;
	position:relative;
	/*border-radius*/-webkit-border-radius:9px 9px 0 0; border-radius:9px 9px 0 0;
	/*background-clip*/-moz-background-clip:padding; -webkit-background-clip:padding-box; background-clip:padding-box;

}
	#header span{
		color:#d5ccb9;
		font-family: 'OpenSansSemibold';
		font-size:13px;
		font-weight:normal;
		text-transform:uppercase;
		line-height:50px;
		margin:0 0 29px 0;
		/*text-shadow*/
		text-shadow: 0px 1px 1px #631515;
	}
	#header h1 {
		color:#f2f2f2;
		font-family: 'Museo300';
		font-size:25px;
		font-weight:normal;
		line-height:27px;
		margin:0 0 2px 0;
		/*text-shadow*/
		text-shadow: 0px 1px 1px #631515;
		border: 0 none;
		background:none;
	}
	#header h1 b{font-family: 'MuseoSlab500';}
 

	/*nav*/ 
	#nav {
		background:url(../img/trans-red.png) 0 0 repeat transparent;
		margin:0;
		padding:0;
		width:100%;
		height:45px;
		overflow:hidden;
		position:absolute;
		bottom:0;left:0; }
		/*nav items*/
		#nav li, #nav a {
			font-family: 'OpenSansRegular';
			font-size:11px;
			text-transform:uppercase;
			text-decoration:none;
			color:#FFF;
			display:block;
			position:absolute;
			top:0;
			margin:0;
			padding:9px 0 0;
			height:35px;	
			text-align:center;
			vertical-align:middle;	
			line-height: 14px;
		}	
		#nav00 icon { font-size:23px !important;}
		#nav00 { width: 45px; left:  0px; border-right:1px solid #5a1616; }
		#nav01 { width:150px; left: 46px; border-right:1px solid #5a1616; }
		#nav02 { width:142px; left:197px; border-right:1px solid #5a1616; }
		#nav03 { width:146px; left:340px; border-right:1px solid #5a1616; }
		#nav04 { width:118px; left:487px; border-right:1px solid #5a1616; } 
		#nav05 { width:114px; left:606px; border-right:1px solid #5a1616; } 
		#nav06 { width:127px; left:721px; border-right:1px solid #5a1616; } 
		#nav07 { width:112px; left:849px; border-right:none; } 
		
			/*nav links*/
			#nav a { width:100%; left:0; }
			#nav a:hover, #nav a.selected { background-image:none; background-color:#641818; }
			#nav a.selected { cursor:default!important; }
			
			#nav00 a:hover,
			#nav01 a:hover, 
			#nav02 a:hover,
			#nav03 a:hover,
			#nav04 a:hover,
			#nav05 a:hover,
			#nav06 a:hover,
			#nav07 a:hover { background-image:none; background-color:#9d2c2c; } 
			
			#nav00 a.selected,#nav00 a.selected:hover, 
			#nav01 a.selected,#nav01 a.selected:hover, 
			#nav02 a.selected,#nav02 a.selected:hover, 
			#nav03 a.selected,#nav03 a.selected:hover, 
			#nav04 a.selected,#nav04 a.selected:hover,  
			#nav05 a.selected,#nav05 a.selected:hover,
			#nav06 a.selected,#nav06 a.selected:hover,
			#nav07 a.selected,#nav07 a.selected:hover{ background-img:none; background-color:#641818;  } 


/* ------------------------------------------------------------------------------ */
/* main */
/* ------------------------------------------------------------------------------ */
#main {
	margin:0 auto;
	padding:0;
	width:960px;
	height:auto;
	overflow:hidden;
	position:relative; 
	background-color:#fbfbf5;
	-moz-box-shadow:   	  0px 3px 3px 1px #9F987F;
	-webkit-box-shadow:   0px 3px 3px 1px #9F987F;
	box-shadow:           0px 3px 3px 1px #9F987F; 
	/*border-radius*/-webkit-border-radius:0 0 9px 9px; border-radius:0 0 9px 9px;
	/*background-clip*/-moz-background-clip:padding; -webkit-background-clip:padding-box; background-clip:padding-box;
}
body.home #main {
	/*custom background*/
}
	 

/* ------------------------------------------------------------------------------ */
/* content */
/* ------------------------------------------------------------------------------ */
#content {
	width:100%;
	margin:0;
	padding: 0;
	overflow:hidden;
	position:relative;
	z-index:9;
}
body.home #content { background:none; }

	/*columns*/
	#columns {
		width:880px;
		height:auto;
		margin:0 auto;
		padding:50px 40px 0; 
		position:relative;
	}
	#columnsUneven{
		width:960px;
		height:auto;
		margin:0 auto;
		padding:0; 
		position:relative;
	}
	/*columnsWrapper*/
	.columnWrapper {
		width:880px;
		height:auto;
		margin:0 auto;
		padding:0 40px; 
		position:relative; 
	}
	body.home #columns { min-height:260px; }
	.ie6 body.home #columns { height:260px; overflow:visible; }
		
		/*columns - common*/
		.columnLeft,
		.columnRight,
		.columnFull {
			min-height:370px;
			margin:0;
			height:auto;
			overflow:hidden;
			position:relative;
		}
		body.home .columnLeft,
		body.home .columnRight { 
			min-height:280px; }
		
		/*column left*/
		.columnLeft {
			width:420px;
			padding:0;margin:0 40px 0 0;
			float:left!important;	
			clear:left!important; 
		} 		
		.columnLeftSmall.contentViewport  {
			width:195px;
			padding:55px 50px;margin:0;
			float:left!important;	
			clear:left!important; 
			background-color:#f0ebda;
		} 
		
		/*column right*/
		.columnRight {
			width:420px;
			float:right!important;
			clear:right!important; 
		}
		.columnRightLarge { 
			float:right!important;
			clear:right!important; 
		}			
		/*column right - contentViewport*/
		.contentViewport {
			width:420px;
			padding: 0 0 50px;
			/*padding:20px 30px;*/
		}
		
		.columnRightLarge.contentViewport {
			width:585px !important; 
			padding:95px 40px 55px;
		}
		
		/*column - full*/
		.columnFull {
			position:relative;
			width:900px; 
			padding:20px 40px;
			float:none;
			clear:both;
			overflow:hidden;
		}
		/*column - full contentViewport*/
		.columnFull .contentViewport { /*customisation*/ }
				

/* ------------------------------------------------------------------------------ */
/* side nav */ 
/* ------------------------------------------------------------------------------ */
#sideNav {
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
	width:280px;
	overflow:hidden;
}
	/*level 1 nav items*/
	#sideNav li {
		color:#232323;
		font-size:13px;
		font-weight:bold;
		line-height:16px;
		margin:0 0 0 24px;
		padding:0 0 6px 0;
		width:232px;
		overflow:hidden;
		border-bottom:1px dotted #999;
	}	
	#sideNav li.last-child { border-bottom:none; }
	#sideNav li:last-child { border-bottom:none; }
	
	/*level 1 links*/
	#sideNav li a,
	#sideNav li a:link,
	#sideNav li a:active,
	#sideNav li a:visited {
		color: #555;
		background:url(../img/blt-sidenav-lv1.png) 1px 15px no-repeat; 
		text-decoration: none; 
		display: block; 
		margin:0;
		padding:10px 0 10px 15px;
	}
	#sideNav li a:hover { color:#000; }
	
		/*level 2 nav items*/
		#sideNav li ul { list-style:none; margin:0; padding:0 0 10px 16px; display: none; }
		#sideNav li.selected ul { display: block; }
		#sideNav li li {
			color:#555;
			font-size:12px;
			font-weight:bold;
			line-height:14px;
			margin:0;
			padding:0;
			width:170px;			
		}		
		#sideNav li li { border-bottom:none; }
		#sideNav li li.last-child { border-bottom:none; }
		#sideNav li li:last-child { border-bottom:none; }
		
		/*level 2 links*/
		#sideNav li li a,
		#sideNav li li a:link,
		#sideNav li li a:active,
		#sideNav li li a:visited { color: #555; background:url(../img/blt-sidenav-lv2.png) 0 9px no-repeat; padding:5px 0 5px 15px; margin:0; }
		#sideNav li li a:hover { color: #000 !important;	}
	
	/*selected*/
	#sideNav li .selected,
	#sideNav li li.selected a { color: #000 !important; }
	#sideNav li a.selected:hover,  	
	#sideNav li li.selected a:hover { color: #000 !important; cursor: default !important; } 	
	
/* ------------------------------------------------------------------------------ */
/* Mega footer */
/* ------------------------------------------------------------------------------ */
#megaFooter{
	width:960px;
	height:170px;
	background-color:#f5f1e3;
	position:relative;
	/*border-radius*/-webkit-border-radius:0 0 9px 9px; border-radius:0 0 9px 9px;
	/*background-clip*/-moz-background-clip:padding; -webkit-background-clip:padding-box; background-clip:padding-box;
}

	#megaFooter #iconEmail{
		 display:block;
		 width:53px;
		 height:53px;
		 background:url(../img/icon-email.png) 0 0 no-repeat;
		 position:absolute;
		 left:33px;
		 top:33px;
	}
	
	#megaFooter .contactInfo{
		 display:block;
		 width:530px;  
		 position:relative;
		 margin-left:95px;
		 top:50px;
	}

	#megaFooter .contactInfo h2{
		 font-family: 'Museo700';
		 font-size:	16px;
		 font-weight:normal;
		 padding:0;
		 margin:0;
		 color:#8d2525;
	}
	
	#megaFooter .logo{
		 display:block;
		 width:142px;
		 height:80px;
		 position:absolute;
		 right:33px;
		 top:45px;
	}

/* ------------------------------------------------------------------------------ */
/* footer */
/* ------------------------------------------------------------------------------ */
#footer {
	margin:0 auto;
	width:960px;
	height:50px;
	position:relative; 
}
	/*copyright links*/
	#footer ul {
		color:#75746a;
		font-size:11px;
		line-height:11px;
		width:940px;
		padding:20px 20px 0 20px;
		margin:0;
	}	
	#footer a,
	#footer a:link,
	#footer a:visited,
	#footer a:active { color:#75746a; text-decoration:none; }
	#footer a:hover  { color:#FFF; text-decoration:underline; }
	/*FW logo*/
	#FWenabled, #FWenabled a { float:right; width:120px; height:20px; margin:0 20px 0 0; padding:0; border:none!important; }
	#FWenabled a { float:none; background:url(../img/sprite-fw.png) 0px -20px no-repeat; margin-top:-5px; }
	#FWenabled a:hover { background-position:0px 1px; }


/* ------------------------------------------------------------------------------ */
/* Buttons */
/* ------------------------------------------------------------------------------ */
a.findMore{
	 font-family: 'Museo500';
	 font-size: 13px;
	 line-height:18px;
	 color:#8d2525; 
	 padding:0; margin:0 0 20px;	
	 text-transform:uppercase;
	 text-decoration:none;
	 /*text-shadow*/
	 text-shadow: 0px 1px 1px #FFF;
}

a.findMore i{ font-size:16px; padding-left:3px; padding-top:2px; }

a.findMore:hover{ color:#033d53; }

a.regNowsmall{
	width:370px;
	height:95px;
	padding:0;
	margin:0;
	background:url(../img/btn-regnow.jpg) 0 0 no-repeat;
}

a.regNowsmall:hover{ background-position:0 -96px; }
/* ------------------------------------------------------------------------------ */
/* Workshops */
/* ------------------------------------------------------------------------------ */
ul.workShopPod{
	width:100%;
	padding:0; margin:40px 0 80px !important;	
	display:block;
	min-height:250px;
}

body.home ul.workShopPod{ margin:20px 0 70px !important; }
	
	ul.workShopPod li{
		width:418px; height:87px;
		display:block;
		padding:0; margin:0;	
		border-bottom:1px solid #dbd9d2;
		position:relative;
	}
	
	ul.workShopPod .clearBorder{border-bottom:none !important;}
	
	body.home ul.workShopPod li,
	 ul.workShopPod li{
		width:418px; min-height:72px;
		height:auto;
		display:inline-block;
		padding:5px 0 25px; margin:0;
		vertical-align:top;	
		position:relative;
		background:none;
	}
	
	.ie7 body.home ul.workShopPod li,
	.ie8 body.home ul.workShopPod li,
	.ie9 body.home ul.workShopPod li{ *display:inline; }
	 
	
	ul.workShopPod li .stateMap{ width:59px; height:77px; position:absolute; padding:0; margin:0; left:0; background-color:transparent; background-image:url(../img/sprite-states.png); background-position:0 0;}
	
	ul.workShopPod li .wsContent{ width:349px; height:auto; margin-left:69px; display:block; position:relative; padding-top:22px; }
	
	ul.workShopPod li a:hover,
	body.home ul.workShopPod li a{ text-decoration:none; }
	
	body.home ul.workShopPod li:nth-child(odd) {  
	   margin-right:40px;
	}
	
	.ie7 body.home ul.workShopPod li,
	.ie8 body.home ul.workShopPod li { margin-right:20px; }
	
	ul.workShopPod li h1{ 
		 font-family: 'OpenSansRegular';
		 font-size: 18px;
		 line-height:23px;
		 color:#292929;
		 background:none;
		 padding:0; margin:0;
	 }
	 ul.workShopPod li h1 strong{
		font-family: 'OpenSansBold'; 
	 }
	 
	 ul.workShopPod li p{ 
	 	padding:0;
		margin:0;
		line-height:22px;
		 color:#292929;
	 }
	 
	  ul.workShopPod li p span{
		color:#1d798f; 
		font-size: 14px; 
	  }

	ul.workShopPod li .stateMap.NSW{ background-position:0 	0; }
	ul.workShopPod li .stateMap.QLD{ background-position:0 -77px; }
	ul.workShopPod li .stateMap.SA{	 background-position:0 -154px; }
	ul.workShopPod li .stateMap.VIC{ background-position:0 -231px; }
	ul.workShopPod li .stateMap.WA{ background-position:0 -308px; }
	ul.workShopPod li .stateMap.NT{ background-position:0 -385px; }
	ul.workShopPod li .stateMap.TAS{ background-position:0 -462px; }
	ul.workShopPod li .stateMap.ACT{ background-position:0 -539px; }

/* ------------------------------------------------------------------------------ */
/* common - FORM */
/* ------------------------------------------------------------------------------ */

/*common*/ 
.formView select,
.formView .selectLabel,
.formView button,
.formView .button {
	/*border-radius*/ -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
	/*bg gradient*/
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #ffffff 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top, #ffffff 0%,#e8e8e8 100%); /* IE10+ */
	background:linear-gradient(top, #ffffff 0%,#e8e8e8 100%); /* W3C */ }
 
.ie6 .formView select,
.ie7 .formView select,
.ie8 .formView select,
.ie6 .formView .selectLabel,
.ie7 .formView .selectLabel,
.ie8 .formView .selectLabel,
.ie6 .formView button,
.ie7 .formView button,
.ie8 .formView button,
.ie6 .formView .button,
.ie7 .formView .button,
.ie8 .formView .button { background:#fdfdfd; }

/*container*/
.formView { position:relative; } 

	/*select common*/
	.formView select,
	.formView .select,
	.formView .selectLabel,
	.formView .opt,
	.formView .opt a {
		color:#151515; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; line-height:20px; 
		text-decoration:none!important; text-shadow:0 1px 0 rgba(255,255,255,0.6); }
	/*select*/
	.formView select,
	.formView .select,
	.formView .selectLabel { position:relative; margin:0; } 
	.formView select,
	.formView .selectLabel { border:1px solid #c9c9c9; }
	.formView .selectLabel { height:20px; padding:5px 29px 5px 19px; }
	
	/*fieldset*/
	.formView fieldset { 
		/*layout*/display:block; position:relative; width:auto; height:auto; margin:0; padding:0; overflow:visible;
		/*style*/color:#000; background:none; border:none; }
	.formView fieldset.col425 { width:425px; }
	.formView fieldset.col290 { width:290px; }
	.formView fieldset.col280 { width:280px; }
	.formView fieldset.col85 { width:85px; } 
		
	/*label*/
	.formView label { 
		/*layout*/display:block; width:auto; height:auto; margin:0 0; padding:0 0 10px 0; overflow:hidden;
		/*style*/color:#242424;
		/*text*/font-family:'OpenSansRegular',sans-serif; font-size:13px; font-weight:normal; line-height:20px; }
	
	/*label synod*/
	.formView .label { 
		color:#151515; font-family:'OpenSansRegular',sans-serif; font-size:12px; font-weight:normal; line-height:20px; 
		text-decoration:none!important; text-shadow:0 1px 0 rgba(255,255,255,0.6);
		padding:6px 0;  }
	
	/*label small*/
	.formView .labelSml { 
		color:#151515; font-family:Arial,Helvetica,sans-serif; font-size:12px; font-weight:bold; line-height:20px; 
		text-decoration:none!important; text-shadow:0 1px 0 rgba(255,255,255,0.6);
		padding:0 0 5px 0; }
		
	/*input - text*/
	.formView input.text {
		/*layout*/display:block; position:relative; width:525px; height:16px; margin:0; padding:10px; overflow:hidden;
		/*style*/color:#000; background:#fff; border:1px solid #d3d3d3; 
		/*text*/font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal; line-height:15px;
		/*border-radius*/-webkit-border-radius:4px; border-radius:4px;
		/*background-clip*/-moz-background-clip:padding; -webkit-background-clip:padding-box; background-clip:padding-box;
		/*box-shadow*/-webkit-box-shadow:inset 0px 1px 0px 0  rgba(0,0,0,0.1); box-shadow:inset 0px 1px 0px 0  rgba(0,0,0,0.1); }
	.formView input.text:focus { 
		background-color:#ffffe8; border-color:#b6ad90;
		/*box-shadow*//*-webkit-box-shadow:inset 1px 1px 2px 0px rgba(0,0,0,0.1), 0px 0px 5px 0px rgba(24,173,252,0.6); box-shadow:inset 1px 1px 2px 0px rgba(0,0,0,0.1), 0px 0px 5px 0px */rgba(24,173,252,0.6); }
	.formView input.text[disabled],
	.formView input.disabled { 
		/*opacity*/
		opacity:0.4;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
		filter:alpha(opacity=40); }
	
	/*textarea*/
	.formView textarea,
	.formView .textarea {
		/*layout*/display:block; position:relative; width:88%; height:80px; margin:0; padding:15px; overflow:auto;
		/*style*/color:#000; background:#fff; border:1px solid #d3d3d3; 
		/*text*/font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal; line-height:20px;
		/*interaction*/resize:vertical;
		/*border-radius*/-webkit-border-radius:3px; border-radius:3px;
		/*background-clip*/-moz-background-clip:padding; -webkit-background-clip:padding-box; background-clip:padding-box;
		/*box-shadow*/-webkit-box-shadow:inset 1px 1px 2px 0px rgba(0,0,0,0.1); box-shadow:inset 1px 1px 2px 0px rgba(0,0,0,0.1);
		resize: none; }
	.formView textarea:focus,
	.formView .textarea:focus { 
		background-color:#ffffe8; border-color:#b6ad90;
		/*box-shadow*//*-webkit-box-shadow:inset 1px 1px 2px 0px rgba(0,0,0,0.1), 0px 0px 5px 0px rgba(24,173,252,0.6); box-shadow:inset 1px 1px 2px 0px rgba(0,0,0,0.1), 0px 0px 5px 0px rgba(24,173,252,0.6);*/ }
	.formView .textarea.readonly { color:#777; }
	.formView .textarea ul,
	.formView .textarea ol { margin:0; padding:10px 10px 10px 30px; }
	.formView .textarea li { margin:0; padding:0 0 10px 0; }
	.formView .textarea p { margin:0; padding:0 0 10px 0; }
	
	/*button*/
	.formView .btnForm {  
		/*layout*/display:inline-block; width:auto; height:40px; margin:37px 0; padding:0 19px; overflow:hidden;
		/*style*/color:#000; border:1px solid #c9c9c9; text-shadow:0 1px 0 rgba(255,255,255,0.6); 
		/*text*/font-family:verdana,sans-serif; font-size:15px; font-weight:bold; line-height:38px; text-transform:uppercase;
		/*interaction*/text-decoration:none!important; cursor:pointer!important;
		/*rdaius*/
		-webkit-border-radius: 19px;
		-moz-border-radius: 19px;
		border-radius: 19px;
		color:#fff; border-color:#038eda; text-shadow:0 -1px 0 rgba(0,0,0,0.6); 
		/*background-gradient*/ 
			background-color:#0171c1;
			background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2)));
			background-image:-webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
			background-image:-moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
			background-image:-o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
			background-image:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); ;
		/*transition*/
		-webkit-transition:all 0.15s ease-in-out;
		-moz-transition:all 0.15s ease-in-out;
		-o-transition:all 0.15s ease-in-out;
		transition:all 0.15s ease-in-out; }
		
	.ie6 .formView .btnForm,
	.ie6 .formView .btnForm,
	.ie7 .formView .btnForm,
	.ie7 .formView .btnForm,
	.ie8 .formView .btnForm,
	.ie8 .formView .btnForm, 
	.ie9 .formView .btnForm,
	.ie9 .formView .btnForm { background:#038eda; }
	
	.formView .btnForm:hover,
	.formView .btnForm:focus { 
		color:#fff; border-color:#038eda; text-shadow:0 -1px 0 rgba(0,0,0,0.6); 
		/*background-gradient*/
			background-color:#18adfc;
			background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2)));
			background-image:-webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
			background-image:-moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
			background-image:-o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
			background-image:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); }
	.ie6 .formView .btnForm:hover,
	.ie6 .formView .btnForm:focus,
	.ie7 .formView .btnForm:hover,
	.ie7 .formView .btnForm:focus,
	.ie8 .formView .btnForm:hover,
	.ie8 .formView .btnForm:focus, 
	.ie9 .formView .btnForm:hover,
	.ie9 .formView .btnForm:focus { background:#18adfc; }
	
	.formView .btnForm:active { 
		color:#eee; border-color:#038eda; text-shadow:0 -1px 0 rgba(0,0,0,0.6); 
		/*box-shadow*/-webkit-box-shadow:inset 0px 2px 2px 0px rgba(0,0,0,0.6); box-shadow:inset 0px 2px 2px 0px rgba(0,0,0,0.6);
		/*background-gradient*/
		background-color:#1c80d0;
		background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.2)));
		background-image:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);
		background-image:-moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);
		background-image:-o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);
		background-image:linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%); }
	.ie6 .formView .btnForm:active,
	.ie7 .formView .btnForm:active,
	.ie8 .formView .btnForm:active,
	.ie9 .formView .btnForm:active { background:#1c80d0; }
	
	.formView #btnSubmit { width:auto;}
	
	ul#loginSupportOptions{ 
		display:inline-block; 
		padding-left:0;
	 }
	 
	ul#loginSupportOptions li{  
		background:none;
	 }
	ul#loginSupportOptions li a:hover{ text-decoration:none; }
	.ie6 .formView #loginSupportOptions,
	.ie7 .formView #loginSupportOptions,
	.ie8 .formView #loginSupportOptions,
	.ie9 .formView #loginSupportOptions { *display:inline; vertical-align:middle; margin-top:21px }
	
	.messageBody ul { margin:10px 0 0 0 !important; }
	
/*CUSTOM FORMS*/
#registrationForm input.text{ width:365px; }
#registrationForm input.acssCode { width:95px; font-size: 19px; }	
#registrationForm { margin:60px 0 0 ; } 

#requestForm input.short { width:95px; }	
#requestForm { margin:60px 0 0 ; } 


/* ------------------------------------------------------------------------------ */
/* sections - RESOURCES */ 
/* ------------------------------------------------------------------------------ */ 

.errorMessage, .successMessage {
    color: #222222;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 20px;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    width: auto;
}
.systemMessage {
    padding: 20px 59px 20px;
}
.systemMessageRstPass,
.errorMessage .systemMessage {
    background: url("../img/ico-error.png") no-repeat scroll 15px 15px #F0C6D4;
    border-top: 1px solid #FEF5F8;
}
.systemMessageRstPass{ padding: 20px 50px 20px 60px; }
.successMessage .systemMessage {
    background: url("../img/ico-success.png") no-repeat scroll 15px 15px #C9DFAE;
    border-top: 1px solid #F6F9F0;
}
.systemMessage .cappingTop, .systemMessage .cappingBottom {
    display: none;
}
.errorMessage .messageBody p {
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px;
} 
.errorMessage .messageBody ul {
    list-style-position: inside;
    padding-bottom: 20px;
}
.successMessage .messageBody p, .successMessage .messageBody ul, .successMessage .messageBody li {
    font-weight: bold;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.successMessage .messageBody p, .successMessage .messageBody li {
    padding: 0 0 20px;
}
	
/* ------------------------------------------------------------------------------ */
/* sections - RESOURCES */ 
/* ------------------------------------------------------------------------------ */

ul#resourceLinks{
	margin:-2px 0 0;
	padding:0; 
}

ul#resourceLinks li{
	min-height:20px;
	width:100%;
	padding:10px 0; margin:0;
	background:none;
	border-bottom:1px solid #bab7ae;
	vertical-align:middle;	
	font-family: 'OpenSansSemibold';
	font-weight:normal;
	font-size:14px;
}
	ul#resourceLinks li a{ text-decoration:none; color:#292929; }
	ul#resourceLinks li a:hover{ text-decoration:none;color: #018cb5; }
	ul#resourceLinks li a.selected{ text-decoration:none;color: #018cb5; }

ul#resourceList{
	margin:10px 0 0;
	padding:0;
	position:relative; 
}

ul#resourceList li{
	min-height:50px;
	width:100%;
	padding:20px 0 12px; margin:0;
	background:none;
	border-top:1px solid #bab7ae;
	vertical-align:middle;	
	font-family: 'OpenSansRegular';
	font-weight:normal;
	position: relative;
	font-size:14px;
}
	ul#resourceList li a{ text-decoration:none; color:#292929; position:relative; width:100%; display:block;}
	ul#resourceList li a:hover{ text-decoration:none;color: #018cb5; } 
	
	ul#resourceList li a:hover .resContent span.title{ color: #8D2525; }
	
	ul#resourceList li .resContent{
		width:385px;
		margin-left:70px;
		position:relative;
	}
	ul#resourceList li .resContent span.title{
		font-family: 'OpenSansBold';
		font-size: 18px;
	}
	
	ul#resourceList li .resIcon{
		position:absolute;
		float:left;
		left:0;
		width:44px;
		height:47px;
		background:url(../img/format-icons.png)	 0 0 #fbfbf5;
	}
	
	ul#resourceList li .resBtn{
		width:101px;
		height:25px;
		display:block;
		position:absolute; 
		float:right;
		right:0;
		padding:0;
		margin:0;
		background:url(../img/btn-sprite.png) 0 0;
		top: 7px;
	}
 
 	ul#resourceList li .resBtn.btnDown{ background-position:0 0 }
 	ul#resourceList li:hover .resBtn.btnDown{ background-position:0 -26px }
 	ul#resourceList li .resBtn.btnView{ background-position:0 -52px }
 	ul#resourceList li:hover .resBtn.btnView{ background-position:0 -78px }
	 
	 
	 ul#resourceList li .resIcon.pdf	{ background-position: 	 0 	  0; }
	 ul#resourceList li .resIcon.audio	{ background-position: -44px  0; }
	 ul#resourceList li .resIcon.ppt	{ background-position: -88px  0; }
	 ul#resourceList li .resIcon.doc	{ background-position: -132px 0; }
	 ul#resourceList li .resIcon.video	{ background-position: -176px 0; }
	 ul#resourceList li .resIcon.link	{ background-position: -220px 0; }
	 
/* ------------------------------------------------------------------------------ */
/* sections - HOME */ 
/* ------------------------------------------------------------------------------ */

/*Text styles*/
body.home h1 {  
 	font-family: 'Museo500'; 
	color:#8d2525;
	font-size:30px; 
	line-height:32px; 
	font-weight:normal; 
	font-style:normal; 
	margin:0px 0px 0px 0px; 
	padding: 0px 0px 20px 0px; 
	background:url(../img/h1-underline.gif) 0 bottom no-repeat;
}

#header h1 { padding:0 0 8px 0; }  

/*content specific*/ 
body.home .columnWrapper#row01 {
	padding-top:50px; 
	background:url(../img/row-01-bg.png) 0 bottom repeat-x #f5f1e3;
	overflow:visible;
}
	body.home .columnWrapper#row01 .bgGradient{
		height:200px;
		opacity:0.4;
	}
	
body.home .columnWrapper#row02 {
	padding-top:50px; 
	background:url(../img/row2-bg.jpg) right 0 no-repeat #e5dcc6; 
}

	body.home .columnWrapper#row02 .row2Bottom{
		background:url(../img/row-02-bottom.png) 0 bottom repeat-x #e5dcc6;
		width:100%;
		height:43px;
		position:absolute;
		bottom:0;
		left:0;
	}
	
	a.btnViewSched{ display:none; }
	
	body.home a.btnViewSched{
		/*display:block;*/
		width:210px;
		height:40px;
		position:absolute;
		left:50%;
		margin-left:-105px;
		background:url(../img/view-sched-btn.png) 0 0 no-repeat transparent;
		z-index:100;
		top: -19px;
	}
	
	body.home a.btnViewSched:hover{ 
		background-position:0 -40px;  
	}
	
	a.regNow{
		display:block;
		width:415px;
		height:151px;
		position:absolute; 
		background:url(../img/home-button.png) 0 0 no-repeat transparent;
		z-index:100;
		top:50px;
	}
	
	a.regNow:hover{ 
		background-position:0 -152px;  
	}

/*body.home .columnLeft,
body.home .columnRight { padding-bottom:1000px; margin-bottom:-1000px; } 
*/
/*news*/
body.home #news {
	margin:0;
	padding:30px 20px;
	width:340px;
	overflow:hidden;
	position:relative;
	overflow:hidden;
	float:right;
}
	/*title*/
	body.home #news h2 {
		font-family:'StMarieThin', Arial, sans-serif;
		font-size:18px;
		line-height:22px;
		margin:0;
		padding:0;
	}
	/*newsListing*/	
	body.home .newsListing {
		margin:0;
		padding:0 0 0 0;
	}
		/*newsListing item content*/
		body.home .newsItem {
			display:block;
			position:relative;
			margin:20px 0 0 0;
			padding:0 0 20px 0;
			border-bottom:1px solid #aaa;
			width:100%;
			min-height:90px;
			cursor:pointer;
			color:#fff;
			text-decoration:none;
		}
		.ie6 body.home .newsItem  {
			height:90px;
			overflow:visible;
		}
		body.home .newsItem.last-child { border-bottom:none; padding-bottom:0; }
							
			/*imgThumb*/
			.newsItem .imgThumb {
				/*layout*/
				position:absolute; 
				top:0;
				left:0; 
				width:110px;
				height:90px; 
			}
				.newsItem .imgThumb img { 
					width:110px; 
					height:90px;
					display:block;
					border:1px solid #e8e8e8;
				}
			
			/*newsContent*/
			.newsItem .newsContent { 
				margin:0 0 0 130px;
			}
				.newsItem .newsContent p { 
					color:#333;
					font-size:12px; 
					font-weight:normal;
					line-height:18px; 
					margin:0;
					padding:0;
					text-decoration:none;
				}
				.newsItem .newsContent .title,
				.newsItem .newsContent .title a { 
					color:#666;
					font-size:16px;
					font-weight:bold; 
					padding:0 0 10px 0;
					text-decoration:none;
				}
				.newsItem .newsContent .date { 
					color:#666;
					font-size:11px;
					font-weight:bold;
					text-transform:uppercase; 
					margin:0;
					padding:0 0 4px 0;
				}
				
			/*newsListing item hover*/
			.newsItem:hover p { text-decoration:none; }
			.newsItem:hover .title a { text-decoration:underline; }
			.newsItem:hover .imgThumb img { border-color:#fff; }


/* ------------------------------------------------------------------------------ */
/* Common elements TOBEDONE */
/* ------------------------------------------------------------------------------ */
/*pagination*/
.pagination { 
	margin:0 0 20px 0;
	padding:10px 15px;
	height:18px;
	border-top:2px solid #333; 
	overflow:hidden;  
}
	.pagination .msg,
	.pagination .pages { line-height:20px; height:20px; margin:0; padding:0; width:auto; overflow:visible; }
	.pagination .msg   { color:#232323; font-size:12px; float:left; }
	.pagination .pages { text-align:right; float:right; }
	
		/*buttons global*/
		.pagination .pages .btnPrev,
		.pagination .pages .btnNext,
		.pagination .pages .btnPage {
			font-size:12px;
			font-weight:bold;
			line-height:20px;
			text-decoration: none;
			display:block; 
			float:left; 
			margin:0 2px;
			padding:0;  
			width:20px; 
			height:20px; 
			overflow:hidden;
		}
		
		/*navigation buttons*/
		.pagination .pages .btnPrev,
		.pagination .pages .btnNext {
			background-image:url(../img/sprite-contentviewport-pagination.png);
			background-repeat:0 0 no-repeat;	
			font-size:0px;
			line-height:0px;
			text-indent:-9999em;
			width:20px; 
		}
		.pagination .pages .btnPrev { margin-right:6px; }
		.pagination .pages .btnNext { margin-left:6px; }
		
		.pagination .pages .btnPrev       { background-position:   0px   0px; }
		.pagination .pages .btnPrev:hover { background-position: -20px   0px; }
		.pagination .pages .btnNext       { background-position:  -0px -20px; }
		.pagination .pages .btnNext:hover { background-position: -20px -20px; }
		
		/*page buttons*/
		.pagination .pages .btnPage,
		.pagination .pages .btnPage:link,
		.pagination .pages .btnPage:visited,
		.pagination .pages .btnPage:active { 
			color:#4d494b;
			text-align:center;
			background:#e2e2e2; 
			/*border-radius*/
			-webkit-border-radius:2px;
			-moz-border-radius:2px;
			border-radius:2px;
		}
		.pagination .pages .btnPage:hover,
		.pagination .pages .btnPage:focus { 
			background:#fff; 
			text-decoration:none;
		}
		.pagination .pages .btnPage.selected { 
			color:#fff!important;
			background:#999;
			cursor:default!important;
		}

/* ------------------------------------------------------------------------------ */
/* VIDEOS */
/* ------------------------------------------------------------------------------ */
.btnThumbVid .imgThumb{ display:none; }


/* ==========================================================================
   Common Styles
   Author: JX 20120127
   ========================================================================== */

/* text style */
.txtUpperCase       { text-transform:uppercase!important; }
.txtLowerCase       { text-transform:lowercase!important; }

/* layout */
.posAbs             { position:absolute!important; }
.posRel             { position:relative!important; }
.mcenter            { margin-left:auto!important; margin-right:auto!important; }
.acenter            { text-align:center!important; }

.dispInline         { display:inline!important; }
.dispInlineBlock    { display:inline-block!important; }
.dispBlock          { display:block!important; }

.overflowVis        { overflow:visible!important; }
.overflowHid        { overflow:hidden!important; }

.fleft              { float:left!important; }
.fright             { float:right!important; }
.fnone              { float:none!important; }
.cleft              { clear:left!important; }
.cright             { clear:right!important; }
.cboth              { clear:both!important; }

/* margin */
.mgnNone            { margin:0!important; }

.mgnTop0            { margin-top:0px!important; }
.mgnTop5            { margin-top:5px!important; }
.mgnTop10           { margin-top:10px!important; }
.mgnTop15           { margin-top:15px!important; }
.mgnTop20           { margin-top:20px!important; }
.mgnTop25           { margin-top:25px!important; }
.mgnTop30           { margin-top:30px!important; }

.mgnBtm0            { margin-bottom:0px!important; }
.mgnBtm5            { margin-bottom:5px!important; }
.mgnBtm10           { margin-bottom:10px!important; }
.mgnBtm15           { margin-bottom:15px!important; }
.mgnBtm20           { margin-bottom:20px!important; }
.mgnBtm25           { margin-bottom:25px!important; }
.mgnBtm30           { margin-bottom:30px!important; }

.mgnLft0            { margin-left:0px!important; }
.mgnLft5            { margin-left:5px!important; }
.mgnLft10           { margin-left:10px!important; }
.mgnLft15           { margin-left:15px!important; }
.mgnLft20           { margin-left:20px!important; }
.mgnLft25           { margin-left:25px!important; }
.mgnLft30           { margin-left:30px!important; }

.mgnRgt0            { margin-right:0px!important; }
.mgnRgt5            { margin-right:5px!important; }
.mgnRgt10           { margin-right:10px!important; }
.mgnRgt15           { margin-right:15px!important; }
.mgnRgt20           { margin-right:20px!important; }
.mgnRgt25           { margin-right:25px!important; }
.mgnRgt30           { margin-right:30px!important; }

/* padding */
.padNone            { padding:0!important; }

.padTop0            { padding-top:0px!important; }
.padTop5            { padding-top:5px!important; }
.padTop10           { padding-top:10px!important; }
.padTop15           { padding-top:15px!important; }
.padTop20           { padding-top:20px!important; }
.padTop25           { padding-top:25px!important; }
.padTop30           { padding-top:30px!important; }

.padBtm0            { padding-bottom:0px!important; }
.padBtm5            { padding-bottom:5px!important; }
.padBtm10           { padding-bottom:10px!important; }
.padBtm15           { padding-bottom:15px!important; }
.padBtm20           { padding-bottom:20px!important; }
.padBtm25           { padding-bottom:25px!important; }
.padBtm30           { padding-bottom:30px!important; }

.padLft0            { padding-left:0px!important; }
.padLft5            { padding-left:5px!important; }
.padLft10           { padding-left:10px!important; }
.padLft15           { padding-left:15px!important; }
.padLft20           { padding-left:20px!important; }
.padLft25           { padding-left:25px!important; }
.padLft30           { padding-left:30px!important; }

.padRgt0            { padding-right:0px!important; }
.padRgt5            { padding-right:5px!important; }
.padRgt10           { padding-right:10px!important; }
.padRgt15           { padding-right:15px!important; }
.padRgt20           { padding-right:20px!important; }
.padRgt25           { padding-right:25px!important; }
.padRgt30           { padding-right:30px!important; }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir { display:block; border:0; text-indent:-999em; overflow:hidden; background-color:transparent; background-repeat:no-repeat; text-align:left; direction:ltr; line-height:1px; }
.ir br { display: none; }
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear { clear:both; }
.clearer { float: none;	clear: both; height: 0;	line-height: 0;	overflow: hidden; visibility: hidden; }
/* convert a list of links to a horizontal line of links with pipe seps (JX 20111004) */
.listLinks { list-style:none; overflow:visible; }
	.listLinks li { float:left; padding-right:8px; margin-right:8px; border-right: 1px solid; background: none; }
	/*.listLinks li:last-child { border-right:none; padding-right:0; }*/
	.listLinks li.last-child { border-right:none; padding-right:0; }
	
/* common text styles */
.txtLowerCase { text-transform:lowercase; }
code { /*for style notes*/
	display:inline-block; margin:0 0 20px 0; padding:0 10px; clear:both;
	font-size:11px; font-weight:bold; line-height:20px; 
	color:#fff; background:#CC9; border-radius:10px;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.2);
	text-shadow:0 1px 0px rgba(0,0,0,0.2);
} 
.last-child{ border:none !important; }
/*debug styles 
p 	{ background-color:rgba(255,255,0,0.1); }
li 	{ background-color:rgba(255,0,0,0.1); }
a	{ background-color:rgba(0,0,255,0.1); }
h1,h2,h3,h4,h5 { background-color:rgba(0,255,0,0.1); } */

/* layout */
.posAbs             { position:absolute!important; }
.posRel             { position:relative!important; }
.posFix             { position:fixed!important; }