/*////////////////////////

MAIN FORMATTING STYLES

/////////////////////////*/

* {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body {
	background: #d9d9d9;
}

#page {
	display: block;
	float: left;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
}

#content {
	display: block;
	float: left;
	width: 1000px;
	padding-bottom: 20px;
	background: url(../images/background_strip.png) repeat-y;
}
	
#right_column {	
	padding-right: 50px;
	float: right;
	width: 625px;
}

#left_column {
	padding-left: 50px;
	float: left;
	width: 275px;
}

#footer {
	clear: both;
	width: 1000px;
	height: 60px;
	background: url(../images/footer.png);
}



/*////////////////////////

 NAV HEADER FOR HOME PAGE

/////////////////////////*/

#nav_header_home {
	height: 135px;
	width: 625px;
	background: #ffffff;
	margin-bottom: 3px;
	background: url(../images/index_bg.jpg);
}

#nav_header_home h1 {
	font-family: "trebuchet MS", Helvetica, Verdana, Arial;
	font-weight: normal;
	font-size: 20pt;
	text-align: right;
	padding-right: 5px;
	color: #548ac8;
}

#nav_bar_home {
	width: 625px;
	height: 22px;
	background: #548ac8;
}

#nav_bar_home a {
	padding-top: 2px;
	height: 20px;
	width: 104px;
	float: left;
	text-align: center;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: .5px;
	border-left: solid 2px #fff;
	color: #ffffff;
	text-decoration: none;
}

#nav_bar_home a:hover {
	background: #9db4de;
}





/*////////////////////////

 NAV HEADER FOR OTHER PAGES

/////////////////////////*/

#nav_header {
	height: 135px;
	width: 625px;
	margin-bottom: 3px;
}

#nav_header p {
	display: block;
	padding-top: 35px;
}

#nav_header h1 {
	float: left;
	font-family: "trebuchet MS", Helvetica, Verdana, Arial;
	font-weight: normal;
	font-size: 24px;
	text-align: left;
	color: #548ac8;
}

#nav_header a {
	display: block;
	float: left;
	margin-top: 5px;
	margin-left: 6px;
	padding-top: 2px;
	height: 18px;
	width: 50px;
	float: left;
	text-align: center;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: .5px;
	border-left: solid 2px #548ac8;
	color: #548ac8;
	text-decoration: none;
}

#nav_header a:hover {
	background: #e5eaf4;
}

#nav_header img {
	margin-left: 40px;
	margin-top: -12px;
}

#nav_bar {
	width: 625px;
	height: 22px;
	background: #fff;
	border-bottom: solid 1px #548ac8;
}

#nav_bar a {
	padding-top: 2px;
	height: 20px;
	width: 104px;
	float: left;
	text-align: center;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: .5px;
	border-left: solid 2px #548ac8;
	color: #548ac8;
	text-decoration: none;
}

#below_nav_bar {
	width: 625px;
	margin-top:13px;
	height:28px;
	background: #fff;
	text-align: center;
	
}

#below_nav_bar p{
	color:#da453c;
	letter-spacing:2.5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
}

.current {
	color: #fff;
	background: #548ac8;
}

#nav_bar a:hover {
	background: #e5eaf4;
}

#main_photo_home {
	margin-top: 3px;
}

#main_photo {
	margin-top: 3px;
	background: url(../images/gray_rule.jpg) left bottom no-repeat;
	padding-bottom: 62px;
}

#main_photo_voices {
	margin-top: 3px;
}

#main_photo a.pdf_icon {
	width: 46px;
	height: 47px;
	float: right;
	padding-right: 25px;
	padding-top: 10px;
}

#logo {
	width: 195px;
	margin-left: 40px;
}



/*////////////////////////

SUB-NAVIGATION

/////////////////////////*/

#sub_nav {
	margin-top: 3px;
	width: 625px;
	height: 86px;
	background: url(../images/gray_rule.jpg) left bottom no-repeat;
}

#sub_nav p {
	padding-top: 5px;
	padding-right: 20px;
	font-family: "trebuchet MS", helvetic, arial, san-serif;
	font-size: 12px;
	text-align: right;
	color: #999;
}

