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

body, html {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/body-bg.png) repeat-x #314A37;
}

h1, h2, h3, h4, p, ul, ol {
	margin: 0 0 10px 0;
}

h1, h2, h3, h4 {
	color: #314836;
}

h1 {
	font-size: 24pt;
	line-height: 25pt;
}

p, ul, ol {
	font-size: 9pt;
	line-height: 12pt;
}

li {
	margin-bottom: 3px;
}

.textAlignCenter {
	text-align: center;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #314836;
}

	a:hover {
		text-decoration: underline;
	}
	
img {
	border: none;
}

.imgMargin img {
	margin: 10px 10px 0 10px;
}

.imgFloatRight {
	float: right;
	margin: 10px 0 20px 20px;
}

.imgFloatLeft {
	float: left;
	margin: 10px 20px 20px 0;
}

hr {
	clear: both;
	height: 1px;
	border: none;
	color: #314836;
	background: #314836;
	margin: 20px 0;
}

#container {
	width: 950px;
	margin: 0 auto;
}

/*all #nav styles are in stylesSuperfish.css*/

#banner {
	width: 950px;
	height: 169px;
	position: relative;
	background: url(images/bannerBackpage-bg.jpg) no-repeat;
}

	body#indexPage #banner {
		height: 269px;
		background: url(images/banner-bg.jpg) no-repeat;
	}
	
#logo {
	position: absolute;
	top: 14px;
	left: 25px;
}

	body#indexPage #logo {
		left: 25px;
		top: 34px;
	}

#main {
	width: 890px;
	padding: 30px;
	float: left;
	min-height: 320px;
	background: url(images/main-bg.jpg) repeat-x left bottom #E1ECC4;
	position: relative;
}

#topBar {
	width: 950px;
	padding: 5px 0 5px 0;
	background: #C9D5B1;
	float: left;
}

	#topBar img {
		float: right;
		margin-right: 20px;
	}
	
	#topBar img.marginTop {
		margin-top: 1px;
	}

#music {
	float: right;
	width: 202px;
	height: 30px;
	margin-right: 13px;
	padding: 8px 0 0 0;
}

	#music p {
		font-size: 7pt;
		line-height: 8pt;
		text-align: right;
		margin: 5px 0 0 0;
		color: #314836;
	}
	
	#music a {
		font-weight: normal;
		text-decoration: underline;
	}
	
	#music a:hover {
		text-decoration: none;
	}

#leftCol {
	position: absolute;
	left: -23px;
	bottom: 0;
}

.rightColBackpage {
	float: right;
	width: 270px;
	padding: 0 0 0 30px;
}

.leftColBackpage {
	float: left;
	width: 559px;
	padding-right: 30px;
	border-right: 1px dotted #314836;
}

table {
	font-size: 9pt;
}

	table.callTable {
		border-collapse: collapse;
		width: 100%;
	}
	
	table.callTable td {
		padding: 10px;
		border-bottom: 1px solid #C9D5B1;
		border-left: 1px dotted #C9D5B1;
		vertical-align: top;
	}
	
.tableHeaderRow td {
	font-weight: bold;
	color: #314836;
	background: #dbe6c4;
}

#content {
	float: left;
	width: 890px;
}

	body#indexPage #content {
		float: right;
		width: 533px;
	}
	
	body#indexPage #content h1 {
		margin-bottom: 3px;
	}
	
#textWidth {
	width: 270px;
	margin-bottom: 40px;
}
	
#silhouette {
	position: absolute;
	bottom: -15px;
	right: 0;
}

.bioWrap {
	float: left;
	width: 890px;
}

	.bioWrap .marginBottom {
		margin-bottom: 15px;
	}	

.bioPics {
	width: 200px;
	float: left;
	padding-top: 8px;
	text-align: right;
}

	.bioPics img {
		margin: 0 0 15px 0;
	}

.bio {
	width: 665px;
	float: right;
}

.insetBox {
	float: right;
	clear: right;
	width: 270px;
	background: #C9D5B1;
	padding: 20px;
	margin: 0 0 30px 20px;
}

	.insetBox h3 {
		text-align: center;
	}
	
	.insetBox ul {
		margin: 0;
		padding-left: 20px;
		list-style-type: square;
	}
	
	.insetBox li {
		padding-bottom: 5px;
	}
	
.linkBoxWrap {
	width: 720px;
	margin: 20px auto 0 auto;
	clear: both;
	overflow: hidden;
}

.linkBox {
	width: 110px;
	height: 100px;
	float: left;
	background: #fff;
	text-align: center;
	padding: 5px 0;
	margin: 0 5px;
}

	.linkBox img {
		display: inline;
		vertical-align: middle;
	}
	
#footer {
	width: 910px;
	background: url(images/footer-bg.jpg) no-repeat #000;
	height: 50px;
	padding: 30px 20px 20px 20px;
	clear: both;
	position: relative;
}

	#footer p {
		text-align: center;
		color: #5C6351;
		float: left;
		clear: left;
	}
	
	#footer a {
		font-weight: normal;
		color: #5C6351;
		margin: 0 5px;
	}

/*slideshow*/

#endorsed {
	position: absolute;
	width: 391px;
	height: 140px;
	right: 0;
	top: -18px;
	background: url(images/endorsed-logos-bg.png) no-repeat;
}
	
#slideshow {
    position:relative;
    height: 108px;
}

#slideshow div {
    position:absolute;
    bottom: -15px;
    right: 20px;
    z-index:8;
    opacity:0.0;
    height: 108px;
}

#slideshow div.active {
    z-index:10;
    opacity:1.0;
}

#slideshow div.last-active {
    z-index:9;
}

#slideshow div img {
    height: 108px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}	
	

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination {
	padding: 2px;
}

.pagination ul {
	margin: 0;
	padding: 0;
}

.pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a, .pagination a:visited {
	padding: 0 5px;
	border: 1px solid #AAAAAF;
	text-decoration: none; 
	background-color: #E8E8E6;
	color: #666666;
}

.pagination li.currentpage {
	font-weight: bold;
	padding: 0 5px;
	border: 1px solid #AAAAAF;
	background-color: #666666;
	color: #E8E8E6;
}

.pagination li.disablepage {
	padding: 0 5px;
	border: 1px solid #AAAAAF;
	color: #929292;
}

.pagination li.nextpage {
	font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage { /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	margin-right: 5px;
	padding-right: 0;
}