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

/*------DDK Custom Styles------*?
/*---------Colors--------------*/
/*------------------------------
Logo Grey: #7B8A93
p Grey: #6B6B6B
Black: #030000
-------------------------------*/



body
{
	background-color: #000000;
	background-image: url('../images/mainBG.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

header {
	width: 800px;
	margin: 0 auto;
	height: 130px;
}

main {
	width: 800px;
	margin: 0 auto;
}

footer {
	width: 800px;
	margin: 0 auto;
	height: 130px;
}

#headerTop {
	width: 800px;
	height: 25px;
	background: url('../images/topEdge.jpg') no-repeat;
}

#headerMain {
	width: 800px;
	height: 105px;
	background: url('../images/headerBG.jpg') repeat-x;
}

#logoBox {
	width: 321px;
	height: 105px;
	margin: 0 0 0 18px;
	float: left;
}

.heroPhoto, .contentContainer {
	width: 800px;
	clear: both;
}

.heroPhoto img {
	display: block;
	float: left;
}

.heroPhoto {
	margin: 0;
	padding: 0;
	overflow: auto;
}

.contentContainer {
	background-color: #FFFFFF;
	overflow: auto;
	margin: 0;
	padding: 0;
}

.column1 {
	width: 430px;
	float: left;
	margin: 0;
	padding: 0;
}

.column2 {
	width: 370px;
	float: left;
	margin: 19px 0 0 0;
	padding: 0;
}

.hpArrowContainer {
	width: 370px;
	height: 70px;
	float: left;
	background: url('../images/hpSidebarArrow.png') no-repeat;
}

#footerSpacer {
	width: 800px;
	height: 41px;
	background: url('../images/footerSpacer.jpg') no-repeat;
}

#footerContent {
	width: 800px;
	height: 40px;
	background-color: #FFFFFF;
}

#footerLeft {
	width: 430px;
	float: left;
}

#footerRight {
	width: 370px;
	float: left;
}

#footerBottom {
	width: 800px;
	height: 14px;
}

/*------INTERIOR-----*/

.fullWidth {
	width: 800px;
	margin: 0;
	padding: 0;
}

.intCol1 {
	width: 390px;
	float: left;
}

.intCol2 {
	width: 410px;
	float: left;
}

.downloadLink {
	margin: 0px 0px 0px 48px;
}

/*-------TEXT--------*/

p {
	font-family: 'gandhi_serifregular', Georgia, serif;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.35em;
	font-weight: normal;
	color: #030000;
	margin: 0px 35px 20px 55px;
}

.intCol1 p {
	font-family: 'gandhi_serifregular', Georgia, serif;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.25em;
	font-weight: normal;
	color: #030000;
	margin: 0px 25px 20px 55px;
}

.intCol2 p {
	font-family: 'gandhi_serifregular', Georgia, serif;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.25em;
	font-weight: normal;
	color: #030000;
	margin: 0px 25px 20px 25px;
}

p.lessMargin {
	margin-bottom: 10px;
}

ol, ul {
	font-family: 'gandhi_serifregular', Georgia, serif;
	text-align: left;
	font-size: 0.9em;
	font-weight: normal;
	color: #030000;
	margin: 0 1em 1em 2.2em;
	padding: 5px 45px;
}

.intCol2 ol, .intCol2 ul {
	font-family: 'gandhi_serifregular', Georgia, serif;
	text-align: left;
	font-size: 0.9em;
	font-weight: normal;
	color: #030000;
	margin: 0 1em 1em 2.2em;
	padding: 5px 15px;
}

h1 {
	font-family: 'amblebold', Verdana, sans-serif;
	text-align: left;
	font-size: 1.45em;
	line-height: 1.35em;
	font-weight: normal;
	color: #7B8A93;
	margin: 40px 60px 20px 55px;
}

.fullWidth h1 {
	margin: 20px 60px 8px 55px;
}

