html, body, div, span, h1, h2, h3, h4, h5, h6, p, 
a, em, img, strong, ul, li,
fieldset, form, label, legend,
table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

html * {
	zoom: 1;
} /* IE hack*/

body {
	background-image: url(resources/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #9094ce;
	color: #3d4e7a;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #4a5887;
}

a:hover {
	color: #9a3689;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 35px;
	background-image: url(resources/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

/* header */
.header {
	background-image: url(resources/images/communityAdvocatesLogo2.png);
	background-repeat: no-repeat;
	height: 153px;
}

.header .title {
	background-image: url(resources/images/communityAdvocatesTitle2.png);
	background-repeat: no-repeat;
	height: 82px;
	width: 800px;	
	margin-left: 146px;
	padding-top: 20px;
} 

/* Navigation Menu */
#nav {
	margin: 22px 25px 0 0;
	width: 600px;
	float: right;
	border-right: 1px solid #9a3689;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul li {
	float: right;
	display: inline; /*prevents "stepdown"*/
}

/* IE6 fix */
*html #nav ul li {
	width: 3em;
	white-space: nowrap;
}

#nav ul li a {
	display: block;
	padding: 5px;
	background-color: #b9bfff;
	color: #263252;
	border: 1px solid #9a3689;
	border-right: none;
	border-bottom: none;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
}

#nav ul li a:hover {
	background-color: #3b4c78;
	color: #FFF;
}

#home #homeLink,
#programs #programsLink,
#membership #membershipLink,
#news #newsLink,
#about #aboutLink,
#contact #contactLink,
#resources #resourcesLink,
#donations #donateLink {
	background-color: #3b4c78;
	color: #FFF;
}

#nav #special {
	color: #FF6600;
}

/* content */
#content {
	background-color: #FFF;
	border: 2px solid #9a3689;
	margin-top: -5px;
}

/* Slideshow on front page */
#slideshow {
    position:relative;
    height:250px;
	margin-left: 40px;
}

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

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

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

/* Headers and special fonts */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
}

h2 {
	background-image: url(resources/images/h2_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	margin-top: 15px;
	padding: 8px 0 5px 10px;
	font-size: 14px;
}

.bold {
	font-weight: bold;
	font-size: 13px;
}

hr {
	color: #9a3689;
}

/* membership form styles */
#membershipForm .uline {
	margin-top: 5px;
	width: 300px;
	border-bottom: 1px solid #CCCCCC;
}

#membershipForm p .checkline {
	display: inline;
	border-bottom: 1px solid #CCCCCC;
}

#membershipForm #smalltext {
	display: inline;
	font-size: 10px;
}

/* Wide Column styles */
#wideColumn {
	float: left;
	padding: 20px 25px;
	width: 600px;
}

#fullColumn {
	float: left;
	padding: 20px 25px;
	width: 85%;
}

#wideColumn a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

#wideColumn a:hover {
	text-decoration: underline;
}

#wideColumn h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 15px;
}

#wideColumn h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

#wideColumn #hrule {
	width: 400px;
	height: 10px;
	border-bottom: 1px solid #CCCCCC;
}

#wideColumn ul {
	margin-left: 20px;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: .02px;
	line-height: 15px;
}

#wideColumn ul li {
	margin-top: 5px;
}

.eventPage {
	min-height: 400px;
}

#wideColumn .programLinks {
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wideColumn .programLinks li a {
	text-decoration: none;	
	font-size: 10pt;
}

#wideColumn .programLinks li a:hover {
	text-decoration: underline;
}

#wideColumn #membershipForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wideColumn p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #3d4e7a;
	font-size: 12px;
	letter-spacing: .02px;
	line-height: 19px;
}

#wideColumn a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#wideColumn a:hover {
	text-decoration: underline;
}

#wideColumn #back {
	font-family: Arial, Helvetica, sans-serif;	
	margin-top: 10px;
	font-size: 8pt;
	color: #FF9900;
}

#wideColumn #affiliates {
	float: left;
	margin: 30px;	
	padding-top: 30px;
	height: 100px;
	width: 500px;
	border-top: 1px solid #CCCCCC;
}

