@charset "UTF-8";

/************************** miscellaneous styles **************************/

* {
	padding: 0;
	margin: 0;
}
p, li, ul, h1, h2, h3, h4, h5 {
	margin: auto;
	padding: auto;
	line-height: 130%;
}
p {
	margin: 14px 0;
}
li {
	margin-left: 15px;
	margin-bottom: 6px;
}
ul {
	padding-left: 15px;
}
a, a:link, a:visited {
	color: #0066CC;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
a.smaller, a.smaller:link, a.visited:link {
	font-size: 14px;
	font-weight: normal;
}
a.event_smaller{
	font-size: 12px;
	font-weight: normal;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
textarea {
	resize: none;
}

sup{
font-size:14px;
}

/************************** button styles **************************/

a.gray_button, a.gray_button:link, a.gray_button:visited {
	display: inline-block;
	padding-left: 13px;	
	min-width: 99px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background: url('../imgD/btn_gray_L.png') no-repeat top left;
	margin: 5px 0;
}
a.gray_button span.button_bkg {
	display: block;
	height: 28px;
	min-width: 86px;
	line-height: 28px;
	font-size: 12px;
	background: url('../imgD/btn_gray_R.png') no-repeat top right;
	padding-right: 13px;
	cursor: pointer;
}
a.gray_button:hover {
	color: #000;
	background: url('../imgD/btn_gray_hover_L.png') no-repeat top left;
}
a.gray_button:hover span.button_bkg {
	background: url('../imgD/btn_gray_hover_R.png') no-repeat top right;
}

a.yellow_round_button, a.yellow_round_button:link, a.yellow_round_button:visited {
	display: inline-block;
	padding-left: 13px;	
	min-width: 99px;
	height: 28px;
	line-height: 28px;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background: url('../imgD/btn_gray_hover_L.png') no-repeat top left;
	margin: 5px 0;
}
a.yellow_round_button span.button_bkg {
	display: block;
	height: 28px;
	min-width: 86px;
	line-height: 28px;
	font-size: 12px;
	background: url('../imgD/btn_gray_hover_R.png') no-repeat top right;
	padding-right: 13px;
	cursor: pointer;
}
a.yellow_round_button:hover {
	color: #fff;
	background: url('../imgD/btn_gray_L.png') no-repeat top left;
}
a.yellow_round_button:hover span.button_bkg {
	background: url('../imgD/btn_gray_R.png') no-repeat top right;
}

a.yellow_button, a.yellow_button:link, a.yellow_button:visited {
	display: inline-block;
	padding: 3px 7px;	
	height: 27px;
	min-width: 160px;
	line-height: 27px;
	font-size: 16px;
	text-align: left;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: url('../imgD/btn_yellow_bkg.png') repeat-x bottom left #FED800;
	border: 3px solid #E7B600;
	margin: 5px;
}
a.yellow_button span.button_bkg {
	display: block;
	padding-right: 12px;
	min-width: 148px;
	background: url('../imgD/button_arrow.png') no-repeat right;
	cursor: pointer;
}
a.yellow_button:hover {
	background: url('../imgD/btn_yellow_bkg_hover.png') repeat-x bottom left #676D70;
	border: 3px solid #171A1C;
	color: #FFF;
}
a.yellow_button:hover span.button_bkg {
	background: url('../imgD/button_arrow_hover.png') no-repeat right;
}

a.yellow_button_small, a.yellow_button_small:link, a.yellow_button_small:visited {
	display: inline-block;
	background: url('../imgD/btn_yellow_bkg.png') #fc0 repeat-x top;
	border: 1px solid #fc0;
	padding: 3px 8px;
	margin: 5px;
	font-size: 12px;
	text-align: left;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a.yellow_button_small span.button_bkg {
	display: block;
	padding-right: 10px;
	background: url('../imgD/button_arrow_small.png') no-repeat right;
	cursor: pointer;
}
a.yellow_button_small:hover {
	background: url('../imgD/btn_yellow_bkg_hover_2.png') repeat-x bottom left #DBDEE7;
	border: 1px solid #DBDEE7;
}

/************************** overall styles **************************/


body {
	font: 12px Helvetica, Arial, sans-serif;
	background: #212428;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #171919;
}

/************************** container styles **************************/

.oneColFixCtrHdr .container {
	width: 940px;  
	margin: 0 auto;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} /*
.container-left {
	margin: 0 auto;
	background: url('../imgD/shadow_L.png') repeat-y top left;
	width: 1030px;
	padding-left: 10px;
}
.container-right {
	margin: 0 auto;
	background: url('../imgD/shadow_R.png') repeat-y top right;
	width: 1020px;
	padding-right: 10px;
} */

/************************** header/nav styles **************************/

.oneColFixCtrHdr #header_bkg_outside {
	background: url('../imgD/bkg_header.png') no-repeat top #F0C000;
}
.oneColFixCtrHdr #header {
	height: 106px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header_right {
	margin-top: 5px;
	float: right;
	width: 625px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
a#homelink {
	display: inline-block;
	padding-right: 55px;
	margin-top: 31px;
	padding-left: 0px;
	height: 43px;
}
a#homelink:hover {
	background: url('../imgD/home_bkg_hover.png') right no-repeat;
}

/************************** feature styles **************************/

.oneColFixCtrHdr #feature_bkg_outside {
	background: url('../imgD/bkg_feature.png') no-repeat bottom #dadada;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #feature {
	height: 371px;
	background: url('../imgD/feature.png') no-repeat bottom #fff; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#feature_buttons {
	position: relative;
	top: 285px;
	left: 0px;
	text-align: left;
	width: 495px;
	padding-left: 60px;
}

