/**************************************************************************
Name:         main.css
Description:  Main site styling.  Includes boilerplate styles from
			  h5bp.com and initializr.com.
Date Created: 09/27/2012 by Kyle Brickman
Modified:     04/03/2013 by Roxanne Martinez
**************************************************************************/

/**************************************************************************
Boilerplate Styles
**************************************************************************/
html,
body
{
	background-color: #d7dce0;
	height:           100%;
}

html,
button,
input,
select,
textarea
{
	color: #222;
}

a
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-size: 14px;
	color: #5b8226;
	text-decoration: none;
	font-weight: 700;
}

a:hover
{
	color: #5b8226;
	text-decoration: underline;
}

body
{
	font-family: Georgia, "Times New Roman", serif;
	font-size:   12px;
	color:       #333;
	font-style:  normal;
	min-height:  100%;
}

body#mainBody
{
	min-width:   1220px;
}

p
{
	margin:        0;
	margin-bottom: 10px;
	padding:       0;
	font-family: Georgia, "Times New Roman", serif;
	font-size:   12px;
	line-height: 18px;
	color:       #333;
	font-style:  normal;
}

h1, h2, h3, h4, h5, h6
{
	margin:        0;
	padding:       0;
}

h1
{
	font-family: "franklin-gothic-urw","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #003669;
	font-size: 30px;
}

h2
{
	font-family: "franklin-gothic-urw","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	color: #333;
}

h3
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #0055a4;
}

h4
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #5b8226;
}

h5
{
	font-family: "franklin-gothic-urw","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #333;
	font-size: 20px;
	text-align: center;
}

h6
{
	font-family: 	Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-weight: 	bold;
	font-size: 		16px;
	color: 			#0055a4;
	margin-bottom: 	20px;
}

hr
{
	display:    block;
	height:     1px;
	border:     0;
	border-top: 1px solid #ccc;
	margin:     1em 0;
	padding:    0;
}

img
{
	vertical-align: middle;
}

textarea
{
	resize: vertical;
}

.chromeframe
{
	display: none;
}

.cl-fix:after
{
	content: "";
	display: table;
	clear: both;
}

span.contactText
{
	font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Molengo,Arial,sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

/**************************************************************************
Header
**************************************************************************/
header
{
	margin-bottom: 22px;
	/*height:        480px;*/
	padding-top:   15px;
	background-image:    url( '../images/headerbg.jpg' );
	background-position: top left;
	background-repeat:   repeat;
	background-size:     20px 20px;
	min-width:     1200px;
	position: relative;
}

header h1
{
	float:       left;
	font-size:   24px;
	margin-left: 10px;
	margin-top:  0px;
	margin-right: 0px;
	padding:     0;
	margin-bottom: 13px;
}

header div.container
{
	position: relative;
}

header div.banner
{
	width: 1200px;
	border-top: 5px solid #5b8226;
	height: 200px;
	overflow: hidden;
	position: relative;
}

div.banner img.pageBanner
{
	min-width: 1200px;
	min-height: 200px;
}

header div.banner.home
{
	height: 300px;
}

header div.banner.home div.slide, header div.banner.home div.slideContent
{
	width: 1200px;
	height: 300px;
}

header div.banner.home div.slideContent
{
	position: relative;
}

header div.banner.home img
{
	min-width: 1200px;
	min-height: 300px;
}

header div.banner.home div.slideInfo
{
	background: #000000;
	background: rgba(00, 00, 00, 0.7);
	padding: 50px 35px 0 75px;
	width: 315px;
	height: 250px;
	position: absolute;
	top: 0;
	right: -425px;
	color: #ffffff;

	-webkit-transition: right 0.35s ease-out 0s;
	-moz-transition: right 0.35s ease-out 0s;
	-ms-transition: right 0.35s ease-out 0s;
	-o-transition: right 0.35s ease-out 0s;
	transition: right 0.35s ease-out 0s;
}

header div.banner.home:hover div.slide div.slideInfo
{
	right: 0;
}

header div.banner.home div.slider-nav span
{
	display: none;
}

header div.banner.home div.slider-nav span.right
{
	margin: 0;
	width: 16px;
	height: 22px;

	display: block;
	background: transparent url(/images/whitearrow.png) no-repeat;

	top: auto;
	bottom: 15px;
	right: -425px;

	-webkit-transition: right 0.35s ease-out 0s;
	-moz-transition: right 0.35s ease-out 0s;
	-ms-transition: right 0.35s ease-out 0s;
	-o-transition: right 0.35s ease-out 0s;
	transition: right 0.35s ease-out 0s;
}

header div.banner.home:hover div.slider-nav span.right
{
	right: 15px;
}

header div.banner.home div.slideInfo h1, header div.banner.home div.slideInfo h2, header div.banner.home div.slideInfo p
{
	color: #ffffff;
	float: none;
}

header div.banner.home div.slideInfo h1
{
	margin: 0 0 20px 0;
	letter-spacing: 1px;
}

header div.banner.home div.slideInfo h2
{
	font-size: 18px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
}

header div.banner.home div.slideInfo p
{
	line-height: 1.5em;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

header div.banner.home div.slideInfo a
{
	float: none;
}

header div.banner.home div.slideInfo a.slideLink
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-size: 12px;
}

header div.banner.home div.timer
{
	display: none;
}

header div.banner.home p.photoCredit
{
	font-style: italic;
	font-size: 11px;
}

header div.banner.home div.photoCredit2
{
	position: absolute;
	left: 40px;
	bottom: 10px;
	color: rgba(0,0,0,0.7);
	font-style: italic;
	font-size: 0.9em;
	font-weight: 700;
	background: rgba(255,255,255,0.5);
	border-radius: 0.5em;
	padding: 0 0.5em;
	box-shadow: 0 0 5px rgba(255,255,255,1);
}

header div.banner div.bannerShadow
{
	width: 1200px;
	height: 8px;
	background-image:    url( '../images/bannershadow.png' );
	background-position: top left;
	background-repeat:   no-repeat;
	background-size:     1200px 8px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}

header h1 a
{
	background-image:    url( '../images/logo.png' );
	background-position: top left;
	background-repeat:   no-repeat;
	background-size:     355px 102px;
	color:               #000;
	display:             block;
	height:              102px;
	overflow:            hidden;
	text-decoration:     none;
	float:               none;
	text-indent:         -500px;
	width:               355px;
}

header a
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	float: right;
}

header a.login.account
{
	margin-right: 15px;
}

header form
{
	height: 26px;
	position: absolute;
	top: 76px;
	right: 0px;
}

