 IsDefined('session.LoggedIn') AND session.LoggedIn IS 'True'/************************************************************************/
/* Note:Top & Left Menus each have their own style sheets. Edit menus  */	
/* in 'top_menu.css' and 'left_menu.css' in the CSS folder.             */
/************************************************************************/	


/************************************************************************/	
/************************** BASIC HTML ELEMENTS *************************/
/************************************************************************/	

* {/*all html elements default to no padding, borders, etc. */
	border-collapse:collapse;
	margin:0;
	padding:0;
	border:0;
	outline:none;
	outline-style:none;
	outline-width:0px;
}
body {
	color:#000000;
	background-color:#43546F;
	background-image:url(/images/framework/bg_browser.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
}
a, a:link, a:visited, a:hover {
	color:#2B5C95;
	text-decoration:none;
	outline:none;
	outline-style:none;
	outline-width:0px;
}
a:hover, a:active {
	color:#6299E3;
}
blockquote {
	padding:6px 40px 14px 40px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}
h1, h2, h3 {
	color:#333366;
	text-transform:uppercase;
	font-weight:bold;
}
a h1, a:link h1, a:visited h1, h1 a, h1 a:link, h1 a:visited, a h2, a:link h2, a:visited h2, h2 a, h2 a:link, h2 a:visited, a h3, a:link h3, a:visited h3, h3 a, h3 a:link, h3 a:visited {
	color:#333366;
}
a:hover h1, h1 a:hover, a:hover h2, h2 a:hover, a:hover h3, h3 a:hover {
	color:#2B5C95;
}
h1, h2 {
	font-size:16px;
	margin-bottom:12px;
}
h3, h4 {
	font-size:14px;
	margin-bottom:2px;
}
h4 {
	font-size:14px;
	color:#000;
	text-transform:uppercase;
 	margin-bottom:2px;
}
h5, h6 {
	font-size:13px;
	color:#213F5F;
}
h5 {
	color:#000;
}
hr {
	border:none;
	height:1px;
	color:#D6DDF1;
	background:#D6DDF1;
	margin:10px 0 15px 0;
}
img {
	border:none;
	padding:0;
	outline:none;
	outline-style:none;
	outline-width:0px;
	behavior:url('/css/iepngfix.htc');/* 'behavior" allows IE6 to properly display transparent .png files - 
	requires 2 files in css folder 'iepngfix.htc', and 'blank.gif' -
	also requires that you specify height & width on .png's throughout site	*/
}
p {
	margin-top:0px;
	margin-bottom:15px;
}
strong {
	font-weight:bold;
}
table {
	width:98%;
	border:none;
	margin:1px 1px 8px 1px;
}
td {
	text-align:left;
	vertical-align:top;
	background-color:#FFF;
}
th {
	text-align:center;
	vertical-align:bottom;
	background:#DDD;
}
ol {
	padding:4px 0 4px 24px;
	list-style:decimal;
	line-height:135%;
}
ol ol {
	list-style: lower-alpha;
}
ol ol ol {
	list-style: square;
}
ul {
	margin:4px 0 17px 24px;
	padding:0;
	list-style:disk;
	line-height:135%;
}
li {
	line-height:135%;
	padding:0;
	margin:0;
}


.date {
	display:inline-block;
	width:48px;
	color:#2B5C95;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	letter-spacing:0;
}

/*************************************************************************/	
/*************************** BODY CONTENT/STRUCTURE **********************/
/*************************************************************************/

#container {
	width:1070px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	line-height:150%;
	letter-spacing:.6px;
	/* cross-browser hack to center div */
	margin-left:auto;
	margin-right:auto;
	margin-bottom:26px;
	background-image: url(/images/framework/bg_container.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}
/* --- HEADER --- */
#header {
	height:65px;
	background-image: url(/images/framework/bg_header.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
#header a.member_login, #header a:visited.member_login #header a:hover.member_login #header a:active.member_login {
	margin:3px 0 0 975px;
	color:#333366;
	background:none;
}
#header a:hover.member_login, #header a:active.member_login {
	color:#70ABCF;
}
#header a.logo_link, #header a:visited.logo_link #header a:hover.logo_link #header a:active.logo_link {
	position:absolute;
	width:200px;
	height:78px;
	margin:15px 0 0 115px;

}
#header_welcome {
	position:absolute; 
	width:600px; 
	margin:0 0 0 220px; 
	text-align:center; 
	color:#333366;
}
#main_nav {
	height:21px;
	margin:25px 0 0 353px;/* IE margin-top is set different '/includes/inc_styles.cfm'- fixes 1 pixel variance */
	padding-top:0;
}
#page_body {
	/* cross-browser hack to set minimum height for page body */
	min-height:495px;
	height:auto !important;
	height:495px;
	padding:40px 125px 105px 355px;
	background:url(/images/framework/bg_page_body.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
#content {
	width:595px;
	margin:40px 116px 110px 0;
	text-align:left;
}
/* --- LEFT COLUMN --- */

