@charset "utf-8";
/* CSS Document */

html,body { height:100%; 
/* Required */
}

html { 
 background: #081154 url("images/bg.jpg") 100% 0 fixed no-repeat;  height: 100%; 
	/*background: #081154;  
	height: 100%; */
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { 
	margin: 0; 
	padding: 0; 
}
body {
	background: #081154 url("images/bg.jpg") 100% 0 fixed no-repeat;
	font: 75% "Trebuchet MS", Helvetica, "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif; 
	color: #363636; 
	height: 100%;
	margin: 0;
	padding: 0;
}
img {
	border-style: none;
}
#top  {
	background: #bababa; 
	color: #FFF;   
	height: 37px; 
	margin: 0 auto;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif; 
	z-index: 15; 
}
#top-nav  {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#top form {
	float:right;
	padding-top: 5px;
	border: none; 
}
#top-nav a:link {
	color: #FFF; 
	text-decoration: none; 
	font-weight: normal; 
	padding: 7px; 
	position: relative; 
	top: 3px;
}
#top-nav a:hover { 
	text-decoration: underline;
	padding: 7px; 
	position: relative; 
	top: 3px; 
}
#top-nav a:visited { 
	color: #FFF;
	text-decoration: none;
	padding: 7px; 
	position: relative; 
	top: 3px; 
}
#top-nav ul li { 
	list-style-type: none;
	float: left; 
	border-left: 1px solid #d0d0d0; 
	margin-top: 8px;
	height: 20px; 
}

#top-nav li.first {
	color: #FFF; 
	text-decoration: none;  
	list-style-type: none;
	float: left; 
	border: none;
	margin-top: 8px;
	padding-bottom: 7px;
	height: 20px;
}
.container {
	margin-left: auto;
	margin-right: auto;
	background: #081154 url("images/bg.jpg") 100% 0 fixed no-repeat;
	width: 1000px;
}
#header  {
	width: 100%;
	background: #10167f;
	
}
#logo  {
	width: 525px;;
	height: 103px;
	background: url(images/logo.gif) #10167f ;
}
#header form {
	background: #10167f;
	float:right;
	padding-top: 10px;
	padding-right: 25px;	
}
#inner {
	background: #10167f;
	padding-right: 25px;
	padding-left: 25px;
}
#navigation { 
	text-decoration:none;
	font-size: 14px; 
	vertical-align: central;
	width: 100%; 
	background: #10167f; 
	float: left; 
	height: 50px; 
	position: relative; 
	z-index: 1000;
}
#navigation ul {
	text-decoration:none; 
	margin: 0; 
}
#navigation li { 
	text-decoration:none;
	float: left; 
	height: 25px; 
	position: relative; 
	top: 7px; 
}
#navigation li a:link, #navigation li a:visited { 
	text-decoration:none;
	color: #969de1; 
	border-left: 1px solid #081154; 
	padding: 10px 10px 0; 
	letter-spacing: 0.08em; 
	height: 38px; 
	display: inline-block; 
	position: relative; 
	top: -7px;
}
#navigation li.first a{
	border-left: none;
	text-align: center;
	border-left: 1px solid #081154; 
}
#navigation li a:hover, #navigation li a:active { 
	text-decoration: none; 
	background: #323d93; 
}
#navigation li li a:link, #navigation li li a:visited {
	text-decoration:none; 
	text-align:left;
	padding: 5px 15px; 
	height: auto; 
	color: #FFF; 
	display: block; 
	top: 0; 
	background: #888dbf;
}
#navigation li li a:hover, #navigation li li a:active { 
	text-decoration:none;
	background: #313c93; 
}
#navigation li li { 
	text-decoration:none;
	font-size: 11px; 
	font-weight: normal; 
	height: auto; 
	top: 0; 
	border: none; 
}
#navigation li ul { 
	text-decoration:none;
}
#nav-donate { 
	text-align: right; 
	margin: 12px 0 0 0;
	padding-right: 5px; 
}
#nav-donate a, #nav-donate a:hover, #nav-donate a:active, #nav-donate a:visited, #nav-donate img {
	text-decoration: none;
	border: none;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	text-align:		left;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			33px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
h1, h2, h3, h4 { 
	color: #fc9f26; 
	font-weight: bold; 
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
}
h1 { 
	font-size: 26px; 
	margin-bottom: 20px;
}
h2  { 
	font-size: 20px; 
	margin: 10px 0 5px; 
	line-height: 1.2; 
}
h2 a:link, h2 a:visited { 
	color: #fc9f26; 
}
h2 a:active, h2 a:hover { 
	color: #FCD57D;
}
h3 { 
	font-size: 16px; 
	margin-bottom: 5px; 
	color: #515151; 
}
h4 { 
	font-size: 14px; 
	color: #515151;
}
#content  {
	background: #FFF;
	color:#666;
	height: 935px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 25px;

}
#contentInner  {
	background: #FFF;
	color:#666;
	height: 100%;
	min-height: 625px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 25px;

}
#content  a{
	color:#666;
	text-decoration:none;
}
#contentInner  a{
	color:#666;
	text-decoration:none;
}
#content  a:hover{
	color:#666;
	text-decoration:underline;
}
#contentInner  a:hover{
	color:#666;
	text-decoration:underline;
}
#wrap  {
	background: #7c81b8;
	padding: 15px;
}
#footer { 
	clear:both; 
	background: #10167f;
	width: 1000px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}