header a.memberLogin
{
	position: absolute;
	right:    0;
	top: 	  2px;
}

header span.chevron
{
	font-size: 18px;
}

header input.keyword
{
	width: 220px;
	height: 21px;
	border: 1px solid #ccc;
	position: absolute;
	right: 109px;
	bottom: 0px;
	vertical-align: middle;
	padding-left: 4px;
	padding-right: 4px;
}

header input.btnSm
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

header div.shadow
{
	background-image:    url( '../images/dropshadow.png' );
	background-position: top left;
	background-repeat:   no-repeat;
	background-size:     1600px 12px;
	height:              12px;
	width:               1600px;
	margin-left:         auto;
	margin-right:        auto;
	position:            absolute;
	bottom:              -12px;
	left:                -200px;
	z-index:             1;
}

/**************************************************************************
Main Navigation
**************************************************************************/
header nav
{
	font-size:    20px;
	clear:        both;
}

header nav ul,
header nav li
{
	margin:  0;
	padding: 0;
}

header nav ul
{
	display: inline;
}

header nav ul li
{
	display:          block;
	float:            left;
	height:           60px;
	position:         relative;
	z-index:          100000;
}

header nav ul li:last-child a
{
	background-image: none;
}

header nav ul li a
{
	color:           #4f6478;
	display:         block;
	height:          61px;
	line-height:     60px;
	padding:         0;
	text-decoration: none;
	font-family:     "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
	font-weight:     normal;
	font-style:      normal;
	font-size:       20px;
	float:           none;
	background-image:    url( '../images/mainnavdivider.jpg' );
	background-position: right center;
	background-repeat:   no-repeat;
	background-size:     1px 45px;
	text-align:      center;
	position:        relative;
	z-index:         100000;
}

header nav ul li a.noSubMenu
{
	height:          60px;
}

header nav ul li.home a{ width: 94px; } header nav ul li.home:hover a{ width: 92px; }
header nav ul li.about a{ width: 131px; } header nav ul li.about:hover a{ width: 129px; }
header nav ul li.members a{ width: 133px; } header nav ul li.members:hover a{ width: 131px; }
header nav ul li.committees a{ width: 160px; } header nav ul li.committees:hover a{ width: 158px; }
header nav ul li.events a{ width: 134px; } header nav ul li.events:hover a{ width: 132px; }
header nav ul li.education a{ width: 137px; } header nav ul li.education:hover a{ width: 135px; }
header nav ul li.publications a{ width: 163px; } header nav ul li.publications:hover a{ width: 161px; }
header nav ul li.awards a{ width: 115px; } header nav ul li.awards:hover a{ width: 113px; }
header nav ul li.resources a{ width: 133px; } header nav ul li.resources:hover a{ width: 131px; }

header nav ul li a:hover,header nav ul li:hover a
{
	background-color: #fff;
	border-left: 1px solid #aaabb1;
	border-right: 1px solid #aaabb1;
	background-image: none !important;
	text-decoration: none;
}

header nav ul li a:hover
{
	color: #333333;
}

header nav ul li ul
{
	background-color: #fff;
	display:          none;
	overflow:         hidden;
	margin:           0;
	padding:          5px 0px 5px 0px;
	top:              60px;
	position:         absolute;
	z-index:          99999;
	border:           1px solid #aaabb1;
}

/*header nav ul li:hover ul
{
	display: block;
}*/

header nav ul li ul li
{
	background: none;
	background-image: none !important;
	background-color: #fff;
	float:      none;
	height:     auto;
	margin:     0;
	min-height: 35px; /* 38px */
	min-width:  186px;
}

header nav ul li.about ul li
{
	width: 280px;
}

header nav ul li ul li hr
{
	color: #aaabb1;
	margin: 0px 20px 0px 20px;
}

header nav ul li ul li a:hover
{
	color: #333333 !important;
}

header nav ul li/*:hover*/ ul li a
{
	background:  none !important;
	border: none !important;
	background-color: #fff;
	color:       #4f6478;
	display:     block;
	font-weight: normal;
	/*height:      22px;*/
	height:      auto;
	/*width:       100% !important;*/width: auto !important;
	line-height: normal !important;
	margin:      0;
	min-height:  22px;
	padding:     8px 18px 8px 18px;
	font-size:   15px;
	text-align:  left;
}

/**************************************************************************
Content Areas
**************************************************************************/
.green
{
	color: #5b8226;
}

.darkGreen
{
	color: #254000;
}

.blue
{
	color: #003669;
}

.gray
{
	color: #bababa;
}

