@charset "UTF-8";
/*------------ CSS Document ------------*/

html { min-height: 100%; margin-bottom: 1px; }


body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:100%;
	background: #E0E3EC;
	behavior: url(/_script/csshover3.htc);} /* WinIE behavior call */ 
	
img, div, a, button {
behavior: url(/_script/iepngfix/iepngfix.htc);
}

#search button.search_button {
position:relative; 
height:24px; 
top:-2px; 
margin-right:6px; 
color: #333; 
background-color: #CECECE ; 
background-image:url(/_art/icons/zoom.png); 
background-repeat:no-repeat; 
background-position:5px 3px; 
border: solid 1px  #999; 
border-left:solid 1px  #CCC; 
border-top:solid 1px #CCC; 
cursor:pointer;
}


/*------------ General Links ------------*/
a {
	font-size: 12px;
	text-decoration: none;
	color: #006; }

	a: hover { text-decoration: underline; }

	a: visited {
		text-decoration: none;
		color: #b1b1b1; }
		

		
#wrapper #content #main #w580 a:hover { text-decoration: none; color: #7f55a2; }

#wrapper #content #main a {
	font-weight:bold;
	color: #004abd;
	text-decoration:underline;
	}

#wrapper #content #main a:hover { text-decoration: none; color: #7f55a2; }


/*------------ General Typography ------------*/



h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; }

h1 {
	font-size: 20px; /* used for page title in Secondary Nav */
	font-weight: normal;
	color: #600;
	padding: 10px 20px 0px 20px; }

h2 {
	font-size: 20px;
	color: #006; }

h3 { font-size: 16px; }

h4 { font-size: 14px; }

h5 { font-size: 14px; }

h6 { font-size: 14px; }


	h2.news_name {
	font-size:1.1em;
	color:#600;
	}
	


/*------------ Tags ------------*/
img { border: none; }

/*------------ Layout ------------*/
div#wrapper {
	width: 960px;
	margin: 0 auto; /*	background-image:url(../_images/16_col.gif); */ /* grid */
	background-color: #E0E3EC; }

/*------------ Header ------------*/
div#header {
	width: 940px;
	height: 90px;
	padding-top: 10px;
	padding-left: 10px;
	overflow:visible; }

div#logo {
	float: right;
	margin: 0 40px; }

/*------------ Header - Navigation (Global) ------------*/
.hide {
	position: absolute;
	left:-9999px; }

#nav {
	float:left;
	background:transparent;
	border-right: 1px solid #b1b1b1;
	}

#nav ul {
	margin:0;
	padding:0;
	background:transparent;
	boder-width: 0 1px;
	
	color: #600;
	}
	
#nav ul.level1 {
	border-top:none;
	}
	
#nav ul.level2 li {
		border-right:1px solid #b1b1b1;

	}
	
#nav li {
	position:relative;
	list-style:none;
		border: 1px solid #b1b1b1;
		border-right: 0px;
		background-color: #f0f8ff;
		padding: 4px 11px;
		margin: 0px;
		text-align: center;
	float:left;
	}
	
#nav ul.level1 li {
	min-width: 75px;
	}
	
#nav li:hover {
	background-color: #FFF0F6;
	}
	
#nav li.submenu:hover {
	background:#edd;
	}
	
#nav li a {
	display:block;
			font-size: 12px;
			color: #600;
			padding: 4px 0; 
	text-decoration:none;
	width:8em;
	}
	
#nav>ul a {
	width: auto;
	}
	
#nav ul a:hover {
	color: #a52a2a;
		text-decoration: underline; 
	}
	
#nav ul a:visited { color: #666; }
	
#nav ul ul {
	position:absolute;
	width:152px;
	display:none;
	left:-1px;
	top:29px;
	}
	
	
#nav ul.level2 li {
	border-bottom: 0px solid #ccc;
	width:8em;
	text-align:left;
	}
	
#nav ul.level1 li.submenu:hover ul.level2 {
	display:block;
	}
	
#nav ul.level2 {
	border:0px;
	border-bottom: 1px solid #b1b1b1;
	}
	
#nav ul.level2 a {
	padding:4px;
	}
	
#nav ul.level2 {
	z-index:100;
	}

