@charset "utf-8";
body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-color: #D7E9F7;
	height:100%;
}
a img {
	border:none;
}
#container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
} 
#header {
	background-color: #FFF;
	vertical-align:middle;
	line-height:32px;
}
#header a:link, #header a:visited {
	color:#666;
	text-decoration:none;
}
#header a:hover {
	color:#999;
	text-decoration:none;
}
#search {
	display:inline;
	float:right;
	clear: none;
	height:40px;
}
#search form {
	margin:0px;
	padding:0px;
	line-height:32px;
	display:inline;
}
.search_form {
	margin: 0px;
	padding: 0px;
	clear: none;
}
#topNav {
	margin-top:10px;
	margin-right:10px;
	float:right;
	text-align:right;
}
#logo {
	margin-left:10px;
	float:left;
}
#nav {
	background: #412F83;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	white-space: nowrap;
	border-top:2px solid #FFF;
	border-bottom:2px solid #FFF;
	clear:both;
} 
#mainContent {
	padding: 0px;
} 
#row2main {
	padding: 0px;
	background:url(../images/row2bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#footer {
	background-color: #007CBA;
	clear: both;
} 
#copyright {
	color:#EBF2F5;
	padding: 0 10px 0 20px;
} 
#copyright p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	padding: 5px;
}
#copyright a:link, #copyright a:visited {
	color:#EBF2F5;
}
#copyright a:hover {
	color:#0FF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.white {
	color: #FFF;
}
#googleSearchBox {
	font-size:10px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
/*
.menus_bg {
	top:0px;
	left:0px;
	position:absolute;
	z-index:50;
	padding:0px;
	width:100%;
	margin: 0px;
	background-color: #FFF;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;opacity: 0.8;
}
*/
.menu {
	position:absolute;
	z-index:40;
	padding:0px;
	width:auto;
	margin: 0px;	
}
.menus_bg {
	position:relative;
	z-index:50;
	filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity:0.90;
	background-color:#058;
}
.menus_text {
	position:absolute;
	top:0px;
	left:0px;
	z-index:60;
	background:transparent;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	white-space:nowrap;
	line-height:17px;
}
.menus_text ul {
	padding:0px;
	margin:0px;
	list-style-type: none;
	line-height:17px;
}
.menus_text p {
	padding:0px;
	margin:0px;
	text-align:left;
	line-height:17px;
}
.menus_text a:link, .menus_text a:visited {
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	display:block;
}
.menus_text a:hover {
	color:#0FF;
}
.title {
	font-size:20px;
	color: #FFF;
	font-weight: bold;
	background: #2077BE;
}
#contribute {
	float:right;
	width:200px;
	text-align: center;
}
#tab_container {
	float:left;
	width: 790px;	
}
#tab_welcome {
	display: inline;
}
#tab_events {
	display: none;
}
#tab_families {
	display: none;
}
#tab_supporters {
	display: none;
}
#tab_business_partners {
	display: none;
}
.homepage_tabs {
	margin: 10px;
}
.homepage_tabs p {
	margin-left: 10px;
}
.red_tab {
	color: #881A1C;
	font-family: Comic Sans MS, cursive;
	font-size: 18px;
	font-weight: bold;	
}
#left_side {
	width: 200px;
	background-color: #007CBA;
	text-align: center;
	vertical-align: top;
}
#contentTable {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 1000px;
}
#side_nav {
	background-color: #007CBA;
	text-align: left;
	width: 200px;
}
.side_nav_title {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#side_nav ul  {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
	list-style-image:none;
}
#side_nav ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#side_nav a:link,#side_nav a:visited   {
	color: #FFF;
	text-decoration: none;
}
#side_nav a:hover {
	color: #0FF;
	text-decoration: none;
}
#side_nav ul ul  {
	list-style-image: url(/images/lvl_3.png);
}
#page_content {
	text-align: left;
	background-color: #FFF;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}
.current_page {
	font-weight: bold;
	list-style-image: url(/images/lvl_2.png);
}
.expandable_menu {
	list-style-image: url(/images/lvl_expandable.png);
}
.expanded_menu {
	list-style-image: url(/images/lvl_expanded.png);
}
.current_expanded_menu {
	font-weight: bold;
	list-style-image: url(/images/lvl_expanded.png);
}
#videoIntro {
	float:right;
	width:200px;
	background-color: #007CBA;
	color: #FFF;
	height: 300px;
}
#flashContent {
	float:left;
	width: 800px;
	height: 300px;
	text-align: left;
	clear: none;
}
.album_box {
	border-top:2px solid #CCC;
	border-left:2px solid #CCC;
	border-bottom:2px solid #AAA;
	border-right:2px solid #AAA;
	background-color:#007CBA;
	padding:0px;
	font-weight:bold;
	color:#FFF;
}
.album_box a:link, .album_box a:visited{
	color:#FFF;
	text-decoration:none;
}
.album_box a:hover{
	color:#0FF;
}
.image_box {
	border-top:2px solid #CCC;
	border-left:2px solid #CCC;
	border-bottom:2px solid #AAA;
	border-right:2px solid #AAA;
	background-color:#007CBA;
	padding:5px;
	font-weight:normal;
	color:#FFF;
	width:auto;
}
#business_page_content {
	text-align: left;
	background-color: #FFF;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}
.business_form_box {
	background-color: #fcf9d4;
	border: 1px solid #a5acb2;
}
.blueboxsm {

	background-color: #BFDCFF;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	font-style: normal;
}
.donate_causes label {
	font-weight:bold;
	color:#007CBA;
	cursor: pointer;
}
#popVid {
	position:absolute;
	top:50%;
	left:50%;
	display:none;
	z-index:99;
}
#popVidContent {
	position:relative;
/*	width:568px;	
	left:-284px;	*/
	width:640px;
	left:-320px;
	height:auto;
	top:-200px;
	background-color:#000;
	text-align:right;
}
#popVidContent a {
	color:#CCC;
	font-weight:bold;
	font-size:12px;
}
.small_txt {
	font-size:11px;
}
#hidePage {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:95;
	width:100%;
	height:100%;
	overflow:hidden;
	background-image:url(/images/hide_bg.gif);
	background-repeat:repeat;
	opacity:0.50;
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.50;
}
.gray {
	color: #999;
	}
.title2 {
	font-size:20px;
	color: #2077BE;
	font-weight: bold;
}