#sub_nav em {
	display: block;
	float: right;
	padding-top: 5px;
	padding-right: 20px;
	font-family: "trebuchet MS", helvetic, arial, san-serif;
	font-size: 14px;
	font-style: normal;
	text-align: right;
	color: #548ac8;
}

#sub_nav h2 {
	margin-right: 10px;
	float: left;
	font-family: "trebuchet MS", helvetica, arial, san-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999;
	padding-top: 2px;
}

#sub_nav .links a {
	margin-top: 3px;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	height: 18px;
	float: left;
	text-align: center;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: .5px;
	border-left: solid 2px #fc3e32;
	color: #fc3e32;
	text-decoration: none;
}

#sub_nav a:hover {
	text-decoration: underline;
}

#sub_nav .pdf_icon a {
	width: 46px;
	height: 47px;
	clear: both;
	float: right;
	padding-top: 10px;
	padding-right: 5px;
}

#pagination {
	float:left;
	width:375px;
	font-family: "trebuchet MS", helvetica, arial, san-serif;
	font-size: 13px;
	color: #666;
	letter-spacing:3px;
	padding-top:7px;
}

#download_pdf {
	float:left;
	width:250px;
}


#pagination a {
	font-family: "trebuchet MS", helvetica, arial, san-serif;
	font-size: 13px;
	color: #666;
	text-decoration:none;
}

#pagination a:hover {
	text-decoration:none;
}

#pagination a.current {
	font-family: "trebuchet MS", helvetica, arial, san-serif;
	color: #fc3e32;
	background-color:#fff;
}




/*////////////////////////

LISTS NAVIGATION

/////////////////////////*/

#lists_nav {
	position: absolute;
	top: 200px;
	width: 200px;
	padding-top: 20px;
	margin-left: 30px;
	padding-right: 10px;
	background: url(../images/dot_grad2.png) right top no-repeat;
}

#lists_nav a {
	width: 200px;
	height: 25px;
	padding-top: 8px;
	padding-left: 10px;
	display: block;
	font-family: "trebuchet MS", helvetica, arial, san-serif;
	font-size: 13px;
	color: #666;
	text-decoration: none;
	background: url(../images/blocks_gray.png) right center no-repeat;
}

#lists_nav a:hover {
	background-color: #f2f2f2;
}

#lists_nav a.current {
	font-family: "trebuchet MS", helvetica, arial, san-serif;
	color: #fc3e32;
	background: url(../images/blocks_color_blue.jpg) right center no-repeat;
}
	
	

/*////////////////////////

BODY COPY

/////////////////////////*/

.body_copy {
	float: left;
	width: 550px;
	margin-top: -40px;
}

.body_copy p {
	font-family: times new roman, times;
	font-size: 14px;
	text-align: justify;
	color: #555;
	line-height: 20px;
	margin-top:20px;
}

.body_copy p em {
	margin-top: -8px;
	max-height: 100%;
	font-family: times new roman, times;
	font-style: normal;
	font-size: 40px;
	line-height: 38px;
	color: #fc3e32;
}

.body_copy h1 {
	font-family: times new roman, times;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #fc3e32;
}

.body_copy img {
	margin-top: 20px;
}

