@charset "utf-8";
/* CSS Document */

html {
	min-height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #4c4c4c;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #00679B;
}

a {
	color: #1E85C2;
	text-decoration: none;
}
a:hover {
	color: #990000;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	padding-top: .7em;
	margin: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#container {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	clear: both;
	margin-top: 20px;
}

#bgShadow {
	background-image: url(img/bgShadow.png);
	background-repeat: repeat-y;
	padding: 0 10px;
}

#header {
	background-image: url(img/headerBg.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 90px;
	width: 980px;
	margin: 0;
}

#logo {
	padding-top: 6px;
}

#nav {
	background-color: #4c4c4c;
	background-image: url(img/navBg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0;
	color: #fff;
	margin: 0;
	height: 44px;
	border-bottom: solid 1px #fff;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav li a {
	display: block;
	padding: 15px 25px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-right: solid 1px #666;
}
#nav li a:hover {
	background-color: #666;
	background-image: url(img/navBg_on.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#selected a{
	background-image: url(img/navBg_on.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#homeBanner {
	background-image: url(img/homeBannerBg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 260px;
	border-bottom: solid 1px #fff;
}
#homeBanner h1 {
	margin: 30px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	width: 250px;
}
#homeBanner p {
	margin: 0 30px;
	color: #C6ECFF;
	font-size: 12px;
}
#homeBanner img {
	float: right;
	margin-right: 15px;
}


/********** SECTION BANNERS **********/
#banner {
	width: 634px;
	height: 140px;
	margin: 0;
	/*background-image: url(img/bannerBg.png);
	background-repeat: repeat-x;
	background-position: top;*/
	float: left;
	border-bottom: solid 3px #bbb;
	/*border-right: solid 3px #bbb;*/
	padding-left: 25px;
}
#banner p {
	color: #eee;
	font-size: 11px;
	line-height: 140%;
	width: 280px;
	margin: 0;
	height: 115px;
}
#banner img {
	float: right;
}
#banner h1 {
	padding: 15px 0px 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
.members {
	background-color: #1A3C64;
}
.members h1 {
	background-color: #132C4A;	
}
.events {
	background-color: #B75B00;
}
.events h1 {
	background-color: #884300;	
}
.aboutBanner {
	/*background-image: url(img/aboutBannerBg.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	background-color: #58842D;
}
.listservBanner {
	/*background-image: url(img/listservBannerBg.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	background-color: #44717D;
}
.resourcesBanner {
	/*background-image: url(img/resourcesBannerBg.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	background-color: #993300;
}
.eventsBanner {
	/*background-image: url(img/eventsBannerBg.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	background-color: #CC6600;
}
.membersBanner {
	/*background-image: url(img/membersBannerBg.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	background-color: #003853;
}

.content {
	float: left;
	margin: 0;
	padding: 0;
	width: 660px;
}

#main {
	width: 610px;
	float: left;
	padding: 25px;
	padding-top: 15px;
	margin: 0;
	/*background-image: url(img/mainBg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #eee;*/
}

.bottom {
	border-bottom: solid 1px #999;
}


/********** TABS **********/
/*.tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 34px;
}
.tabs li {
	float: left;
	margin: 0 0 0 4px;
	padding: 0;
}
.tabs a {
	display: block;
	background-color: #eee;
	padding: 10px 15px;
	font-weight: bold;
}
.tabs a:hover {
	background-color: #fff;
}
.tabs a:active {
	outline:none;		
}
.tabs a.current, .tabs a.current:hover, .tabs li.current a {	
	cursor:default !important; 
	color:#333 !important;
	background-color: #fff;
}*/



/********** MEMBER TABS *********
.memberTabs {
	border: solid 1px #bbb;
	border-bottom: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 28px;
	background-image: url(img/tableHeader_silver.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.memberTabs li {
	float: left;
	margin: 0;
	padding: 0;
}
.memberTabs a {
	display: block;
	padding: 0;
	font-weight: bold;
	width: 92px;
	text-align: center;
	padding: 7px 0;
}
.memberTabs a:hover {
	background-color: #fff;
}
.memberTabs a:active {
	outline:none;		
}
.memberTabs a.current, .memberTabs a.current:hover, .memberTabs li.current a {	
	cursor:default !important; 
	color:#333 !important;
	background-image: url(img/tableHeader_blue.png);
	background-repeat: repeat-x;
	background-position: bottom;
}




#memberTabs {
	background-color: #0083C1;
	color: #fff;
	margin: 0;
	padding: 0;
}*/
/********** MEMBER TABS *********
.tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	height: 29px;
	border: none;
	border-bottom: solid 1px #ccc;
	background-image: url(img/tabBg.png);
	background-repeat: no-repeat;
	background-position: top;
}
.tabs li {
	float: left;
	margin: 0;
	padding: 0;
}
.tabs a {
	display: block;
	padding: 0;
	width: 140px;
	text-align: center;
	padding: 7px 0;
	font-weight: bold;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #ccc;
}
.tabs a:active {
	outline:none;		
}
.tabs a.current, .tabs a.current:hover, .tabs li.current a {	
	cursor:default !important; 
	color:#333 !important;
	background-color: #fff;
	border: solid 1px #ccc;
	border-bottom: solid 1px #fff;
}
.tabs p {
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 6px 8px;
}
.leftTab {
	border-left: solid 1px #ccc;
}
.resourceTabs a {
	width: 115px;
}*/



