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

html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	height:100%;
	background:#a2968a;
}

img {
	border:0;
}

#wrap_all {
	width:100%;
	background:#FFFFFF;
}

#top_bar {
	background:#a2968a;
	width:100%;
	height:20px;
}
#top_bar_wrap, #header, #navigation, #main_content, #title_bar {
	margin:auto;
	position:relative;
	width:945px;
}

#top_bar_left {
	position:relative;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

#top_bar_right {
	position:relative;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

#header {
	height:170px;
}

#logo {
	position:relative;
	float:left;
	margin-top:20px;
	width:225px;
}

#salamander {
	position:absolute;
	top:45px;
	right:0px;
	width:199px;
	height:123px;
	z-index:900;
	background:url(../images/salamander_body.jpg) no-repeat;
}
#salamander_tail {
	position:absolute;
	top:168px;
	right:0px;
	width:75px;
	height:67px;
	z-index:901;
	background:url(../images/salamander_tail.png) no-repeat;
}

#wrap_content {
	width:100%;
	height:100%;
	overflow:hidden;
	background:#a2968a url(../images/bg.gif) repeat-x 0px 290px;
	position:relative;
}

#feature_area {
	position:relative;
	margin:16px 0px 0px 16px;
	width:915px;
	height:270px;
	border-bottom:#bebdb5 solid 1px;
}

#flash_area {
	position:relative;
	float:left;
	width:603px;
	height:245px;
	padding:5px;
	margin-right:17px;
	border:#bebdb5 solid 1px;
	background:#efefef;
}

#copy_feature {
	position:relative;
	float:left;
	width:283px;
	height:250px;
}

#copy_feature h2 { 
	margin:10px 0px 10px 0px;
}
#copy_feature h4 { 
	margin:10px 0px 10px 0px;
	line-height:normal;
}


#title_bar {
	background:#f6f4ec;
	overflow:hidden;
}

#title_bar h1 {
	display:block;
	float:left;
	position:relative;
	width:600px;
	height:64px;
	margin:16px 0px 0px 16px;
	padding:0px 0px 0px 20px;
	font-size:18px;
	font-weight:normal;
	text-transform: uppercase;
	line-height:64px;
	background:url(../images/bg_page_title.gif) repeat-x;
	overflow:hidden;	
}

#title_bar .donate_button {
	display:block;
	float:left;
	position:relative;
	width:305px;
	height:80px;
	margin:8px 0px 0px 0px;
	background:url(../images/bt_donate.gif) no-repeat;
	text-indent:-3000px
}

#title_bar .donate_button:hover {
	background:url(../images/bt_donate.gif) 0px -80px no-repeat;
}

#main_content {
	background:#f6f4ec;
	overflow:hidden;
	position:relative;
	height:100%;
	margin-bottom:50px;
}

#left_column {
	position:relative;
	width:564px;
	margin-top:10px;
	padding:20px 40px 20px 40px;
	float:left;
	background:url(../images/bg_left_col.gif) top right no-repeat;
	overflow:hidden;
}

#left_column ul, #left_column li {
	margin-left:10px;
	padding-left:0px;
	text-indent:0px
}


#news_column {
	position:relative;
	width:289px;
	margin-top:10px;
	padding:20px 30px 20px 0px;
	float:left;
	background:url(../images/bg_left_col.gif) top right no-repeat;
	overflow:hidden;
}

.news_index_item {
	width:290px;
	margin:0px 0px 20px 0px;
	font-size:12px;
}

.news_index_item h3 {
	font-size:14px;
	line-height:16px;

}

.news_index_item a {
	text-decoration:none;
}

.news_index_item h3, .news_index_item p{
	display:block;
}

.news_date {
	position:relative;
	background:url(../images/bg_news_date.gif);
	width:34px;
	height:32px;
	text-align:center;
	float:left;
	margin:0px 10px 0px 0px;
	padding-top:11px;
	font-size:10px;
	text-transform:uppercase;
	color:#999894;
	clear:both;
}

.news_date strong {
	font-size:20px;
	line-height:10px
}

.news_content {
	position:relative;
	display:block;
	float:left;
	width:230px;
	margin-bottom:10px;
}


#right_column {
	position:relative;
	width:249px;
	float:left;
	background:#f7f4ed url(../images/bg_right_col.gif) top repeat-x;
	padding:20px;
	margin-top:10px;
	margin-bottom:100px;
	overflow:hidden;
}

#right_column h3 {
	font-size:18px;
	color:#333333;
	margin-top:5px;
}

#right_column h4 {
	font-size:18px;
	color:#e7761d;
	line-height:20px;
}

#right_column p {
	font-size:14px;
	line-height:normal;
}

#image_placeholder {
	text-align:right;
	position:absolute;
	bottom:157px;
	right:20px;
}

#image_placeholder p, #image_placeholder div {
	margin:0px;

}

#highlights {
	width:100%;
	background:#f8f9f4 url(../images/bg_highlights.gif) repeat-x;
	border-top:#bebdb5 solid 1px;
	overflow:hidden;
}

.highlight_box {
	position:relative;
	float:left;
	width:250px;
	height:100px;
	margin:20px 10px 0px 10px;
	padding:15px 20px 20px 15px;
	background:#f8f9f4 url(../images/bg_highlights.gif) repeat-x;
	border:#bebdb5 solid 1px;
	border-bottom:none;
	color:605f5d;
}




