/* -------------------------------------------------------------
	Untitled
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.3
	Date:			19 July 2007
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Semantic Elements / Defaults
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Content
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Semantic Elements / Defaults
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: #000 url(../images/mainBg.jpg) no-repeat top center;
	font: normal 0.8em/1.6em Verdana, Helvetica, sans-serif;
	color: #999;
	text-align: center;
}

#interior{
background: #000 url(../images/interiorBg.jpg) no-repeat top center;
}

a img, :link img, :visited img {
	border: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:link, a:visited {
	color: #0d719b;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

ul{
margin-left: 40px;
}

ul li {
	padding-left: 0px;
	position: relative;
	list-style-type: square;
	background: url(images/icon_list.gif) no-repeat 0 8px;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.3em;
        color: #0b719b;
        text-transform: uppercase;
        font-weight: bold;
        width: 640px;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

.homeBlock{
line-height: 1.5;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#interior #index {
width: 980px;
}

.title, .title a {
display: block;
text-indent: -9000em;
overflow: hidden;
width: 575px;
height: 140px;
}

#interior .title, #interior .title a {
float: left;
width: 575px;
}



/*	Content / Main Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#buttons{
margin-top: 13px;
}

#interior #buttons{
float: left;
width: 255px;
margin-top: 32px;
}

a.music {
display: block;
width: 382px;
height: 126px;
background: url(../images/btnMusic.jpg) 0 0px no-repeat;
text-indent: -9000em;
}


a:hover.music {
background-position: 0px -126px;
}

#interior a.music {
display: block;
width: 255px;
height: 171px;
background: url(../images/interiorBtnMusic.jpg) 0 0px no-repeat;
text-indent: -9000em;
}


#interior a:hover.music {
background-position: 0px -171px;
}

a.video {
display: block;
width: 382px;
height: 112px;
background: url(../images/btnVideo.jpg) 0 0px no-repeat;
text-indent: -9000em;
}


a:hover.video {
background-position: 0px -112px;
}

#interior a.video {
display: block;
width: 255px;
height: 172px;
background: url(../images/interiorBtnVideo.jpg) 0 0px no-repeat;
text-indent: -9000em;
}


#interior a:hover.video {
background-position: 0px -172px;
}

a.photos {
display: block;
width: 382px;
height: 109px;
background: url(../images/btnPhotos.jpg) 0 0px no-repeat;
text-indent: -9000em;
}


a:hover.photos {
background-position: 0px -109px;
}

#interior a.photos {
display: block;
width: 255px;
height: 157px;
background: url(../images/interiorBtnPhotos.jpg) 0 0px no-repeat;
text-indent: -9000em;
}


#interior a:hover.photos {
background-position: 0px -157px;
}

#textBlock{
width: 362px;
margin-top: 30px;
padding-left: 20px;
float: left;
}

#awardButton{
display:block;
width: 410px;
height: 60px;
float:right;
cursor: pointer;
margin-top: 20px;
text-indent: -9999em;
background: url(/images/awardBanner.png) no-repeat;
}
#awardButton:hover{
background-position: 0 -60px;
}

#nav{
float: right;
width: 450px;
height: 45px;
margin-top: 18px;
margin-right: 35px;
}

#interior #nav{
float: right;
width: 381px;
height: 45px;
margin-top: 50px;
margin-right: 0px;
background: #fff;
}

a.bio {
display: block;
width: 81px;
height: 48px;
background: url(../images/navBio.jpg) 0 0px no-repeat;
text-indent: -9000em;
float: left;
}


a:hover.bio {
background-position: 0px -48px;
}

a.tour {
display: block;
width: 152px;
height: 48px;
background: url(../images/navTour.jpg) 0 0px no-repeat;
text-indent: -9000em;
float: left;
}


a:hover.tour {
background-position: 0px -48px;
}

a.contact {
display: block;
width: 115px;
height: 48px;
background: url(../images/navContact.jpg) 0 0px no-repeat;
text-indent: -9000em;
float: left;
}


a:hover.contact {
background-position: 0px -48px;
}

a.studio {
display: block;
width: 102px;
height: 48px;
background: url(../images/navStudio.jpg) 0 0px no-repeat;
text-indent: -9000em;
float: left;
}


a:hover.studio {
background-position: 0px -48px;
}

#interior a.bio {
display: block;
width: 58px;
height: 47px;
background: url(../images/interiorNavBio.jpg) 0 0px no-repeat;
text-indent: -9000em;
float: left;
}


#interior a:hover.bio {
background-position: 0px -47px;
}

#interior a.tour {
display: block;
width: 138px;
height: 47px;
background: url(../images/interiorNavTour.jpg) 0 0px no-repeat;
text-indent: -9000em;
float: left;
}


#interior a:hover.tour {
background-position: 0px -47px;
}

#interior a.contact {
display: block;
width: 98px;
height: 47px;
background: url(../images/interiorNavContact.jpg) 0 0px no-repeat;
text-indent: -9000em;
float: left;
}


#interior a:hover.contact {
background-position: 0px -47px;
}

#interior a.studio {
display: block;
width: 87px;
height: 47px;
background: url(../images/interiorNavStudio.jpg) 0 0px no-repeat;
text-indent: -9000em;
float: left;
}


#interior a:hover.studio {
background-position: 0px -47px;
}

/*	Content: General/Miscellaneous
- - - - - - - - - - - - - -  */
#contentContainer{
clear: both;
}

#content {
float: right;
width: 643px;
margin-right: 6px;
margin-top: 32px;
}

#content p{
width: 643px;
line-height: 2;
padding: 0 0 30px 0px;
}

#content strong {
	font-weight: bold;
}

#content em {
	font-style: italic;
}

#thumbBox{
width: 194px;
float: left;
margin: 0 15px 30px 10px;
}

#thumbBox img{
border: 5px solid #101010;
}

#thumbBox .noBorder{
border: 0px;
display:block;
margin: 10px auto 0 auto;
}

#musicPlayer, #musicPlayer2, #musicPlayer3{
margin: 0 0 20px 10px;
}

.after, .onDown, .other{
height: 40px;
width: 655px;
margin-bottom: 20px;
text-indent: -9999em;
cursor: pointer;
background: #1c1c1c url(/images/h3After.gif) no-repeat center top;
}

.onDown{
background: #1c1c1c url(/images/h3OnDown.gif) no-repeat center top;
}

.other{
background: #1c1c1c url(/images/h3Other.gif) no-repeat center top;
}

.after.selected, .after.onDown, .after.other{
background-color: #214063; 
background-position: center -40px;
}

.after.ui-accordion-header:hover, .onDown.ui-accordion-header:hover, .other.ui-accordion-header:hover{
background-color: #214063; 
background-position: center -40px;
}

/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	float: right;
	padding: 0 0 8px 8px;
}

.fLeft{
float:left;
}

.fRight{
float:right;
}

.pageTitle{
margin: 6px 0 25px 0;
}

.border{
border: 5px solid #161616;
}

/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 950px;
	height: 60px;
	margin: 0 auto;
	margin-top: 30px;
	clear: both;
	color: #333;
	text-align: left;
}

#footer a:link, #footer a:visited,
#footer a:hover, #footer a:active, #footer a:focus {
	color: #00364d;
}

#copyright {
	width: 450px;
	float: left;
	margin-left:19px;
}

#credit, #creditTwo {
	width: 450px;
	float: right;
	text-align: right;
}

#creditTwo{
font-size: .8em;
}

#interior #creditTwo{
display:none;
}




/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.required {
	color: #f00;
}





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}
.clear{clear: both;}