/********** ALPHALIST *********
.alphaList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.alphaList li {
	float: left;
	margin-bottom: 10px;
	margin-right: 1px;
	padding: 4px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right: solid 1px #ddd;
	display: block;
}*/



.breadcrumbs {
	font-size: 9px;
	color: #999;
	margin: 0;
}

/*********** MEMBERS LIST ************/
.member {
	border: solid 1px #bbb;
	border-bottom: none;
	clear: both;
	height: 110px;
	margin: 0 -10px;
}
.school {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-size: 42px;
	text-align: center;
	background-color: #eee;
	width: 100px;
	border-right: solid 1px #ccc;
	margin: 1px;
	float: left;
	height: 108px;
}
.school p {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.school img {
	margin-top: 10px;
}
.title {
	float: left;
	width: 200px;
	margin: 10px;
}
.title h3{
	font-size: 18px;
	color: #006699;
	margin: 0;
	font-weight: normal;
}
.contact {
	float: left;
	width: 170px;
	margin-top: 45px;
}
.profile {
	float: left;
	width: 70px;
	padding: 25px 10px;
}
.profile img {
	border: none;
}
.phone {
	background-image: url(img/phone.gif);
	background-repeat: no-repeat;
	padding: 3px 25px;
	border-bottom: dotted 1px #ccc;
}
.email {
	background-image: url(img/icon_email.gif);
	background-repeat: no-repeat;
	padding: 3px 25px;
	border-bottom: dotted 1px #ccc;
}
.web {
	background-image: url(img/icon_web.gif);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	padding: 3px 25px;
}
.viewProfile {
	float: right;
	border: none;
}
.bottomList {
	border-bottom: solid 1px #bbb;
}

/*********** EVENTS **********/
.event {
	border-top: solid 1px #bbb;
	clear: both;
	height: 110px;
	margin: 0;
	/*background-image: url(img/footerBg.png);
	background-repeat: repeat-x;
	background-position: bottom;*/
}
/*.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-size: 42px;
	text-align: center;
	background-color: #eee;
	width: 100px;
	border-right: solid 1px #ccc;
	margin: 1px;
	float: left;
	height: 108px;
}
.date p {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 11px;
	margin: 0;
	padding-bottom: 1em;
}
.date img {
	margin: 10px 0;
}


.highlight {
	background-color: #eee;
	border: solid 1px #ddd;
	font-style: italic;
	color: #006699;
	padding: 15px 10px;
}*/


#sidebar {
	width: 270px;
	float: left;
	margin: 15px;
	margin-top: 10px;
	padding-bottom: 15px;
}
#sidebar h3 {
	font-size: 11px;
	margin: 0;
	margin-bottom: .5em;
}

#footer {
	background-image: url(img/footerBg.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	padding: 15px;
	color: #0099FF;
	clear: both;
}


.cell {
	float: left;
	border-top: solid 1px #ccc;
	padding: 10px 0;
	background-color: #fff;
	margin: 0 10px 10px 0;
}

.column {
	float: left;
	width: 320px;
	margin: 0 20px 20px 0;
}

#activityButtons {
	margin: 0;
	padding: 0;
}
#activityButtons a {
	width: 270px;
	height: 50px;
	display: block;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#activityButtons img {
	border: none;
}
.profileButton {
	background-image: url(img/profileButton.png);
}
.profileButton:hover {
	background-image: url(img/profileButtonOn.png);
}
.memberButton {
	background-image: url(img/memberButton.png);
}
.memberButton:hover {
	background-image: url(img/memberButtonOn.png);
}
.listservButton{
	background-image: url(img/listservButton.png);
}
.listservButton:hover {
	background-image: url(img/listservButtonOn.png);
}
.contactButton{
	background-image: url(img/contactButton.png);
}
.contactButton:hover {
	background-image: url(img/contactButtonOn.png);
}


