/**
 * Copyright 2009 iMarc LLC  http://www.imarc.net
 *
/* --------------------------------------------------------------------- */
/* TABLE OF CONTENTS
/* --------------------------------------------------------------------- */
/*
/*  1.  Browser resets
/*  2.  Main elements
/*  3.  Headers
/*  4.  Content holders
/*  5.  Links and hr
/*  6.  Images
/*  7.  Lists
/*  8.  Form elements
/*  9.  Grouping elements
/*  10. Tables
/*  11. Page Layout
/*  12. Special
/*  13. Common Classes
/*  14. Page Specific Styles
/*      a. Home Page
/*
/* --------------------------------------------------------------------- */

/* --------------------------------------------------------------------- */
/* Browser resets
/* --------------------------------------------------------------------- */
body, h1, h2, h3, h4, h5, h6, p, hr, pre, code, blockquote, form, fieldset,
legend, ul, ol, li, table, caption, th, tr, td, thead, tbody, tfoot, div {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size:12px;
}
/* --------------------------------------------------------------------- */
/* Main elements
/* --------------------------------------------------------------------- */
html {
	background-color:#a79e8c;
}
body {
	background:url(/sup/img/bg/html.gif) repeat-x #E7EBF3;
	color: #7C7474;
	font-size: 1.0em;
	line-height: 1.4;
}
body,
input.text,
input.password,
textarea,
select {
	font-family: Arial,Verdana, Sans-Serif;
}
/* --------------------------------------------------------------------- */
/* Headers
/* --------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Verdana, Sans-Serif;
	font-weight: normal;
	margin: 0 0 5px 0;
	line-height: 100%;
	color:#556445;
}
h1 {
	font-size: 2.1em;
	color:#473E3A;
	text-transform: uppercase;
	margin-bottom: .6em;
}

h1 span {
	font-size: .7em;
}
h2 {
	font-size: 1.4em;
	margin-bottom: .8em;
	line-height: 1.3;
}

h3 {
	font-size: 1.1em;
}

h3,
h3 a:active,
h3 a:visited {
	color:#80545f;
	margin-top: 1.5em;
	text-decoration: none;
	line-height: 1.2;
}

h3 a:visited {

	color:#3477a7;
	margin-top: 1.5em;
	text-decoration: none;
}

h3 a:link {
	color: #3477a7;

}


h3 a:hover {
	color: #c43f31;

}

h4 {
	font-size: .9em;
	color:#515254;
	line-height: 1.5;
	font-weight: bold;

}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
/* --------------------------------------------------------------------- */
/* Content holders
/* --------------------------------------------------------------------- */
div {

}
p, pre, blockquote {
	margin: 0px 0px 1.3em 0px;
}
pre, code {
	background-color: #f8f8f8;
	font-size: 0.9em;
	font-family: "Courier New", Courier, monospace;
}
pre {
	white-space: pre;
	overflow: auto;
	padding: 1em;
	border: 1px solid #ccc;
	display: block;
}
code {
	padding: 0.2em;
}
blockquote {
	background-color: #f8f8f8;
	padding: 1em;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
}
/* --------------------------------------------------------------------- */
/* Links and hr
/* --------------------------------------------------------------------- */
a {

}
	a:link {
		color: #5083a1;
	}
	a:visited {
		color: #5083a1;
	}
	a:active {
		color: #5083a1;
	}
	a:hover {
		color: #c43f31;
	}
hr {
	height: 1px;
	border: none;
	margin-bottom: 1em;
	color: #A1693F;
	background-color: #A1693F;
}
/* --------------------------------------------------------------------- */
/* Images
/* --------------------------------------------------------------------- */
img {
	border: none;
}
/* --------------------------------------------------------------------- */
/* Lists
/* --------------------------------------------------------------------- */
ul, ol {
	margin: 0 0 2em 0;
}

	ol li {
		margin-left: 2.6em;
		margin-bottom: 12px;
	}

	ul li {
		background: url(/sup/img/bg/bullet.jpg) no-repeat 0px 6px;
		padding-left: 15px;
		list-style-type: none;
		margin-bottom: 8px;

}
/* --------------------------------------------------------------------- */
/* Form elements
/* --------------------------------------------------------------------- */

label {
	font-family: Arial, Verdana, Trebuchet, sans-serif;
	display: block;
	color: #946571;
	font-size: .9em;
}

.inputHintOverlay {
	color: #999;
}

form {
	margin: 1em 0;
}

	form .button_block img {
		vertical-align: bottom;
	}
	form .button_block input {
		width:auto;
		padding: 0px;
		border: none;
	}
	form .help,
	.help {
		color: #858484;
		font-size: .85em;
		line-height: 1.2;
		font-weight: bold;
	}

	.button_block {
		margin-bottom: 0px;
	}


	input.checkbox,
	input.radio {
		margin: 0;
		padding: 0;
		vertical-align: middle;
		border:none;
		clear: both;
	}
textarea {
	height: 100px;
	font-size: 1em;
	border: 1px solid #4D423E;
	color: #333;
}

.two_fields input,
.one_field input,
.three_fields input
 {
	width: 95%;
}

	.checkboxes input {
		width:auto;
		margin-bottom:0;
	}

	.one_field select,
	.three_fields select {
		width: 170px;
		margin: 0px;
	}

	.two_fields select {
		width: 99%;
	}

	.one_field textarea {
		width: 530px;
	}

	.gender {
		float: left;
		width: 40%;
	}

