/*  BUAV HOLDING PAGE STYLE SHEET */

body { margin: 0; padding: 0; font-family: Arial, sans-serif; font-size: 62.25% }
h1, h2, h3, h4 , h5, h6, p { margin: 0; padding: 0; }

img {
	border: none;
}

body {
	background: url(../../images/background.jpg);
}

#container {
	position: relative;
	width: 921px;
	margin: 50px auto;
	padding: 0;
}

#header {
	position: absolute;
	left: 0;
	top: 5px;
}

#header h1 {
	width: 238px;
	height: 70px;
	text-indent: -5000px;
	background: url(../../images/buavLogo.png) no-repeat;
}

#donate {
	position: absolute;
	width: 271px;
	height: 51px;
	top: 10px;
	left: 650px;
	overflow: hidden;
	background: url(../../images/donate-button.png) no-repeat;
}

#donate a {
	background: transparent;
	padding: 70px 180px 0 0;
	line-height: 140px;
}

/* Content
----------------------------------------------------------------------------------*/

#content {
	position: absolute;
	top: 90px;
	width: 921px;
	height: 586px;
	background: url(../images/content-background.gif) no-repeat;
}

#content h1 {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 528px;
	height: 94px;
	text-indent: -5000px;
	background: transparent url(../images/chainOfSufferingLogo.png) no-repeat;
}

#details {
	position: absolute;
	top: 150px;
	left: 15px;
	width: 508px;
	padding: 10px;
	background: white;
	font-size: 1.4em;
}

#details dl, #details dt, #details dd {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

#details dt {
	float: left;
	color: #A61419;
	margin-right: 5px;
}

#navigation {
	position: absolute;
	top: 332px;
	left: 555px;
	width: 355px;
}

#navigation h2 {
	margin: 0 0 5px 0;
	padding: 4px 8px;
	background: #A61419 url(../images/red_chevrons.gif) no-repeat right;
	color: white;
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
	line-height: 1em;	
}

#navigation  .innerContent {
	background: #EFEFEF;
	color: #6D6D6D;
	margin: 0;
	padding: 0;
	height: 157px;
	font-size: 1.2em;
	font-weight: bold;
}

#navigation ul, #navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul {
	padding: 10px 0 0 0;
}

#navigation li {
	background: url(../images/list-chevrons-red.gif) no-repeat left top;
	margin-left: 8px;
	padding: 0 5px 3px 16px;
}

#navigation  .innerContent a {
	text-decoration: none;
}

.notSelected a {
	color: #6D6D6D;
}

.selected a {
	color: #A61419;
}

#help {
	position: absolute;
	top: 540px;
	left: 555px;
	width: 355px;
	height: 40px;
	background: white;
	font-size: 1.2em;
}

#help p {
	padding: 13px 0 0 5px;
}

#help a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(../images/help-FFFFFF-small-ChainOfSuffering.gif) no-repeat;
	padding: 8px 35px;
}

#help a:hover {
	text-decoration: underline;
}

#buavtv {
	position: absolute;
	background: white;
	top: 160px;
	left: 75px;
	width: 380px;
	height: 340px;
	padding: 10px;
	font-size: 1.1em;
	line-height: 1.4em;
	overflow: auto;
}

#mainContent {
	position: absolute;
	background: white;
	top: 222px;
	left: 15px;
	width: 508px;
	height: 290px;
	padding: 10px;
	font-size: 1.1em;
	line-height: 1.4em;
	overflow: auto;
}

#mainContent h2 {
	color: #A61419;
	font-size: 16px;
	margin-bottom: 5px;
}

#mainContent h3 {
	font-size: 14px;
}

#mainContent .innerContent p {
	padding: 5px 0;
}

#display {
	position: absolute;
	top: 5px;
	left: 555px;
}

.bckBtn {
	position: absolute;
	overflow: hidden;
	top: 540px;
	left: 30px;
	width: 90px;
	height: 31px;
	background: transparent url(../images/backBtn.png) no-repeat;
}

.bckBtn a {
	line-height: 90px;
	padding: 80px 70px 0 0;
}

#pressRelease {
	margin-left: 200px;
}

#pressRelease h3 {
	background: transparent url(../images/press.gif) no-repeat;
	height: 31px;
	padding: 7px 0 0 36px;
	font-size: 1.4em;
}

#pressRelease a {
	color: #A61419;
}

/* Image Gallery
----------------------------------------------------------------------------------*/

#slideShow {
	width: 355px;	
	height: 212px; }

#slideShowNav {	
	height: 22px;
	width: 355px;
	text-align: center;
	overflow: hidden; }

#slideShowNav a { 
	margin: 0 1px;
	padding: 4px 3px 4px 3px;
	text-decoration: none; }
	
#slideShowNav a:hover {
	background: none;
}

#slideShowNav #prevSlide, #slideShowNav #nextSlide {
	float: left;
	text-transform: capitalize;
	margin: 0 5px;
}

#slideShowPagingation {
	padding-top: 4px;
	float: left;
}

#slideShowPagingation a {
	border-top: 1px solid;
}

#slideShowCaption {	
	width: 335px;
	height: 73px;
	padding: 5px 10px 10px 10px;
	color: white;
	font-size: 1.1em }
	
#slideShowNav, #slideShowCaption {
	background: #231F20; }
	
#slideShowNav a {
	color: #757470; }
	
#slideShowNav a:hover {
	color: #fff;
}
	
#slideShowPagingation a {
	border-color: #757471;
	background: #757471;
	color: #fff; }

#slideShowPagingation a:hover, #slideShowNav a.activeSlide {
	color: #a51e22; }