/************************** main, sub, and sidebar content styles **************************/

.oneColFixCtrHdr #content_bkg_outside {
	background: url('../imgD/bkg_content.png') repeat-y top #dadada;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px;
	background: #EFEFEF;
}
#mainContent h3, #contactContent h3 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666;
	font-weight:normal;
}
#main_left {
	float: left;
	width: 440px;
	padding: 0 10px 0 0px;
}
#main_right {
	float: left;
	padding: 0 0px 0 40px;
	width: 410px;
}
img.headline {
	position:relative;
	left: -12px;
}
#mainContent p {
	margin: 11px auto;
}


.oneColFixCtrHdr #subcontent_bkg_outside {
	background: url('../imgD/bkg_subcontent.png') repeat-y top #dadada;
}
.oneColFixCtrHdr #subContent {
	padding: 20px;
	font-size: 16px;
}
#subContent h1 {
	margin: 25px 0 10px 0;
	padding-top: 18px;
	padding-bottom: 10px;
	font-size: 50px;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom: 16px solid #EFEFEF;
	border-top: 1px solid #ccc;
}
#sub_sidebar {
	float: left;
	width: 100px;
}
#sub_sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}
#sub_sidebar ul li {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#sub_sidebar ul.sideNav li a, #sub_sidebar ul.sideNav li a:link, #sub_sidebar ul.sideNav li a:visited {
	padding: 6px 0;
	width: 100px;
	display: block;
	border-top: 1px solid #CCCCCC;
	font-size: 14px;
	color:#000;
	text-decoration:none;
	font-weight: normal;
}
#sub_sidebar ul.sideNav li:first-child a, #sub_sidebar ul.sideNav li:first-child a:link, #sub_sidebar ul.sideNav li:first-child a:visited {
	border-top:none;
}
#sub_sidebar ul.eventSidebar {
	padding-top: 15px;
}
#sub_sidebar ul.eventSidebar li {
	padding: 6px 0;
	width: 100px;
	display: block;
	font-size: 14px;
	border-bottom: 1px solid #CCCCCC;
	color:#666;
	text-decoration:none;
	font-weight: normal;
}
#sub_sidebar p a {
	color: auto;
	text-decoration:underline;
	font-size: 14px;
	font-weight: normal;
}
#main_text {
	margin-left: 140px;
	margin-top: 30px;
}
#subContent h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 36px;
	font-style: italic;
	font-weight: normal;
	margin: -5px 40px 10px 0;
}


.oneColFixCtrHdr #contactContent {
	padding: 20px;
	background: #fff;
}
#contactContent h1 {
	margin: 25px 0 10px 0;
	padding-top: 18px;
	padding-bottom: 10px;
	font-size: 50px;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom: 16px solid #EFEFEF;
	border-top: 1px solid #ccc;
}
#contact_left {
	float: left;
	width: 500px;
	padding: 0 40px 0 10px;
	margin-top: 10px;
	border-right: 1px dotted #EFEFEF;
}
#contact_right {
	float: left;
	padding: 10px 10px 10px 30px;
	margin-top: 15px;
	width: 290px;
	font-size: 14px;
}
#contact_form p.input_box {
	padding: 5px 10px 10px 10px;
	border-bottom: 1px solid #EFEFEF;
}
#contact_form p label.text_label {
	display: block;
	width: 120px;
	text-align: right;
	padding: 2px 8px;
	font-size: 18px;
	float: left;
}
#contact_form .req {
	color: #d00;
}