/*------------ Header - Toolbar ------------*/
div#toolbar {
	width: 700px;
	height: 40px;
	margin: 22px 0 0 1px;
	float: left;
	overflow:visible;
	}

div#tools {
	float: right;
	padding: 5px 10px 0 10px; }
	
div#header #toolbar #tools { 
	position:relative;
	margin-top:-6px;
}

	div#tools img {
		display: inline;
		margin-top: 5px;
		margin-right: 4px;
		margin-bottom: 0px;
		margin-left: 4px; }
		
	
div#tools a.decrease {
	display:none;
	}

#search { 
float: right;
margin-right: 2px;
}

#searchform {
	width: 140px;
	font-size: 14px;
	color: #666;
	text-align: center;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px; }

div#search form input image {
margin-right: 4px;
margin-top: 5px;
margin-bottom: 0;
margin-left: 4px;
}

div#search form input text {
margin-top:-5px;	
	}


#title_tab {
background-color: white;
	padding: 0 10px;
	height: 40px;
	float: left;
	z-index: 5;
	position:relative;
	top:-3px;
	margin-left: -1px;
	border-left: solid 1px #D0D0DD;
	border-top: solid 1px #D0D0DD;
	border-right: solid 1px #D0D0DD; 
}

	#title_tab h1 { text-align: center; }
	
/*------------ Login Widget -------------*/

div#widgetlogin {
	width: 183px; 
	height: 98px; 
	background-color: none;
	background-image: url(../_art/bg_login2.jpg);
	padding-top:20px;
	margin-top:-3px;
	margin-left:-3px;
	
}

div#widgetlogin_1 {
	width: 183px; 
	height: 98px; 
	background-color: none;
}

div#widgetlogin_directory {
	width: 183px; 
	height: 98px; 
	background-color: none;
	background-image: url(../_art/bg_login.jpg);
	padding-top:20px;
	
	}

h1#widgetheader {
	font-size: 0.85em;
	color: #006;
	margin-bottom: 0px;
	padding-bottom: 4px;
	padding-top:4px;
	
	 
}

ul#widgetmenu {
	font-size: 7pt;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	list-style: none;
	position:relative;
	text-align:center;
}

#sidebar ul#widgetmenu {
	padding-left:20px;
	}


li#menulogin {
	display: none;
}

li#menuservices {
	display: none;
}

li#menulogout {
	display: none;
}




/*------------ Main Content ------------*/
#content {
	width: 950px;
	padding: 0;
	margin: 0; /*faux columns */
	background-image: url(/_art/bg_columns.png); }

div#navbox { height: 50px; /* Secondary Navigation, within page */ }

#article_menu {
	width: 415px;
	float: right;
	color: #666;
	margin: 10px 0 0 25px;
	padding: 0;
	z-index:100;
	position:relative; }

	#article_menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 200px;
		float: left; }

	#article_menu h3 {
		font-size: 14px;
		display: block;
		color: #006;
		margin: 0;
		padding: 4px 6px;
		border: 1px solid #ccc;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal; }

	#article_menu a {
		color: #006;
		font-size: 12px;
		text-decoration: none;
		padding: 2px 10px 2px 10px;
		display: block; }

		#article_menu a:hover {
			color: #666;
			background: #ccc; }

	#article_menu li { position: relative; }

	#article_menu ul ul {
		position: absolute;
		z-index: 500;
		border: 1px solid #ccc;
		background: #efefef;
		display: none; }

	#article_menu select {
		padding: 0;
		margin: 0;
		line-height:1px;
	}

div#article_menu ul li:hover ul { display: block; }


#navbox #article_menu form {
	display:inline;
	margin-left:8px;
	margin-right:0px;
}


div#main {
	width: 660px; /* Contains Secondary Navigation, and Main Content */
	background: #fff;
	border: solid 1px #D0D0DD;
	border-top: solid 1px #D0D0DD;
	padding: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px; }

	div#main p {
		font-size: 0.8em;
		margin-right: 8px;
		margin-left: 8px;
		padding-top: 5px;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0; }
		
#w580 {
width: 580px;
margin-right: auto;
margin-left: auto;
margin-top: 40px;
}
#w580 img {
display: block;
margin-right: auto;
margin-bottom: 20px;
margin-left: auto;
}
#w580 img.portrait {
float: right;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 20px;
margin-top: 14px;
}
#main #w580 p{
text-align: justify;
display: block;
margin-right: 0px;
margin-left: 8px;
padding-right: 0px;
padding-left: 0px;
}	

