/* CSS Document */
a	{color: #5E959B;}

a:active  {color: #5E959B;}

a:link	{color: #5E959B;}

a:visited {color: #5E959B;}

a:hover{
	color: #9CBFC3;
	text-decoration: none;
}

body {
	margin: 0px;
	background-color: #ffffff;
	background-image: url(../images/nav_bg.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;

}

body, p, li, td, h1, h2, h3, h4 {
	font-family: verdana, arial, sans-serif;
}

p, li {
	font-size: 12px;
}

.normal {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.normalSmall {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}



h1 {
	font-size: 16px;
	color : #543726;
	border-bottom: 1px solid;
}

h2 {
	font-size: 14px;
	color : #9CBFC3;
}

h3 {
	font-size: 12px;
	color : #000000;
	margin-bottom: 0px;
}

hr {
	height: 1px;
	color: #6180A0;
	width: 100%;
}

.bold {font-weight: bold;}

.italic {font-style: italic;}

.boldItalics {
	font-weight: bold;
	font-style: italic;
}

.backToTop {
	border-bottom: 1px solid #9CBFC3;
	text-align: right;
	line-height: 200%;
	font-size: 10px;
	padding-bottom: 10px;
	margin-top: 25px;
}

.footer {
	border-top: 1px solid #9CBFC3;
	line-height: 200%;
	color: #666666;
	font-size: 10px;
}

.inFooter {
	line-height: 200%;
	color: #666666;
	font-size: 10px;
}

.inContent p {margin-top: 3px;}

.lightBlue {color: #6180A0;}

.darkBlue {color: #123D69;}

.darkRed {color: #981115;}

.hpLeftPhotos {margin-top: 20px;}

.languages {
	margin-top: 0px;
	width: 100%;
	border-bottom: 1px solid #000000;
}

.nestedPhoto {
	margin-left: 10px;
	margin-bottom: 10px;
}

.bullet {
	background-image: url(../images/bullet.gif); 
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
	margin-left: 50px;
}

.big {
	font-size: 16px;

}

.small {
	font-size: 10px;

}

.bullet a:link{
	color: #9A825E;
	text-decoration: underline;
		}

.bullet a:hover{
	color: #5C9197;

}

.underBullet {padding-left: 17px;}

.pdf {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}



/* Classes  */

.leftCol { width: 159px; vertical-align: top; }
.rightCol { vertical-align: top; background: url(../images/top_bg.gif) repeat-x top; padding: 24px 10px 10px 20px; }
.footerCell { padding: 25px 10px 10px 20px; }

#top { text-align: right; font-size: 11px; }
#top ul { }
#top li {
	list-style-type:  none;
	display: inline;
	padding: 0 10px 0 0;
	margin-right: 20px;
	border-right: 1px solid #eeeeee;
}

#footer li.right{ border-right: none; }

#top li.right { border-right: none; }

#top a { color: #ffffff; }

#footer {
	border-top: 1px solid #9CBFC3;
}

#footer li{
	margin-right: 10px;
	color: #999999;
	font-size: 9px;
	border-right: 1px solid #cccccc;
	display: inline;
	padding-right: 10px;
	line-height: 200%;
}

#footer ul{
	margin: 0px;
}

.greyBG {
	background-color: #eeeeee;
}

.directoryTop {
	background-image: url(../member/images/directory_bg.jpg);
	background-repeat: repeat-x;
}

#directoryTopLinks {
	list-style-type:  none;
	display: inline;
	padding-right: 10px;
	margin-right: 20px;
	border-right: 1px solid #eeeeee;
	}

#directoryTopLinks li{
	margin-right: 10px;
	color: #666666;
	font-size: 9px;
	border-right: 1px solid #cccccc;
	display: inline;
	padding-right: 10px;
	line-height: 200%;
}

#directoryTopLinks a{
	color: #000000;
}

.memTable td {
	border: 1px solid #eeeeee;
}

.line{
	margin-bottom: 10px;
}

.line td{
	border-bottom: 1px solid #9CBFC3;
}


/** FORM STUFF **/
form{
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

fieldset{
	border: 0;
	margin: auto auto 20px; auto ;
	padding: auto;
}

legend{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #000066;
}

input, select{
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 12px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #888;
}

label {
	display: block;
	margin-bottom: 12px;
	float: left;
	text-align: right;
	width: 125px;
	margin-right: 5px;
}

input.hide{
	display: none;
}

label.required{
	color: #000066;
}

form br {
	clear: left;
}

fieldset p{
	clear: left;
	margin: 0 4px 20px 4px;
}

input.autowidth{
	width: auto;
	border: 0;
	margin: 0 0 10px 0;
}

select.autowidth{
	width: auto;
	margin: 0 8px 10px 0;
}


label.autowidth{
	text-align: left;
	margin: 0 10px 10px 5px;
	width: auto;
}

label.textarea{
	float: left;
	margin-bottom: 4px;
	width: 330px;
	text-align: left;
}

textarea{
	clear: left;
	height: 75px;
	width: 330px;
	float: left;
}

#spotlightbox{
	/*width: 220px;*/
	width:400px;
	background-color: #faf6f0;
	border: 3px solid #d7cdbf;
	float: right;
	margin: 10px;
	padding: 5px;
}

a.blacklink{
	color: #000000;
	text-decoration:underline;
}

a.blacklink:visited{
	color: #000000;
	text-deocration: underline;
}

/** MEETING SPECIFIC **/

div.meeting_nav{
	width: 100%;
	background-color: #5A8F95;
	margin:0;
	padding:5px 0 5px 0;
	text-align: center;
	border: 1px solid #000;
}

div.meeting_menu{
	width: 100%;
	background: url("../2008_spring_meeting/images/header_bg.gif");
	margin:0;
	padding:0;
}

div.meeting_nav ul{
	margin: 0;
	padding: auto;
	border:0;
	list-style: none;
	display: inline;
	font-weight: bold;
	background-color: #5A8F95;
	width: 100%;
	height: 30px;
}

div.meeting_nav ul li{
	padding-top: 4px;
	display: inline;
	color: #fff;
	text-align: center;
}

div.meeting_nav a, div.meeting_nav a:visited, div.meeting_nav a:active{
	color: #ffffff;
	text-decoration: none;
	display: auto;
	padding: 5px 20px 5px 20px;
}

div.meeting_nav a:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: #9A825E;
}

div.meeting_nav ul li.right{
	margin-right: 10px;
}

div.meeting_nav ul li.left{
	margin-left: 10px;
}

/*** new photogallery style***/

#photobox{
	border: 1px solid #9b825e;
	padding: 8px;
	width: 510px;
	text-align: center;
}

#photobox p{
	font-size: 11px;
	color: #666;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 0;
}

.photorow img{
	padding: 3px;
	border: 2px solid white;
	cursor: pointer;
}

.photorow img:hover, .photorow img.sfhover{
	padding: 3px;
	border: 2px solid #5c9298;
}

.gallerydata{
	display: none;
}

.gallerydata p{
	font-size: 12px;
}

#gallerycontent{
margin: 1em;
}

	

