* html body {
/*\*/
	text-align: center;
/* */
}

body {
	color:#444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color:#0054A5;
	padding:0; margin:0;
	padding-bottom:10px;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.2em;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:180%;
	font-weight:bold;
	color:#0054A5;
	margin-top:0em;
	margin-bottom:0.5em;
	padding-bottom:0.4em;
	border-bottom:1px solid #D9E6EC;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:130%;
	font-weight:bold;
	color:#0054A5;
	margin-top:1.5em;
	margin-bottom:0.75em;
	margin-bottom:0;
}

h2.first {
	margin-top:0;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:110%;
	font-weight:bold;
	color:#0054A5;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

p, ul, ol, dl {
	font-size:100%;
	margin-top:0.0em;
	margin-bottom:1.0em;
}

ul{
	list-style:disc;
}

li {
	margin-top:0.25em;
	margin-bottom:0.25em;
}

img {
	border:none;
}

table {
	font-size:100%;
	border:none;
	margin-top:0.0em;
	margin-bottom:1.0em;
}

a {
	color:#00c;
	color:#1540EA;
}

a:hover {
	text-decoration:none;
	color:#00c;
	color:#1540EA;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}

address strong {
	
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:780px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-image:url("../images/page-bg.png");
	background-repeat:repeat-y;
}

#header {
	height:142px;
	margin:0 10px;
	background-color:#fff;
	/*background-image:url("../images/header-bg.png");
	background-position:top right;
	background-repeat:no-repeat;*/
	position:relative;
}

#body {
	width:754px;
}

#sidebar {
	width:185px;
	padding:15px;
	padding-left:20px;
	float:left;
}

#content {
	width:520px;
	padding:20px 38px 20px 2px;
	float:right;
}

#footer {
	height:40px;
	clear:both;
	position:relative;
	color:#0054A5;
	background-color:#0054A5;
	background-image:url("../images/footer-bg.png");
	background-repeat:no-repeat;
	background-position:top;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:0;
	top:0;
}

#logo a {
	background-image:url("../images/logo.gif");
	background-repeat:no-repeat;
	width:160px;
	display:block;
	padding-top:111px;
	height:0px !important; /* for most browsers */
  	height /**/:111px; /* for IE5.5's bad box model */
	overflow:hidden;
}


/* Sidebar
============================================================ 
--------------------------------------------------------- */

.side-box {
	border:2px solid #70A1CC;
	height:1em;
}

.side-box h2 {
	font-size:100%;
	background-color:#fff;
	margin:0;
	padding:0.25em 0.5em;
	border:1px solid #fff;
	border-bottom:1px solid #70A1CC;
}

.side-box .body {
	font-size:85%;
	background-color:#E0EAF4;
	border:1px solid #fff;
	border-top:0;
	border-bottom:0;
}

.side-box p {
	margin-bottom:0.5em;
}


/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	font-size:75%;
	margin:0;
	padding-top:7px;
	padding-left:16px;
	text-align:left;
}

#footer p.links {
	font-size:75%;
	margin:0;
	padding-top:7px;
	padding-right:16px;
	float:right;
}

#footer .links a {
	color:#0054A5;
}


/* Navigation
============================================================ 
--------------------------------------------------------- */

/* Main nav */

#main-nav {
	width:760px;
	height:31px;
	margin:0;
	padding:0;
	list-style:none;
	background-color:#0054A5;
	position:absolute;
	top:111px;
	left:0;
}

#main-nav li {
	display:block;
	margin:0;
	padding:0;
	background:none;
	float:left;
}

#main-nav li a {
	background-repeat:no-repeat;
	display:block;
	height:31px;
}

#main-nav-about-us a {				background-image:url(../images/main-nav-about-us.png); width:90px; }
#main-nav-programs a {				background-image:url(../images/main-nav-programs.png); width:97px; }
#main-nav-calendar a {				background-image:url(../images/main-nav-calendar.png); width:93px; }
#main-nav-volunteer a {				background-image:url(../images/main-nav-volunteer.png); width:103px; }
#main-nav-donate a {				background-image:url(../images/main-nav-donate.png); width:77px; }
#main-nav-partners-and-sponsors a {	background-image:url(../images/main-nav-partners-and-sponsors.png); width:195px; }
#main-nav-contact-us a {			background-image:url(../images/main-nav-contact-us.png); width:105px; }

#main-nav li a span {
	display:none;
}

#main-nav li a:hover {
	background-position:0 -31px;
}

#main-nav li a.current,
#main-nav li a.current:hover {
	background-position:0 -62px;
}

/* Sub nav */

.sub-nav {
	list-style:none;
	margin:0;
	padding:0;
}

.sub-nav li {
	margin:0;
	border-bottom:1px solid #fff;
}

.sub-nav li.last {
	border-bottom:none;
}

.sub-nav li a {
	color:#0054A5;
	margin:0;
	text-decoration:none;
	display:block;
	padding:0.3em 3%;
	width:94%;
}

.sub-nav li a:hover {
	/*color:#0054A5;*/
	background-color:#FFF0C3;
}

.sub-nav li a.current,
.sub-nav li a.current:hover {
	font-weight:bold;
	background-color:#E0EAF4;
}


/* Crumbs */

#crumbs {
	font-size:85%;
	color:#666;
	padding:0;
	padding-bottom:0.5em;
	margin:0;
	margin-bottom:1.5em;
	list-style:none;
	border-bottom:1px solid #D9E6EC;
}

#crumbs li {
	display:inline;
}


/* Posts
============================================================ 
--------------------------------------------------------- */

/* Posts */

.posts {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

.posts li {
	margin-bottom:1.5em;
}

.posts h3 {
	font-size:100%;
	margin-top:0em;
}

.posts .meta {
	font-size:75%;
	color:#888;
	margin-bottom:0.4em;
	padding:0.3em 0;
	border-bottom:1px solid #e8e8e8;
}

.posts .date {
	font-weight:normal;
	color:#FF7300;
}

.posts .categories a {
	color:#777;
}


/* Posts Paging */

.posts-paging {
	font-size:85%;
	padding-top:1.0em;
	border-top:3px double #e8e8e8;
	text-align:center;
	clear:both;
}

.posts-paging a {
	font-weight:bold;
}


/* Post */

.post .meta {
	font-size:75%;
	color:#888;
	margin-bottom:1.5em;
	padding:0.3em 0;
	border-bottom:1px solid #e8e8e8;
}

.post .date {
	font-weight:normal;
	color:#FF7300;
}

.post .categories a {
	color:#777;
}


/* Comments */

.comments {
	list-style:none;
	margin:0;
	padding:0;
}

.comments li {
	font-size:85%;
	margin:1.0em 0;
	padding:0 0.5em;
	border-bottom:1px solid #DCE2EC;
}

.comments .meta {
	font-size:85%;
	color:#888;
	margin-bottom:1.0em;
	padding:0.3em 0;
	border-bottom:1px solid #F3F4F7;
}

.comments .date {
	font-weight:normal;
	color:#FF7300;
}





/* Standard Widgets
		overriding of default styles for standards widgets
		(located at /cms/content/widgets/stylesheets/standard-widgets.css)
============================================================ 
--------------------------------------------------------- */

div.picture-right img,
div.picture-left img,
div.picture-center img {
	border-color:#70A1CC;
}

div.hr {
	background-color:#D9E6EC;
}


/* Custom Widgets
============================================================ 
--------------------------------------------------------- */



/* Other Content
		non-widget content styles
		(defined by classes and IDs directly in the content - through Textile)
		e.g. content snippet "Staff Profile": div.staff-profile ...
============================================================ 
--------------------------------------------------------- */