div.container
{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

div.container.main
{
	padding-bottom: 168px;
	position: relative;
}

article
{
	float:       left;
	/*font-size:   14px;
	line-height: 1.6em;*/
	width:       1200px;
	margin-bottom: 24px;
}

article.leftAside,
article.rightAside
{
	width: 750px;
}

article.leftAside.interior
{
	width: 960px;
	/*float: right;*/
	min-height: 317px;
	background-image:    url( '../images/city2.png' );
	background-position: bottom left;
	background-repeat:   no-repeat;
	background-size:     450px 262px;
	margin-bottom: 0px;
}

article.leftAside.interior.cmsOnlyNoRightNav
{
	background: none;
}

article.rightAside.interior
{
	width: 946px;
	padding-left: 20px;
}

h1.interiorHeader
{
	border-bottom: 5px solid #003669;
	margin-top: 10px;
	padding-bottom: 3px;
	margin-bottom: 18px;
	padding-left: 20px;
}

div.interiorContent
{
	padding-left: 20px;
}

div.cmsLeftPadding
{
	padding: 0px 20px 10px;
	width: 525px;
}

div.contactLeftPadding
{
	padding: 0px 20px 10px;
	width: 555px;
}

article.leftAside.interior div.cmsLeftPadding
{
	width: 430px;
}

article.interior.cmsOnlyNoRightNav div.cmsLeftPadding, article.interior.noDynamicRightNav div.cmsLeftPadding
{
	width: 1180px;
}

article.leftAside.interior.cmsOnlyNoRightNav div.cmsLeftPadding
{
	width: 920px;
}

article.leftAside.interior h1.interiorHeader
{
	/*padding-left: 0px;*/
}

article.leftAside.rightAside
{
	width: 545px;
}

div.fade.interiorCMSNavRight
{
	width: 495px;
	float: right;
	margin-left: 110px;
	border: none;
	padding: 17px 25px 25px 25px;
}

article.leftAside.interior div.fade.interiorCMSNavRight
{
	width: 420px;
	padding: 17px 35px 25px 35px;
}

article.leftAside.interior div.fade.interiorCMSNavRight
{
	margin-left: 0px;
}

article.leftAside.interior.cmsRightBar
{
	float:   left;
	padding: 0;
	width:   960px;
}

article.leftAside.interior.cmsRightBar div.cmsLeftPadding
{
	width: 430px;
}

article.dynamicFooter
{
	width: 100%;
	background-image:    url( '../images/gradientbgrepeat.jpg' );
	background-position: top left;
	background-repeat:   repeat-x;
	background-size:     1px 287px;
	height: 286px;
	margin-bottom: 0px;
	bottom: 168px;
	left: 0;
	position: absolute;
}

article.dynamicFooter.homeDynamicFooter div.container
{
	/*background: transparent url(/images/city.png);*/
	background: transparent url(/images/hcigi.png) no-repeat;
}

div.mainPadding
{
	padding-bottom: 454px !important;
}

article.dynamicFooter div.container
{
	padding-top: 25px;
	padding-bottom: 25px;
}

aside#leftAside
{
	float:         left;
	min-height:    1px;
	margin-right:  37px;
	width:         417px;
	position: relative;
	z-index: 1;
}

.sideBG
{
	display: none;
	position: absolute;
	top: 55px;
	bottom: 0px;
	left: 0px;
	width: 220px;
	background-color: #75a037;
	z-index: 0;
}

aside#leftAside.interiorLeftAside
{
	width:     192px;
	padding:   14px 20px 14px 8px;
	margin-top: 50px;
	margin-right: 20px;
	background-color: #75a037;
	color:     #fff;
	border-top: 5px solid #0b5000;
	font-family: Calibri,"Segoe UI",Segoe,Optima,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
}

aside#leftAside.interiorLeftAside + .sideBG
{
	display: block;
}

aside#leftAside.interiorLeftAside a
{
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

aside#leftAside.interiorLeftAside a:hover
{
	text-decoration: underline;
}

aside#leftAside.interiorLeftAside a.active
{
	color: #003669;
}

/*aside#leftAside.interiorLeftAside ul li div.sidenavTitle
{
	width: 126px;
	margin-left: 3px;
	float: right;
}*/

aside#leftAside.interiorLeftAside ul
{
	list-style-type: none;
	color: #fff;
	margin: 0px 0px 12px 0.8em;
}

aside#leftAside.interiorLeftAside ul a
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	line-height: 18px;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
}

aside#leftAside.interiorLeftAside ul li
{
	margin-bottom: 6px;
	margin-top: 0px;
}

/*aside#leftAside.interiorLeftAside > ul > li
{
	margin-top: 12px;
}

aside#leftAside.interiorLeftAside ul li:first-of-type
{
	margin-top: 0px;
}*/

aside#leftAside.interiorLeftAside ul ul
{
	/*margin: 0px 0px 12px 0px;*/
	margin-left: 0px;
}

/*aside#leftAside.interiorLeftAside ul ul li
{
	margin-top: 0px;
}*/

aside#leftAside.interiorLeftAside ul ul ul
{
	/*margin: 0px 0px 12px 1.2em;*/
	margin-left: 1.2em;
}

aside#leftAside.interiorLeftAside ul ul a
{
	line-height: 14px;
	font-size: 14px;
	font-weight: 400;
}

aside#leftAside.interiorLeftAside ul li .arrows
{
	margin-left: -0.8em;
}

aside#leftAside.interiorLeftAside h3
{
	margin-bottom: 4px;
}

aside#rightAside
{
	float:     right;
	width:     167px;
	font-size: 14px;
}

div.fade
{
	width: 367px;
	border-top: 5px solid #003669;
	margin-bottom: 35px;
	min-height: 235px;
	padding: 20px 30px 20px 20px;

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
}

div.fade.top, div.calendarBtn.top
{
	margin-top: 37px;
}

div.fade h1
{
	margin-top: -7px;
}

a.viewAll
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-weight: bold !important;
	font-size: 14px;
	color: #919191;
	display: block;
	float: right;
	text-decoration: none;
}

ul
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #4f6478;
	margin: 6px 0px 6px 1.2em;
}

ul.marginTop
{
	margin-top: 25px;
}

ul li
{
	margin-bottom: 0px;
}

div.fade ul li
{
	clear: both;
	margin-bottom: 0px;
}

div.fade ul li p, div.tabbedWindow ul li p, div.topics ul li p
{
	font-weight: normal;
}

div.topics
{
	padding:   10px 0px 0px 34px;
}

a.more, a.pdf, a.txt, a.doc, a.docx, a.zip, a.xls, a.xlsx, a.mp3, a.ppt, a.pptx, a.wmv
{
	display: block;
	float: right;
	margin-top: 8px;
	text-decoration: none;
	padding-right: 21px;
	background-image: url(/images/arrow.png);
	background-position: right center;
	background-repeat:   no-repeat;
	background-size:     16px 22px;
	vertical-align: middle;
	height: 22px;
}

a.pdf, a.txt, a.doc, a.docx, a.zip, a.xls, a.xlsx, a.mp3, a.ppt, a.pptx, a.wmv
{
	padding-right: 20px;
	background-size:     16px 16px;
	height: 16px;
}

a.pdf
{
	background-image: url(/images/icons/pdf.png);
}

a.txt
{
	background-image: url(/images/icons/txt.png);
}

a.doc
{
	background-image: url(/images/icons/doc.png);
}

a.docx
{
	background-image: url(/images/icons/docx.png);
}

a.zip
{
	background-image: url(/images/icons/zip.png);
}

a.xls
{
	background-image: url(/images/icons/xls.png);
}

a.xlsx
{
	background-image: url(/images/icons/xlsx.png);
}

a.mp3
{
	background-image: url(/images/icons/mp3.png);
}

a.ppt
{
	background-image: url(/images/icons/ppt.png);
}

a.pptx
{
	background-image: url(/images/icons/pptx.png);
}

a.wmv
{
	background-image: url(/images/icons/wmv.png);
}