.intCol1 h2 {
	font-family: 'gandhi_serifbold', Georgia, serif;
	letter-spacing: 0px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.25em;
	font-weight: normal;
	color: #030000;
	margin: 0px 25px 20px 55px;
}

.intCol2 h2 {
	font-family: 'gandhi_serifbold', Georgia, serif;
	letter-spacing: 0px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.25em;
	font-weight: normal;
	color: #030000;
	margin: 0px 35px 20px 25px;
}

.intCol1 h3 {
	font-family: 'ambleregular', Verdana, sans-serif;
	letter-spacing: 0px;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.10em;
	font-weight: normal;
	color: #7B8A93;
	margin: 20px 25px 5px 55px;
}

.intCol2 h3.firsth3 {
	margin: 0px 25px 5px 25px;
}

.intCol2 h3 {
	font-family: 'ambleregular', Verdana, sans-serif;
	letter-spacing: 0px;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.10em;
	font-weight: normal;
	color: #7B8A93;
	margin: 20px 25px 5px 25px;
}

h4 {
	font-family: 'ambleregular', Verdana, sans-serif;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.25em;
	font-weight: normal;
	color: #030000;
	margin: 7px 55px 2px 65px;
}

h5 {
	font-family: 'ambleregular', Verdana, sans-serif;
	text-align: left;
	font-size: 0.75em;
	line-height: 1.1em;
	font-weight: normal;
	color: #030000;
	margin: 0px 55px 5px 65px;
}

h6 {}

a {
	color: #7B8A93;
	text-decoration: none;
}

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

a.standalone {
	font-family: 'ambleregular', Verdana, sans-serif;
	color: #7B8A93;
	text-decoration: none;
	font-size: 1em;
}

a:hover.standalone {
	color: #030000;
	text-decoration: none;
}

ol {}

ul {}

li {}

p.footerLeft {
	font-family: 'ambleregular', Verdana, sans-serif;
	font-size: 0.8em;
	margin-top: 17px;
	margin-bottom: 0px;
}

p.footerRight {
	font-family: 'ambleregular', Verdana, sans-serif;
	font-size: 0.65em;
	margin: 19px 30px 0 50px;
	margin-bottom: 0px;
}

/*---------Navigation----------*/

#navBox {
	width: 332px;
	height: 36px;
	float: left;
	margin-top: 29px;
	margin-left: 56px;
}

#navBox ul {
	list-style: none;
	line-height: auto;
	padding: 0 0 0 0;
	border-width: 0 0;
	margin: 0;
	text-align: left;
	height: 36px;
}

#navBox ul a {
	display: block;
	/*width: 111px;*/
	/*width: 63px;*/
	/*w\idth: 6em;*/
	text-decoration: none;
	padding: 0;
	height: 36px;
}

#navBox li {
	float: left;
	padding: 0 0 0 50px;
	margin: 0;
	display: inline;
}

#navBox li.noPad {
	padding: 0 0 0 0;
}

#navBox li:hover {
	position: static;
}

#navBox li a.homeBtn {
	width: 60px;
	text-indent: -9999px;
	background: url(../images/navHome.png) 0 0 no-repeat;
}

#navBox li a:hover.homeBtn {
	width: 60px;
	text-indent: -9999px;
	background: url(../images/navHome.png) 0 -36px no-repeat;
}

#navBox li a.servBtn {
	width: 76px;
	text-indent: -9999px;
	background: url(../images/navServices.png) 0 0 no-repeat;
}

#navBox li a:hover.servBtn {
	width: 76px;
	text-indent: -9999px;
	background: url(../images/navServices.png) 0 -36px no-repeat;
}

#navBox li a.bioBtn {
	width: 95px;
	text-indent: -9999px;
	background: url(../images/navBiography.png) 0 0 no-repeat;
}

#navBox li a:hover.bioBtn {
	width: 95px;
	text-indent: -9999px;
	background: url(../images/navBiography.png) 0 -36px no-repeat;
}

#navBox li a.active {
	background-position: 0 -36px;
}