.form input[type="radio"] .two_fields {
	float: left;
}

input,
textarea,
select
 {
	background: #fff;
	border: solid 1px #c8cace;
	padding: .4em;
	margin-bottom: 2em;
}
	.with_help input {
		margin-bottom:0;
	}
	.with_help .help {
		margin-bottom:1.5em;
		font-size: .7em;
	}
select {
	height:28px; /* 25px */
}

textarea {
	height:180px;
}

.radio {
	background-color: none;
	padding: none;
	border: none;
}

.three_fields {
	width: 170px;
	margin-right: 8px;
	float: left;
}

.two_fields {
	width: 270px;
	float: left;
	margin-right: 5px;

}

.membership_type input,
.gender input,
.join_referral input,
.checkboxes input {
	float: left;
	width: 16px;
	margin-bottom: 0px;
	background: none;
	padding: none;
	border: none;
}

	.membership_type span {
		font-size: .8em;
		vertical-align: 11px;
		float: left;
	}

	label.inline {
		font-size:0.9em;
		color:#858484;
		display:inline;
	}

	.membership_type span strong {
		color: #4b7c16;
		font-weight: normal;
	}

	.membership_type {
		margin-bottom: 6px;
	}

	.membership_type img {
		float: right;
		padding-right: 50px;
	}

	.membership_type .three_fields {
		width: 177px;
		margin-right: 11px;
	}

	.membership_type .last_field {
		margin-right: 0px;
	}

	.membership_descriptions {
		border-top: solid 1px #c8cdd6;
		padding-top: 25px;
	}

	.date_column input {
		margin-bottom:4px;
	}
.login_block .two_fields {
	width: 221px;
}

.one_field {
	clear:left;
	width: 560px;
}

.login_block .login {
	padding: 0px;
	margin-top: 17px;
}

.terms input,
.student input {
	float: left;
	width: auto;
	padding-left: 0px;
	margin: 4px 4px 0px 0px;
	vertical-align: -5px;
	background: none;
	padding: none;
	border: none;
}

.check_this_box {
	float: left;
	width: 95%;
}

.not_a_member {
	background: url(/sup/img/bg/login_become_member.jpg) no-repeat bottom left;
	padding: 1em 1.5em 1.5em 1.5em;
}


.not_a_member h2, .not_a_member p {
	color: #fff;
}

/* --------------------------------------------------------------------- */
/* Grouping elements
/* --------------------------------------------------------------------- */

fieldset {
	border: none;
	margin-bottom: 20px;
}

legend {
	font-family: Arial, Verdana, Trebuchet, sans-serif;
	border-bottom: solid 1px #c8cdd6;
	text-transform: uppercase;
	font-weight: bold;
	font-size:1.1em;
	color: #888485;
	display: block;
	width: 557px;
	margin-bottom: 10px;
	padding-top: 21px;
}
/* --------------------------------------------------------------------- */
/* Tables
/* --------------------------------------------------------------------- */
table {
	width: 100%;
	margin: 0px;
	border-collapse: collapse;
	background: #fff;
}

caption {
	background-color: #ededed;
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", serif;
	margin-top: 1.0em;
}

td, th {
	padding: 9px;
	vertical-align: top;
	text-align: left;
	border: solid 1px #abb0b4;
}

td {
	border-top: none;
	color: #918659;
	line-height: 1.3;
}
th {
	background: url(/sup/img/bg/th.jpg) repeat-x #CFD4D7;
	border-top: none;
	color: #a17656;
	text-transform: uppercase;
	font-weight: normal;
	font-size: .85em;
}
	.options {
		width:80px;
		text-align:center;
	}

.table_container {
	border: solid 5px #c6ced1;
	margin: 1em 0px 1.5em 0px;
	width: 515px;
}

.table_container.dues th,
.table_container.dues td {
	font-size: .8em;
}

/* --------------------------------------------------------------------- */
/* Page Layout
/* --------------------------------------------------------------------- */
.background {
	background:url(/sup/img/bg/header_wood.jpg) no-repeat 50% 0;
}
.section {
	width:966px;
	margin:0 auto;
}
#header_search_form {
	margin:0;
	float: right;
}
	#header_search_form div {
		margin-top:33px;
	}
	#header_search_form input {
		background-color:#8c8371;
		color:#FFF;
		border:1px solid #b0aaa6;
		width:110px;
		vertical-align:middle;
		font-size: .8em;
		padding:3px;
		float: left;
		height:18px;
	}
	#header_search_form .button {
		width:auto;
		height:auto;
		border:none;
		padding:0;
		float: left;
	}

	.button {
		width:auto;
		height:auto;
		border:none;
		padding:0;
	}

	.delete.button {
		float: left;
		margin-right: 20px;
	}

#logo {
	float:left;
	height: 91px;
	font-size: 2.5em;
	font-weight: bold;
}