a.left
{
	float:left;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

div.tabbedWindow
{
	width: 501px;
	padding: 20px 24px 20px 20px;
	background-color: #fff;
	overflow-y: auto;
	box-shadow: -3px 5px 7px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: -3px 5px 7px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: -3px 5px 7px rgba(0, 0, 0, 0.50);
}

div.tabbedWindow ul li
{
	margin-bottom: 30px;
}

div.tabbedWindow ul li.lastItem
{
	margin-bottom: 0px;
}

div.tabbedWindow a
{
	font-weight: normal;
	text-decoration: none;
}

div.calendarBtn
{
	background-image: url(/images/calendarbg.png);
	background-position: top left;
	background-repeat:   no-repeat;
	background-size:     167px 277px;
	width: 167px;
	height: 277px;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 35px;
}

div.calendarBtn div.calendarContainer
{
	width: 145px;
	height: 255px;
	margin-left: auto;
	margin-right: auto;
}

table.calendarSm
{
	cursor: pointer;
	font-family: "franklin-gothic-urw","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
	font-style: normal;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

table.calendarSm td
{
	text-align: center;
	padding: 3px 2px 3px 2px;
}

table.calendarSm tr.calendarTitle
{
	font-size: 24px;
	color: #fff;
}

table.calendarSm tr.darkGreen td
{
	padding-top: 0px;
}

table.calendarSm tr.calendarTitle td
{
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: 500;
}

.editorBody
{
	background: #fff;
	min-width: auto;
	min-height: calc( 100% - 10px );
	height: calc( 100% - 10px );
	padding: 5px;
}

.editorBody.getInvolvedEditor
{
	font-weight: 700;
	line-height: 21px;
}

div.upcomingContent
{
	padding: 0 20px 10px 20px;
}

div.upcomingContent a.viewAll
{
	margin-top: 5px;
}

ul.upcomingList
{
	color:           #333;
	font-weight:     normal;
	list-style-type: none;
	margin:          6px 0px 0px 0px;
}

ul.upcomingList li
{
	padding-top: 2px;
}

ul.archiveList li
{
	padding-left: 	75px;
	position: 		relative;
}

ul.archiveList li a.recorded
{
	position: 	absolute;
	left:  		0;
	top:		6px;
}

div.recorded,
a.recorded
{
	font-family: 	  Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-size: 		  12px;
	font-weight: 	  600;
	color: 			  #003669;
	display: 		  block;
	width:  		  65px;
	/*height: 		  45px;*/
	padding-top:	  29px;
	text-decoration:  none;
	background: 	  url( '/images/recorded.png' ) center 2px no-repeat;
	background-size:  36px 29px;
	background-color: #ffffff;
	text-align: 	  center;
}

a.recorded:hover
{
	background-color: #d6e7f6;
}

div.searchWebinars
{
	position: relative;
}

div.searchWebinars input.keyword
{
	position: 		relative;
	width: 			260px;
	height: 		21px;
	border: 		1px solid #ccc;
	vertical-align: middle;
	padding-left: 	4px;
	padding-right: 	4px;
	margin-right:  	5px;
	top:			-2px;
}

h2.isRecorded
{
	margin-bottom: 5px;
}

/**************************************************************************
Footer
**************************************************************************/
footer
{
	clear:       both;
	color:       #333333;
	font-size:   13px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	background-image:    url( '../images/footerbgrepeat.png' );
	background-position: top left;
	background-repeat:   repeat-x;
	background-size:     2px 140px;
	background-color: #fff;
	height:      140px;
	border-top: 1px solid #999;
	position:   absolute;
	bottom:     27px;
	left:       0px;
	width:      100%;
}

footer h2
{
	line-height: 20px;
}

footer div.container
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top:   22px;
	height:       115px;
	width:        1180px;
}

footer a
{
	text-decoration: underline;
}

footer div.copy
{
	width: 390px;
}

footer div.copy a
{
	margin-top: 12px;
	display: block;
	float: left;
}

footer div.copy span.bullet
{
	color: #5B8226;
	float: left;
	margin-top: 12px;
}

footer div.contact
{
	text-align: right;
	float:      right;
}

footer a.tel, footer span.fax
{
	color:       #333333 !important;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	text-decoration: none !important;
	cursor: default;
}

footer div.avibe
{
	width: 100%;
	text-decoration: none;
	background-image:    url( '../images/footergreenrepeat.jpg' );
	background-position: top left;
	background-repeat:   repeat-x;
	background-size:     1px 30px;
	height:      24px;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
}

footer div.avibe a
{
	color: white;
	text-decoration: underline;
}

footer div.avibe a:hover
{
	text-decoration: none;
}

footer div.social
{
	width: 29px;
	margin-left: 28px;
	float: right;
	margin-top: 5px;
}

footer div.social a
{
	background-image:    url( '../images/socialmedia.png' );
	background-position: 0px 0px;
	background-repeat:   no-repeat;
	background-size:     87px 58px;
	color:               #000;
	display:             block;
	height:              29px;
	overflow:            hidden;
	text-decoration:     none;
	float:               none;
	text-indent:         -500px;
	width:               29px;
	margin-bottom:       3px;
}

footer div.social a.linkedin{ background-position: 0px 0px; } footer div.social a.linkedin:hover{ background-position: 0px -29px; }
footer div.social a.fb      { background-position: -29px 0px; } footer div.social a.fb:hover      { background-position: -29px -29px; }
footer div.social a.twitter { background-position: -58px 0px; } footer div.social a.twitter:hover { background-position: -58px -29px; }

/**************************************************************************
Buttons
**************************************************************************/

a.btnSm, a.btnSm2, a.btnMd, a.btnLrg, a.btnxLrg
{
	text-align: center;
	text-decoration: none;
}

input.btnSm, a.btnSm, input.save, input.back
{
	width:           102px;
	height:          26px;
	background-image:url(/images/buttons.png);
	background-position: 0px 0px;
	background-repeat:   no-repeat;
	background-size:     450px 345px;
	background-color: transparent;
	cursor:          pointer;
	border:          none;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-weight:     normal;
	font-size:       16px;
	color:           #fff;
}

input.btnSm:active, input.btnSm.selected, a.btnSm:active, input.save:active, input.back:active
{
	background-position: 0px -26px;
}

a.btnSm
{
	line-height: 26px;
}

input.btnSm2, a.btnSm2
{
	width:           109px;
	height:          37px;
	background-image:url(/images/buttons.png);
	background-position: 0px -270px;
	background-repeat:   no-repeat;
	background-size:     450px 345px;
	background-color: transparent;
	cursor:          pointer;
	border:          none;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-weight:     normal;
	font-size:       16px;
	color:           #fff;
}

input.btnSm2:active, input.btnSm2.selected, a.btnSm2:active
{
	background-position: 0px -307px;
}

a.btnSm2
{
	line-height: 37px;
}

input.btnSm2.whiteTab
{
	background-position: -341px 0px;
	color: #5b8226;
}

input.btnMd, a.btnMd
{
	width:           139px;
	height:          34px;
	background-image:url(/images/buttons.png);
	background-position: 0px -52px;
	background-repeat:   no-repeat;
	background-size:     450px 345px;
	background-color: transparent;
	cursor:          pointer;
	border:          none;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-weight:     normal;
	font-size:       16px;
	color:           #fff;
}

input.btnMd:active, input.btnMd.selected, a.btnMd:active
{
	background-position: 0px -86px;
}

a.btnMd
{
	line-height: 34px;
}

input.btnLrg, a.btnLrg
{
	width:           225px;
	height:          37px;
	background-image:url(/images/buttons.png);
	background-position: 0px -120px;
	background-repeat:   no-repeat;
	background-size:     545px 345px;
	background-color: transparent;
	cursor:          pointer;
	border:          none;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-weight:     normal;
	font-size:       16px;
	color:           #fff;
}

input.btnLrg:active, input.btnLrg.selected, a.btnLrg:active
{
	background-position: 0px -157px;
}

a.btnLrg, a.btnxLrg
{
	line-height: 37px;
}

input.btnLrg.whiteTab
{
	background-position: -318px -79px;
	color: #5b8226;
}

input.btnxLrg, a.btnxLrg
{
	width:           260px;
	height:          37px;
	background-image:url(/images/buttons.png);
	background-position: 0px -195px;
	background-repeat:   no-repeat;
	background-size:     450px 345px;
	background-color: transparent;
	cursor:          pointer;
	border:          none;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-weight:     normal;
	font-size:       16px;
	color:           #fff;
}

input.btnxLrg:active, input.btnxLrg.selected, a.btnxLrg:active
{
	background-position: 0px -232px;
}

/**************************************************************************
Form inputs
**************************************************************************/
input.large, select.large
{
	width: 350px;
}

input.xlarge
{
	width: 610px;
}

input.medium, select.medium
{
	width: 175px;
}

input.small, select.small
{
	width: 85px;
}

input.smaller, select.smaller
{
	width: 60px;
}

input.tiny, select.tiny
{
	width: 40px;
}

input.large, input.xlarge, input.medium, input.small, input.tiny
{
	border: 1px solid #CCCCCC;
    height: 21px;
    vertical-align: middle;
}

input[type="radio"   ]
{
	margin:  0 5px 0 5px;
}

/**************************************************************************
Full Calendar
**************************************************************************/
div.calendarBox.whiteBox
{
	width: 996px;
	padding-bottom: 1px;
	margin-left: -20px;
}

div.calendarBox h5
{
	margin: 10px 0px 20px 0px;
}

div.calendarBox h5.calListView
{
	text-align: left;
	margin-left: 27px;
	margin-bottom: 44px;
	margin-top: 18px;
}

div.calendarBox table.calendar h5
{
	margin: 8px 0px 18px 0px;
}

div.calendarBox h5 a
{
	font-size: 30px;
	color: #333;
	text-decoration: none;
}

table.calendar td.calHeader
{
	background-color: #fff;
}

table.calendar
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #4F6478;
}