#footer ul { 
	height: 35px; 
	padding-top: 10px;
	padding-left: 15px; 
	position: relative;
	display:inline-block; 
}
#footer ul #nav-links { 
	display: inline-block;
}
#footer li { 
	float: left; 
	border-left : 1px solid #7c82ba; 
	letter-spacing: 0.04em;
	display:inline-block;
	list-style: none; 
}
#footer li.first { 
	border: none;
	margin-left: 0;
	padding-left: 0; 
}
#footer a:link, #footer a:visited { 
	color: #7c82ba; 
	padding: 0 9px; 
	font-weight: normal; 
	position: relative; 
	top: 1px; 
}
#footer a:hover, #footer a:active { 
	text-decoration: underline; 
}
#copyright { 
	color: #bababa; 
	text-align: center; 
	background: #FFF url(images/footer.gif) 0 0 no-repeat; 
	height: 30px;
	width: 100%; 
	padding-top: 20px; 
	margin: 0; 
}
#sidebar-wrap { 
	background: #081154; 
	width: 360px;
	height: 922px; 
	float: right; 
	line-height: 1.3;
}
#sidebar { 
	background: #081154; 
	padding-top: 10px;
	padding-bottom: 10px;
}
#action-box dt { 
	background: #fc9f26 url(images/action-btns.png) 0 0 no-repeat; 
	width: 320px; 
	height: 60px; 
	color: #FFF; 
	text-transform: uppercase; 
	text-indent: 95px; 
	font-size: 22px; 
	margin-bottom: 4px; 
	letter-spacing: .05em; 
}
#action-box dt a:link, #action-box dt a:visited { 
	color: #FFF; 
	width: 320px; 
	position: absolute; 
	height: 50px; 
	padding-top: 11px; 
	z-index: 2; 
	left: 0; 
	text-decoration:none; 
}
#action-box dt a:hover, #action-box dt a:active { 
	background-image: url(images/action-btns-hv.png); 
	text-decoration: none; 
	text-decoration:none; 
}
#social-btns { 
	position: relative; 
	margin: 0 auto; 
	width: 320px; 
}
#action-box #give-btn, #action-box #give-btn a:hover, #action-box #give-btn a:active { 
	background-position: 0 0;
}
#action-box #advocate-btn, #action-box #advocate-btn a:hover, #action-box #advocate-btn a:active { 
	background-position: 0 -64px; 
}
#action-box #volunteer-btn #action-box #volunteer-btn a:hover, #action-box #volunteer-btn a:active{
	background-position: 0 -128px; 
}
#action-box dd { 
	position: absolute; 
	left: 95px; 
	top: 33px; 
	color: #fed59b; 
	font-size: 14px; 
	z-index: 2; 
}
#action-box #give-txt { 
	top: 35px; 
	left: 97px; 
}
#action-box #advocate-txt { 
	top: 98px; 
	left: 95px; 
}
#action-box #volunteer-txt { 
	top: 163px; 
	left: 97px; 
}
#action-box #social-connect { 
	height: 68px; 
	width: 268px; 
	padding: 12px 0 0 93px; 
	background: url(images/social-sidebar1.png) 50% 0 no-repeat; 
}
#social-connect li { 
	float: left; 
	list-style:none;
}
#social-connect li a { 
	display: inline-block; 
	list-style: none; 
	width: 34px; 
	height: 34px; 
	margin: 0 8px 0 0; 
	text-indent: -9999em;
}
#social-connect li a:focus { 
	outline: none; 
	list-style:none;
}
#main {
	height: 100%;
	float:right;
	padding: 10px;
}
.roundabout-holder {
	width: 530px;
	height: 270px;
	background-color:#fff; 
	margin-top:55px;
	overflow: hidden;
	position:relative;
}
.moveme {
	width: 350px;
	height: 380px;
}
.moveme a {
	text-decoration: none;
}
.roundabout-moveable-item {
	opacity: 0.5;
	cursor: pointer;
}
.roundabout-in-focus {
	cursor: auto;
}
#myclass{
	width: 316px;
	height: 325px;
}