#nav {
	padding: 0;
	float: left;
	margin: 30px 0 0 20px;
	list-style-type: none;
	font-family: "GothamHTF-Light", "Gotham HTF", Arial, Verdana, sans-serif;
}
	#nav li {
		margin: 0;
		padding: 0;
		float: left;
		font-size: 11px;
		background: none;
		line-height: 32px;
		position: relative;
		letter-spacing: 1px;
		list-style-type: none;
		text-transform: uppercase;
		z-index: 3; /* ensures dropdowns remain above relatively & absolutely positioned contents */
	}
		#nav li a {
			float: left;
			color: #C2C1Af;
			padding: 0 10px;
			font-weight: normal;
			text-decoration: none;
			text-shadow: 0 0 1px rgba(0,0,0,.9);
		}

		#nav li a:hover,
		#nav li a.hover {
			background: #e5ded0;
			text-shadow: none;
		}
		#nav li:hover a,
		#nav li.hover a,
		#nav li a:hover,
		#nav li a:focus,
		#nav li a:active,
		#nav li a.active {
			color: #cc3120;
		}

		#nav li ul {
			display: none;
		}
		#nav li:hover ul,
		#nav li.hover ul {
			left: 0;
			top: 32px;
			width: 170px;
			display: block;
			margin: 0 0 0 0;
			padding: 10px 0 0 0;
			position: absolute;
			background: url(/sup/img/bg/dropdown.jpg) no-repeat top #F1EDDE;
			font-family: Arial, Verdana, sans-serif;
		}
			#nav li:hover ul li,
			#nav li.hover ul li {
				width: 170px;
				line-height: 29px;
				letter-spacing: 1px;
				text-transform: none;
			}
				#nav li:hover ul li a,
				#nav li.hover ul li a {
					width: 150px;
					color: #7B6E6D;
					text-shadow: none;
					border-bottom: 1px solid #e5ded0;
				}
				#nav li:hover ul li a:hover,
				#nav li.hover ul li a:hover {
					color: #FBE9B2;
					background: #7e8a7c url(/sup/img/nav/dropdown_hover.png) 100% 0 no-repeat;
				}
				/*
				#nav li ul li.last a,
				#nav li:hover ul li.last a,
				#nav li.hover ul li.last a {
					border: none;
				}

				#nav li:hover ul li a.last,
				#nav li.hover ul li a.last {
					border-bottom: none;
				}
				*/

#torso_home {
	background: none;
	clear:both;
	}
#torso {
	background: url(/sup/img/bg/subnav_extender.jpg) 666px 20px repeat-y #e7ebf3;
	clear:both;
}
	#torso.full_page {
		background-image:none;
	}
#primary_content {
	float:left;
	width:550px;
	overflow: hidden;
	padding:35px 76px 40px 40px;
}
	#primary_content.full_page {
		width: 866px;
	}

	.primary_content_split_right {
		width: 50%;
		float: right;
	}
	.primary_content_split_left {
		width: 50%;
		float: left;
	}
#subnav {
	float:left;
	width:281px;
	display: inline;
	margin: 0px 16px 30px 0;
	border-top: solid 16px #e7ebf4;
	background: url(/sup/img/bg/subnav.jpg) repeat-y;
}
	#subnav .welcome {
		padding: 11px 0;
		background: #63645f url(/sup/img/bg/subnav_welcome.jpg) 0 0 no-repeat;
		height: 50px;
	}

.welcome a:link, .welcome a:hover, .welcome a:active {
		color: #c0deef;
	}

	.welcome a:hover {
		color: #a72e0e;
	}
		#subnav .welcome .name {
			color: #ebe2c1;
			line-height: 1;
			font-size: 16px;
			padding: 0 0 0 97px;
			word-wrap: break-word;
		}
		#subnav .welcome .messages {
			margin: 0;
			line-height: 1;
			padding: 4px 0 0 14px;
		}
			#subnav .welcome .messages li {
				margin: 0;
				padding: 0;
				color: #fbedd4;
				font-size: 11px;
				background: none;
			}

	#subnav .actions {
		padding: 18px 0;
		background: #4C4D48 url(/sup/img/bg/subnav_actions.jpg) 0 0 no-repeat;
	}
		#subnav .actions ul {
			margin: 0;
			float: left;
			padding: 0 11px 0 14px;
		}
		#subnav .actions ul.last {
			float: right;
		}
			#subnav .actions ul li {
				margin: 0;
				padding: 0;
				line-height:1em;
				font-size: 10px;
				background: none;
				width:85px;
			}
				#subnav .actions ul.first li {
					width:75px;
				}
				#subnav .actions ul.last li {
					width:35px;
				}
				#subnav .actions ul li a:link,
				#subnav .actions ul li a:visited {
					margin: 0;
					padding: 0;
					width: auto;
					border: none;
					color: #A0986A;
					line-height:1.5em;
					background: none;
					letter-spacing: 0px;
					font-family: Arial, verdana, sans-serif;
				}
				#subnav .actions ul li a:hover,
				#subnav .actions ul li a:active {
					text-decoration: underline;
				}
				#subnav .actions ul li a:hover {
					color: #d18c66;
				}
	#subnav.full_page {
		display:none;
	}
	#subnav a:link,
	#subnav a:visited {
		display: block;
		width: 249px;
		padding: 0px 16px;
		text-decoration: none;
		color: #897977;
		font-size: 1em;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 33px;
		border-bottom: solid 1px #beb6ab;
	}
	#subnav a:link.active,
	#subnav a:visited.active {
		background:url(/sup/img/bg/subnav_active.jpg) no-repeat;
		width:230px;
		padding-left:35px;
		color:#FFF;
	}
	#subnav a:active,
	#subnav a:hover {
		background-color: #c9cdcd;
	}
	#subnav_extender {
		background: url(/sup/img/bg/subnav_extender.jpg) repeat-y;
		min-height: 30px;
	}

	.subnav_spacer {
		padding-top: 15px;
	}