table.calendar
{
	border-spacing: 2px;
	border-collapse: separate;
}

table.calendar td.calDay
{
	text-align: center;
	height: 24px;
	background-color: #d6e0bb;
}

table.calendar td.calDay0
{
	background-color: #dfe9c6;
}

table.calendar td.calDate
{
	text-align: left;
	background-color: #e2e2e2;
	height: 129px;
	width: 120px;
	vertical-align: text-top;
	padding: 8px 10px 8px 10px;
	font-size: 16px;
}

table.calendar td.calDate a
{
	font-size: 14px;
	text-decoration: none;
}

table.calendar td.today
{
	background-color: #ccc;
}

span.subCatHeader
{
	color:     #000;
	font-size: 12px;
}

div.calTooltip
{
	position: absolute;
	display:  none;
	width:    296px !important;
	padding:  5px;
	z-index:  30;
	font-size: 12px;
	color:    #4F6478;
}

div.calTooltip p
{
	font-size: 12px;
	color:    #4F6478;
	font-family: Calibri,"Segoe UI",Segoe,Optima,Arial,sans-serif;
	margin: 1em 0;
}

div.evtTitleLink
{
	cursor:   pointer;
	font-size: 14px;
    text-decoration: none;
    color: #5B8226;
}

div.calendarBtns
{
	position: relative;
	width: 292px;
	height: 188px;
}

div.calendarBtns input.btnMd
{
	position: absolute;
	top: 73px;
	right: 0px;
}

input.calView
{
	margin-right: 11px;
	margin-bottom: 15px;
	right: 140px !important;
}

div.dayHeader
{
	background-color: #e2e2e2;
	height: 32px;
	padding: 0px 25px 0px 25px;
	line-height: 32px;
	margin: 0px 1px 13px 1px;
}

div.dayContents
{
	margin: 0px 27px 30px 27px;
}

div.dayContents, div.dayContents p
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-size: 14px;
	color: #4F6478;
	font-weight: bold;
}

div.dayContents p
{
	margin-top: 18px;
	margin-bottom: 18px;
}

a.evtLink
{
	text-decoration: none;
}

a.evtSubmit
{
	display: block;
	float: right;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 122px;
}

div.calFilterBox
{
	margin-top: 188px;
	padding: 24px 10px 10px 10px;
	width: 147px !important;
	font-size: 12px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4F6478;
}

div.calendarBtns
{
	margin-left: 195px;
}

h1.calendarH1
{
	margin-bottom: 28px;
	margin-top: 10px;
	border: none;
	padding-left: 0px;
	padding-bottom: 0px;
}

table.miniCalendar
{
	width: 167px;
	font-size: 12px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-weight: normal;
	margin-left: -10px;
	margin-bottom: 18px;
}

table.miniCalendar tr.dayHeaders td
{
	color: #fff;
	background-color: #537a1f;
}

table.miniCalendar tr td.dayHeaders
{
	text-align: left;
}

table.miniCalendar tr td.notThisMonth
{
	background-color: #e2e2e2;
	font-size: 14px;
}

table.miniCalendar tr td.thisMonth
{
	background-color: #c1dc9c;
	font-size: 14px;
}

table.miniCalendar td
{
	text-align: center;
	padding: 2px 4px;
	color: #333;
}

div.calFilterBox div.monthHeader
{
	font-family: Georgia, "Times New Roman", serif;
	font-size:   12px;
	color:       #333;
	font-weight: normal;
	text-align:  center;
	margin-bottom: 10px;
}

div.calFilterBox div.monthHeader a
{
	font-size:   20px;
	text-decoration: none;
	color:       #333;
	line-height: 12px;
}