#left_column {
	float:left;
	width:220px;
	margin:10px 0 115px -275px;
	font-size:12px;
}
#left_column hr {
	width:199px;
	margin:-4px 0 16px 0;
}
#left_column h3 {
	font-size:13px;
	margin-bottom:2px;

}
#left_column_middle {
	margin-bottom:57px;
	text-align:left;
}
#left_column_national {
	padding:7px;
	border:solid 1px #8A9EA9;
	background: #F3F8FA;
	width:199px;

}
#left_column_national h3 {
	margin:-6px -6px 6px -6px;
	padding:2px 6px 2px 35px;
	background:#E3E3E7 ;
	border-bottom:solid 1px #A4A9D0;
	background-image: url(/images/framework/national_h3_bg.gif);
	background-position:left;
	background-repeat: no-repeat;
}
#left_column_national.no_background_image h3 {
	margin:-6px -6px 6px -6px;
	padding:2px 6px 2px 2px;
	background:#E3E3E7 ;
	border-bottom:solid 1px #A4A9D0;
	background-image:none;
}
#left_column_national.no_background_image h3 a {
	color:#333366;
	display:inline;
}
#left_column_national.no_background_image a {
	color:#6299E3;
}

#left_column_national a {
	display:block;
	margin-bottom:15px;
	line-height:130%;
	color:#000;
}
#left_column_national a.red_link {
	color:#2B5C95;
	margin-bottom:-1px;
}
#left_column_national a strong {
	color:#333366;
}
#left_column_national a em {
	display:inline-block;
	width:48px;
	color:#2B5C95;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	letter-spacing:0;
}
#left_column_national a:hover, #left_column_national a:hover em, #left_column_national a:hover strong {
	color:#3366CC;
}
#left_column_bottom {
	position:absolute;
	float:left;
	width:210px;
	height:180px;
	margin:-185px 0 500px 80px;
}
#left_member_highlight {
	line-height:140%;
	min-height:110px;
	height:auto !important;
	height:110px;
}
#left_member_highlight a {
	display:block;
}
#left_member_highlight a h3 {
	font-size:13px;
	margin-bottom:2px;
}
#left_member_highlight a strong {
	color:#314559;
}
#left_member_highlight a span.text {
	color:#000;
}
#left_member_highlight a span.more_link {
	color:#2B5C95;
}
#left_member_highlight a:hover span.more_link {
	color:#6299E3;
}
#left_member_highlight a:hover,
#left_member_highlight a:hover h3, 
#left_member_highlight a:hover strong, 
#left_member_highlight a:hover span.text {
	color:#3366CC;
}
#left_member_highlight a:hover img {
	border:solid 1px #3366CC;
}