#main #w580 h2 {
	padding-left: 8px;
}
#main #w580 h3 {
	padding-left: 8px;
}

#w580 div.right {
float: right;
margin-right: 0px;
margin-bottom: 12px;
margin-left: 20px;
margin-top: 14px;
}

#w580 div.left {
float: left;
margin-left: 0px;
margin-bottom: 12px;
margin-right: 20px;
margin-top: 14px;	
	}
	
#main #w580 div.right p, #main #w580 div.left p {
	text-align: center;
  font-style: italic;
  font-size: 0.7em;
  text-indent: 0;
  color:#333333;
	}
	
ul.newsletter {
	list-style-type:none;
	}

ul.newsletter li {
	margin-left:-30px;
	padding-left:0px;
	}
	
#w580 table tr td {
	vertical-align: text-top;
	}
	
		#wrapper #content #main #w580 ul p {
	margin-right: 85px;
	margin-left: 40px;
	font-size: 0.8em;
}
#wrapper #content #main #w580 ul li a {
	font-size: 14px;
	font-weight:bold;
}

#wrapper #content #main #w580 ul li a:hover {
	text-decoration:underline;
	}
	
	#wrapper #content #main #w580 ul.index li {
		list-style-type:none;
		}	
	#wrapper #content #main #w580 ul.index p {
		margin-right: 70px;
	margin-left: 150px;
	margin-bottom: 60px;
	font-size: 0.8em;
		}	
	#wrapper #content #main #w580 ul.index li img {
		float:left;
		margin-right:30px;
		margin-left:20px;
		}

#wrapper #content #main #w580 div.banner img {
	
	display:inline;
	padding:2px;
	}
	
#map {
	float:right;
	width:auto;
	height:auto;
	text-align:center;
	margin-right:20px;
	margin-top:26px;
	}
	
#wrapper #content #main #w580 #map .center {
	text-align:center;
	display:block;
	}
	
#wrapper #content #main #w580 #map a {
	font-size:1.1em;
	font-weight:bold;
	}

#w580 #map hr {
	display:block;
	margin-top:16px;
	margin-bottom:2px;
	}
	
#w580 #news_rightbar {
	float:right;
	width:250;
	height:auto;
	margin-left:20px;
	}	
	
#w580 #newsletter_head {
	width:230px;
	height:auto;
	margin-bottom:20px;
	border: 1px solid #CCC;
	padding:10px;
	float:none;
	background-color: #f0f8ff;
	}
	
#wrapper #content #main #w580 table#newsletter_links ul li a {
	font-size:1em;
	}
	
#main #w580 table#newsletter_links ul {
	margin-top:8px;
	}	
	
#main #w580 table#newsletter_links h3 {
	padding-left: 8px;
	padding-top:0px;
	padding-bottom:0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.9em;
	color: #333;
	margin-bottom:0px;
	}
	
#main #w580 #calendar h2.news_name {
	margin-left:0px;
	}
	
#main #w580 #calendar ul {
	margin-left:0px;
	}	
	
#newsletter_pic {
	width:85px;
	height:110px;
	margin-right:16px;;
	margin-left:auto;
	float:left;
	margin-top: -1px;
	margin-bottom:20px;
	display:block;
	}
	
#news_pic_inner {
	width:75px;
	height:83px;
	position:relative;
	top:-142px;
	left:5px;
	}

#member_title {
	font-size:1.2em;
	font-family:Helvetica, Arial, sans-serif;
	color:maroon;
	}
	
#member_contact {
	display:block;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	font-size:0.9em;
	width:230px;
	
	}
	
#member_info {
	font-size:0.9em;
	height:120px;
	width:230px;
	float:none;
	margin-right:20px;
	}
	
#sidebar .sidebarTOP ul li {
	margin-left:20px;
	}

#calendar {
	width:230px;
	height:auto;
	float:right;
	margin-left:0px;
	margin-bottom:20px;
	margin-top:10px;
	border: 1px solid #CCC;
	padding:10px;
	}
	