div.calFilterBox label
{
	font-family: Georgia, "Times New Roman", serif;
	font-size:   12px;
	color:       #333;
	font-weight: normal;
	display: block;
}

div.calFilterBox select
{
	width: 144px;
	margin-top: 8px;
	color: #000;
	font-size: 12px;
}

div.calFilterBox select#year
{
	margin-bottom: 40px;
}

div.calFilterBox input.btnSm
{
	margin-top: 17px;
	margin-right: 3px;
}

div.calFilterBox input.evtCatBox, div.calFilterBox input#allCats
{
	margin-top: 10px;
	margin-right: 8px;
}

div.calFilterBox label.stateLabel
{
	margin-top: 38px;
}

div.calFilterBox table.calFilterCheckboxes td
{
	vertical-align: text-top;
	text-align: left;
	padding: 0;
}

hr.archiveRule
{
	border-color: #AAABB1;
	margin: 17px 0px;
}

h2 span.archiveCount
{
	color: #003669;
	font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Molengo,Arial,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

a.archiveHeader
{
	text-decoration: none;
}

a.archiveHeader:hover
{
	text-decoration: none;
}

.archiveList
{
	display: none;
}

span.archiveDate
{
	color: #4F6478;
	font-style: normal;
    font-weight: 700;
}

div.dynamicPadding
{
	padding: 0px 20px;
}

a.archiveHeader div.arrow
{
	float: left;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 16px solid #333;
	border-right: 0;
	margin-top: 5px;
}

a.archiveHeader div.arrow.bottomArrow
{
	border-top: 16px solid #333;
	border-bottom: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

aside#rightAside div.whiteBox.calFilterBox.submitEventBox
{
	font-weight: normal;
	margin-top: 50px;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 15px;
	width: 137px !important;
}

div.submitEventBox h3
{
	margin-bottom: 4px;
}

table.eventForm td.formLabel
{
	width: 148px;
}

table.eventForm input.save
{
	margin-top: 10px;
}

div.cmsLeftPadding.fullWidth
{
	width: 100%;
	width: calc( 100% - 40px );
}

table.eventForm select
{
	padding: 4px;
}

/**************************************************************************
Event Detail Page
**************************************************************************/
h1.evtTitle
{
	border-bottom: 5px solid #003669;
	padding-left: 20px;
	padding-bottom: 6px;
	margin-bottom: 18px;
}

.printHeader
{
	display: none;
}

div.evtDetailCol.left
{
	padding-left: 20px;
	padding-top: 24px;
	width: 570px;
	margin-bottom: 35px;
}

div.evtDetailCol.right
{
	margin-bottom: 35px;
}

div.evtDetailCol.left div.evtDesc
{
	margin-bottom: 24px;
	width: 525px;
}

div.evtDetailCol.fade
{
	border:   none;
	width:    445px;
	padding:  30px 50px 30px 50px;
	position: relative;
}

div.evtLocTime
{
	text-align: center;
}

div.evtLocTime
{
	font-size: 20px;
	text-align: middle;
	font-family: "franklin-gothic-urw","Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #333;
	line-height: 23px;
}

div.evtLocTime.left, div.evtLocTime.right
{
	text-align: left;
	margin-bottom: 25px;
	width: 221px;
}

div.evtLocTime.left
{
	width: 218px;
	border-right: 3px solid #003669;
}

div.evtLocTime.right
{
	text-align: right;
}

div.evtLocTime.left.full
{
	width: 100%;
	border: none;
}

div.evtDateTime
{
	color: #4F6478;
    text-align: center;
    margin-bottom: 35px;
    font-family: Calibri,"Segoe UI",Segoe,Optima,Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 17px;
}

div.evtDateTime.left
{
    text-align: left;
}

div.evtLocDetail
{
	margin-bottom: 20px;
}

img.evtLocImg
{
	margin-bottom: 10px;
}

div.evtReg input.btnMd
{
	margin-top: 10px;
}

div.evtReg
{
	margin-bottom: 30px;
}

div.evtReg h3
{
	margin-bottom: 16px;
}

div.evtDocs
{
	margin-top: 60px;
	margin-bottom: 45px;
}

div.evtLocImage
{
	margin-bottom: 5px;
	text-align: center;
}

div.evtLocImage img
{
	max-width: 445px;
}

div.evtTwitter iframe
{
    border: 1px solid #000000 !important;
    border-radius: 5px;
}

div.evtDocs a
{
	font-family: Calibri,"Segoe UI",Segoe,Optima,Arial,sans-serif;
	text-decoration: none;
	font-weight: bold;
	line-height: 23px;
	font-size: 14px;
}

div.evtTwitter
{
	margin-bottom: 45px;
}

div.evtSponsors
{
	background: #fff;
	padding: 20px;
}

/**************************************************************************
User notifications
**************************************************************************/
.success { color: #5B8226; }
.warning { color: #f60; }
.failure { color: #c00; }
.example { color: #5B8226; }
.contactSuccess { color: #333; }

/**************************************************************************
Landing Page
**************************************************************************/
ul.landingSlides
{
	height:          535px;
	list-style-type: none;
	margin:          0;
	margin-bottom:   30px;
	padding:         0;
	width:           1024px;
}

ul.landingSlides li
{
	height:   535px;
	position: absolute;
	width:    1024px;
}

ul.landingCTAs
{
	list-style-type: none;
	margin:          0;
	padding:         0;
}

ul.landingCTAs li
{
	float:    right;
	height:   210px;
	position: relative;
	width:    306px;
}

ul.landingCTAs li:first-child
{
	margin-left: 54px;
	width:       305px;
}

ul.landingCTAs li:last-child
{
	margin-right: 54px;
	width:        305px;
}

ul.landingCTAs li h3
{
	color:          #aaa49d;
	display:        block;
	font-size:      22px;
	margin-bottom:  8px;
	padding-bottom: 0;
	text-transform: uppercase;
}

ul.landingCTAs li p
{
	color:       #645f5c;
	font-size:   20px;
	line-height: 1.1em;
}

ul.landingCTAs li a
{
	bottom:          0;
	color:           #898989;
	display:         block;
	font-size:       19px;
	left:            0;
	position:        absolute;
	text-transform:  lowercase;
}

ul.landingCTAs li a:hover
{
	color: #dd6509;
}

div.getInvolved
{
	height: 262px;
}

div.getInvolved .mainTitle
{
	float: left;
	margin: 70px 0 0 65px;
	width: 270px;
}

div.getInvolved .mainTitle h1
{

	font-size: 40px;
	font-style: italic;
	color: #333333;
}

div.getInvolved div.blueInvolved
{
	background-color: #cce3f8;
	border: 1px solid #999;
	width: 798px;
	height: 286px;
	position: absolute;
	top: -25px;
	padding-top: 25px;
}

div.getInvolved .slideWrapper
{
	width: 800px;
	height: 233px;
	position: relative;
}

div.getInvolved .slideShow
{
	height: 233px;
	width: 710px;
	overflow: hidden;
	position: relative;
	margin: 0 25px 0 45px;
}

div.getInvolved .slideList
{
	width: 20000em;
	position: absolute;
	margin: 0;
	padding: 0;
}

div.getInvolved .slide
{
	float: left;
	width: 690px;
	height: 233px;
	position: relative;
	font-weight: 700;
	margin: 0 10px;
}

div.getInvolved .slideHeadings
{
	min-height: 95px;
	height: 95px;
}

div.getInvolved .slideHeadings h1
{
	font-size: 47px;
}

div.getInvolved .slideHeadings h2
{
	font-size: 20px;
	color: #0055a6;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-weight: normal;

	margin: 0 0 15px 0;
}

div.getInvolved .slideText
{
	height: 75px; /* 83px */
	overflow: hidden;
	line-height: 21px;
}

div.getInvolved .btnPrevSlide, div.getInvolved .btnNextSlide
{
	position: absolute;
	top: 100px;
}

div.getInvolved .btnPrevSlide.disabled, div.getInvolved .btnNextSlide.disabled
{
	display: none;
}

div.getInvolved .btnPrevSlide
{
	left: 15px;
}

div.getInvolved .btnNextSlide
{
	right: 15px;
}

div.getInvolved .btnSlide1, div.getInvolved .btnSlide2
{
	position: absolute;
	bottom: 0;
}

div.getInvolved .btnSlide1
{
	right: 0;
}

div.getInvolved .btnSlide2
{
	left: 0;
}

div.tabs input:first-child.whiteTab
{
	margin-left: -1px;
}

input.tabBtn
{
	font-weight: bold;
}

div.tabbedWindow div.closedTab
{
	display: none;
}

div.adSpace
{
	margin: 0 0 35px 0;
	width: 167px;
	max-width: 167px;
	overflow-x: hidden;
	text-align: center;
}

div.adSpace a
{
	text-decoration: none;
	cursor: pointer;
}

div.adSpace div.adList
{
	width: 167px;
	margin: 0;
	padding: 0;
}

div.adSpace div.adContent, div.adSpace div.adImageContainer, div.adSpace div.adImageContainer img
{
	min-width: 167px;
	width: 167px;
	max-width: 167px;
}

div.adSpace div.adContent
{
	float: left;
}

/**************************************************************************
Content page
**************************************************************************/
div.breadcrumb
{
	float: right;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #919191;
	margin-top: -13px;
}

div.breadcrumb a
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #919191;
}

div.breadcrumb a:last-child
{
	text-decoration: none;
}

div.wrapper
{
	width: 100%;
	position: relative;
	min-height: 100%;
	overflow: hidden;
}

article div.banner
{
	color:         #fff;
	font-size:     30px;
	line-height:   1.2em;
	margin-bottom: 5px;
	margin-top:    -4px;
	position:      relative;
}

article div.banner-image
{
	height: 260px;
}

article div.banner span.highlight
{
	color: #666;
}

td.formLabel
{
	padding:          3px;
	padding-right:    9px;
	font-size:		  12px;
	color:			  #4F6478;
	text-align:       right;
	font-family:      Calibri, "Segoe UI", Segoe, Optima, Arial, sans-serif;
}

label
{
	position: relative;
}

label span
{
	color: #0054a4 !important;
	font-size: 14px;
	display: block;
	left: -10px;
	top: 0;
	position: absolute;
	padding-top: 1px;
}

div.whiteBox
{
	width: 100%;
	border-top: 5px solid #003669;
	background-color: #fff;
	margin-bottom: 35px;
	box-shadow: -3px 5px 7px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: -3px 5px 7px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: -3px 5px 7px rgba(0, 0, 0, 0.50);
}

table.adminControls
{
	border: 1px dotted #900;
	background-color: #C99;
}

table.adminControls input
{
	width: 75px;
}


/**************************************************************************
Search Page
**************************************************************************/
div.searchResults h1
{
	margin-bottom: 20px;
}

div.searchResults h1.education
{
	width: 			33%;
	float: 			left;
	margin-bottom: 	0;
}

div.searchResults div.education
{
	padding-top: 5px;
	float: 		 left;
}

div.searchResults div.education input,
div.searchResults div.education select
{
	vertical-align: middle;
}

div.searchResults div.education input.speaker
{
	width: 200px;
}

div.searchResults div.education select.yearSelect
{
	width: 80px;
}

div.searchResults table.search
{
	margin:  		-21px 0px 20px 0px;
	padding: 		0px 0px;
	width:			100%;
	border-collapse: separate;
	border-spacing: 0;
	border:  1px solid #B7BBBC;
	background-color: #C7CCD0;
	border-top: none;
}

div.searchResults table.search td
{
	vertical-align: top;
	padding: 0 15px;
	color:          #333333;
	border-collapse: separate;
	text-align: center;
}

div.searchResults table.search tr.headers td
{
	padding-top: 5px;
}

div.searchResults table.search tr.results td
{
	vertical-align: middle;
	padding: 10px 0;
}

div.searchResults table.search tr.pagination td
{
	vertical-align: bottom;
	padding-bottom: 5px;
}

div.searchResults table.search tr.headers h2
{
	color:       #003669;
}

div.searchResults div.string
{
	font-weight: 400;
	font-style: italic;
	color:      #333333;
}

div.searchResults div.page
{
	color:          #000;
}

div.searchResults td.stroke
{
	border-left:	1px solid #B7BBBC;
	padding:        0;
}

div.searchResults ul.searchList
{
	text-align:     left;
	padding:  0;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.searchResults ul.searchList li
{
	padding:      0px 35px 30px 15px;
	color: #333333;

	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
}

div.searchResults ul.searchList li a
{
	color: #0055a4;

	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Molengo, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
}

div.searchResults table.searchTable td
{
	padding: 25px 25px 25px 0;

	vertical-align: bottom;
}

div.searchResults table.searchTable2 td
{
	padding: 0px 20px 20px 0px;
}

/**************************************************************************
Contact Form
**************************************************************************/

table.basic
{
	margin:  0px;
	padding: 0px;
	width:   100%;
}

table.basic td.formField input[type="text"]
{
	padding-left: 3px;
}

input.special
{
	width:158px;
}

input.special2
{
	width: 85px;
}

.verticalSpace
{
	margin: 3px 0;
}

/**************************************************************************
More Members Page
**************************************************************************/

table.moreMembers
{
	border: 	0;
	text-align: left;
	width: 		100%;
}

table.moreMembers tr
{
	text-align: 	left;
	vertical-align: top;
}

table.moreMembers tr td
{
	border-collapse: separate;
	border-spacing:  20px;
	padding: 		 20px;
	width: 33%;
}

table.moreMembers h3 a
{
	font-family: Calibri, 'Segoe UI', Segoe, Optima, Arial, sans-serif;
	font-size: 	 16px;
	font-weight: bold;
}

/**************************************************************************
Misc.
**************************************************************************/
.right
{
	float: right;
}

.clear
{
	clear: both;
}

/**************************************************************************
Tablet-specific Styles
**************************************************************************/
@media only screen and ( max-width: 1024px )
{

}

/**************************************************************************
Wireless-specific Styles
**************************************************************************/
@media only screen and ( max-width: 480px )
{

}

/**************************************************************************
Retina-specific Image Replacement
**************************************************************************/
@media only screen and ( -webkit-device-pixel-ratio: 2 )
{

}

/**************************************************************************
Print-specific Styles
**************************************************************************/
@media print
{
	/**************************************************************************
	Boilerplate Styles
	**************************************************************************/
	*
	{
		background:  transparent !important;
		color:       #000 !important;
		box-shadow:  none !important;
		text-shadow: none !important;
	}

	a
	{
		text-decoration: underline;
	}

	a[href]:after
	{
		content: ' (' attr( href ) ')';
	}

	a[href^="javascript:"]:after,
	a[href^="#"          ]:after
	{
		content: '';
	}

	abbr[title]:after
	{
		content: ' (' attr( title ) ')';
	}

	pre,
	blockquote
	{
		border:            1px solid #999;
		page-break-inside: avoid;
	}

	thead
	{
		display: table-header-group;
	}

	tr,
	img
	{
		page-break-inside: avoid;
	}

	img
	{
		max-width: 100% !important;
	}

	@page
	{
		margin: 0.5cm;
	}

	p,
	h2,
	h3
	{
		orphans: 3;
		widows:  3;
	}

	h2,
	h3
	{
		page-break-after: avoid;
	}

	/**************************************************************************
	Custom Styles
	**************************************************************************/
	nav,
	footer,
	#leftAside,
	#rightAside,
	.commentForm,
	.adminControls,
	form.fullSearch,
	input.tabBtn
	{
		display: none;
	}

	.home, .closedTab, .printHeader
	{
		display: block !important;
	}

	body
	{
		margin:  0;
		padding: 0;
	}

	article
	{
		margin:  0;
		padding: 0;
	}

	header
	{
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
	}

	header h1
	{
		position: static;
	}

	header h1 a
	{
		height:      auto;
		margin:      0;
		padding:     0;
		text-indent: 0;
		width:       auto;
	}

	header h1 a[href]:after
	{
		content: '';
	}

	article div.banner-image
	{
		height: auto;
		position: static;
	}

	article div.banner-image div.wrapper
	{
		position: static;
		height: auto;
		text-shadow: none;
		padding: 0;
	}

	.chromeframe
	{
		display: none;
	}
}

/**************************************************************************
Browser-specific hacks
**************************************************************************/
html.lt-ie7
{
	behavior: url( '/css/csshover3.htc' );
}

/*html.lt-ie8 header nav
{
	padding-top: 20px;
}*/

html.lt-ie8 ul.landingCTAs li
{
	margin-right: 35px;
}

html.lt-ie8 ul.landingCTAs li:first-child
{
	margin-left: 0;
}

html.lt-ie9 .chromeframe
{
	background: #7d7d7d;
	color:      #fff;
	display:    block;
	font-size:  12px;
	left:       0;
	padding:    10px;
	position:   absolute;
	text-align: center;
	width:      100%;
	min-width:  1200px;
	z-index:    1000;
}

html.lt-ie9 .chromeframe a
{
	color: #fff;
}

/*html.lt-ie9 div.tabbedWindow
{
	margin-left: -8px;
	zoom: 1;
    filter:progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=8, Direction=180),
           progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=8, Direction=270);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=8, Direction=180),
           progid:DXImageTransform.Microsoft.Shadow(Color=#666666, Strength=8, Direction=270)";
}*/

html.lt-ie9 footer div.avibe a
{
	background:transparent;
	filter: progid:DXImageTransform.Microsoft.DropShadow(Color=#666666, OffX=1, OffY=1);
	-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(Color='#666666', OffX=1, OffY=1)";
	zoom: 1;
}

html.lt-ie9 header nav ul li.resources a
{
	background-image: none;
}

html.lt-ie9 header input.keyword
{
	padding-top: 4px;
	height: 18px;
}

html.lt-ie9 header
{
	margin-top: 35px;
}

html.lt-ie8 header nav ul li ul
{
	overflow: visible;
	min-width: 186px;
}

html.lt-ie8 header nav ul li.home ul li{ width: 92px; }
html.lt-ie8 header nav ul li.about ul li{ width: 129px; }
html.lt-ie8 header nav ul li.members ul li{ width: 131px; }
html.lt-ie8 header nav ul li.committees ul li{ width: 158px; }
html.lt-ie8 header nav ul li.events ul li{ width: 132px; }
html.lt-ie8 header nav ul li.education ul li{ width: 135px; }
html.lt-ie8 header nav ul li.publications ul li{ width: 161px; }
html.lt-ie8 header nav ul li.awards ul li{ width: 113px; }
html.lt-ie8 header nav ul li.resources ul li{ width: 131px; }


html.lt-ie10 header div.banner.home:hover div.slide div.slideInfo { right: 100%; }
html.lt-ie10 header div.banner.home:hover div.slider-nav span.right { right: 100%; padding-right: 15px; }
html.lt-ie9  header div.banner.home div.slideInfo
{
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3000000,endColorstr=#B3000000);
	zoom: 1;
}

html.lt-ie9 article.interior.cmsOnlyNoRightNav div.cmsLeftPadding
{
	width: 1180px;
}

html.lt-ie9 article.leftAside.interior.cmsOnlyNoRightNav div.cmsLeftPadding
{
	width: 975px;
}

html.lt-ie8 div.calendarBtns
{
	height: 178px;
}

html.lt-ie8 header
{
	position: relative;
	z-index: 1;
}