#footer {
	clear:both;
	background-color: #a79e8c;
}
	#footer .section {
		background-color:#392e2a;
		color:#FFF;
	}
		#footer .section a:link,
		#footer .section a:visited {
			color:#D8CF97;
		}
	#footer div {
		font-size:0.9em;
	}
	#footer .weather {
		width:200px;
		height:106px;
		float:left;
		color:#337392;
	}
	#footer .cold    { background:url(/sup/img/bg/weather/fair.jpg) no-repeat; }
	#footer .snow    { background:url(/sup/img/bg/weather/fair.jpg) no-repeat; }
	#footer .rain    { background:url(/sup/img/bg/weather/rain.jpg) no-repeat; }
	#footer .thunder { background:url(/sup/img/bg/weather/thunder.jpg) no-repeat; }
	#footer .cloudy  { background:url(/sup/img/bg/weather/cloudy.jpg) no-repeat; }
	#footer .windy   { background:url(/sup/img/bg/weather/fair.jpg) no-repeat; }
	#footer .sunny   { background:url(/sup/img/bg/weather/sunny.jpg) no-repeat; }
	#footer .fair    { background:url(/sup/img/bg/weather/fair.jpg) no-repeat; }
		#footer .weather .current_conditions {
			width: 200px;
			margin-top:30px;
			margin-left:18px;
			color:#FFF;
			font-size:1.3em;
		}
		#footer .weather .forecast {
			margin:8px 0 4px 0;
			padding:0 14px 0 18px;
			width:65px;
			float:left;
			border-right:1px solid #000;
			color: #000;
		}
		#footer .weather .current_temperature {
			margin:6px 0 3px 0;
			width:80px;
			float:left;
			font-size:2.2em;
			text-align:center;
			line-height: 1.2em;
			color: #000;
		}
		#footer .weather .change_location {
			padding:0 18px;
			line-height: 1.3em;
			clear: left;
			background-color: #c6c6c6;
		}
		#footer .section .weather .change_location a:link,
		#footer .section .weather .change_location a:visited {
			color:#5d9bb9;
			text-decoration:none;
		}

		#footer .section .weather .change_location a:hover {
			color: #c43f31;
		}
		#footer .section .weather .change_location a.current_location {
			font-weight:bold;
			color: #337392;
		}
	#footer .contact_info,
	#footer .links {
		width:242px;
		float:left;
		margin:25px 0 10px 0;
		padding:0 20px;
	}
	#footer .contact_info {
		margin-left:10px;
	}
	#footer .links {
		float: left;
		width: 87px;
		height: 60px;
		border-right:1px solid #605752;
		padding: 0 36px;
		margin: 20px 0 0 0;
	}
	#footer .last {
		border-right:none;
		padding-right:5px;
	}
	#footer .social_icon {
		float: right;
	}
.column_one_half {
	width:48%;
	float:left;
	margin-right:2%;
}
.column_last {
	margin-right:0;
}

#column_log_in {
	background: url("/sup/img/bg/login_block.jpg") no-repeat top right;
	padding: 0.7em 0.7em 0.7em 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#column_log_in input {
	width: 115px;
	float: left;
	margin-bottom: 5px;
}

#column_log_in label,
.interior_panel {
	width: 95px;
}

.interior_panel {
	float: left;
	margin-right: 32px;
}


#column_log_in input.login {
	width: auto;
	padding: 0px;
	margin: 0px;
}

.structure {
	display:block;
}
/* --------------------------------------------------------------------- */
/* Special
/* --------------------------------------------------------------------- */
.group:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .group { height: 1%; }
*:first-child+html .group { min-height: 1px; }

/* ---this class is for any client comments from the copydeck so i dont forget to do it ------- */
.notes {
	color: #d2702f;
}

.page_info p {
	font-size: .8em;
	text-transform: uppercase;
}
/* --------------------------------------------------------------------- */
/* Common Classes
/* --------------------------------------------------------------------- */
.success {
	background: url(/sup/img/bg/success.jpg) #c6d4cd no-repeat;
	border: solid 1px #fff;
	font-size: 1.1em;
	line-height: 1.2;
	color: #526d60;
	padding: 15px 15px 15px 50px;
	margin-top: 15px;
}
.error {
	background: url(/sup/img/bg/error.jpg) #e2d1bd no-repeat;
	border: solid 1px #fff;
	line-height: 1.2;
	font-size: 1.3em;
	color: #915535;
	padding: 15px 15px 15px 50px;
	margin-top: 15px;
}
.info {
	background: url(/sup/img/bg/info.jpg) no-repeat #cdcace;
	font-size: 1em;
	padding: 1em 1.2em 1.5em 4em;
	border: solid 1px #b1adb3;
	color: #605563;
	line-height: 1.4;
}

.footnote {
	color: #5d4f67;
	font-size: .9em;
	line-height: 1.2;
	font-weight: bold;;
}

