@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	background: white url(../images/bg_diagonal1.png) center top repeat-y;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
b {font-size: 110%;}
em {color: red;}
#maincontainer {
	width: 922px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	border: 2px;
	border-style: solid;
	border-color: #B55055;
	background-color: #FFCCCC;
}
#topsection {
  /*background-image: url(../images/logo.png);
	background-repeat: no-repeat; */
	background-color: #B55055;
	height: 92px; /*Height of top section*/
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B55055;
}
#topsection h1 {
	margin: 0;
	padding-right: 2px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	color: #FFCCCC;
}
#top-navigation {
	float:right;
	padding-right: 5px;

}
#top-navigation li {
	float:left;
	display: inline;
	color: #FFFFFF;
}
#top-navigation a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
}
#top-navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#logo {
	float: left;
	height: 92px;
	background: none;
}
#logo img { border:0px; }
#logo a { text-decoration: none; }
#donation {
	float: left;
	margin-top: 25px;
}
#donation form { margin:0px; padding: 0px }
#donation img { border:0px; }
#donation a { text-decoration: none; }
#contentwrapper {
	float: left;
	width: 100%;
}
#marquee {float:left;margin:10px 0 0 50px;border:1px solid #FFCCCC; }
#contentcolumn {
	margin-left: 250px; /*Set left margin to LeftColumnWidth*/
	min-height: 710px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6F2F32;
}
#contentcolumn h1 {
	margin-top: 0px;
	font-size: 20px;
	color: #6F2F32;
	line-height: 110%;
}
#contentcolumn h2 {
	margin-top: 0px;
	font-size: 16px;
	color: #B55055;
}
#contentcolumn h3 {
	margin-top: 0px;
	font-size: 14px;
	color: #6F2F32;
	font-weight: bold;
}
#contentcolumn a { color: #B55055; text-decoration: none; }
#contentcolumn a:hover { color: #6F2F32; text-decoration: underline; }
#content {
	width: 652px;
	min-height: 930px; 
	padding: 10px;
	background-color: #FFFFFF;
	font-size: 12px;
}
#leftcolumn {
	float: left;
	width: 250px; /*Width of left column*/
	margin-left: -922px; /*Set left margin to -(MainContainerWidth)*/
	background-color: #FFCCCC;
	min-height: 700px;
}
#leftcolumn img {
	padding-left: 15px;
	border: 0px;
}
#menu {
	padding: 5px 0px 1em 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	background-color: #FFCCCC;
}
#menu ul.level1 {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#menu ul.level2 {
	list-style-image: url(../images/ul-family.png);
	list-style-position: outside;
	padding: 0;
	border: none;
	margin-left: 15px; 
	padding-left: 15px; 
}
#menu li.level1 {
	font-size: 18px;
	font-weight: bold;
	color: #6F2F32;
	margin-bottom: 2px;
	padding: 2px 0px 2px 2px;

}
#menu li.level2 {
	font-size: 14px;
	font-weight: bold;
}
#menu li.level2 a {
	display: block;
	padding: 2px;
	color: #B55055;
	text-decoration: none;
}
#menu li.level2first {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
}
#menu li.level2first a {
	display: block;
	padding: 2px;
	color: #B55055;
	text-decoration: none;
}
html>body #menu li a {
	width: auto;
}
#menu li.level2 a:hover {
	color: #B55055;
	background-color: #FFF;
}
#menu li.level2first a:hover {
	color: #B55055;
	background-color: #FFF;
}
#footer {
	clear: left;
	width: 100%;
	height: 40px;
	background-color: #B55055;;
	color: #FFF;
	text-align: center;
	padding: 4px 0;

}
#footer a {
	color: #FFCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#slideshow {
	width: 672px;
	height: 366px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
.home-events{width:300px;height:200px;float:right; background-color:#FFCCCC; margin:20px 0 20px 20px; padding:0 0 0 10px;}
#video-donation {
	float: right;
	margin-top: 130px;
	margin-right: 50px;

}
iframe {
	margin: 0px;
	padding: 0px;
	width: 672px;
	height: 366px;
	border: 0px;
}
.halfbox { float: left; width: 316px;  padding: 5px; min-height: 200px; background-color: #FFFFFF; }
.smallbox { width: 180px; color: #B55055; margin-left: 30px; }
.width600 { width: 600px; }
.clear { clear: both; }
.noborder { border: 0px; }
.imgfloatright { float: right; padding-left: 10px; }
.floatleft { float: left; }
.imgcaption { font-size: 10px; font-style: italic; }
.boldname { color: #B55055; font-size: 16px; }
.state { color: #B55055; font-size: 14px; }
.imgstaffpic { float:right; padding-right: 10px; margin-top: 17px; }
.highlight { color: #B55055; }
.indent { margin-left: 40px; }
.paddingleft { padding-left: 5px; }
.gift { width: 652px;  }

.innertube {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
#googlemap { width: 650px; float: right; }
.shoutout {  position:relative; bottom:15px; left:107px; z-index:100; border:none; }