#wideColumn #affiliates ul {
	margin-left: 50px;
	list-style: none;
}

#wideColumn #affiliates ul li {
	float: left;

}

#wideColumn #affiliates ul li a {
	display: block;
	width: 88px;
	height: 88px;
}

#wideColumn #affiliates #unitedWay {	
	margin-right: 59px;
	background-image: url(resources/images/unitedWayLogo.png);
}

#wideColumn #affiliates #theArc {
	margin-right: 59px;
	background-image: url(resources/images/theArcLogo.png);
}

#wideColumn #affiliates #theArcMichigan {
	background-image: url(resources/images/theArcMichiganLogo.png);
}

#wideColumn table {
	margin-left: -10px;
}

#wideColumn td {
	padding-left: 10px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Thin Column styles */
#thinColumn {
	float: left;
	padding: 20px 0;
	width: 250px;
}

#thinColumn #board, #thinColumn #torchlight {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #b0b4df;
	border-right: 1px solid #3a4c77;
	border-bottom: 1px solid #3a4c77;
	list-style-type: none;
}

/*#thinColumn #contacts h2, #thinColumn #torchlight h2 {
	margin-top: 15px;
	font-size: 14px;
}*/

#thinColumn #board .name {
	font-size: 12px;
	font-weight: bold;
}

#thinColumn #board .position {
	font-size: 10px;
	color: #666;
	display: block;
}

#thinColumn #board > p {
	font-size: 11px;
	padding-left: 15px;
	margin-bottom: 8px;
}

#thinColumn #torchlight ul {
	list-style: none;
}

#thinColumn #torchlight ul li {
	font-size: 11px;
}

#thinColumn #torchlight a {
	display: block;
	margin: 10px 0 15px 0;
}

#thinColumn #torchlight ul {
	margin: 10px 0 0 0;
}

#thinColumn #torchlight ul li {
	padding: 0 0 4px 0;
}

#thinColumn #torchlight ul li a {
	display: inline;
	margin: 10px 0 15px 0;
}

/* programs */
#thinColumn #programsSidebar {
	padding: 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	border-right: 1px solid #CCCCCC;
}

#thinColumn #programsSidebar ul {
	list-style: none;
}

#thinColumn #programsSidebar ul li a {
	font-size: 11px;
	text-decoration: none;
}

#thinColumn #programsSidebar ul li a:hover {
	text-decoration: underline;
}

#contacts > p {
	font-size: 13px;
	padding: 10px;
}

#contacts > p:first-line {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}

/* events */
#thinColumn .events {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 55px;
	background-color: #b0b4df;
	border-bottom: 1px solid #3a4c77;
	border-right: 1px solid #3a4c77;
}

.events > p {
	padding: 10px;
	padding-top: 0;
	font-size: 12px;
	color: #3d4e7a;
	text-align: center;
}

#thinColumn .events ul {
	list-style: none;
}

#thinColumn .events a {
	font-size: 11px;
	text-decoration: none;
}

#thinColumn .events a:hover {
	text-decoration: underline;
}

#thinColumn .events #moreEvents {
	margin-top: 5px;
	font-size: 8pt;
	color: #FF9900;
}

.events img {
	display: block;
	margin: 0 auto 15px;
}

#thinColumn .events #donate a {
	padding: 3px 6px;
	background-color: #3b4c77;
	border: solid 2px #536eb2;
	border-right-color: #132450;
	border-bottom-color: #132450;
	color: #FFF;
	font-size: 14px;
}

#thinColumn .events #donate a:hover {
	text-decoration: none;
	border: solid 2px #132450;
	border-right-color: #536eb2;
	border-bottom-color: #536eb2;
	color: #FF6600;
}

/* news */
#wideColumn .newsItem {
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #dadada;
}

#wideColumn .newsItem p.date {
	margin-bottom: 15px;
}

#wideColumn .newsItem p {
	margin-bottom: 10px;
}

#links a {
	padding-left: 15px;
}

/* footer */
#footer {
	clear: both;
	width: 90%;
	margin: 0 auto;
	border-top: 1px solid #9a3689;
	padding-bottom: 25px;
}

#footer p {
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	text-align: center;
}