.required {
	color:#C00;
	float: none;
}

.error_container {
	background: url(/sup/img/bg/404_error.jpg) no-repeat;
	padding: 1.5em 2em 2em 4em;
}

.hide { display:none; }
.show { display:inline; }

.date {
	color: #788363;
	font-size:.9em;
	float: right;
	}

	.date a:link {
		text-decoration: none;
	}

.print {
	display:block;
	width:80px;
	height:20px;
	float:right;
	background-image:url(/sup/img/bg/printer.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.job_listing_detail {
	width: 300px;
	float: left;
}

.resume_detail .date,
.job_listing_detail .date,
.job_listings .date {
	float: none;
	clear: both;
	margin-top: 10px;
}

.news_detail h1 {
	text-transform: none;
	}

	.news_detail .detail_view {
	/*	padding: 3.5em 3.5em 3.5em; */
	}
	.news_detail .date {
		float: none;
	}
		.events .detail_view {
			background: url(/sup/img/bg/event_detail.jpg) no-repeat;
			padding-top: 29px;
		}

		.events .detail_view p {
			font-size: 1.1em;
		}

	.detail_view .section_container {
		width: 420px;
	}

	.job_listings .date {
		float: right;
	}
	.description {
		margin:1em 0;
	}

	.disclaimer {
		font-size: .7em;
		color: #99a0ad;
	}
	.waiver {
		color: #C43F31;
		line-height: 1.2em;
		padding:0 1em;
		text-align: justify;
	}

.calendar_navigation {
	overflow: hidden;
}
	.calendar_navigation .current,
	.calendar_navigation a:link,
	.calendar_navigation a:visited {
		float:right;
		width:100px;
		text-align:center;
	}

	.calendar_navigation a:link.current {
		color: #fff;
	}
	.calendar_navigation .current {
		padding:3px 7px;
		color: #fff;
		margin:0 1em;
		background-color:#688da7;
		border:1px solid #fff;
		border-bottom: none;
		text-transform: uppercase;
		font-size: .9em;
		letter-spacing: 1px;
	}
	.calendar_navigation a:link,
	.calendar_navigation a:visited {
		border:1px solid #fff;
		border-bottom: none;
		background-color:#9aa9ab;
		padding:3px 6px;
		color:#fff;
		font-size: .9em;
		text-transform: uppercase;
		text-decoration:none;
	}
a.title {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: .5em;
	color: #ae7b55;
	text-decoration: none;
	display: block;
}

a:hover.title {
	color: #c43f31;
}

li.pdf  {
	background: url(/sup/img/assets/pdf.jpg) no-repeat left top;
	list-style-type: none;
	padding-left: 25px;
	margin-left: 0px;
}

li.pdf span {
	font-style: italic;
	font-size: .8em;
}

.pdf  {
	background: url(/sup/img/assets/pdf.jpg) no-repeat 0px;
	padding-left: 20px;
	margin-left: 0px;
}

li.docs {
	background: url(/sup/img/assets/word.jpg) no-repeat left top;
	list-style-type: none;
	padding-left: 25px;
	margin-left: 0px;
}

li.links
 {
	background: url(/sup/img/assets/web.jpg) no-repeat left top;
	list-style-type: none;
	padding-left: 25px;
	margin-left: 0px;
}

ul a {
	margin-left: 0px;
}

.to_top,
.back {
	background: url(/sup/img/buttons/back_to_top.jpg) no-repeat 0px;
	padding-left: 25px;
	height: 20px;
	display: block;
	margin-left: 0px;
}

.back {
	background: url(/sup/img/buttons/back_to_list_round.jpg) no-repeat 0px;
}

.to_list {
	margin-top: 15px;
}

.view_all {
	margin-bottom: 26px;
}

.list_view {
	border-bottom: dotted 1px #608b61;
	margin-bottom: 20px;
	padding-bottom: 5px;
	}

	.list_view .title {
		width: 350px;
		float: left;
	}

.detail_view {
	background: url(/sup/img/bg/resource_download.jpg) -6px 0px no-repeat;
	padding: 30px 54px 24px 48px;
	width:440px;
}
	.detail_view img {
		margin:0 4px;
	}
	.detail_view .registration_block {
		margin-top: 20px;
	}
	.detail_view h1 {
		text-transform: none;
		padding-bottom: 10px;
	}
	.course_highlights {
		width: 350px;
		float: left;
	}
	.detail_container {
		border-bottom: 1px dotted #747a88;
		padding-bottom: 30px;
		margin-bottom: 20px;
	}

.course_title {
	text-transform: none;
}

.contact_detail {
	width: 35%;
	float: left;
}

.section_container {
	border-top: dotted 1px #608b61;
	padding-top: 30px;
	margin-top: 25px;
	width: 526px;
}

.section_container.full_width {
	width: 100%;
}

.callout_container {
	background: url(/sup/img/bg/callout.jpg) no-repeat top;
	width: 230px;
}

	.callout_container img {
		position: relative;
		top: 0px;
		right: 2px;
	}

	.callout_container p {
		padding-bottom: 8px;
	}

	.callout_container_image1 {
		background: url(/sup/img/bg/callout_image1.jpg) no-repeat top;
		width: 245px;
	}

	.callout_container_image1 .inner_callout p {
		padding-bottom: 40px;
	}


	.callout_container_image2 {
		background: url(/sup/img/bg/callout_image2.jpg) no-repeat top;
		width: 245px;
	}

	.callout_container_image3 {
		background: url(/sup/img/bg/callout_image3.jpg) no-repeat top;
		width: 245px;
	}

	.callout_container_image3 .inner_callout p {
		padding-bottom: 111px;
	}

	.callout_container_image4 {
		background: url(/sup/img/bg/callout_image4.jpg) no-repeat top;
		width: 245px;
	}

	.callout_container_image4 .inner_callout p {
		padding-top: 140px;
	}

	.callout_container_image5 {
		background: url(/sup/img/bg/callout_image5.jpg) no-repeat top;
		width: 245px;
	}

	.callout_container_image6 {
		background: url(/sup/img/bg/callout_image6.jpg) no-repeat top;
		width: 245px;
	}

	.callout_container_image6 .inner_callout p {
		padding-bottom: 70px;
	}

	.callout_container_image7 {
		background: url(/sup/img/bg/callout_image7.jpg) no-repeat top;
		width: 245px;
	}

	.callout_container_image7 .inner_callout p {
		padding-bottom: 100px;
		color: #3f3153;
	}

	.callout_container_image8 {
		background: url(/sup/img/bg/callout_image8.jpg) no-repeat top;
		width: 245px;
	}

	.callout_container_image8 .inner_callout p {
        padding-bottom: 100px;
        color: #fff;
	}

	.callout_container_image9 {
		background: url(/sup/img/bg/callout_image9.jpg) no-repeat top;
		width: 245px;
	}

	.callout_container_image9 .inner_callout p {
		padding-top: 180px;
	}

	.inner_callout {
        background: url(/sup/img/bg/callout_bottom.jpg) no-repeat bottom;
        padding: 17px 39px 45px 43px;
	}

	.inner_callout a {
		color: #2f79a5;
	}

	.inner_callout a:hover, .additional_info a:hover {
		color: #a62709;
	}

	.inner_callout p {
		font-family: Times, Georgia, serif;
		color: #fff;
		font-size: 1.1em;
		line-height: 1.4;
	}

	.inner_callout span {
		color: #472453;
	}

.landscape_photo {
	margin-bottom: 25px;
	margin-top: 10px;
}


#side_column, .side_column {
	float: right;
	margin-right: -22px;

	}
	.side_column img {
		margin-right: 0px;
		padding-right: 0px;
	}

#resource_column,
#literacy_column,
#resume_column,
#career_column,
#about_column
 {
	float: right;
	margin-right: 3px;
}

#about_column {
	margin-left: 20px;
}

