/* TABLE OF CONTENTS */
/* --------------------------------------------- NORMALIZATION */
/* --------------------------------------------- @FONT-FACE, BODY */
/* --------------------------------------------- HEADER */
/* ------------------------------------------------- TopLinks */
/* ------------------------------------------------- Nav */
/* --------------------------------------------- MEGA MENU */
/* --------------------------------------------- WRAPPER */
/* --------------------------------------------- CONTENT*/
/* ------------------------------------------------- Global Styles */
/* ------------------------------------------------- Home Page */
/* ----------------------------------------------------- Slider */
/* ------------------------------------------------- Inside Pages */
/* ----------------------------------------------------- Landing Pages */
/* ----------------------------------------------------- Info Box (Documents, News, etc.) */
/* ----------------------------------------------------- Thumbnail/Text Combo (Colleges, Committees, etc.) */
/* ----------------------------------------------------- Publications */
/* ----------------------------------------------------- Tables */
/* ----------------------------------------------------- Forms */
/* --------------------------------------------- SIDE BAR */
/* ------------------------------------------------- Ads */
/* ------------------------------------------------- Side Nav */
/* --------------------------------------------- FOOTER */


/* =============================================================================================
	NORMALIZATION - http://necolas.github.com/normalize.css/
============================================================================================= */

@import "normalize.css";

/* =============================================================================================
	@FONT-FACE, BODY
============================================================================================= */


