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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	background: #2B4760;
	margin: 0;
}
h1 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #B8D0E5;
	letter-spacing: .2em;
	margin: 0 0 15px;
}
h2 {
	font-size: 14px;
	line-height: 16px;
	color: #B8D0E5;
	margin: 30px 0 5px;
}
p {
	margin: 0 0 20px;
}
a {
	outline: 0;
}
a:link, a:visited {
	color: #6997BF;
	text-decoration: none;
}
span a:link, span a:visited {
	color: #FFF;
}
a:hover, span a:hover {
	color: #B8D0E6;
	text-decoration: underline;
}
a:active, span a:active {
	color: #B38F47;
}
#bkgdcontainer {
	background: #334E66 url(../images/bkgd_grad.png) no-repeat center top;
    min-height: 656px;
    height: auto !important; /* IE6 does not understand !important */
    height: 656px; /* For IE6 - Content greater than height = auto */
	padding: 0 0 20px;
}
#container {
	background: url(../images/bkgd_image.jpg) no-repeat;
	width: 970px;
    min-height: 656px;
    height: auto !important; /* IE6 does not understand !important */
    height: 656px; /* For IE6 - Content greater than height = auto */
	margin: auto;
	position: relative;
}
#bdlogo {
	padding: 42px 0 0 0;
	margin: 0 0 32px 35px;
}
#photocontainer {
	background: #8DB6D9;
	width: 696px;
	height: 310px;
	padding: 3px;
	margin: 0 0 28px 35px;
}
#band {
	border: solid 3px #8DB6D9;
}
#navcontainer {
	background: url(../images/bkgd_nav.jpg);
	width: 126px;
	height: 316px;
	float: left;
	position: absolute;
	top: 110px;
	left: 767px;
}
#iris {
	position: absolute;
	bottom: 9px;
	left: 9px;
}
#textcontainer {
	width: 615px;
	margin: 0 0 0 35px;
	overflow: auto;
}
#textcontainer a:link, #textcontainer a:visited {
	color: #B8D0E5;
	text-decoration: none;
}
#textcontainer a:hover {
	color: #B8D0E6;
	text-decoration: underline;
}
#textcontainer a:active {
	color: #B38F47;
}




/* Navigation Styles */
#navlist {
	overflow: visible;
}
#navlist ul {
	list-style: none;
	padding: 0;
	margin: 8px 0 0;
	left: -9px;
	position: relative;
}
#navlist li {
	padding: 0px;
	margin: 0px 0px 4px;
}
#navlist a:link, #navlist a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #406280;
	text-decoration: none;
	letter-spacing: .2em;
	padding: 3px 0 3px 27px;
}
#navlist a:hover {
	color: #806A40;
	padding: 3px 0 3px 25px;
}
#navlist a:active {
	color: #B38F47;
}
#navlist a:link#current, #navlist a:visited#current {
	color: #17344C;
}
#navlist a:hover#current {
	color: #806A40;
	padding: 3px 0 3px 25px;
}
#navlist a:active#current {
	color: #B38F47;
}
.butbio a:link#current, .butbio a:visited#current {
	background: url(../images/bullet.gif) no-repeat left 0px;
}
.butcalendar a:link#current, .butcalendar a:visited#current {
	background: url(../images/bullet.gif) no-repeat left -24px;
}
.butaudio a:link#current, .butaudio a:visited#current {
	background: url(../images/bullet.gif) no-repeat left -48px;
}
.butvideo a:link#current, .butvideo a:visited#current {
	background: url(../images/bullet.gif) no-repeat left -72px;
}
.butreviews a:link#current, .butreviews a:visited#current {
	background: url(../images/bullet.gif) no-repeat left -96px;
}
.butphotos a:link#current, .butphotos a:visited#current {
	background: url(../images/bullet.gif) no-repeat left -120px;
}
.butlinks a:link#current, .butlinks a:visited#current {
	background: url(../images/bullet.gif) no-repeat left -144px;
}
.butcontact a:link#current, .butcontact a:visited#current {
	background: url(../images/bullet.gif) no-repeat left -168px;
}




.imgleft {
	float: left;
	margin: 5px 25px 15px 0;
}
/*#audio1, #audio2, #audio3, #audio4 {
	height: 45px;
	padding: 0 0 30px;
}*/
.audio {
	height: 91px;
}
#youtube {
	height: 344px;
	margin: 0 0 30px;
}
.jserror {
	font-weight: bold;
	color: #FB3;
}
.linebreaker {
	float: right;
}
.thumbnail {
	margin: 0 24px 4px 0;
	border: solid 1px #8DB6D9;
}
.reviewer {
	font-style: italic;
	color: #B8D0E5;
	margin: -15px 0 35px;
}
.links {
	line-height: 18px;
	width: 30%;
	float: left;
	margin: 0 0 20px;
}




#formcontainer {
	width: 300px;
	padding: 0 0 20px;
	overflow: hidden;
}
form, input, textarea {
	padding: 0;
	margin: 0;
}
.formrow {
	clear: both;
	margin: 8px 0 0;
	overflow: hidden;
}
.formlabel {
	width: 50px;
	float: left;
}
.forminput {
	float: right;
	width: 250px;
}
.input90 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #17344D;
	background: url(../images/forminputgrad.gif) repeat-x;
	width: 90%;
	padding: 1px 3px;
	border: 1px solid #334E66;
}
.submitbutton, .submitbuttonmd, .submitbuttonmo {
	background: url(../images/but_submit.png);
	width: 65px;
	height: 20px;
	margin: 2px 0 0 1px;
	border: none;
	cursor: pointer;
}
.submitbuttonmo {
	background: url(../images/but_submit.png) 0px -20px;
}
.warning {
	color: #FC0;
}
.thankyou {
	color: #9C6;
}




#footercontainer {
	background: url(/blurdivision/images/footershad.gif) repeat-x;
	height: 142px;
	clear: left;
}
#footer {
	font-size: 11px;
	width: 900px;
	padding: 19px 0 0;
	margin: auto;
}
#footer a {
	margin: 0 25px 0 0;
}
.footerdivider {
	color: #6997BF;
	margin: 0 5px;
}
#footer img {
	border: none;
}