/* CSS - New Project */

/* reset */
	body, form, ul, li, img, pre, fieldset {padding: 0; border: 0; margin: 0;}

/* general */
	strong {font-weight: bold;}
	em {font-style: italic;}
	.left {float: left;margin-right: 1em;}
	.right {float: right;margin-left: 1em;}
	.hide {display: none;}
	.show {display: block;}
	body {font-size: 100%;font-size: 12px;background: #f6fafb url(images/bg.jpg) repeat-x;font-family: Georgia, "Times New Roman", Times, serif; color: #3e3e3e;}
	h1, h2, h3, h4, h5 {font-family: Arial, Helvetica, sans-serif;}
	h1, h2, h3 {color: #134159; font-weight: bold;}
	h1 {font-size: 22px;}
	h2 {font-size: 18px;}
	h3 {font-size: 16px;}
	h4 {font-size: 14px;}
	a {color: #ab1c22; font-weight: bold; text-decoration: none;font-family: Arial, Helvetica, sans-serif;}
	a:hover {text-decoration: underline;}	
	hr.clear {display: none;}

/* basic */
	#mainContainer {clear: both;margin: 0 auto;width: 100%;background: url(images/mainbg.jpg) no-repeat center top;min-height: 323px;}
	
/* header */
	#headerContainer {clear: both;}
	#headerLogo h1 {text-indent: -9999px;margin: 0;}
	#headerLogo a {display: block;background: url(images/logo.jpg) no-repeat; width: 221px; height: 133px;}
	#headerNav li {list-style: none;}

/* body */
	#bodyContainer {clear: both;width: 877px; margin: 0 auto; background: url(images/bodybg.jpg) repeat-y;min-height: 400px;position: relative; left: -18px;}
	#leftCol {float: left;width: 221px;background: url(images/navbg.jpg) no-repeat 0 133px;min-height: 300px;}
	#leftContent {padding-left: 9px;}
	#leftContent #lowerContent {}
	#leftContent #leftNav li {list-style: none;padding: 5px 0;background: url(images/navline.jpg) no-repeat;padding-left: 10px;}
	#leftContent li a {color: #134159; font-weight: bold; text-decoration: none;}
	#leftContent li a:hover {text-decoration: underline;}
	#rightCol {float: right; width: 656px;}
	#rightCol #bodyContent {padding: 0 10px;background: url(images/bodytop.jpg) no-repeat;position: relative; top: -3px;}
		#inside #rightCol #insideBodyContent {background: url(images/insidebodytop.jpg) no-repeat;min-height: 300px;padding: 0 20px;padding-top: 1px;}
		#inside .newGallery ul {padding: 0!important; margin: 0!important;}
		#inside .newGallery li {list-style: none; width: 150px; float: left;display: inline;text-align: center; color: #ab1c22;font-weight: bold;}
		#inside .fancyText {color: #134159; font-weight: bold; font-style: italic; font-size: 14px;padding: 0; margin: 3px 0;}
		#inside .fancyLine {background: url(images/navline.jpg) repeat-x; height: 2px; width: 100%;display: block;text-indent: -9999px;padding: 5px 0;margin: 0 auto;}
		#inside #insideBodyContent ul {padding-left: 20px;}
	#rightCol #bodyLeft h1 {margin-top: 6px;}
	#rightCol #bodyLeft {width: 400px;float: left;margin-left: 8px;}
	#rightCol #bodyRight {width: 180px;float: right;padding-right: 20px;}
	.whiteBox {background: #f8fdff;border: 1px solid #d6dfe1;padding: 5px;}
	.whiteBox li {list-style: none;padding: 5px 0;border-bottom: 1px solid #d6dfe1;width: 180px;}

/* footer */ 
	#footerContainer {clear: both;width: 877px; margin: 0 auto; background: url(images/footerbg.jpg) repeat-y;height: 130px;position: relative; left: -18px;}
	
	#footerContent {width: 877px; margin: 0 auto; text-align: center;}
	#footerContent li {list-style: none; padding: 0 5px;display: inline;}
	#footerContent li a {color: #134159;}
	
/* other */
	.staffImage img, .staff img {padding: 3px; border: 1px solid #3E3E3E; background-color: #134159;}
	#charlie {clear: both;}
	.clear {clear: both; visibility: hidden;} 
	.memberDirectory {display: none;}
 	.links li {float: left; width: 190px; margin-bottom: 10px;}

	.member-directory {clear: both; width: 575px;}
	.member-directory .memberTitle {font-weight: bold; font-size: 120%;}
	.member-directory li {list-style: none; margin-bottom: 10px; clear: both; border-bottom: 2px solid #CEDDE2;padding-bottom: 10px;}
	.membersBody {float: right; width: 285px;position: relative; top: -5px;}
	.member {color: #4589AE;}
.memberPhone {background: #DDE6EB; padding: 5px; display: block;margin: 3px 0;}
.memberEmail {background: #C0D1D9; padding: 5px; display: block;margin: 3px 0; border-bottom: 2px solid #E31E27;}