/*==== TAG / FONT STYLES ====*/

body {
	background-color:#252525;
	margin:0px;
	padding:0px;
	font-family:Helvetica, Arial, Sans-Serif;
        font-size: 14px;
        color: #444;
        line-height: 20px;
}

h1,h2,h3,h4,h5,h6 {
	font-family:Georgia, Times, Serif;
        color: #b60000;
}

h1 {
	font-weight:normal;
}

h2 {
	font-weight:normal;
}


a:link,
a:active,
a:visited,
a:hover {
	color:#a50000;
        text-decoration: none;
}

a:hover {
	color:#fff;
        background-color: #b60000;
}


/*==== LAYOUT ====*/


#header {
	background: url(../assets/images/tpl_header_bkg.jpg) repeat-x scroll top left;
	height: 160px;
}

#logo_bar {
	height:126px;
}

#logo {
	background: url('../assets/template_assets/images/tpl_header_logo.png') no-repeat scroll top left;
	width: 198px;
	height: 76px;
	position:absolute;
	top:27px;
	left:0px;
}

#header_button {
	background: url('../assets/template_assets/images/btn_header_donate.png') no-repeat scroll top left;
	width: 211px;
	height: 64px;
	position:absolute;
	top:35px;
	right:25px;
}

ul.menu {
	margin:0px;
	padding:0px;
}

ul.menu li {
	display:inline;
}

#menu {
	margin:0px;
	text-align:center;
	padding: 7px 0 0 0;
}

#menu li {
	margin:0px 14px;
}

#menu a:link,
#menu a:active,
#menu a:visited,
#menu a:hover {
	font-size:14px;
    font-family: Georgia, Times, Serif;
	color: #fff;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:underline;
    color: #fff;
}

#hp_content {
	background: url('../assets/template_assets/images/hp_content_top_bkg_repeat.jpg') repeat-x scroll top left;
	height: 383px;
	color:#EBEBEB;
}

#hp_content .content_container {
	overflow:hidden;
	background: url('../assets/template_assets/images/hp_content_top_bkg.jpg') no-repeat scroll top center;
	height: 383px;
}

#hp_flash {
	background-color:black;
	width: 563px;
	height: 329px;
	position:absolute;
	top:25px;
	left:295px;
}

#slideshow {
    position:relative;
    height: 563px;
    width: 329px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#hp_text {
	position:absolute;
	width:220px;
	height:218px;
	top:20px;
	left:40px;
	overflow:hidden;
	line-height:20px;
        font-family: Georgia, Times, Serif;
        font-size: 14px;
}

#page_content {
	background-color:white;
}

body.secondary #page_content {
	padding-top:10px;
}

.content_container {
	width:890px;
	margin:0px auto;
	padding-bottom: 10px;
	position:relative;
}

#readmore_button {
	background: url('../assets/template_assets/images/btn_hp_readmore.png') no-repeat scroll top left;
	width: 221px;
	height: 74px;
	position:absolute;
	top:250px;
	left:40px;
}

#footer {
	color: #fff;
	font-family:Helvetica, Arial, Sans-Serif;
	font-size:11px;
	padding-bottom:40px;
}

#footer ul.menu {
	padding-top:20px;
}

#footer ul.menu li {
	margin-right:10px;
}

#footer a:link,
#footer a:active,
#footer a:visited,
#footer a:hover {
	font-weight:bold;
	color:white;
	text-decoration:none;
}

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

p.footer {
        margin: 0px;
        line-height: 16px;
}

#link_myspace {
	position:absolute;
	top:20px;
	right:0px;
	background: url('../assets/template_assets/images/tpl_footer_link_myspace.png') no-repeat scroll top left;
	width: 84px;
	height: 21px;
}

#link_facebook {
	position:absolute;
	top:20px;
	right:104px;
	background: url('../assets/template_assets/images/tpl_footer_link_facebook.png') no-repeat scroll top left;
	width: 93px;
	height: 21px;
}

.home_button {
	float:left;
	margin:0px 7px 10px 0px;
	display:block;
}

.home_button.last {
	margin-right:0px;
}

.home_button img {
	border:0px;
}

.floatclear {
	display:block;
	height:0px;
	overflow:hidden;
	clear:both;
}

td {
        padding: 7px;
}

input {
        font-weight: bold;
        font-family: Helvetica, Arial, Sans-Serif;
        padding: 4px;
        font-size: 14px;
        color: #222;
}