#left_member_highlight img {
	float:left;
	margin:4px 5px 3px 1px;
	width:68px;
	border:solid 1px #445D6C;
}
#bottom_ads {
	position:absolute;
	float:right;
	width:602px;
	height:125px;
	margin:-98px 0 0 358px;
	border-top:solid 1px #D6DDF1;
	text-align:center;
	overflow:hidden;
}
DIV#bottom_ads_grateful	{
	color:#666; 
	font-size:11px; 
	letter-spacing:0px;
	margin-top:6x;
}
/* --- FOOTER --- */
#footer {
	font-size:11px;
	height:50px;
	line-height:150%;
	background-image: url(/images/framework/bg_footer.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
/* FOOTER MENU ECHOS OUTPUT OF MAIN NAV - BUT ONLY OUTPUTS TOP LEVEL ITEMS */
#footer_menu {
	float:right;
	position:absolute;
	line-height:120%;
	text-align:right;
	margin:30px 108px 0 513px; /* see browser hacks for margin-left in inc_styles.cfm */
	font-size:11px;
	color:#B0D4ED;
}
/* Note: Each top-level item is a UL (not an LI within a UL) */
#footer ul {
	list-style:none;
	padding:0 4px 0 7px;
	border-right:solid 1px #50748D;
	display:inline;
	font-weight:normal;
	font-size:11px;
	/* cross-browser hack to center menu items */
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
#footer ul.no_right_border {
	border-right:none;
}
#footer li {
	/* necessary for IE to display menu items horizontally */
	display:inline;
	padding:0;
	margin:0;
}
/* menu items - note: each item is a UL (not an LI within a UL) */
#footer a, #footer a:visited, #footer a:hover {
	color:#80A4B9;
}
#footer a:hover {
	color: #57C;
	background:none;
	text-decoration:none;
}
#footer_copyright {
	position:absolute;
	margin:29px 0 0 80px;
	color: #8495A8;
}
#footer_copyright a {
	color: #80A4B9;
}
/*************************** FORM ELEMENTS  **********************************/
label {
	display:block;
	margin:0;
	font-weight:bold;
	color:#292929;
}
input {
	width:215px;
	height:17px;
	margin:0 0 8px 0;
	padding:2px 2px 0 2px;
	border:solid 1px #999;
	font-size:12px;
	line-height:135%;
	font-family:Arial, Helvetica, sans-serif;
}
/**************** INPUT VARIATIONS  ****************/

#regUserLoginForm input {
	width:300px;
}
#regUserLoginForm .submitbtn {
	width:100px;
}
#eNewsForm input.input {
	width:300px;
}
#eNewsForm div.buttonHolder input {
	width:60px;
}
#contactForm input.input {
	width:250px;
}
#contactForm textarea.textarea {
	width:250px;
}
#regUserLoginForm {
	width:310px;
}
#registerForm {
	float:right;
	width:270px;
	border:2px solid #9FA8B5;
	padding:0 10px 0 10px;
	margin-left:20px;
}
#registerForm input.input {
	width:260px;
}
 #registerForm input..submitbtn {
width:100px;
}
select {
	width:220px; /*make 'select' 5px wider than 'input' to match */
	height:21px;
	border:solid 1px #999;
	margin:0 0 8px 0;
	padding:1px 0 0 2px;
	line-height:135%;
}
textarea {
	width:213px; /* if no scrolls - make 'textarea' 2px narrower than 'input' to match */
	height:150px;
	margin:0 0 8px 0;
	padding:1px 3px 1px 3px;
	border:solid 1px #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;/* hide scrollbars if text area desired (less than approx 200px x 200px) */
/*	overflow-x:hidden; */
/*	overflow-y:hidden;*/
}
.errorMessage, .error_message  {
	color:#F00;
	font-weight:bold;
	font-style:italic;
}
.fieldError {
	border-color:#F00;
	background:#F5FFFF;
}
.rightNote { /* small notes on form - e.g. "*all fields required" */
	margin-top:-16px;
	text-align:right;
	font-size:11px;
	color:#666;
}
.registerNote, .postListingNote {
	color:#666666;
	font-size:11px;
	margin-top:-16px;
}
/* BUTTONS - NOTE! Rather than apply styles to buttons, wrap buttons in '<div class="buttonHolder"> [--button--] </div>' */

