@import url(reset.css);

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}
#wrap {
	background: url(../images/bkgrnd.gif) repeat-y left top;
	width: 960px;
	margin: 0 auto;
	border: solid 1px;
	}
#masthead {
	background: url(../images/header.jpg) no-repeat left top;
	height: 270px;
	}
#nav {
	padding-top: 220px;
	width: 180px;
	float: left;
	}
#content {
	width: 550px;
	float: left;
	padding: 10px 20px 0 10px;
	margin-top: -40px;
	}
.article {
	margin: 0 0 30px 0;
	}
#supplemental {
	float: left;
	width: 200px;
	font-size: 11px;
	margin-top: -25px;
	}
#home #supplemental {
	margin-top: -50px;
	}
.home {
	margin-top: -50px !important;
	}
#support {
	margin: 10px 0;
	padding: 10px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	}
#news, #featured, #sec-nav, #sisters {
	padding: 10px 0 10px 10px;
	}
#news, #featured, #sec-nav, #about {
		border-bottom: solid 1px;
		}
#about {
	padding: 10px 0 20px 10px;
	font-size: 12px;
	font-style: italic;
	font-family: "Lucida Sans",geneva,verdana,sans-serif;
	}
#footer {
	background: url(../images/footer.jpg) repeat-x left top;
	margin: 50px -18px 0 -17px;
	padding: 20px;
	font-size: 10px;
	}
	
/*
Hx
****************************************************************/
h1 {
	font-size: 2.5em;
	font-family: "Trebuchet MS",verdana,sans-serif;
	padding-top: 170px;
	position: relative;
	left: 10px;
	}
h2 {
	text-transform: uppercase;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 .5em 0;
	clear: both;
}
#links #content h2 {
	clear: both;
	}
h3 {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 .5em 0;
	clear: both;
	}
#links #content ul h3 {
	margin-bottom: 0;
	}
h4 {
	margin: 0 0 .25em 0;
	}
#content h4 {
	font-weight: bold;
	}

/*
Links
****************************************************************/
a {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
#support a {
	text-transform: uppercase;
	}
#nav a {
	display: block;
	padding: 10px;
}
#nav li#menu-donate a, #nav li#menu-newsletters a {
	padding: 5px;
	}
#nav a:hover, #nav .active {
	background: url(../images/hover.jpg) repeat-y right top;
	text-decoration: none;
}
#nav li#menu-donate a:hover, #nav li#menu-newsletters a:hover {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
a.continue {
	text-transform: uppercase;
	display: block;
	text-align: right;
	margin: 0 0 20px 0;
	clear: right;
	}
	
/*
Lists
****************************************************************/

#nav ul {
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	border-top: solid 1px;
	width: 169px;
}
#nav li {
	margin: 0;
	border-bottom: solid 1px;
	list-style: none;
}
#nav li#menu-donate, #nav li#menu-newsletters {
	margin: 10px;
	border: solid 1px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
	}
#content ul, #content ol {
	margin-left: 15px;
	margin-bottom: 1em;
	}
#content li {
	margin-bottom: .5em;
	}
#featured ul, #sec-nav ul, #sisters ul {
	margin-left: 15px;
	}
#featured li, #sisters li, #sec-nav li {
	margin-bottom: .5em;
	}
#links #content ul, #content #links ul {
	margin-bottom: 10px;
	}
#links #content li.odd, #content #links li.odd {
	width: 45%;
	float: left;
	clear: both;
	}
#links #content li.even, #content #links li.even {
	width: 45%;
	float: right;
	}
	
/*
P
****************************************************************/

p {
	margin: 0 0 1em 0;
	}
p#tagline {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 1.1em;
	position: relative;
	left: 50px;
	top: 3px;
	}
p.next, p.previous {
	margin: 2em 0;
	}
	
/*
IMG
****************************************************************/
span.captionedimg {
	float: right;
	margin: 0 0 10px 15px;
	width: 150px;
	clear: right;
	font-size: 10px;
	line-height: 1.2em;
	font-style: italic;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
}
.captionedimg img {
	display: block;
	text-align: right;
	margin: 0 0 3px 0;
	}
	
/*
TABLES
****************************************************************/
	
table {
	margin: 0 0 20px 0;
}
th {
	text-align: left;
	font-weight: bold;
	padding:3px 3px 3px 0;
	margin:0;
	border-bottom: solid 1px;
	border-collapse: collapse;
}
td {
	padding:3px 20px 3px 0;
	margin:0;
	border-bottom: dotted 1px;
	border-collapse: collapse;
}
/*
FORMS
****************************************************************/
label {
	display: block;
	}
input {
	width: 200px;
	}
input.checkbox, input.submit {
	width: auto;
	}
label.checkbox {
	display: inline;
	}

/*
MISC
****************************************************************/
strong {
	font-weight: bold;}



/* CLEARING FLOATS
**********************************/
#wrap:after, #links #content ul:after, #content #links ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    line-height: 0;
    margin: 0;
    padding: 0;
    font-size: 0px;
}