#career_column {
	margin-right: 15px;
}

#resume_column {
	margin-left: 40px;
}


#main_column, .main_column {
	float: left;
}
	.main_column p {
		clear:left;
	}
.additional_info img {
	float: right;
	padding-top: 1.3em;
	padding-right: 15px;
}

div.carousel {
	margin: 0 0 20px 0;
	-moz-border-radius: 4px;
	border: 1px solid #878b86;
	height: 105px; /* for ie6 */
	overflow: hidden; /* for ie6 */
	background: #888E8E url(/sup/img/rotating/carousel/carousel.jpg) 0 0 repeat-x;
	}

	div.photo_carousel {
		float: left;
	}
	div.photo_carousel ul {
		margin: 0;
		padding: 0;
	}
	div.photo_carousel li {
		padding: 0;
		float: left;
		margin: 15px;
		background: none;
	}
	div.photo_carousel li a {
		float: left;
		width: 80px;
		height: 67px;
		border: 4px solid #dae3e5;
	}
	div.photo_carousel li a:hover {
		border: 4px solid #F7FCFF;
	}
	div.photo_carousel li img {
		float: left;
	}
	.carousel .prev,
	.carousel .next {
		width: 27px;
		height: 105px;
		background: #EEF0F5;
		text-indent: -9999px;
	}
	.carousel .prev:focus,
	.carousel .next:focus {
		outline: none;
	}
	.carousel .prev {
		float: left;
		margin: 0 10px 0 0;
		border-right: 1px solid #878b86;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-bottomleft: 4px;
		background: #EEF0F5 url(/sup/img/rotating/carousel/controls.png) 0 50% no-repeat;
	}
	.carousel .next {
		float: right;
		margin: 0 0 0 10px;
		background: #EEF0F5;
		border-left: 1px solid #878b86;
		-moz-border-radius-topright: 4px;
		-moz-border-radius-bottomright: 4px;
		background: #EEF0F5 url(/sup/img/rotating/carousel/controls.png) 100% 50% no-repeat;
		}
/* --------------------------------------------------------------------- */
/* Page Specific Styles
/* --------------------------------------------------------------------- */
.date_links {
	color: #627476;
	font-weight: bold;
}
	.date_links a:link,
	.date_links a:visited {
		text-decoration: none;
	}
	.date_links a:active,
	.date_links a:hover {
		color: #627476;
	}