.body_copy img.float_right {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.body_copy h2 {
	font-family: "trebuchet MS", arial, helvetica, san-serif;
	font-size: 20px;
	color: #888;
}

.body_copy ul {
	list-style-image: url(../images/bullet.jpg);
	margin-left: 50px;
	font-family: times new roman, times;
	font-size: 14px;
	text-align: justify;
	color: #555;
}




/*////////////////////////

QUOTE IN RIGHT COLUMN

/////////////////////////*/

.quote_right {
	display: block;
	width: 525px;
	padding-left: 75px;
}

.quote_right p {
	float: left;
	width: 300px;
	text-align: justify;
	font-family: times new roman;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	color: #272727;
	padding-top: 32px;
}

.quote_right p.no_photo {
	width: 400px;
	padding-top: 32px;
	color: #272727;
}

.quote_right em {
	display: block;
	font-size: 13px;
	font-style: normal;
	text-align: right;
	color: #666;
}

.quote_right img {
	padding-right: 60px;
	float: right;
}





/*////////////////////////

QUOTE CAPTION

/////////////////////////*/

.quote {
	width: 200px;
	margin-top: 100px;
	padding-top: 15px;
	margin-left: 40px;
	background: url(../images/dot_grad2.png) no-repeat left top;
}

.quote2 {
	width: 200px;
	margin-top: 40px;
	padding-top: 15px;
	margin-left: 40px;
	background: url(../images/dot_grad2.png) no-repeat left top;
}

.quote p {
	width: 200px;
	text-align: justify;
	font-family: times new roman;
	font-size: 14px;
	font-style: italic;
	letter-spacing: -.3px;
	color: #666;
}

.quote h3 {
	width: 200px;
	text-align: justify;
	font-family: "trebuchet MS", arial, helvetica, san-serif;
	font-size: 13px;
	line-height:20px;
	color: #666;
	font-weight:normal;
}

.quote2 h4 {
	width: 200px;
	text-align: justify;
	font-family: "trebuchet MS", arial, helvetica, san-serif;
	font-size: 12px;
	line-height:20px;
	color: #666;
	font-weight:normal;
}

.quote em {
	display: block;
	font-style: normal;
	text-align: right;
}




/*////////////////////////

MAIN CAPTION

/////////////////////////*/

.main_caption {
	position: absolute;
	top: 300px;
	width: 199px;
	padding-top: 20px;
	margin-left: 40px;
	background: url(../images/dot_grad2.png) no-repeat center top;
}

.main_caption p {
	width: 199px;
	text-align: justify;
	font-family: arial, helvetica;
	font-size: 11.5px;
	line-height: 21px;
	color: #666;
}

.main_caption h1 {
	font-family: "trebuchet MS", helvetica, arial, san-serif;
	font-weight: bold;
	font-size: 18px;
	color: #fc3e32;
}

.main_caption em {
	display: block;
	padding-top: 5px;
	text-align: justify;
	font-family: times new roman, times, serif;
	font-size: 14px;
	font-style: normal;
	color: #666;
}

.main_caption img {
	margin-top: 20px;
	margin-left: 5px;
}

.main_caption .text {
	margin-top: 0px;
	margin-left: 0px;
}




/*////////////////////////

VOICE PLAYER

/////////////////////////*/

.voice_player {
	position: absolute;	
	top: 750px;
	width: 200px;
	margin-left: 30px;
	padding-left: 5px;
	padding-top: 20px;
	background: url(../images/dot_grad4.jpg) center top no-repeat;
}

.voice_player embed {
	margin-top: 3px;
}

.voice_player p {
	margin-top: 10px;
	margin-left:24px;
	width: 176px;
	font-family: times new roman;
	font-size: 13px;
	text-align: justify;
	line-height: 20px;
	color: #272727;
	margin-bottom: 15px;
}

.voice_player img {
	margin-left:18px;
}

.voice_of {
	width:185px;
	margin-top: 3px;
	margin-left:20px;
	text-align:right;
	font-family: times new roman;
	font-size: 12px;
	line-height: 20px;
	color: #666;

}

#audioplayer_1 {
	margin-left:25px;
	margin-top:25px;
	margin-bottom:25px;
}

.voice_player em {
	display: block;
	font-style: normal;
	text-align: right;
	font-size: 12px;
}


/*////////////////////////

DONATION LIST

/////////////////////////*/	

.donate_list {
	position: absolute;
	top: 180px;
	width: 235px;
	margin-left: 20px;
	margin-top: 20px;
}

.donate_list div {
	background: url(../images/ways/ways_arrow2.jpg) right top no-repeat;
}

.donate_list h3 {
	font-family: "trebuchet MS", arial, helvetica, san-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fc3e32;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}

.donate_list a {
	float: left;
	font-family: "trebuchet MS", arial, helvetica, san-serif;
	font-size: 13px;
	color: #fc3e32;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	height: 18px;
	border-left: solid 1px #fc3e32;
	text-decoration: none;
}

.donate_list a:hover {
	background: #fc3e32;
	color: #fff;
}

.donate_list p {
	clear: both;
	text-align: left;
	font-family: arial, helvetica, san-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666;
	padding-bottom: 25px;
}

.donate_list img {
	margin-top: 20px;
	margin-left: 20px;
}

.sigs {
	width:260px;
	float:left;
	font-family: times new roman, times;
	font-size: 14px;
	color: #555;
	line-height: 20px;
}