@font-face {
    font-family: 'RudaBlack';
    src: url('../fonts/ruda/ruda-black-webfont.eot');
    src: url('../fonts/ruda/ruda-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ruda/ruda-black-webfont.woff') format('woff'),
         url('../fonts/ruda/ruda-black-webfont.ttf') format('truetype'),
         url('../fonts/ruda/ruda-black-webfont.svg#RudaBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RudaBold';
    src: url('../fonts/ruda/ruda-bold-webfont.eot');
    src: url('../fonts/ruda/ruda-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ruda/ruda-bold-webfont.woff') format('woff'),
         url('../fonts/ruda/ruda-bold-webfont.ttf') format('truetype'),
         url('../fonts/ruda/ruda-bold-webfont.svg#RudaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'RudaRegular';
    src: url('../fonts/ruda/ruda-regular-webfont.eot');
    src: url('../fonts/ruda/ruda-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ruda/ruda-regular-webfont.woff') format('woff'),
         url('../fonts/ruda/ruda-regular-webfont.ttf') format('truetype'),
         url('../fonts/ruda/ruda-regular-webfont.svg#RudaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}	
	
body {
	min-height: 100%;
	font: normal 13px/21px Verdana, Geneva, sans-serif;
	color: #333;
	} 
	.BodyStyle { background-color:#fff; } /* use this class to set body background colour so that it does not interfere with the WYSIWYG editor */



/* =============================================================================================
	HEADER
============================================================================================= */

.PrintHeader {display:none; }

#Header {	
	position:relative;
	z-index:2000;
	}

.SiteID { padding: 15px 0 ;}
	
	.Logo { 
		width:100%;
		max-width:297px;
		max-height: 132px;	
		margin: 0 auto;	
		display: block;
		}
		

@media only screen and (min-width: 45em) {	

	.Logo { float: left; }
	
	.RightSide { float: right; }
}

@media only screen and (min-width: 45em) and (max-width: 50em) {	

	.Logo { max-width:250px; max-height: 132px;	 }
	
}



/* ------------------------------------------------------------------------ Download App */

.App {
	 text-align: center;
	 margin: 30px auto 0 auto;
	 }

.DownloadApp {
	color: #034a63;
	font: 14px 'RudaBold', Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	padding: 2px 0;
	margin-right: 2px;
	display: block;
	}
	.App img {
		vertical-align: -45%; 
		padding:0 0 0 2px;
		 margin-top: 5px; 
		}
		
@media only screen and (min-width: 45em) {	

	.App {
		 text-align: right;
		  margin: 16px 0 0 0;
		 }

	.DownloadApp { 
	display: inline; 
	background: url(../../images/download-app-arrow.png) no-repeat right top;
	padding-right: 15px;
	}
	.App img { margin-top: 0; }
}
		
	
		
/* ------------------------------------------------------------------------ Download App */

.SearchBar {
	text-align: center;
	margin: 25px 0 10px 0;
	}

.SearchBar input[type="text"] {
	width: 160px;
	padding: 8px 6px 7px 6px;
	margin-right: -6px;
	vertical-align: 5%;
	height: 34px;
	
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	}
	.SearchBar.FrenchSearch input[type="text"] {width: 140px; }
	
.SearchBar input[type="submit"] {
	margin-top: 0;
	padding: 7px 15px;
	height: 34px;
	
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	}	
		

@media only screen and (min-width: 45em) {	

	.SearchBar {
		text-align: right;
		margin: 45px 0 0 0;
		}
		
		.SearchBar input[type="text"] {width: 230px;}
			.SearchBar.FrenchSearch input[type="text"] {width: 210px;}
		
		.SearchBar input[type="submit"] { padding: 7px 25px; }
}
	
@media only screen and (min-width: 45em) and (max-width: 50em) {	

	.SearchBar { margin: 30px 0 0 0; }
	
}
	
/* ------------------------------------------------------------------------ TopLinks */

.TopLinks {
	margin: 0 auto ;
	padding-bottom: 4px;
	color: #c4c4c4;
	position: relative;
	text-align: center;
	background: url(../../images/toplinks-bg.png) repeat-x left bottom;
	}
	.Links {
		margin: -7px 0 -4px 0;
		padding: 0; 
		display: inline-block;	
		list-style: none;
		position:relative;
		}
		.Links a {
			color: #b50937;
			text-decoration:none;
			padding:11px 6px;
			font: 12px 'RudaBold', Verdana, Geneva, sans-serif;
			}
		.Links a:hover { text-decoration:underline; }
		
		.Links a.FrenchLinks { font-size:10px;}
		
		.Links li {
			background-image: none;
			display: inline-block;
			padding: 0;
			margin: 35px 0 0 -4px;
			position:relative;
			z-index:500; 
			}
			.Links li.Social {
				margin:2px auto 5px auto;
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				margin-left:auto;
   				margin-right:auto;
				}
			
			.Links li span { display: none; }
			
			.Links li a { display: inline-block; }
				.Links a.Last {padding-right: 0; }
	
	/* Links submenu*/
	.Links ul {
		position:absolute;
		z-index: 999;
		top: auto; 
		left:0; 
		display: none; 
		margin:0 0 0 -1px; 
		padding: 6px 0;
		list-style:none;
		background: url(../../images/side-nav-top-bg.png) repeat 0 0;
		border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		}
		.Links ul li {
			width:135px; 
			float:left;
			line-height: 25px;
			margin-top: 0;
			}
			.Links ul li a {
				display:block;  
				width: auto;
				padding: 5px 3px 5px 15px; 
				color:#FFFFFF;
				text-align: left;
				line-height: 16px;
				border: none;
				}
			 
			.Links ul li a:hover {text-decoration: underline;}	
			
			.TopLinks .WelcomeText {
				margin:0 auto 5px auto;
				background: url(../../images/side-nav-top-bg.png) repeat 0 0;
				padding: 5px 9px;
				width: 90%;
				max-width: 250px;
				color: #FFF;
				font-size: 12px;
				font-weight: bold;
				font-style: italic;
				text-align: center;
				border-radius: 0 0 5px 5px;
				-webkit-border-radius: 0 0 5px 5px;
				-moz-border-radius: 0 0 5px 5px;
				}
	
@media only screen and (min-width: 25em) {	
	.TopLinks { 
		margin: 0 ;
		padding-bottom: 0;
		}
		
	.Links {margin:0; }
	
	.Links li { margin-top: 0; }
	
	.Links li.Social {
		margin:0 0 13px 0; 
		display: inline-block;
		position: static;
		top: auto;
		left: auto;
		right: auto;
		margin:0;
		}
		.Links li.Social a {padding: 0 3px; }
		
		.Links li.Social img {vertical-align: -50%; }
	
	.Links li span { display: inline; }

}

@media only screen and (min-width: 45em) {	

	.TopLinks { text-align: right; }
		
	.TopLinks .WelcomeText {
		float:right;
		margin: 2px 0 0 8px ;		
		background: #b50937;
		width: auto;
		padding: 4px 12px;
		color: #fff;
		text-align: center;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		}
		
	.Links a.FrenchLinks {font-size:12px;}
	
	
}
				


/* ------------------------------------------------------------------------ Nav */

#Nav .Wrapper{ 
	max-width: 932px; 
	width:100%; 
	}
	
.flexnav *, .flexnav *:before, .flexnav *:after { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

.flexnav {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
	/*-webkit-transform-style: preserve-3d;*/
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	max-height: 0; 
	padding:0;
	line-height:1.2;
	}

	.flexnav.opacity { opacity: 0;  }
		
	.flexnav.flexnav-show {
		max-height: 3000px;
		opacity: 1;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out; 
		}
	
	.flexnav li {
		font-size: 100%;
		position: relative;
		overflow: hidden; 
		background-image: none;
		padding:0;
		}
		.flexnav li:before {display:none; }
	
	.flexnav li a {
		position: relative;
		display: block;
		padding: .73em;
		z-index: 2;
		overflow: hidden;
		color: #fff;
		font: 15px/20px 'RudaBold', Verdana, Geneva, sans-serif;
		background: #336175;
		border-bottom: 1px solid #1a4e65;
		text-decoration:none;
		}
		.flexnav li a:hover { 
			background: url(../../images/megamenu-bg.png) repeat top left;
			color: #b50937; 
			}
			
		.flexnav li a span { width: 10px; }
			.flexnav li a span br { display: none; }
			
	.Columnize .column[style] {
		width: 100% !important; 
		float:none !important; 
		}
		.Columnize br { display: none; }
		
	.flexnav li ul { 
		width: 100%;
		margin: 0; 
		padding:0; 
		display: none;
		}
	 
	
	.flexnav li li {
		font-size: 100%;
		overflow: hidden; 		
		}
	
	.flexnav li ul.flexnav-show li { overflow: visible; }
	
	.flexnav li li a {
		display: block;
		background: #55889c; 
		font-size: 14px; 
		
		}
	
		/*.flexnav ul li li a { background: #55889c; }
		
		.flexnav ul li li li a { background: #6c9daf; }
		
		.flexnav ul li li li li a { background: #8ab4c5; }
		
		.flexnav ul li li li li li a { background: #a6c7d4; }
		
		.flexnav ul li li li li li li a { background: #c1dae3; }*/
	
	.flexnav .touch-button {
		position: absolute;
		z-index: 999;
		top: 0;
		right: 0;
		width: 45px;
		height: 42px;
		display: inline-block;
		background: #1a4e65;
		text-align: center; 
		}
		.flexnav li:hover .touch-button { background: #b50937; }
		.flexnav li:hover .touch-button:hover { cursor: pointer; background: #b50937;}
		
		.flexnav .touch-button .navicon {
			position: relative;
			top: 10px;
			font-size: 12px;
			color: #fff; 
			}
			
		.flexnav li ul li .touch-button {
			width: 45px;
			height: 42px;
			}
			.flexnav li ul li .touch-button .navicon { top: 12px; }
			
.menu-button {
	position: relative;
	display: block;
	padding: .875em 5%;
	color: #fff;
	cursor: pointer;
	font: 17px/20px 'RudaBold', Verdana, Geneva, sans-serif;
	background: url(../../images/nav-bg.png) repeat-x left top;
	text-transform:uppercase;
	}

	.menu-button .touch-button {
		background: transparent;
		position: absolute;
		z-index: 999;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		display: inline-block;
		text-align: center; 
		}
	
	.menu-button .touch-button .navicon {
		font-size: 16px;
		position: relative;
		top: 1em;
		color: #fff; 
		}
		
	.flexnav li li.MS {background: url(../../images/side-nav-black-lock.png) no-repeat 4px 7px; } /*Originally Red lock */		
	.flexnav li li.MSV {background: url(../../images/side-nav-white-lock.png) no-repeat 4px 7px; } /*Originally Blue Lock*/
		.flexnav li li.MS  a,.flexnav li li.MSV a {background-image: none; }
		
@media only screen and (min-width: 0em) and (max-width: 60em) {		
	.flexnav li li h3 { padding: 0; margin: 0; }
}

@media only screen and (min-width: 60em) {	
		
	#Nav { background: url(../../images/nav-bg.png) repeat-x left top;}
	
	.flexnav { 
		overflow: visible;
		margin:0;
		margin: 0;
		width: auto;
		}
	
	.flexnav.opacity { opacity: 1; }
		
		.flexnav li {
			position: static;
			list-style: none;
			float:left; 	
			overflow: visible;
			}
			#Nav .flexnav li.Group  {
				border-bottom: 1px solid #accbd3;
				padding:11px 0;
				}
			
		.flexnav > li a {
			padding:15px 23px ;
			background: url(../../images/nav-line.png) no-repeat right 12px ;
			border-bottom: none; 		
			position: static;
			text-align: center;
			}			
			.flexnav > li a.SBCV {background-image: none; }
				.flexnav > li a.SBCV:hover {background: url(../../images/megamenu-bg.png) repeat top left; }
			
			.flexnav li a span { width: 0; }
				.flexnav li a span br { display: block; }
				
			.FrenchNav .flexnav > li a {
				padding:15px 13px ;
				}
				
	.Columnize .column[style] {
		width: 33% !important; 
		float:left !important; 
		}
	
	.flexnav li ul {display: block; }
	
	.flexnav li > ul {
		position: absolute;
		visibility: hidden;
        /* display: none; */
		top: auto;
		left: 0; 
		background: url(../../images/megamenu-bg.png) repeat top left;		
		}
		#Nav .Wrapper.Columnize { padding: 11px 0 33px 0;}
		
		.flexnav li ul li > ul { position: relative; }
	
	.flexnav li li { 
		position:relative;
		float:none; 
		max-width: 260px;
		}
		.flexnav  li li { border-bottom: 1px solid #accbd3; padding: 22px 0 ;}
		
	.flexnav  li li a { 
		border-bottom: none; 
		background: transparent;
		padding:0 0 0 22px;
		margin: 0;
		color: #333;
		text-align: left;	
		font-size: 18px;
		line-height: 22px;
		background: url(../../images/megamenu-heading-arrow.png) no-repeat left 4px;
		}	
		.FrenchNav .flexnav li li a {padding:0 0 0 22px; }
			
		.flexnav li li  h3 a { text-transform: uppercase;}
		
		.flexnav li li a:hover { background: url(../../images/megamenu-heading-arrow.png) no-repeat left 4px;}	
		
		.flexnav li li li a { 
			padding:  .125em .5em ;
			padding-left: 18px;
			margin-bottom: 5px;
			background: url(../../images/side-nav-arrow.png) no-repeat 4px 8px;
			font-size: 13px;
			border-bottom: 0;
			}
			.flexnav li li li a:hover { background: url(../../images/side-nav-arrow.png) no-repeat 4px 8px; }
			
				.flexnav li li.MS a:hover {background: url(../../images/side-nav-black-lock.png) no-repeat 4px 7px; } /*Originally Red lock */		
				.flexnav li li.MSV a:hover  {background: url(../../images/side-nav-white-lock.png) no-repeat 4px 7px; } /*Originally Blue Lock*/
						
			.flexnav li li, .flexnav li li li { border-bottom: none; }
	
	.flexnav li ul.open {
		display: block;
		opacity: 1;
		visibility: visible;
		z-index: 1; 
		}
	
	.flexnav li ul.open li {
		overflow: visible;
		max-height: 100px; 
		}
		
	.flexnav li ul.open ul.open {
		margin-left: 100%;
		top: 0; 
		}
	
	.flexnav .touch-button, .menu-button { display: none; } 

}


/* ------------------------------------------------------------------------ Breadcrumbs*/

/*http://codepen.io/bradfrost/full/dKulf*/

.BreadCrumbs {
	padding: 11px 0 ;
	background: url(../../images/sideads-bg.png) repeat left top;
	}
	
.BreadCrumbs .Wrapper {overflow:hidden;}

.BreadCrumbs ul {
	float:left;
	padding: .25em 0 .375em 0; 
	font-size:0.875em;
	margin:0;
	display: block;
	z-index: 0;
	}	
	.BreadCrumbs ul li {
		float: left;
		position: relative;
		overflow: hidden;
		padding:2px 0;
		margin:0;
		background-image: none;
		font: 12px "RudaRegular", Verdana, Geneva, sans-serif;
		display: none; 
		}
	
	.BreadCrumbs ul li a {
		color: #b50937;
		text-decoration:none;
		display: block;
		position: relative;
		overflow: hidden;
		float: left;
		}
		
		.BreadCrumbs ul li a:hover { text-decoration:underline; }
	
	.BreadCrumbs ul li:last-child, .BreadCrumbs ul li:first-child  {display: inline-block;}
	.BreadCrumbs ul li:last-child:before {
		content: '';
		background:url(../../images/breadcrumbs-arrow-back.png) no-repeat 100% 4px;
		padding: 0 0.5em 0 0.75em ;
		margin-right: 9px;
		}
	
@media only screen and (min-width: 60em) {
	.BreadCrumbs ul li {
		display: inline-block; 
		margin:0 9px 0 0;
		}
	.BreadCrumbs ul li:after {
		content: '';
		background:url(../../images/breadcrumbs-arrow.png) no-repeat 100% 4px;
		padding: 0 0.75em 0 0.5em; 
		}
	.BreadCrumbs ul li:last-child:before, .BreadCrumbs ul li:last-child:after { 
		content: '';
		padding: 0; 
		margin-right: 0;
		}
}
			
				
/* =============================================================================================
	WRAPPER
============================================================================================= */

.Wrapper {
	max-width:896px;
	width:90%;
	margin:0 auto;	
	}
	.WrapperFullWidth {padding-top:40px;}
	

/* =============================================================================================
	CONTENT
============================================================================================= */

#Content { padding-top:30px; }
		
@media only screen and (min-width: 45em) {	

	#Content {
		float:left;
		width:68%;
		padding-top:35px;
		}
}


/* ------------------------------------------------------------------------ Global Styles */

h1, h2, h3, h4 { 
	font-weight:normal; 
	font-family: 'RudaBold', Verdana, Geneva, sans-serif; 
	}
	h1, h2 { 
		color: #034b64; 
		text-transform:uppercase;
		}

h1 {
	font-size: 24px;
	line-height: 26px;
	border-bottom: 4px solid #034b64;
	padding-bottom:4px;
	margin:3px 0 50px 0;
	position:relative;
	}
		
	.SocialIcons {
		width: 104px;
		position:absolute;
		bottom:-30px;
		left:0;
		font-size: 12px;
		line-height: 14px;
		}
		.addthis_default_style .at15t_expanded, .addthis_default_style .at15t_compact {margin-right:0 !important; }
	
h2 {
	font-size: 20px; 
	line-height: 24px;
	}
	
h3 {
	font-size: 17px;
	line-height: 22px;
	color: #034b64; 
	}
	h3.FrenchH3 {font-size:14px;}
	
h4 {
	font-size: 15px;
	line-height: 20px;
	color: #02394c; 
	}
	
ul { 
	list-style: none; 
	padding-left: 5px;
	}
	ul li {	
	    padding-left:15px;
		line-height: 22px;
		background: url("../../images/side-nav-arrow.png") no-repeat 0 7px; }
	
	ol li {	
		line-height: 22px;
		}
		
a {color:#b50937;}
	a:hover {text-decoration:none;}
	
.ArrowLink {
	color:#b50937;
	font-family: 'RudaBlack', Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	background: url("../../images/right-arrow.png") no-repeat left 3px;
	padding-left:22px;
	display:block;
	font-size:14px;
	}
	.MT20 {margin-top:20px}
	.ArrowLink a {	text-decoration: none; }
		.ArrowLink a:hover {
			color:#b50937;
			text-decoration: underline;	
			}
	.ArrowLinkRight {
		float:right;
		background: url("../../images/right-arrow.png") no-repeat right 2px;
		padding-right:22px;
		display:inline-block;
		}
		
	.ArrowLinkActiveAccordion { background: url("../../images/down-arrow.png") no-repeat left 3px; }
	
hr {
	height:1px;
	background-color:#d9d9d9;
	color:#d9d9d9;
	border: none;
	margin: 25px 0;
	clear:both;
	}
	hr.TOC {
	height:1px;
	background-color:#fff;
	color:#fff;
	border-bottom: 1px dashed #e0dede;
	margin: 25px 0;
		}
	
.ImagePadBottom {
	padding-bottom:25px;	
	}

.ImageGroup .ImageFloatLeft { width: 41%; }

.ImageFloatLeft {
	float:left;
	margin:5px 20px 15px 0;		
	}
	.ImageFloatLeftSmall {
		float:left;
		width: 40%;
		margin:5px 20px 15px 0;	
		}
		
	.NegTopMargin{ margin-top:-5px;}
	.NegTopMargin13 { margin-top:-13px;}
	
.ImageFloatRight {
	float:right;
	margin:5px 0 0 20px;
	}
		
.ImageBorder { border: 1px solid #e5e5e5; }

.ImageCaption {
	padding:11px 0 0 0;
	margin-bottom: 22px;
	border-bottom: 1px solid #e5e5e5;
	display:inline-block;
	width: 100%;
	max-width: 274px;
	text-align: center;
	}
	.ImageCaptionFloat { 
		float:left; 
		margin-right: 35px;
		}
	.ImageCaptionFloatRight { 
		float:right; 
		margin-left: 35px;
		}
		
	.ImageCaption p { text-align:center; }
	
.MemberImage{ width:150px; }
.MemberInfo{ width:150px; }		

.Note {
	font-size:12px;
	line-height:20px;
	font-style:italic;
	}	
	.NoteRight { text-align:right; }
	
#Content a, .BreakWord {word-wrap: break-word; }

.NoWrap { white-space:nowrap; }
	
.Accordion {display:none; }

.TextRight {text-align:right;}

.CVMAMember { 
	background: url("../../images/individual-member-icon.png") no-repeat 0 4px;
	padding-left:15px;
	}	

.MT15 {margin-top: 15px; }

@media only screen and (min-width: 25em) {	
	.ImageGroup .ImageFloatLeft { width: auto; }
}


@media only screen and (min-width: 45em) {	
	h1 { margin-bottom: 20px; }
	
		h1 span { 
			display:block;
			width:80%;
			float:left;
			}
			h1 span.FullWidth { width:90%;}
			
			.SocialIcons { 
			left: auto; 
			right: 0; 
			bottom:8px; 
			}
			
	.TwoCol {
		float:left;
		margin-right:6%;
		width:47%
		}
		.TwoColLast {margin-right:0;}
		
	.CVMAMember { margin-top:-45px; }
	
	.ImageCaption {
		width: 40%;
		}
	

	
}

	
		
/* ------------------------------------------------------------------------ Home Page */

/* -------------------------------------------------------------------- Slider */

#Slider { 
	background: #212121 url("../../images/slider-bg.png") repeat-x left bottom; 
	padding-bottom: 5px;
	}
	
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; padding-left: 0; line-height: auto; background-image: none; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 25px; zoom: 1;position: relative; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Control Nav */
.flex-control-nav { position: absolute; text-align: center; width: 100%; margin: 3px auto 0 auto;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: #9b0c21; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: #c72542; }
.flex-control-paging li a.flex-active { background: #000; background: #c72542; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

@media only screen and (min-width: 0em) and (max-width: 40em) {		
	#Slider .Wrapper { width: 98%; margin: 0;}
}


/* ------------------------------------------------------------------------ Inside Pages */

/* -------------------------------------------------------------------- Landing Pages */

.ColumnizeLandingPage .column[style], .ColumnizeTwoColumn .column[style] {
	width: 100% !important; 
	float:none !important; 
	}

.ColumnizeLandingPage li { 
	background-image: none;
	padding-left:0;
	}
	
.ColumnizeLandingPage ul li {
	padding-left:15px;
	font-size:13px;
	line-height: 17px;
	background: url("../../images/side-nav-arrow.png") no-repeat 0 6px; 
	margin-bottom:10px;
	width: 100%;
	}
	
	.ColumnizeLandingPage h3 {
		color:#333;
		text-decoration: none;
		background: url("../../images/megamenu-heading-arrow.png") no-repeat left 13px;
		padding-left:22px;
		margin-bottom:0;
		text-transform:uppercase;
		}
		
	.ColumnizeLandingPage li.MS {background: url(../../images/side-nav-black-lock.png) no-repeat 0 3px; } /* originally red lock*/
	.ColumnizeLandingPage li.MSV {background: url(../../images/side-nav-white-lock.png) no-repeat 0 3px; } /*originally blue lock*/
	


@media only screen and (min-width: 45em) {	
	.ColumnizeLandingPage .column[style], .ColumnizeTwoColumn .column[style] {
		width: 47% !important; 
		float:left !important; 
		}
		
		.ColumnizeLandingPage .first.column[style], .ColumnizeTwoColumn .first.column[style] {margin-right: 6% !important; }

}

	


/* -------------------------------------------------------------------- Info Box (Documents, News, etc.) */

.InfoBox {
	margin:15px 0;
	font-size:12px;
	line-height:18px;
	}	
	.InfoBox.NoMT {margin-top: 0; }
		
.InfoBox h2 {
	border-bottom: 4px solid #034b64;
	padding-bottom:2px;
	margin-bottom:20px;
	}
	
.InfoBox a {
	font-weight:bold;
	text-decoration:none;	
	}
	.InfoBox a:hover {text-decoration:underline;}
	
.InfoBox .ArrowLink {
	float:right;
	background: url("../../images/right-arrow.png") no-repeat right 2px;
	padding-right:22px;
	display:inline-block;
	margin-top:5px;
	}
	.InfoBox .ArrowLink a{font-weight:normal;}
	
.InfoBox .Pagination {margin-top:5px;}

.InfoBox hr {margin:15px 0; }

.Dates {
	font-size: 12px;
	font-style: italic;
	}
	
.Pagination { float:right;}

/*Comments*/
.CommentBox .Comment {
	position: relative;
	font-style: italic;
	padding: 1.5em 2em;
	margin: 1.5em 0 2em 0;
	background: url(../../images/table-bg.jpg) repeat top left;
	}
	.CommentBox .Comment:before {
		content: "";
		position: absolute;
		left: 4%;
		top: -12px;
		width: 0; 
		height: 0; 
		border-left: 8px solid transparent;
		border-right: 8px solid transparent; 
		border-bottom: 12px solid #eaeaea; 
		}
	.CommentBox .UserName {
		color: #116a8a;
		font-weight: 700;
		}

/*Classified Ads*/
.ClassifiedAd {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 1em;
	}
	.ClassifiedAd .Heading {
		color: #FFF;
		font-weight: bold;
		background: url(../../images/document-bar.jpg) repeat 0 0;
		border-radius: 5px 5px 0 0;
		padding: 0.5em 0;
		}
	.ClassifiedAd .PostingDate,
	.ClassifiedAd .Date,
	.ClassifiedAd .Location,
	.ClassifiedAd .AdNumber {padding: 0.25em 0.75em;}	
	.ClassifiedAd .Description, .ClassifiedAd .Post {padding: 1em;}
	
.ClassifiedAd .Post {
	border-bottom: 1px solid #d9d9d9;
	word-wrap: break-word;
	display:inline-block;
	}
	
	.ClassifiedAd .Post:nth-child(odd) { background: url(../../images/table-bg.jpg) repeat top left; }

@media only screen and (min-width: 60em) {	
	.ClassifiedAd .PostingDate,
	.ClassifiedAd .Date,
	.ClassifiedAd .Location,
	.ClassifiedAd .AdNumber {
		float: left;
		padding: 0.6875em;
		}

		.ClassifiedAd .PostingDate {width: 10%;}
		.ClassifiedAd .Location {width: 33%;}
		.ClassifiedAd .AdNumber {
			width: 10%;
			text-align: right;
			}
}						

	

/* -------------------------------------------------------------------- Thumbnail/Text Combo (Colleges, Committees, etc.)  */

.ThumbText img {
	margin:5px 20px 5px 0;
	border: 1px solid #e5e5e5;
	max-width:127px;
	max-height:127px;
	}
	.ThumbText a img {border: 1px solid #e5e5e5;}
	
.ThumbText h2, .ThumbText h3 { padding-top:5px;}


.CommitteeMembers .ThumbText {
	margin-bottom: 20px;
	width:290px;
	}

.CommitteeMembers .ThumbText h3 { padding-top:40px;} /*For Committee Member styling*/
.CommitteeMembers .ThumbText h3.Long { padding-top:5px;} /*For Committee Member styling*/

.CommitteeMembers + hr { margin-top: 10px; } 

.ThumbText + hr { margin-top:30px; }

.CommitteeMembers .MemberListing {border-bottom: 1px solid #e5e5e5;}
	.CommitteeMembers .MemberListing h3 { padding-top:15px;} /*For Committee Member styling*/
	.CommitteeMembers .MemberListing h3.Long { padding-top:15px;} /*For Committee Member styling*/
	
	
@media only screen and (min-width: 30em) {	
	.ThumbText img { float:left; }
}


/* -------------------------------------------------------------------- Symposium  */

.UpdateProgress {
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 2000; 
	background: url('../../images/update-progress-overlay.png');
	width: 100%; 
	height: 100%;
	}
	
	.UpdateProgress .Modal {
		z-index: 2010;
		margin:200px auto;
		background-color: #fff;
		padding:50px 100px;
		width:200px;	
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;	
		border-radius: 5px; 
		text-align:center;
		}
	

#SymposiumInfo {display:none; }

	#SymposiumInfo h2 {
		border-bottom: 4px solid #034b64;
		padding-bottom:2px;
		margin-bottom:20px;
		}

.SymposiumFull, #SymposiumInfo h2.SymposiumFull { 
	color: #999;
	border-color: #999;
	}

.Notification { 
	/*background-color:#b50937;
	color:#fff;*/
	color:#034b64;
	background-color: #e9f4f8;
	font-size: 11px;
	font-weight:bold;
	line-height: 24px;
	padding: 15px 20px;
	margin:30px 0 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px; 
	}
	.Notification a { /*color: #fff;*/ color: #034b64; } 
	
	.Notification.NotificationError { 
		background-color:#b50937;
		color:#fff !important;
		display:block;
		font-size: 14px;
		}
		.Notification.Error a { color: #fff !important;} 

.SymposiumSponsors {padding:0; }

.SymposiumSponsors li {
	background-image: none;
	padding:0;
	float:left;
	width:185px;
	height:185px;
	display:table;
	margin:10px 20px 10px 0;
	border: 1px solid #e5e5e5;
	}
	.SymposiumSponsors li:nth-child(3n){margin-right: 0;}	
	.SymposiumSponsors li.Last {margin-right: 0;}
	
.SymposiumSponsors .SponsorImage {
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	}
	.SymposiumSponsors img {
		max-height:165px;
		max-width:165px;
		position:relative;
		}
		.SymposiumSponsors a:hover img {
			filter:alpha(opacity=90);
			opacity: 0.9;
			}

		


/* -------------------------------------------------------------------- Publications */

.CurrentIssue {
	background: url(../../images/sideads-bg.png) repeat top left;
	padding: 20px;
	margin:10px 0 11px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px; 
	}
	
	.CurrentIssue img {		
		margin:0 auto 15px auto ;
		border: 1px solid #e5e5e5; 
		max-width:158px;
		display: block;
		}
		
	.CurrentIssue h2 { padding-top:5px;}
	
	h1 .IssueTitle {
		display: block;
		font-size: 15px; 
		float: none;
		}
	
		.CurrentTOC h3 { padding-top:0; }
			.CurrentTOC h2 span {font-size: 15px;}
		
.DateFilter {
	background: url(../../images/sideads-bg.png) repeat top left;
	padding: 20px 20px 30px 20px;
	margin:5px 0 20px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px; 
	}
	.DateFilter label { margin-top:10px; }
		 		 
	.DateFilter label.InlineBlock { display: inline-block;}
	
	.DateFilterSearch input, .DateFilterSearch select {
		max-width: 270px; 
		width: 100%;
		margin-bottom:10px;
		}
		
	.DateFilterSearch input[type="submit"].Search {margin: 0; }
	
	/*.DateFilter .TwoCol, .DateFilter input, .DateFilter select  { width:270px; }*/
	
	.DateFilterSearch { padding-bottom: 20px; }
	
	.DateFilter > h3 {padding-top:0; }
	
	.DateFilter .Formatting {
		float:right;
		}
	
.TotalCost {font-size:15px; }


.PastIssues {
	background: url(../../images/sideads-bg.png) repeat top left;
	padding: 20px;
	margin:10px 0 35px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px;
	}
	.PastIssues .Issues {
		float: left;
		padding: 15px;
		width: 158px;
		text-align: center;
		font-weight: bold;
		}
		.PastIssues .Issues img {
			max-width: 158px;
			padding-bottom: 5px;
			}



@media only screen and (min-width: 22em) {	

	.CurrentIssue img { margin:0 0 15px 0 ;}
	
}
		
@media only screen and (min-width: 30em) {	

	.CurrentIssue img {
		float:left;
		margin:0 4% 0 0;
		width: 30%
		}
		.CurrentIssue img[style] {	
			width: 30% !important; 
			height: auto !important;		
			}	
		
		
	.CurrentTOC {
		width: 65%; 
		float:right;
		}
		
}


/* -------------------------------------------------------------------- Message Boards */
.MessageBoard {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 1em;
	}
	.MessageBoard .Heading {
		color: #FFF;
		font-weight: bold;
		background: url(../../images/document-bar.jpg) repeat 0 0;
		border-radius: 5px 5px 0 0;
		padding: 0.75em 0.75em;
		}

	.MessageBoard .Description {padding: 1em;}
		.MessageBoard .Description:nth-child(even) {background: url(../../images/table-bg.jpg) repeat top left; }
		
		
		
/* -------------------------------------------------------------------- Convention Sponsors */

		
	.ConventionSponsor a {
		margin: 0 0 5% 0;
		display: block;
		}
		
	
/* -------------------------------------------------------------------- Tables */

table {
	padding-top:5px;
	margin-bottom:15px;
	font-size:12px;
	line-height:18px;
	}
	
	.InfoBox table, table.InfoBox {}
	
	/*.MessageBoard table { 
		 table-layout: fixed;
  		width: 100%; 
		}
		.MessageBoard td.st-key{ width: 20%;  }
		.MessageBoard td.st-val { width: 80%;word-wrap: break-word; }
			.PostDescription { word-wrap: break-word; }*/
		
/*	table.InfoBoxFullWidth { background: url(../../images/document-bar-fullwidth.jpg) no-repeat 0 5px;	}
*/	
	th { 
		color: #FFF;
		font-weight: bold; 
		background: url(../../images/document-bar.jpg) repeat 0 0;
		}
	
		 th:first-child { 
			-webkit-border-top-left-radius: 5px;
			-moz-border-radius-topleft: 5px;
			border-top-left-radius: 5px;
			}
			.THFirst { 
				-webkit-border-top-left-radius: 5px;
				-moz-border-radius-topleft: 5px;
				border-top-left-radius: 5px;
				}
		
		 th:last-child { 
			-webkit-border-top-right-radius: 5px;
			-moz-border-radius-topright: 5px;
			border-top-right-radius: 5px;
			}
			.THLast { 
				-webkit-border-top-right-radius: 5px;
				-moz-border-radius-topright: 5px;
				border-top-right-radius: 5px;
				}
	
		th a {color:#fff;}
		th.Date, td.Date { width:20%; }
		
		td.Times { width:35%; }
			
		th.Date a {
			background: url(../../images/date-arrow-up.png) no-repeat left 5px;
			padding-left:12px;
			}
			th.Date a.Down {background: url(../../images/date-arrow-down.png) no-repeat left 5px;}
			
		th.PostingDate { width:10%; }
		th.Location { width:40%;}
		th.AdNumber { 
			width:10%;
			text-align:right; 
			}
			
		th.FortyFive {width: 45%; }
		th.Sixty {width: 60%; }
		th.Fifteen { width:15%; }
	
	td {border-bottom: 1px solid #d9d9d9;}
			
		
		
		.InfoBox tr:nth-child(even)	{background: url(../../images/table-bg.jpg) repeat top left;}
			tr.AltTR {background: url(../../images/table-bg.jpg) repeat top left;}
		
		.InfoBox tr.SubHeading {
			font-weight:bold;
			background: url(../../images/megamenu-bg.png) repeat 0 0;	
			}
			
		td.CVMAMember { 
			background: url("../../images/individual-member-icon.png") no-repeat 0 15px;
			padding-left:15px;
			}	
		td.LeftPadding { padding-left:40px; }
		
		td[rowspan] {border-right: 1px solid #d9d9d9 }
		
		
	.Sizing {
		float: left;
		padding-top:0;
		margin-right:5%;
		width: 45%;
		}
		.Sizing li {			
			background-image: none;
			vertical-align:middle;
			border-bottom: none;
			padding: 0 0 10px 0; 
			}
			.Sizing li label {
				display: inline-block; 
				width: 25px;
				margin: 0;
				font-size: 11px;
				}
			
@media only screen and (min-width: 26em) {
	
	td.Times { width:20%; }
	
}
	
@media only screen and (min-width: 30em) {
	
	
	.Sizing {
		float: none; 
		width: 100%;
		border-bottom:1px solid #d9d9d9;
		margin: 0;
		}
		.Sizing li { float: left;}
			.Sizing5 li {width: 20%; }
			.Sizing7 li {width: 14.25%; }
			
		.Sizing li label {
			display: inline-block; 
			width: auto;
			}

		.Sizing7 input.Expiry { width: 30px; }	
}


@media only screen and (min-width: 60em) {	
	.Sizing7 input.Expiry { width: 40px; }
}
		
/* RESPONSIVE EXAMPLE */

.st-head-row { 
	background: #6c9daf;
	color: #fff;
	}
	.st-head-row:first-child { 
			-webkit-border-top-left-radius: 0;
			-moz-border-radius-topleft: 0;
			border-top-left-radius: 0;
			}
		
		 .st-head-row:last-child { 
			-webkit-border-top-right-radius: 0;
			-moz-border-radius-topright: 0;
			border-top-right-radius: 0;
			}
					
	.st-head-row a { color: #fff;}
	
.st-head-row-main { background: url(../../images/document-bar.jpg) repeat 0 0; }
	.st-head-row-main:first-child { 
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		border-top-left-radius: 5px;
		}		
	 .st-head-row-main:last-child { 
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		border-top-right-radius: 5px;
		}


.stacktable.large-only { display: table; }
.small-only { display: none; }


@media only screen and (max-width: 50em) {
	
  .large-only { display: none; }
  .stacktable.small-only {
	  display: table; 
	  *display: inline-block; 
	  margin-top: 25px;
	  }
	  
	 p + .stacktable.small-only, h2 + .stacktable.small-only, h3 + .stacktable.small-only {margin-top: 0; }
  
}
		
/* -------------------------------------------------------------------- Symposium Registration Tables */

	.Symposium { 
		table-layout: fixed; 
		font-size:10px; 
		line-height:1.4;
		/*position: relative;*/
		}	
		
		.Symposium tr.AltTR, .Symposium tr:nth-child(2n+3) {background-image: none; }
	
			.Symposium th {border-right: 1px solid #58b1d1; }
				.Symposium th:last-child {border-right: none; }
					.Symposium th.THLast {border-right: none; }
			
			.Symposium td {
				border: 1px solid #d9d9d9; 
				position:relative; 
				/*padding-bottom:40px;*/
				padding: 6px;
				overflow: hidden;

				}
				
				.Symposium td:nth-child(odd) { background: url(../../images/table-bg.jpg) repeat top left; }
					.Symposium td.NthOdd { background: url(../../images/table-bg.jpg) repeat top left; }
							
		.Reserve {
			color:#333;
			text-transform:uppercase;
			padding:2px 5px;
			font-size:10px;
			
			clear: both;
			display: inline-block;
			float: right;
			margin-top: 10px;
			}
	
			.InfoBox .Reserve:hover {
				background-color:#b50937;
				text-decoration: none;	
				color: #fff;
				-webkit-border-radius: 3px;
				-moz-border-radius:3px;	
				border-radius: 3px;
				}	
		
				.ReserveToolTip {display: none; text-align:center;}
				
					.ReserveToolTip .Cancel {
						color:#333;
						font-family:  Verdana, Geneva, sans-serif;
						text-transform:uppercase;
						font-size:11px;
						}
						
	.Unavailable { 
		font-weight:bold; 
		color: #b9b9b9; 
		}
		
	.TimeHeading {
		padding-bottom:11px; 
		display: block;
		font-weight:bold; 
		}
		
	.Selected { background: #10b057 !important;}
		
		.Selected img {
			display:block;
			margin:0 auto 15px auto;
			}
			
		.Selected .SymposiumInfo { color: #fff; }
		
		.Selected .Reserve {
			background-image: none;
			padding:2px 5px 2px 5px;
			}
			.Selected .Reserve:hover {
				background-image: none;
				background-color:#fff;
				color: #10b057;
				}
		
			
	.RedButton  {
		border:none;
		display:block;
		height: auto;
		width:auto;
		margin:22px 0 15px 0;
		padding: 7px 25px;
		font: 17px/20px 'RudaBold', Verdana, Geneva, sans-serif;
		color: #fff;
		text-transform: uppercase;
		text-decoration:none;
		background: #b50937;
		background-image: none; 
		margin-top:11px; 
		-webkit-border-radius: 3px; 
		-moz-border-radius: 3px;
		border-radius: 3px;
		}
		.ReserveToolTip .RedButton {display: inline-block; }
		
		
@media only screen and (min-width: 45em) {	

	.Symposium { font-size:11px; }
	
	.Symposium td { padding: 11px;}
	
	.Reserve {
		background: url("../../images/side-nav-arrow.png") no-repeat 5px 7px;
		padding:2px 5px 2px 17px;
		font-size:11px;	
		margin-top: 15px;
		}
		.InfoBox .Reserve:hover {	background-image: url("../../images/side-nav-arrow-white.png");}	

}
		
	
/* -------------------------------------------------------------------- Forms */

hr.Form {margin-top: 35px ;}
	
	.Error, .Error[style], .Required {
	color: #b50937 !important;
	font-size: 12px;
	line-height:14px;
	font-weight:bold;
	}
	
.Indent { margin-left:20px; }
	.Indent label {	margin-top:10px; }
	.Indent input {	width: 100%; }
	
label {
	display:block; 
	margin: 20px 0 5px 0;
	font-size:13px;
	}
	
	label.Radio {
		display:inline-block; 
		margin: 0 10px 5px -5px;
		}
	.InfoBox label, .InfoBox label.Radio { margin-top: 5px; }
	
	.InfoBox label.Radio {width:50px; }
	
	label.RadioAuto {
		display:inline-block;  
		width:auto; 
		}
		
	label.Language {
		display:inline-block; 
		width:25px;
		margin:0;
		}
	
	.CheckboxList label {
		display:inline-block; 
		margin: 0 20px 5px 7px;
		}
		
	.CheckboxListTwoCol label {
		display:inline-block;
		width:200px; 
		margin: 0 20px 5px 7px;
		}
		
	label img {vertical-align:middle}
	
input, select, textarea {
	border: 1px solid #ccc;
	font-size:13px;
	color: #333;
	width: 100%;
	padding:6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 	
	border-radius: 5px; 
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-color: #fff;
	}
	input.Expiry { width:50px; }
		input.BottomMargin { margin-bottom:5px; }
	input.Salary { width:75px; }
	input.FullWidth { width:100%; }
	
	.DateCheckerField {width: 91%; }
	
	.DateChecker {
		width: 6%; 
		background: #ddd; 
		float:right; 
		text-align: center; 
		padding:5px 1% 2px 1%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px
		}

	textarea { 
		height: 150px; 
		width:100%;
		}
		
	textarea.SalaryInfo { height: 75px; }
		
	input[type="checkbox"], input[type="radio"] {
		border:none;
		height: auto;
		width:auto;
		padding: 0;
		}
		
	input[type="button"]{
		border:none;
		background: url(../../images/side-nav-bg.jpg) repeat;
		height: auto;
		width:auto;
		margin:11px 3px;
		padding: 3px 12px;
		-webkit-border-radius: 3px; 
		-moz-border-radius: 3px;
		border-radius: 3px;
		}

		
	input[type="submit"] {
		border:none;
		background: url(../../images/side-nav-top-bg.png) repeat;
		height: auto;
		width:auto;
		margin:22px 0 15px 0;
		padding: 7px 25px;
		font: 17px/20px 'RudaBold', Verdana, Geneva, sans-serif;
		color: #fff;
		text-transform: uppercase;
		white-space:normal;
		}	
		input[type="submit"].RedButton { 
			background: #b50937;
			background-image: none;
			margin-top:11px; 
			}

		
		input[type="submit"].MarginRight { margin-right:20px; }
		input[type="submit"].Search { margin:0 0 0 10px; }
		input[type="submit"].FloatRight { 
			float:right; 
			margin-bottom:0;
			}
		input[type="submit"].FloatRightMarginTop { 
			float:right; 
			margin:45px 0 0 0;
			}



/* =============================================================================================
	SIDE BAR
============================================================================================= */

#SideBar { margin-top:40px; }

	
@media only screen and (min-width: 45em) {	

	#SideBar {
		margin-top:40px;
		float:right;
		width:28%;
		}
}




/* ------------------------------------------------------------------------ Tweets */

.Tweets {text-align:center;}




/* ------------------------------------------------------------------------ Ads */

.Ads {
	background: url("../../images/sideads-bg.png") repeat ;
	padding: 30px 35px 20px 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 	
	border-radius: 5px; 
	}
	
.Ads img { 
	border:1px solid #dedede;
	max-width:180px;
	}
	
.AdSpeed:nth-child(even) {	
	padding-right:9px;
	float: left;
	left: 10px;
	}
		
.AdSpeed {
	position: relative;
	margin: 1em 0 1.5em 0;
	float: left;
    padding-bottom: 92%;
	height: 0; 
	overflow: hidden;
	width:100%;
	max-width: 300px;
	}
	.AdSpeed iframe,
	.AdSpeed object,
	.AdSpeed embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		}
		
.AdSpeedLeaderboard a {
	text-align: center;
	margin-top: 35px;
	display: block;
	}
	
/*.AdSpeedSideBar { margin:15px 0; }*/

@media only screen and (min-width: 52em) {	

	.AdSpeedLeaderboard a {
		background: #ddd;
		padding: 1em;
		}
	
}


@media only screen and (min-width: 350px) {	
	.AdSpeed {
		padding-bottom: 0;
		height: 250px; 
		width:300px;
		display: inline-block;
		}
		
		.AdSpeed iframe,
		.AdSpeed object,
		.AdSpeed embed {
			position: relative;
			width: 300px;
			height: 250px;
			}
}
/* ------------------------------------------------------------------------ SideNav */

.MainSideNav {
	background: url(../../images/side-nav-top-bg.png) repeat top left;
	-webkit-border-radius: 5px 5px 6px 6px;
	-moz-border-radius: 5px 5px 6px 6px;	
	border-radius: 5px 5px 6px 6px; 
	 -pie-poll:true;
	}	
	.SideNav h2 { 
		display:block;
		padding: 18px 16px 17px 37px;
		font: 17px/20px 'RudaBold', Verdana, Geneva, sans-serif;
		color: #FFFFFF;
		text-transform:uppercase;
		background: url(../../images/side-nav-top-arrow.png) no-repeat 16px 18px;
		margin-bottom:0;
		}
		
	.SideNav h2 a { 
		color:#fff; 
		font-size:17px;
		cursor: pointer;
		}
		.SideNav h2 a:hover { color: #d6edf8; }
		
	.SideNav ul { 
		list-style: none; 
		margin:0;
		background: url(../../images/side-nav-bg.jpg) repeat top left;
		padding: 20px;
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;	
		border-radius: 0 0 5px 5px; 
		 -pie-poll:true;	
		}			
		.SideNav li {	
			padding-left:14px;
			background: url(../../images/side-nav-arrow.png) no-repeat left 5px;
			color: #333333;
			margin-bottom:8px;
			}	
			.SideNav li.MS {background: url(../../images/side-nav-black-lock.png) no-repeat left 3px; } /*originally red lock*/
			.SideNav li.MSV {background: url(../../images/side-nav-white-lock.png) no-repeat left 3px; } /*originally blue lock*/

			
		.SideNav a {
			font-size:13px;
			line-height:17px;
			color: #333333;
			text-decoration:none;
			display:block;						 
			}
			.SideNav a:hover {	text-decoration: underline;}
			.SideNav a.Current {	color: #b50937; }	
			
			.SideNav ul ul { 
				margin: 10px 0 15px 0;
				background-image: none;
				padding: 0 ;
				}
				
		.SideNav ul.BacktoMain { 
			padding: 11px 20px 14px 20px;
			background: url(../../images/side-nav-back-bg.jpg) repeat-x left 103%;
			-webkit-border-radius: 5px 5px 0 0;
			-moz-border-radius: 5px 5px 0 0;
			border-radius: 5px 5px 0 0;
			margin-bottom:-5px;
			 -pie-poll:true;
			}
			.SideNav ul.BacktoMain li {	
				background: url(../../images/side-nav-arrow-back.png) no-repeat left 5px;
				margin-bottom:0;
				}	
			
	

/* =============================================================================================
	FOOTER
============================================================================================= */

#Footer {margin-top: 70px;	}
	.FooterTop { 
		padding:40px 0 45px 0; 
		background: url(../../images/footer-top-bg.png) repeat-x top left;
		}
		
	.FooterTop h2 {
		color:#75b0c5;
		border-bottom: 4px solid #75b0c5;
		padding: 11px 0 3px 0;
		margin-bottom:14px;
		font-size:18px;
		}
			
	.FooterTop h3 {color:#75b0c5;}
													
		.GoldHorz a,.SilverHorz a {
			display: block; 
			float: left; 
			margin-bottom: 2%;
			}
			
			.GoldHorz a, .SilverHorz a {
				/* width: 23%; - use when gold/silver are side by side  */
				width: 18.4%;
				margin-right:2%;
				}
				.SilverHorz a:last-child {margin-right: 0; }
				
				.FooterLeftColumn a:hover img {opacity:0.85; }	
					
			.GoldHorz img, .SilverHorz img { /*If no Platinum Sponsors*/
				margin: 0;
				width: 100%;
				padding: 0;
				}
														
				.Platinum h3 {color:#c2a18c;}
					
				.Gold h3 {color:#e7c282;}

				.Silver h3 {color:#c5c3c3;}		
	
		
.FooterRightColumn .AssociateMember { 
	margin:25px 0 0 0;
	text-align: left;
	}

.FooterBottom {
	 padding: 20px 0 10px 0;
	 background: url(../../images/footer-bottom-bg.png) repeat-x top left;
	 }

.FooterBottom p {font-size:11px; }

	.FooterBottom p.Copyright { 
		float:left;
		color:#fff; 
		}
		.FooterBottom p.Copyright a { color:#fff; }
	
	.FooterBottom p.RKD { 
		margin-top: 3px;
		float:none;
		color:#858585; 
		 }
		.FooterBottom p.RKD a { color:#858585;}
		
		
	
@media only screen and (min-width: 45em) {	

	.FooterLeftColumn {
		float: left;
		width: 68%;
		}
		
		.GoldHorz { 
			margin: 0;
			/*float: left;
			width: 33.33%; - use when gold/silver are side by side */
			}
			.GoldHorz a {
				/* width: 46%;
				margin-right:4%; - use when gold/silver are side by side  */
				}
			
		.SilverHorz { 
			margin: 0;
			/*float: right;
			width: 66.66%; - use when gold/silver are side by side  */
			}
		
	.FooterRightColumn {
		float:right;
		width:28%;
		}
		.FooterRightColumn .AssociateMember { 
			margin:45px 0 0 0;
			text-align: right;
			}
			
	.FooterBottom p.RKD { float:right; }
}

