/* Structural DIVs */

#topBar {
	height: 46px;
	width: 798px;
	overflow: hidden;
	background: #fff;
}

/* Other DIVs */

#topBarRight {
	float: right;
	margin: 27px 10px 0 0;
	font-size: 10px;
}

ul#subNav {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 20px;
	font: normal 11px/18px tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #004C03;
	text-decoration: none;
}

ul#subNav li {
	padding: 0;
	margin: 0;
	list-style: none;
	padding: 2px 0 2px 16px;
	line-height: 15px;
}

ul#subNav ul.child {
	padding: 0;
	list-style: none;
	margin: 5px 0;
	margin-top: -2px;
}

ul#subNav ul.child li {
	margin: 0;
	margin-left: 22px;
	padding: 0;
	background:  url("images/arrows/subNavChild.gif") no-repeat 0 5px;
	padding: 0 0 0 10px;
}

#text {
	padding: 0 25px 15px 15px;
	font-size: 11px;
	line-height: 17px;
}

#text ul,
#text ol ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 10px 0 15px 0;
	}
	
#text li,
#text ol ul li {
	background: url("images/arrows/greenBullet.gif") no-repeat 2px 6px;
	padding: 0 0 6px 12px;
	line-height: 17px;
	}
	
#text ul.linkList li{	
	background: url("images/arrows/greenLink.gif") no-repeat 0 3px;
	padding: 0 0 6px 16px;
	line-height: 17px;
}

#text ol {
	margin: 0;
	padding: 0;
	margin: 10px 0 0 20px;
	line-height: 17px;
}

#text ol li {
	background: transparent;
	padding: 0;
}

#quoteWrapper {
	margin-bottom: 10px;
	background: url("images/backgrounds/quoteWrapper.gif") no-repeat #FFA823;
	height: 97px; 
	overflow: hidden; 
	margin-top: 15px; 
	width: 372px;
}

.gallerycontent {
	font: normal 11px/16px verdana, arial, helvetica, sans-serif;
	color: #fff;
	padding: 20px 45px 0 30px;
	margin-bottom: 100px;
}

/* Typography */

#middleCol h1 {
	height: 20px;
	width: 405px;
	padding: 25px 0 0 15px;
	font-family: georgia, 'Times New Roman', times, serif;
	font-size: 14px;
	background: #3399CC;
	color: #fff;
	margin-bottom: 10px;
}

#text h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin: 15px 0 10px 0;
	padding-bottom: 1px;
	font-family: georgia, 'Times New Roman', times, serif;
	display: block;
	border-bottom: 3px solid #3399CC;
	color: #3399CC;
}

#text h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin: 15px 0 10px 0;
	padding-bottom: 1px;
	display: block;
	color: #3399CC;
}

#text p {
	margin-bottom: 10px;
}

#text h3.bioName {
	margin-bottom: 5px;
}

#text p.bioParagraph {
	clear: left;
}

#text table {
	margin-bottom: 10px;
}

#text table table {
	margin: 0 !important;
}


/* Links */

#topBarRight a:link, #topBarRight a:active, #topBarRight a:visited { 
	color: #000;
	text-decoration: none;
	font-size: 10px;
}

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

#text a {
	color: #0b7699;
}

#text a:hover, #text a:visited {
	border: 0;
	color: #533571;	
}

#text a:hover {
	text-decoration: none;
}

#subNav a {	
	font: normal 11px/18px tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #004C03;
	text-decoration: none;
}

#subNav a:hover {	
	color: #fff;
}

.staff_divider {
	clear: both;
	border: none 0; 
	border-top: 1px solid #ccc;
	height: 1px;
	margin: 10px auto 0 0;
	text-align: left;
	}

/* Image Styles */

.headshot {
	float: left;
	width: 90px;
	margin: 13px 10px 10px 0;
	border: 1px solid #000;
}

.firstHeadshot {
	margin: 5px 10px 10px 0 !important;
}

.right {
	float: right;
	margin: 5px  5px 15px 15px;
}

.left {
	float: left;
	margin: 5px  15px 15px 5px;
}			

.border {
	border: 1px solid #4F336C;
	padding: 2px;
}

#rightCol .photo {
	border-bottom: 3px solid #fff;
}