#myclass ul li div{
	height: 33px;
	width: 316px;
	border: 1px solid #aaaaaa;
	background: #ffffff;
	text-align: left;
	padding: 0 3px;
}
#myclass li {
	list-style:none;
}
#action-box p{
	color:#7c81b8; 
	margin-top:5px;
	text-decoration: none;
}
#action-box p a{
	color:#7c81b8;
	text-decoration: none;
}
#action-box a:link{
	text-decoration: none;
}
#action-box a:visited{
	text-decoration: none;
}
#action-box a:hover{
	text-decoration: none;
}
#leftNav {
	width:193px;
	height: 100%;
	float:none;
	padding-top: 15px;
	background-color: #FFF;
}
#leftNav .top {
	background:url(images/leftNav_top.gif) no-repeat;
	width:193px;
	height:9px;
}
#leftNav .inside {
	margin-top:-5px;
	width:191px;
	background:#ffffff url(images/leftNavBG.gif) repeat-x bottom;
	border-right:1px solid #bababa;
	border-left:1px solid #bababa;
	min-height:80px;
}
#leftNav .inside a:link, #leftNav .inside a:visited, #leftNav .inside a:hover {
	color:#363636;
	text-decoration:none;
	background:url(images/leftNav_linkBG.gif) no-repeat 2px 8px;
	border-bottom:1px solid #bababa;
	display:block;
	margin:0 5px 0 5px;
	padding:10px 0 8px 25px;
}
#leftNav .inside a:hover {
	background: url(images/leftNav_linkBG-over.gif) no-repeat 2px 8px !important;
	color:#10167f !important;
}
#leftNav .inside a.last:link, #leftNav .inside a.last:visited, #leftNav .inside a.last:hover {
	border-bottom-style:none !important;
}
#leftNav .inside h2.first {
	color:#7c81b8;
	text-decoration:none;
	font-weight: bold;
	background:#ffffff;
	border-bottom:1px solid #bababa;
	display:block;
	margin:0 0px 0 0px;
	padding:8px 0 6px 10px;
}
#leftNav .bottom{
	background:url(images/leftNav_bottom.gif) no-repeat;
	width:193px;
	height:5px;
	clear:both;
}
.fullTwoColumnLayout .firstColumn,.fullTwoColumnLayout .secondColumn { 
	float:left;
}
.fullTwoColumnLayout .firstColumn {
	padding-right:15px;
	width:193px;
	height:100%;
	overflow:hidden;
}
.fullTwoColumnLayout .secondcolumn {
	padding-top:60px;
}
#contentInner .fullTwoColumnLayout .secondcolumn  ul li { 
	list-style-type:none; 
	padding-left:1em; 
	margin:0 0 5px 200px;  
}
#contentInner .fullTwoColumnLayout .secondcolumn  ul li ul li { 
	list-style-type:none; 
	padding-left:1em; 
	padding-bottom:5px;  
	margin:0 0 0 25px;  
}
#contentInner .fullTwoColumnLayout .secondcolumn  ul li ul li ul li { 
	list-style-type:none; 
	padding-left:1em; 
	margin:0 0 0 25px;  
}
#contentInner .fullTwoColumnLayout .secondcolumn a:link { 
	line-height:18px; 
	font-size:12px; 
	color:#7c81b8; 
	font-weight:bold; 
	text-decoration:none; 
}
#contentInner .fullTwoColumnLayout .secondcolumn a:visited { 
	line-height:18px; 
	font-size:12px; 
	color:#7c81b8; 
	font-weight:bold;  
	text-decoration:none; 
}
#contentInner .fullTwoColumnLayout .secondcolumn a:hover { 
	line-height:18px; 
	font-size:12px; 
	color:#7c81b8; 
	font-weight:bold;  
	text-decoration:underline; 
}
.maintable {
	background: #ffffff;
	border-top: 2px solid #10167f;
	border-right: 2px solid #10167f;
	border-bottom: 2px solid #10167f;
	border-left: 2px solid #10167f;
}
.sidetable {
	background: #ffffff;
	border-top: 1px solid #10167f;
	border-right: 1px solid #10167f;
	border-bottom: 1px solid #10167f;
	border-left: 1px solid #10167f;
	padding: 5px;
}
.subhead {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #fc9f26;

}
.pg_name {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #10167f;
	text-decoration: none;
}
.pg_desc {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9pt;
	color: #363636;
	text-decoration: none;
}
#sitemapLeft {
	width: 335px;
	height: 100%;
	float:left;
}
#sitemap {
	width: 335px;
	height:100%;
	float:left;
}
#sitemap  a:link, #sitemap  a:visited{
	text-decoration:none;
	display:block;
	margin:0 5px 0 5px;
	padding:0px 0 0px 25px;
}
#sitemap a:hover {
	text-decoration:underline;
	display:block;
	margin:0 5px 0 5px;
	padding:0px 0 0px 25px;
}
#sitemap  ul{
	list-style: none;
}
#sitemapLeft  a:link, #sitemapLeft  a:visited{
	text-decoration:none;
	display:block;
	margin:0 5px 0 5px;
	padding:0px 0 0px 25px;
}
#sitemapLeft a:hover{
	text-decoration:underline;
	display:block;
	margin:0 5px 0 5px;
	padding:0px 0 0px 25px;
}
#sitemapLeft  ul{
	list-style: none;
}
#slider {
	width:532px;
	height:284px;
	margin-top:55px;

}
	