.content_rule {
	margin: 20px 0;
	border-top: 1px solid #EFEFEF;
	height: 1px;
}

/************************** footer styles **************************/

.oneColFixCtrHdr #footer_bkg_outside {
	background: url('../imgD/bkg_footer.png') no-repeat top #121416;
}
.oneColFixCtrHdr #footer {
	margin: 0px;
	padding: 20px 10px; 
	color: #ccc;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer_left {
	float: left;
	width: 520px;
	border-right: 1px solid #262A2E;
	padding: 0 20px 0 10px;
}
#footer_right {
	float: left;
	padding: 0 0 0 45px;
	width: 300px;
}
#footer h3 {
	font-size: 24px;
	color: #fff;
	font-weight: lighter;
}
.oneColFixCtrHdr #legal {
	width: 900px;  
	margin: 0 auto;
	text-align:left;
	padding: 5px 20px; 
	color: #7b7b7b;
}
#legal a, #legal a:link, #legal:visited {
	color: #7b7b7b;
	text-decoration: none;
	font-weight: normal;
}
#footer p, #legal p {
	margin: 11px auto;
}

/************************** list template styles **************************/

.event_box {
	position: relative;
	top: 0px;
	padding: 10px 0;
	margin: 3px 30px 0 0;
	min-height: 76px;
}
#mainContent .event_box:hover {
	left: -16px;
	top: -1px;
	padding: 10px 15px;
	margin: 1px 0 -2px 0;
	background: url('../imgD/box_arrow_large.png') no-repeat right #fff;
	border: 1px solid #ccc;
	cursor: pointer;
}
.event_box_border_top {
	top: -1px;
	border-top: 1px solid #ccc;
	margin: 1px 30px -1px 0;
}
#mainContent .event_box_border_top:hover {
	margin: 1px 0 -2px 0;
}
#subContent .event_box {
	padding: 38px 0;
}
#subContent .event_box:first-child {
	padding-top: 3px;
}
.event_box .event_date {
	float: left;
	border: 3px solid #E7B600;
	background: #FFCC00;
	padding: 8px 10px;
	margin-top: 2px;
	text-align:center;
	width: 46px;
	height: 52px;
}
.event_box .event_date .tbd {
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	text-align:center;
}
.event_box .event_date .event_day {
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	text-align:center;
}
.event_box .event_date .event_month {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
}
.event_box .event_text {
	margin-left: 90px;
	margin-right: 60px;
}
.event_box .event_text h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 20px;
}
.event_box .event_text p {
	margin: 4px 0;
}

.staff_box {
	padding: 20px 0 5px 0;
	margin: 10px 0 0 0;
	min-height: 200px;
}
.staff_box:first-child {
	padding-top: 3px;
}
.staff_box img.staff_picture {
	float: left;
	padding: 0 10px 10px 0;
}
.staff_box .staff_text {
	margin-left: 160px;
	margin-right: 20px;
}

.case_study_box {
	padding: 20px 0;
	min-height: 200px;
}
.case_study_box img.case_study_picture {
	float: left;
	padding: 3px 10px 10px 0;
}
.case_study_box .case_study_text {
	margin-left: 240px;
	margin-right: 20px;
}

.case_study_box_border_top {
	border-top: 1px solid #ccc;
	padding-top: 30px;
}

/************************** form styles **************************/

label.error {
	display: block;
	color: #D00;
	font-weight: bold;
	font-size: 10px;
}
.form_send_button {
	border: 1px solid #E7B600;
	background: url('../imgD/button_arrow_small.png') #fc0 no-repeat right;
	padding: 2px 10px;
	margin: 5px;
}
.js_message {
	margin-left: 148px;
	display: none;
}
.js_warning {
	color: #d00;
	font-size: 16px;
}
.ajax_message {
	display: none;
	padding: 10px 0;
	font-weight: bold;
	font-size: 16px;
	color: #fc0;
}

#contact_form input.text_input, #contact_form textarea.text_input {
	width: 320px;
	font: 16px Helvetica, Arial, sans-serif;
}

#contact_thanks {
	margin: 30px 100px 300px 0px;
	text-align: left;
	display: none;
}
#contact_thanks h2 {
	font: 60px Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
}
#contact_thanks p {
	font: 50px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
}