.event_date {
	color:#600;
	font-size:1.1em;
	font-weight:bold;
	
	
	}	
	
#right_notes {
	width:240px;
	height:auto;
	float:right;
	margin-left:40px;
	margin-bottom:10px;
	margin-top:10px;
	}
	
.inline img {
	float:left;
	padding:10px;
	}
	
.form_label {
	padding-right:10px;
	}
	
#main #w580 table.no_justify p {
	text-align:left;
	}
	
.min_height {
	min-height:680px;
	}
	
#gallery img {
	display: inline;
	margin-left:16px;
	align:center;
	}
	
table#schedule {
font-size:0.85em;
}

p#purple {
color:#666699;
}

/*------------ Sidebar ------------*/
div#sidebar2 {
	width: 180px;
	padding: 20px;
	float: right; }

	div#sidebar2 ul li {
		list-style: none;
		margin-left: -20px; }

/*------------ 2nd Sidebar (w/Thickbox) --------------*/

#sidebar {
	width: 180px;
	padding: 20px;
	float: right;
}
#sidebar ul li  {
	list-style: none;
	margin-left: -20px;
}

#sidebar a { color: #2E244A; }

	#sidebar a:hover { text-decoration: underline; }

#sidebar h1 {
	text-align: center; /* main category */
	color: #006;
	margin-bottom: 20px; }

	#sidebar h1 a {
		font-size: 20px;
		text-decoration: none; }

#sidebar h2 {
	font-size: 18px; /* sub-category */
	color: #600;
	margin: 4px 0; }
	
#sidebar h2 a {
	font-size: 18px; /* sub-category */
	color: #600;
	margin: 4px 0; }

#sidebar h3 {
	font-size: 14px; /* sub-sub-category */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #2E244A;
	margin: 8px 10px; }

#sidebar ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0px;
}


#sidebar p { font-size: 0.75em; }


/*------------ Sidebar Typography ------------*/
#sidebar2 a { color: #2E244A; }

	#sidebar2 a:hover { text-decoration: underline; }

#sidebar2 h1 {
	text-align: center; /* main category */
	color: #006;
	margin-bottom: 20px; }

	#sidebar2 h1 a {
		font-size: 20px;
		text-decoration: none; }

#sidebar2 h2 {
	font-size: 18px; /* sub-category */
	color: #600;
	margin: 4px 0; }

#sidebar2 h3 {
	font-size: 14px; /* sub-sub-category */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #2E244A;
	margin: 8px 10px; }

#sidebar2 ul { margin: 0 0 15px 0; }

#sidebar2 p { font-size: 0.75em; }

hr.sidebar_hr {
	width: 160px;
	color: #2E244A;
	background-color: #2E244A;
	border: 0;
	height: 1px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#calendar h1 {
	margin-top:-5px;
	margin-bottom:10px;
	}
	

/*------------ Footer ------------*/
#footer {
	clear: both;
	font-size: 12px;
	color: #504E72;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px; }

p.contact_info {
	margin-left: 15px;
	color:#666481; }

/*------------ Login ------------*/
#name { width: 180px; }

#password { width: 180px; }

label {
	width: 48px;
	font-size: 12px;
	float: right;
	text-align: right;
	margin-right: 20px;
	display: block }

.submit input {
	font-size: 12px;
	margin-left: 160px;
	margin-top: -20px;
	padding: 3px 8px; }

/*------------ CAROUSEL RULES ------------*/
.stepcarousel {
	position: relative; /*leave this value alone*/
	margin-left:0.5em;
	margin-top:1em;
	border: 20px solid #FFF;
	overflow: scroll; /*leave this value alone*/
	width: 38em;
	height: 23.5em; /*Height should enough to fit largest content's height*/
	background-color:#FFF;
	z-index:3; }

	.stepcarousel .belt {
		position: absolute; /*leave this value alone*/
		left: 0;
		top: 0; }

	.stepcarousel .panel {
		float: left; /*leave this value alone*/
		overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
		margin: 15px; /*margin around each panel*/
		width: 42em; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */ }
		
		.gray {
	color: #666;
}
.red {
	color: #C00;
	font-size: 1em;
	font-weight: bold;
}

span.recaptcha_try {
	color: black;
}
span.recaptcha_retry {
	color: red;
}