/* Crossbroswer Hack - Format "buttonHolder" rather than button, so hover works in IE - look, size, text alignment, etc. are consistent */
.buttonHolder {
	display:inline-block;
	height:18px;
	width:60px;
	margin:3px 5px 0 0;
	border:solid 1px #999;
	background: #CCC;
	padding:0; /*don't change padding - change in button css instead */
}
.buttonHolder:hover {
	background: #999;
}
/* actual button */
.buttonHolder button, .buttonHolder input {
	/* tweak all 3 of these to get consistent vertical place of text within button in all 3 browsers */
	height:18px;				/* use "holder" for appearance of button height - button may exceed height of holder to get text right, since overflow is hidden in holder */
	padding:1px 1px 5px 1px; 	/* Firefox/Safari bottom padding pushes text up */
	line-height:135%; 			/* IE more sensitive to line height - in Safari, label will probably ride a pixel higher */
	/* specify these to override browser defaults - more consistency */
	font-weight:bold;
	letter-spacing:.2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/* don't edit these, edit "buttonHolder" instead */
	margin:0;
	width:100%;
	background:none;
	border:none;
	outline:none;
}
/* CHECKBOXES - NOTE! Rather than apply styles to checkboxes, wrapcheckboxesbuttons in '<div class="checkboxHolder"> [--checkboxHolder--] </div>' */
.checkboxHolder {
	display: inline-block;
	width:auto;
}
.checkboxHolder input {
	float:left;
	width:auto;
	border:none;
}
/* Styles Available in Admin Tool - must be copied into '/css/editorstyle.css' file */
.float_Image_Left {
	margin:0 10px 6px -1px;
	border:solid 1px #999;
	float:left;
}
.float_Image_Right {
	margin:0 -1px 6px 10px;
	border:solid 1px #999;
	float:right;
}
.float_Left_w_Border {
	margin:0 9px 6px 0px;
	border:none;
	float:left;
}
.float_Right_w_Border {
	margin:0 0 6px 9px;
	border:none;
	float:right;
}
.smallText	{
	color:#999999; 
	font-size:9px; 
	letter-spacing:0px;
}
/*************************************************************************/	
/*************************** INDIVIDUAL PAGES ****************************/
/*************************************************************************/

/* --- Home --- */
#container.Home_Section.Home {
	background-image: url(/images/framework/bg_container_home.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}
#container.Home_Section.Home #page_body {
	background:url(/images/framework/bg_page_body_home.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}
#container.Home_Section.Home #footer {
	background-image: url(/images/framework/bg_footer_home.jpg);
	background-position:left bottom;
	background-repeat: no-repeat;
}

#homeSSP {
	width:592px;
	height:272px;
	border:1px #445C6C solid;
	margin:0 -10px 30px 0;
	background:#F0F9FF;
}
#home_news_events {
	width:594px;
	min-height:175px;
	height:auto !important;
	height:175px;
	background-image: url(/images/framework/home_news_events_bg.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	margin-right:-10px;
	padding-bottom:20px;
}
#home_news_events table {
	width:570px;
	margin:12px 0 0 12px;
	background:none;
}
#home_news_events table td { /* see safari hack for top-padding in inc_styles.cfm */
	width:264px;
	background:none;
	padding:0;
}
#home_news_events table td h2 { 
	margin-top:0;
}
.home_news_bullet {
	color:#535396;
	font-size:11px;
}

#home_news_events table td a.red_link {
	display:inline;
	color:#2B5C95;

}
#home_news_events table td a:hover.red_link {
	color:#3366CC;
}
#home_news_events_bottom {
	width:594px;
	height:30px; /* pushes down bottom ads */
	background-image: url(/images/framework/home_news_events_bottom.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	overflow:hidden;
	margin:0 -10px -20px 0;
}
#home_news_events_bottom a.more_news, #home_news_events_bottom a.more_events {
	position:absolute;
	margin:100px 0 0 0;
}
#home_news_events_bottom a.more_news {
	margin:-25px 0 0 14px;
}
#home_news_events_bottom a.more_events {
	margin:-25px 0 0 330px;
}