.resume_contact {
	background: url(/sup/img/bg/detail_contact.jpg) no-repeat;
	padding: 12px 50px 15px 30px;
	margin-bottom: 20px;
	width: 185px;
}


	.events .detail_view .date {
		background: url(/sup/img/bg/detail_contact.jpg) no-repeat;
		padding: 44px 20px 15px 22px;
		margin-bottom: 20px;
		margin-left: 15px;
		width: 158px;
		height: 100px;
		font-family: Times, Georgia, serif;
		font-size: 1.2em;
		line-height: 1.2;
		text-align: center;
	}
	.resume_contact a,
	.job_listing_contact a {
		color: #1a74a9;
	}

	.resume_contact a:hover,
	.job_listing_contact a:hover {
		color: #c43f31;
	}

	.resume_contact p,
	.job_listing_contact p {
		color: #625f5f;
		text-transform: uppercase;
		font-family: Georgia, times, serif;
		font-size: .9em;
	}

	.contact_company img {
		margin-left: 9px;
	}

	.contact_person img {
		margin-right: 20px;
	}

	#contact_form .one_field textarea {
		height: 90px;
	}

#google_map iframe {
	width: 96%;
	height: 350px;
	border: solid 1px #c6c6c6;
	margin-top: 10px
}

.society_location {
	float: right;
	margin-right: 15px;
}


.qualifications {
	width: 44%;
	float: left;
	margin-top: 0px;
}

.job_listings, .classifieds_listings {
	width: 85%;
}

	.job_listings a.title,
	.classified_listings a.title {
		background: url(/sup/img/bg/document.jpg) no-repeat;
		padding: 0px 0px 0px 20px;
		width: 100%;

	}

.classifieds .detail {
	padding-top: 30px;
}

.resume_listings a.title {
	background: url(/sup/img/bg/resume.jpg) no-repeat;
	padding: 0px 0px 0px 20px;
}

.course_duration {
	background: url(/sup/img/bg/course_duration.jpg) no-repeat;
	width: 134px;
	height: 70px;
	padding-top: 20px;
	text-align: center;
	margin-bottom: 4px;
}

	.date.course_duration  {
		font-family: Georgia, Times, Serif;
		font-size: 1em;
	}

.registration_block {
	width: 134px;
	float: right;
}

	.registration_block img {
		margin-left: 5px;
	}

.pagination ul li {
	display: block;
	float: left;
	background: none;
	margin-right: 10px;
	padding: 0px;
	font-style: normal;

}

	.pagination ul li a {
		text-decoration: none;
		color: #eee;
		font-style: normal;
		display: block;
		padding: 5px 10px;
		background-color: #94a9c4;
		border: solid 1px #acbcc9;
		font-weight: bold;
	}

	.pagination ul li a em {
		font-style: normal;
	}


	.pagination ul li.prev a,
	.pagination ul li.next a{
		text-indent: -9999px;
		width: 10px;
		background-position: center center;
		background-repeat: no-repeat;
	}

	.pagination ul li.next a{
		background-image: url(/sup/img/bg/next.gif);
	}
	.pagination ul li.prev a{
		background-image: url(/sup/img/bg/prev.gif);
	}

	.pagination ul li a:hover {
		color: #fff;
	}

	.pagination ul li.current a {
		background-color: #9a949e;
		border-color: #99939d;
	}

.committee_type {
	background: url(/sup/img/bg/committees.jpg) no-repeat;
	padding: 2em 3.5em 3em 4em;
	margin-bottom: 48px;
	margin-left: -5px;
}

.resource_downloads,
.top_links,
.additional_info,
.schedule {
	background: url(/sup/img/bg/resource_download.jpg) -6px 0px no-repeat;
	padding: 3.5em;
}

.resource_downloads, .top_links {
	padding-bottom: 1em;
}

.top_links .exam {
	margin-top: 35px;
	margin-bottom: 25px;
}

.resource_downloads h3,
.top_links h3,
.additional_info h3,
.schedule h3 {
	margin-top: 0px;
}

.directory_addresses {
	width: 50%;
	float: left;
	margin-right: 35px;
	border-right: dotted 1px #c6c6c6;
}


/* --------------------------------------------------------------------- */
/*      a. Home Page
/* --------------------------------------------------------------------- */
.home_intro {
	background-color:#FFF;
}
	.home_intro .services {
		width:354px;
		height:120px;
		padding:67px 10px 10px 20px;
		background:url(/sup/img/bg/did_you_know.jpg) no-repeat #e7ebf3;
		float:left;
		color: #625a57;
	}

	.home_intro .services a:link {
		color: #1b81bc;
	}

	.home_intro .services a:hover {
		color: #c43f31;
	}

	.home_intro .services ul {
		margin:0;
	}

	.home_intro .services ul li {
		background: none;
		list-style-type: disc;
		padding-left: 0px;
		margin-left: 15px;
	}

	.home_intro .services a {
		margin-left:1.2em;
	}

	.home_intro .photo_slideshow {
		float: left;
		width: 552px;
		height: 184px;
		overflow:hidden;
		background: #EEE;
		position: relative;
		margin: 13px 0 0 16px;
	}
		.home_intro .photo_slideshow a.prev_slide {
			top: 62px;
			left: 20px;
			z-index: 1;
			width: 53px;
			height: 53px;
			position: absolute;
			text-indent: -9999px;
			background: url(/sup/img/rotating/slideshow_controls.gif) 0 0 no-repeat;
		}
		.home_intro .photo_slideshow a.prev_slide:hover,
		.home_intro .photo_slideshow a.prev_slide:focus {
			outline: none;
			background: url(/sup/img/rotating/slideshow_controls.gif) 0 100% no-repeat;
		}
		.home_intro .photo_slideshow a.next_slide {
			top: 62px;
			right: 20px;
			z-index: 1;
			width: 53px;
			height: 53px;
			position: absolute;
			text-indent: -9999px;
			background: url(/sup/img/rotating/slideshow_controls.gif) 100% 0 no-repeat;
		}
		.home_intro .photo_slideshow a.next_slide:hover,
		.home_intro .photo_slideshow a.next_slide:focus {
			outline: none;
			background: url(/sup/img/rotating/slideshow_controls.gif) 100% 100% no-repeat;
		}
		.home_intro .photo_slideshow a {
			display: none;
		}
		.home_intro .photo_slideshow:hover a {
			display: block;
		}
		.home_intro .photo_slideshow ul {
			margin: 0;
			padding: 0;
			background: none;
		}
			.home_intro .photo_slideshow ul li {
				margin: 0;
				padding: 0;
				background: none;
				width: 552px;
				height: 184px;
			}