/********** TABS *********/
.ajaxTabs li{
	font-size: 9px;
}
.panes {
	border: solid 1px #aaa;
	margin: 0 -8px;
	margin-top: -9px;
	padding: 20px;
	padding-top: 0;
	font-size: 11px;
}
.panesHeader {
	background-image: url(img/tabHeaderBg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 11px;
	font-weight: normal;
	margin: 0 -20px;
	margin-bottom: 10px;
	padding: 20px;
	border-bottom: solid 1px #999;
}
.panes h2 {
	color: #990000;
}
.panes h5 {
	background-image: url(img/tabHeaderBg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 20px 10px;
	border-bottom: solid 1px #ccc;
}
.listserv ul, .listserv ol {
	margin-left: 90px;
}
.panes blockquote {
	margin-left: 110px;
}
.panesHeader img {
	float: left;
	margin: 0;
	margin-top: -15px;
	margin-right: 10px;
}


/********** ALPHALIST **********/
.alphaList {
	/*list-style-type: none;
	margin: -10px;
	margin-bottom: 10px;
	padding: 0;*/
	text-align: center;
	margin-left: -10px;
	margin-right: -10px;
}
/*.alphaList li {
	float: left;
	margin-right: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}*/
.alphaList a {
	/*display: block;*/
	padding: 4px 6px;
	font-weight: bold;
}
.alphaList a:hover {
	background-color: #fff;
	border: solid 1px #bbb;
	padding: 3px 5px;
}
.alphaSection {
	margin: 0 -20px;
	padding: 6px 18px;
	text-align: center;
	border-top: solid 1px #ccc;
}



.border {
	border: solid 1px #ccc;
	background-color: #fff;
	padding: 2px;
}

.homeCell {
	width: 300px;
	height: 160px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
}
.homeCell h2 {
	color: #990000;
	border-bottom: solid 1px #ccc;
	font-size: 14px;
	padding-bottom: 5px;
}
.homeCell img {
	border: none;
}

#profile h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	background-color: #ddd;
	border-bottom: solid 8px #bbb;
	height: 30px;
	padding: 15px;
	padding-bottom: 10px;
	margin-top: 0;
}
#profile img {
	float: right;
	margin: 8px;
}
#profile h3 {
	background-color: #333;
	margin: 15px 15px 0 15px;
	padding: 4px;
	color: #fff;
}
#profile table {
	margin: 0 15px;
}
#profile th, #profile td {
	width: 295px;
	border-top: solid 1px #ccc;
	padding: 6px 4px;
}
#memberProfile {
	background-image: url(img/profileIcon.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0;
	padding: 10px;
	padding-left: 36px;
	padding-bottom: 15px;
}


#rotator {
	float: right;
}

.readMore {
	font-weight: bold;
}

/********** RESOURCES STYLES **********/
/* Listserv question styles */
.question {
	border-bottom: solid 1px #ccc;
	margin: 0 10px;
	padding: 15px 0;
}
.question h3 {
	font-size: 14px;
	color: #006699;
	margin-top: 0;
}
.question h4 {
	color: #999;
	margin-bottom: .5em;
	font-weight: normal;
}
.question p {
	margin-top: 0;
	margin-left: 90px;
}

/*********** EVENTS **********/
.event {
	border-top: solid 1px #bbb;
	clear: both;
	height: 110px;
	margin: 0;
	/*background-image: url(img/footerBg.png);
	background-repeat: repeat-x;
	background-position: bottom;*/
}
.year {
	color: #777;
	margin: 20px 10px 0 10px;
	padding: 4px 0;
	font-size: 12px;
	font-weight: normal;
	border-bottom: double 3px #ccc;
}
.date {
	float: left;
	margin: 0;
	width: 90px;
	height: 100px;
	background-image: url(img/dateBg.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0;
}
.month {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 90px;
	padding-top: 7px;
	margin: 0;
}
.day {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #B91F17;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	width: 90px;
	text-align: center;
}
.highlight {
	background-color: #eee;
	border: solid 1px #ddd;
	font-style: italic;
	color: #006699;
	padding: 15px 10px;
}
/*
.question {
	border-top: solid 1px #ccc;
}
.question h3 {
	font-size: 14px;
	color: #006699;
	margin: 0;
}
.question h4 {
	color: #999;
	margin-bottom: .5em;
	font-weight: normal;
}
.question p {
	margin-top: 0;
}*/


.memberTabs ul{list-style-type: none; margin: 0; padding: 0 0 0 4px;}
.memberTabs li{float: left; margin: 0 0 0 1px; min-width: 84px; /* be nice to Opera */}
.memberTabs a, .memberTabs a span {display: block; padding: 0 10px; background: url(tab.png) no-repeat;}
.memberTabs a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.memberTabs a:hover, .memberTabs a:focus, .memberTabs a:active {background-position: 100% -150px; outline: 0; /* prevent dotted border in Firefox */}
.memberTabs a {background-position: 100% -100px;}
.memberTabs a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.memberTabs a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.memberTabs ul li .selected {color: #000;}
.memberTabs ul li .selected {background-position: 100% -150px;}
.memberTabs ul li .selected span {background-position: 0 -50px;}
.memberTabs a:hover span {
    background-position: 0 -50px;
}

.clearAbove {clear: both;}

#registerWACUBO a {display: block; background-image: url(img/registerWACUBO.png); background-repeat: no-repeat; background-position: top; padding: 12px 0;}
#registerWACUBO a:hover {background-image: url(img/registerWACUBO_hover.png); background-repeat: no-repeat; background-position: top;}
#registerWACUBO a span {margin-left: -9999px;}