#home_news_events a {
	display:block;
	margin-bottom:15px;
	line-height:130%;
	color:#000;
}
#home_news_events a strong {
	color:#333366;
	text-transform:uppercase;
}
#home_news_events a em {
	display:inline-block;
	width:48px;
	color:#2B5C95;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	letter-spacing:0;
}
#home_news_events a:hover, #home_news_events a:hover em, #home_news_events a:hover strong {
	color:#3366CC;
}
#container.Home_Section.Home #bottom_ads {
	border-top:none;

}

#home_left_bottom_blurb {					
	border: solid 1px #D7DFF4;
	padding:5px;

}

#home_left_bottom_blurb {					
	border: solid 1px #C7CFE4;
	padding:0 5px 5px  5px ;
	background: #F7FFFF;
	

}
/* --- Login --- */
#editExample {
}
table.browserLogos {
	background:yellow;
}

/* --- Listing Pages --- */

.listingTable {
	border:1px solid #8A9EA9;
	border-collapse:collapse;
	margin-bottom:25px;
}
.listingTable td {
	-x-system-font:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:0.2px;
	line-height:135%;
}
.listingImage {
	border-right:1px solid #8A9EA9;
	border-top:1px solid #8A9EA9;
	padding:5px;
	text-align:center;
	vertical-align:middle;
	width:160px;
}
.listingAddress {
	background-color:#F3F8FA;
	height:10%;
	padding:5px 5px 5px 7px;
	vertical-align:top;
	width:190px;
}
.listingContact {
	background-color:#F3F8FA;
	height:10%;
	padding:5px;
	vertical-align:top;
	width:190px;
}
.listingDescription {
	border-top:1px solid #8A9EA9;
	height:90%;
	padding:5px;
	vertical-align:top;
	width:400px;
}
/* --- Newsletter --- */

#newsletter {
	width:280px;
	height:90px;
	border:1px solid #314559;
	padding:10px;
	margin:10px;
}
/* --- Advertisements --- */

#bottom_ads_inner {
	margin-left:-5px;
	margin-right:-5px;
}
#ads_list input {
	width:215px;
}
#ads_list .submitbtn {
	width:30px;
}
#add_ad_form input {
	width:400px;
}
#add_ad_form input.check {
	width:20px;
	margin:0;
	vertical-align:text-top;
}
#add_ad_form .submitbtn {
	width:80px;
}
table.ad_class { 
	margin:10px -10px 0 -7px;
	width:auto;
}
table.ad_class TD {
	width:110px;
	height:75px;
	padding:0 4px 0 4px;
	text-align:center;
	vertical-align: middle;
}





/* --- Leadership --- */
#board_table table { border-collapse:collapse;
	margin-top:20px;
}
#board_table table tr {
	border-top:solid 1px #CCC;
}
#board_table td {border-top:solid 1px #EEE;
	padding:7px 0 7px 7px;
}
#board_table td img {
	margin:3px 0 6px -7px;
}
#board_table td h3 {
	font-size:12px;
	margin:0;
	text-transform:none;
}

/* --- National News Page --- */

#news_list a {
	display:block;
	margin-bottom:15px;
	line-height:130%;
	color:#000;
}
#news_list a.editLink {
	display:inline-block;
}
#news_list a.red_link {
	color:#2B5C95;
	margin-bottom:-1px;
}
#news_list a strong {
	color:#333366;
}
#news_list a em {
	display:inline-block;
	width:48px;
	color:#2B5C95;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	letter-spacing:0;
}
#news_list a span {
	display:inline-block;
	margin-left:50px;
}
#news_list a:hover, #news_list a:hover em, #news_list a:hover strong {
	color:#3366CC;
}

#eNewsForm input {
	width:180px;
}

