/* BASIC SITE STRUCTURE
--------------------------------------------------- */

body {
	font-family: "lucida grande", "lucida sans unicode", Arial, sans-serif;
	background: #d2232a url(../_img/bkg-body.png) repeat-x top left;
	color: #999;
}

div#container {
	width: 950px;
	margin: 45px auto 0;
	background: #f5efe3 url(../_img/bkg-container.jpg) no-repeat bottom center;
}

div#header {
	height: 112px;
	background: #d2232a url(../_img/bkg-header.png) no-repeat top left;
}

div#header h1, div#header h2 {
	height: 0;
	overflow: hidden;
}

div#left-column {
	width: 630px;
	float: left;
	margin: 14px 0 0 30px;
	display: inline;
}

div#home-slideshow {
	width: 570px;
	height: 316px;
	padding: 31px 30px 30px 29px;
	background: url(../_img/bkg-slideshow.png) no-repeat top left;
}

div#home-buttons ul {
	margin: 6px auto 70px;
}

div#home-buttons ul li {
	float: left;
	margin-right: 10px;
}

div#home-buttons ul li#last {
	margin-right: 0px;
}

div#sidebar {
	width: 250px;
	min-height: 440px;
	float: right;
	margin: 14px 30px 0 0;
	display: inline;
}

div#footer {
	width: 850px;
	clear: both;
	position: relative;
	margin: 0 auto;
	padding: 10px 20px 16px;
	border-top: 1px solid #ddd;
	font-size: 1.1em;
	color: #aaa;
}

address {
	font-style: normal;
	font-weight: bold;
}

div#footer p {
	position: absolute;
	top: 10px;
	right: 20px;
	text-align right;
}

div#footer a {
	text-decoration: none;
	color: #aaa;
}

div#footer a:hover {
	color: #d2232a;
}

div#footer-color-bar {
	height: 40px;
	background: #63154c;
	border-bottom: 2px solid #ad0b11;
}


/* SIDEBAR MENU
--------------------------------------------------- */

ul#toggleList {
	width: 250px;
}

ul#toggleList h4 {
	padding: 12px 28px 12px 0;
	height: 16px;
	cursor: pointer;
	position: relative;
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	color: #fff;
}

ul#toggleList h4 span {
	display: block;
	width: 12px;
	position: absolute;
	top: 10px;
	right: 12px;
}

ul#toggleList li:first-child {
	margin: 0px 0px 6px;
}

ul#toggleList li {
	margin: 6px 0px;
}

li#sidebar1 h4 {
	background: #c42695;
}

li#sidebar2 h4 {
	background: #ffaa52;
}

li#sidebar3 h4 {
	background: #d3222a;
}

li#sidebar4 h4 {
	background: #970074;
}

li#sidebar5 h4 {
	background: #792258;
}

div#sidebar ul#toggleList div {
	padding: 8px 5px 15px;
	font-size: 1.1em;
	line-height: 1.7em;
}

div#sidebar ul#toggleList div a {
	font-family: Verdana, Arial, san-serif;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
	color: #d2232a;
}

div#sidebar ul#toggleList div a:hover {
	border-bottom: 1px dotted #63154c;
	color: #63154c;
}


/* GENERIC INSIDE PAGE
--------------------------------------------------- */

body.inside-page div#sidebar {
	margin-top: 18px;
}

div#page-content {
	padding-bottom: 40px;
}

div#page-content img#headerImage {
	padding: 4px 4px 18px;
	margin-bottom: 5px;
	background: url(../_img/bkg-headerImage.png) no-repeat top left;
}

h3.title {
	margin-bottom: 15px;
	padding: 0 20px 0 5px;
	font-size: 3.0em;
	font-weight: normal;
	letter-spacing: -2px;
	text-transform: uppercase;
	line-height: 1.2em;
	color: #792258;
}

div#text {
	padding: 0 20px 0 5px;
	line-height: 1.5em;
	font-size: 1.2em;
	color: #666;
}

div#text h2, div#text h3, div#text h4, div#text h5, div#text h6, h4.sub-headline {
	margin: 16px 0 3px;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #792258;
}

div#text h2 {
	font-size: 1.9em;
}

div#text h3 {
	font-size: 1.6em;
}

div#text p {
	margin-bottom: 14px;
}

div#text ol, div#text ul {
	padding: 0 36px;
	margin-bottom: 10px;
}

div#text li {
	margin: 6px 0;
	padding-left: 4px;
}

div#text ul li {
	list-style: square;
}

div#text ol li {
	list-style: decimal;
}

div#text a {
	color: #d2232a;
	text-decoration: none;
	border-bottom: 1px dotted #d2232a;
}

div#text a:hover {
	color: #792258;
	border-bottom: 1px dotted #792258;
}

div#text img {
	max-width: 580px;
	margin: 8px;
}

/* newsletter */
div#text.newsletters div.articlebox div img {
    padding: 10px; 
    background: #fefdf9;
    border: 1px solid #a4237e;
    float: left;
    display: inline;
    margin: 0px;
}

div#text.newsletters div.articlebox div div.articleinfo {
    float: left;
    width: 380px;
    padding-top: 20px;
    margin: 0px 0px 0px 10px;
    display: inline;
}

div#text.newsletters h3 {
    margin-bottom: 10px;
}

div#text.newsletters div.articlebox div div.articleinfo p.eventtime {
    font-weight: bold;
}

div#text div.newsletter h3 {
    border-bottom: 1px dotted #792258;
    margin-bottom: 10px;
}

div#text div.newsletter img {
    padding: 10px; 
    background: #fefdf9;
    border: 1px solid #a4237e;
    float: left;
    display: inline;
    margin: 0px 10px 10px 0px;
}

a.donate-btn, div#text a.donate-btn {
	display: block;
	width: 100px;
	height: 0;
	overflow: hidden;
	margin-top: 10px;
	padding-top: 28px;
	background: url(../_img/donate-btn.png) no-repeat top left;
	border-bottom: 0 none;
}