#dashboard {
	background-image:url(/sup/img/bg/welcome.jpg);
	width:552px;
	height:116px;
	color:#EBE2C1;
	margin: 0 0 20px 0;
}
	#dashboard .welcome {
		width:325px;
		float:left;
		padding:0 10px 0 20px;
		font-size:0.9em;
	}
	#dashboard .name {
		padding:10px 0px 0px 95px;
		font-size:1.7em;
	}
	#dashboard ul {
		float:left;
		list-style-type:none;
		margin: 10px 0 0 0;
		padding: 10px 0 0 0;

	}
		#dashboard ul li {
			font-size: .8em;
			background: none;
			line-height: 1;
		}
			#dashboard ul li a:link,
			#dashboard ul li a:visited {
				color:#D4C66D;
			}

.member_tools {
	width: 190px;
	float: right;
}

.column_one_third {
	width:384px;
	float:left;
}
	.home_columns .column_one_third {
		width:304px;
		padding:40px 58px 0px 22px;
	}
		.home_columns .column_one_third h2 {
			padding-bottom:3px;
			border-bottom: solid 1px #bab3a3;
		}

		.events_container,
		.new_container,
		.course_container {
			width: 260px;
		}

		.home_columns .title {
			width: 230px;
		}

.column_two_thirds {
	float:left;
	width:552px;
	padding-left:16px;
}

.login_block {
	width:522px;
	height:71px;
	padding: 34px 15px 15px 15px;
	margin: 0px 0px 20px 0;
	background: url(/sup/img/bg/login_block.jpg) no-repeat;
}

#login-form .two_fields {
	width: 235px;
}

.lost_password {
	float: right;
	font-size: .8em;
	margin-top: -10px
}

form#login-form .button_block input {
	margin-top: 20px;
}

#education_tracker .button_block input {
	margin-top: 16px;
}

#education_tracker .two_fields {
	width: 192px;
}

.send_authorization {
	margin-top: 19px;
}

.careeer_landing_list {
	width: 280px;
	float: left;
}

.slider {
	vertical-align: -2px;
}

/* --------------------------------------------------------------------- */
/* Checkout
/* --------------------------------------------------------------------- */


.checkout legend, .checkout th {
	background: url(/sup/img/bg/checkout_label.jpg) repeat-x;
	border-bottom: none;
	padding: 7px;
	margin-bottom: 25px;
}

.checkout th {
	padding: 9px;
	padding-left: 15px;
	border: none;
	font-family: Arial, Verdana, Trebuchet, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size:1.1em;
	color: #888485;
}

.checkout td {
	border: none;
	color: #7C7474;
	padding-left: 15px;
}

.checkout table {
	border-left: none;
	margin: 25px 0px 25px 0px;
}

.checkout .three_fields select {
	width: 275px;
}

.checkout .one_field input {
	width: 835px;
}

.checkout .two_fields {
	width: 424px;
}

.checkout .two_fields input {
	width: 404px;
}

.checkout .three_fields {
	width: 280px;
}

.checkout .three_fields input {
	width: 258px;
}

.four_fields {
	width: 210px;
	float: left;
	margin-right: 5px;
}

.four_fields input {
	width: 190px;
}

.see_all {
	background: url(/sup/img/bg/see_all_courses.jpg) no-repeat 0px 3px;
	float: right;
	padding-left: 20px;
}

.checkout td .price,
.checkout td .discount,
.checkout td .subtotal {
	color: #ae7b55;
}

.checkout td.total {
	color: #697b57;
	font-size: 1.3em;
	font-weight: bold;
}

.apply_discount {
	padding: 0px;
	border: none;
	float: left;
	margin-bottom: 0px;
	margin-right: 6px;
}

.search_site {
	float: left;
	width: 220px;
	margin-right: 15px;
}

.job_listing_interior {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #ccc;
}

.job_listing_interior .about_the_firm {
	width: 45%;
	float: left;
}

.job_listing_interior .job_listing_contact {
	width: 138px;
	float: right;
	background: url(/sup/img/bg/detail_contact.jpg) no-repeat;
	padding: 25px 30px 15px 30px;
	margin-bottom: 20px;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	float: none;
	height: 0px;
	font-size: 0px;
}