/* Past Presidents */

#news_list.past_presidents strong {
	display:inline-block;
	width:30px;
	color:#333366;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	letter-spacing:0;
}

/* Member Highlights */

#news_list.archives a {
	display:inline;
	margin-bottom:0;
	line-height:200%;
	color:#000;
}

/* highlight detail */
#highlight_detail {
	border-bottom:solid 1px #D6DDF1;
	min-height:270px;
	height:auto !important;
	height:270px;
	
}
#highlight_detail img {
	width:160px;
	border:solid 1px #8A9EA9;
	margin:3px 10px 0 0;
	float:left;
}
#highlight_detail span.highlight_detail_text  { 
	vertical-align:top;
}
#highlight_detail span.highlight_detail_text span {
	display:inline;
	margin-left:0;
}
#highlight_detail span.highlight_detail_text h3  {
	margin:0 0 2px 0;
	padding:0;
}

/* highlight list */


div#news_list.member_highlights a { 
	margin-bottom:25px;
}
div#news_list.member_highlights img {
	display:inline-block;
	width:60px;
	border:solid 1px #8A9EA9;
	margin:0;
}
div#news_list.member_highlights a:hover img {
	border:solid 1px #3366CC;
}
div#news_list.member_highlights span.member_list_text  {
	display:inline-block;
	vertical-align:top;
	display:inline-block;
	width:510px;
	margin-left:8px;
}



/* Career Listings */
#news_list.career_listings a { 
	margin-bottom:20px;
}
#news_list.career_listings a em { 
	width:90px;
	display:inline-block;
	vertical-align:top;
}
#news_list.career_listings a span.career_text {
	margin-left:0;
	display:inline-block;
	vertical-align:top;
}
#listing_detail h1 {
	margin-bottom:0;

}
#listing_detail h4 {
	margin-top:0;

}

#listing_detail span.detail_date { 
	display:block;
	margin-bottom:15px;
	font-size:11px;
	color:#888;
}
/* Student Resumes */
#news_list.resumes a { 
	margin-bottom:20px;
}
#news_list.resumes a em { 
	width:90px;
	display:inline-block;
	vertical-align:top;
}
#news_list.resumes a span.resume_text {
	margin-left:0;
	display:inline-block;
	vertical-align:top;
}
#news_list.resumes a span.resume_text {
	margin-left:0;
	display:inline-block;
	vertical-align:top;
}
#news_list.resumes a span.resume_link {
	display:inline;
	color:#2B5C95;
	margin-left:0;
	padding-left:10px;
	background-image: url(/images/framework/download.gif);
	background-position:left bottom;
	background-repeat: no-repeat;
}
#news_list.resumes a:hover span.resume_link {
	color:#3366CC;
}

/* Member Login */

#regUserLoginForm label, #regUserLoginForm input  {
	width:220px;
}

#registerForm {	border:solid 1px #8A9EA9;

}

/* Event Detail */
#event_detail h1 {
	margin-bottom:0;

}
#event_detail h4 {
	margin-top:0;

}
#event_detail span.detail_date { 
	display:block;
	margin-bottom:15px;
	font-size:11px;
	color:#888;
}

#news_list a span.national {
	width:530px;
	display:inline-block;
	margin-left:0;
	vertical-align:top;
}

/* -- Shopping Cart -- */
	#shoppingCart {width:auto;}
	#shoppingCart table {border:solid 1px #CCC; width:300px; margin:12px 0 12px 0; background-image:none; border-collapse:collapse;}
	#shoppingCart td { padding:3px; text-align:left; }
	#shoppingCart td a { color:#EF9C10; text-decoration:underline; text-transform:none;}
	#shoppingCart td a:visited {color:#EF9C10; }
	#shoppingCart td a:hover {color:#666; }
	#shoppingCart td strong {font-weight:bold; color:#666; }
	#shoppingCart h3 {color:#FFF; }
	#shoppingCart input {width:auto; height:auto; margin:0; display:inline; border:none;} 


