/* Home Page Style Sheet*/

body {
color:#fff;
font:70%/150% Verdana, Arial, Helvetica, sans-serif;
background:#000;
text-align:center;
}
p,h1,h2,h3,h4,h5,h6,form,body,html,ul,li{
padding:0;
margin:0;
}
a {
color:#000;
}
#container{
background:#fff;
width:760px;
margin:24px auto;
text-align:left;
}
#header{
background:url(../images/contact/header.jpg) no-repeat;
height:295px;
}
#header h1{
font-size:50%;
text-indent:-10000px;
}
#content-container{
background:#ff3333 url(../images/contact/contentCorner.gif) no-repeat top right;
margin:0 12px;
float:left;
}
/*NAV*/
#nav{
width:228px;
float:left;
display:inline;
padding: 18px 0;
}
#nav li{
display:block;
list-style:none;
text-indent: -10000px;
}
#nav a{
display:block;
text-decoration:none;
width:184px;
height:42px;
overflow: hidden;
border-bottom: 1px solid #993333;
margin-left: 22px;
}
#home-nav a{
background:url(../images/contact/home.gif) no-repeat;
}
#home-nav a:hover{
background:url(../images/contact/homeh.gif) no-repeat;
}
#about-nav a{
background:url(../images/contact/about.gif) no-repeat;
}
#about-nav a:hover{
background:url(../images/contact/abouth.gif) no-repeat;
}
#blog-nav a{
background:url(../images/contact/blog.gif) no-repeat;
}
#blog-nav a:hover{
background:url(../images/contact/blogh.gif) no-repeat;
}
#media-nav a{
background:url(../images/contact/media.gif) no-repeat;
}
#media-nav a:hover{
background:url(../images/contact/mediah.gif) no-repeat;
}
#contact-nav a{
background:url(../images/contact/contact.gif) no-repeat;
}
#contact-nav a:hover{
background:url(../images/contact/contacth.gif) no-repeat;
}
body#contact #contact-nav a{
background:url(../images/contact/contacth.gif) no-repeat;
}
#donate-nav a{
background:url(../images/contact/donate.gif) no-repeat;
border:none;
}
#donate-nav a:hover{
background:url(../images/contact/donateh.gif) no-repeat;
border:none;
}
/*CONTENT*/
#content{
width:484px;
float:right;
display:inline;
padding:0 24px 24px 0;
}
#content h1{
font-size:130%;
margin:24px 0 6px 0;
height:20px;
color: #000;
font-variant: small-caps;
}
#content h2{
font-size:120%;
margin:18px 0 6px 0;
height:20px;
color: #999;
}
#content h3{
color:#993333;
font-size: 100%;
}
#content p{
margin-bottom:12px;
}
/*FOOTER*/
#footer{
color:#ff3333;
background:url(../images/contact/footerBk.gif) no-repeat;
height:51px;
clear:both;
}
#footer p{
float:left;
margin-left: 24px;
line-height: 320%;
}
#footer ul{
height:44px;
float: right;
width: 450px;
}
#footer li{
display:inline;
list-style:none;
}
#footer a{
color:#ff3333;
display:block;
float:left;
text-decoration:none;
height:39px;
line-height: 320%;
padding: 0 14px;
}
#footer a:hover{
color:#fff;
background:#660000;
}