/* --- Common site Styles ---------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #0C296A;
}

body,
p,
div,
td,
th,
input,
textarea,
select
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	-moz-opacity:0.999; */
}

p,
.headerText
{
	margin: 0 0 6px 0;

}
.footerText
{
	margin: 6px 0 0 0;

}
form
{
	margin: 0;
	padding: 0;
}
ul
{
	padding: 0;
	margin: 5px 0 10px 15px;
}
a:link,
a:visited,
a:active,
a:hover { 
color: #000;
}
a:hover { 
color: #f00;
}

h1
{
	padding: 0;
	margin: 15px 0;
	color:#2f8dcd;
	background: transparent;
	font-size: 18px;
}
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active
{
	color:#2f8dcd;
	background: transparent;
	text-decoration: none;
	font-size: 18px;
}
h1 a:hover
{
	text-decoration: underline;
}
h2
{
	padding: 0;
	margin: 10px 0;
	color:#2f8dcd;
	background: transparent;
	font-size: 15px;
}
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active
{
	color:#2f8dcd;
	background: transparent;
	text-decoration: none;
	font-size: 15px;
}
h2 a:hover
{
	text-decoration: underline;
}
h3
{
	padding: 0;
	margin: 10px 0;
	color:#2f8dcd;
	background: transparent;
	font-size: 13px;
}
h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active
{
	color:#2f8dcd;
	background: transparent;
	text-decoration: none;
	font-size: 13px;
}
h3 a:hover
{
	text-decoration: underline;
}

h4
{
	padding: 0;
	margin: 0;
	color:#000;
	background: transparent;
	font-size: 12px;
	font-weight:bold;
}
h4 a:link,
h4 a:visited,
h4 a:hover,
h4 a:active
{
	color:#2f8dcd;
	background: transparent;
	text-decoration: none;
	font-size: 12px;
}
h4 a:hover
{
	text-decoration: underline;
}

h5
{
	padding: 0;
	margin: 0;
	color:#2f8dcd;
	background: transparent;
	font-size: 13px;
}
h5 a:link,
h5 a:visited,
h5 a:hover,
h5 a:active
{
	color:#2f8dcd;
	background: transparent;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
}
h5 a:hover
{
	text-decoration: underline;
}

h6
{
	padding: 0;
	margin: 0;
	color:#2f8dcd;
	background: transparent;
	font-size: 12px;
	font-weight:bold;
}
h6 a:link,
h6 a:visited,
h6 a:hover,
h6 a:active
{
	color:#2f8dcd;
	background: transparent;
	text-decoration: none;
	font-size: 12px;
}
h6 a:hover
{
	text-decoration: underline;
}

.floatleft
{
	float: left;
	display: inline;
	margin: 10px 20px 10px 0;
}
.floatright
{
	float: right;
	display: inline;
	margin: 10px 0 10px 20px;
}
.clear
{
	clear: both;
}

.mrm
{
	background: #2f8dcd;
}
.mrdc
{
	background: #cc0001;
}
.unicorn
{
	background: #ff9b00;
}
/* --- When locations indicators are needed, they are a series of span tags --- */
span.locations
{
}
span.locations span
{
	color: #fff;
	padding: 1px 5px;
	font-size: 9px;
}

.hdots
{
	margin: 10px 0px;
	height: 1px;
	background: url(../_images/dots-h.jpg) repeat-x;
}


/* --- Main Content Area. Center in window --- */
#mainContent
{
	position: relative;
	width: 812px;
	margin-left: auto;
	margin-right: auto;
}

/* --- Index header --- */
#indexHeader
{
	height: 112px;
	position: relative;
}
#indexHeader #donateButton
{
	position: absolute;
	display: block;
	bottom: 0px;
	right: 435px;
	width: 197px;
	height: 111px;
	background: url(../_images/page/make_dif.jpg) no-repeat;
}
#topSiteButtons
{
	height: 100px;
	overflow: hidden;
}
#topSiteButtons a
{
	float: right;
	display: inline;
	margin-top: -50px;
}
#topSiteButtons a:hover,
#topSiteButtons a.current
{
	margin-top: -20px;
}
#homePage h1.pageTitle
{
	display: none;
}

/* --- interior pages --- */
#pageHeader
{
	height: 20px;
}
h1.pageTitle
{
	font-size: 18px;
	margin-bottom: 20px;
}
h1.pageTitle span
{
	font-weight: bold;
}
/* --- Content Area --- */
#contentBeg
{
	margin-top:20px;
	height: 9px;
	background: url(../_images/page/content_beg.jpg) no-repeat top left;
}
#homePage #contentBeg
{
	margin-top:0px;
	background: url(../_images/page/content_beg_index.jpg) no-repeat;
}
#contentEnd
{
	height: 7px;
	background: url(../_images/page/content_end.jpg) no-repeat;
}
#content
{
	position: relative;
	background: url(../_images/page/content_mid.jpg) repeat-y top left;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 812px;
	
}
* html #content /* IE only, all items inside float, so doesn't know to apply background */
{
	height: 300px;
}
#contentRegion /* Contains the background bottom right corner */
{
	background: url(../_images/page/right_bottom.jpg) no-repeat bottom right;
}

/* --- Footer area --- */
#footer
{
	padding-top: 24px;
	padding-bottom: 20px;
	text-align: center;
	margin:0 auto;
	color: #fff;
	background: transparent;
}
#footer img
{
	padding-top: 0;
	padding-bottom: 0;
	color: #0C296A;
	background-color: transparent;
	border:none;
}
#footer span
{
	margin: 0px 8px;
}
#footer a:link,
#footer a:active,
#footer a:hover,
#footer a:visited
{
	color: #fff;
	background: transparent;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}

/* --- Left Column --- */
#leftCol
{
	width: 195px;
	float: left;
	overflow: hidden;
}
#leftCol #homeAddress
{
	padding: 10px 20px;
	background: url(../_images/page/left_address.jpg) repeat-y;
	color: #fff;
	text-align: center;
	font-size: 11px;
	line-height:12px;
}
#leftCol #siteButtons
{
	height: 209px;
	background: url(../_images/page/left_sites.jpg) no-repeat;
	color: #000;
}
#leftCol #siteButtons a
{
	height: 35px; /* 69 total */
	padding: 27px 20px 5px 25px;
	display: block;
	overflow: hidden;
	margin: 0 0 3px 0;
}
#leftCol #siteButtons a:link,
#leftCol #siteButtons a:visited,
#leftCol #siteButtons a:hover,
#leftCol #siteButtons a:active
{
	text-decoration: none;
	color: #fff;
	background: transparent;
	font-size: 10px;
	line-height: 12px;
}
#leftCol #shindig
{
	height: 80px;
	background: url(../_images/page/left_shindig.jpg) no-repeat;
	color: #000;
	margin-top: 2px;
}
#leftCol #shindig a
{
	height: 56px; 
	padding: 27px 20px 0 25px;
	display: block;
	overflow: hidden;
	margin: 0 0 3px 0;
}
#leftCol #shindig a:link,
#leftCol #shindig a:visited,
#leftCol #shindig a:hover,
#leftCol #shindig a:active
{
	text-decoration: none;
	color: #000;
	background: transparent;
	font-size: 10px;
	line-height: 12px;
}
#leftCol #getConnected
{
	width: 175px;
	heigth: 80px;
	margin: 3px 0 0 10px;
}
#leftCol #getConnected a
{
	color: #000;
	display: block;
	height: 45px; /* 80px total */
	padding: 30px 60px 5px 15px;
	overview: hidden;
}
#leftCol #getConnected a:link,
#leftCol #getConnected a:visited,
#leftCol #getConnected a:hover,
#leftCol #getConnected a:active
{
	background: url(../_images/subscribe.gif) no-repeat;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	line-height: 13px;
}
#leftCol #getConnected a:hover
{
	background: url(../_images/subscribe_rollover.gif) no-repeat;
}

#rightCol
{
	float: right;
	width: 608px;
	margin: 0;
	padding: 0 0 30px 0;
	position: relative;
	top: 0;
	left: 0;
}
#insetContent
{
	margin: 5px 20px;
}
#insetContent .hdots
{
	margin: 10px -10px;
}
#insetContent .floatleft
{
	margin-left: -10px;
}
#insetContent .floatright
{
	margin-right: -10px;
}
#insetContent .spread
{
	margin-left: -10px;
	margin-right: -10px;
}
#insetContent .vspace
{
	margin-top: 20px;
	margin-bottom: 20px;
}



/* --- Navigation Items --- */
#leftCol #leftNavRegion
{
	background: url(../_images/page/left_mid.jpg) repeat-y;
}
#leftCol #leftNav
{
	min-height: 250px;
	overflow: visible;
	background: url(../_images/page/left_nav.jpg) no-repeat center bottom;
}
* html #leftCol #leftNav /* IE only, ignores the min-height */
{
	height: 250px;
}
#nav {
	color:#2f8dcd;
	background-color: transparent;
	font-size:13px;
	margin-left: 22px;
	position: relative;
	padding: 14px 0;
}
#nav a
{
	display: block;
	padding: 14px 0;
}
#nav a.current
{
	font-weight: bold;
}
#nav a:link,
#nav a:visited,
#nav a:hover,
#nav a:active
{
	font-size:13px;
	color:#2f8dcd;
	background-color: transparent;
	text-decoration:none;
}
#nav a:hover
{
	text-decoration:underline;
}

/* --_ Fly out menus --- */
#nav div.subnav,
#nav div.opennav
{
	display: none;
	position: absolute;
	left: 0px;
	margin: -20px 10px 0 20px;
	padding: 8px 8px;
	background: #fff;
	border: 1px solid #0C296A;
}

/* --- Currently open menu --- */
#nav div.opennav
{
	display: block;
	position: static;
	margin: -20px 15px 0 0;
	background: none;
	border: 0px;
}

#nav div.opennav a,
#nav div.subnav a
{
	padding: 10px 8px;
	background: url(../_images/dots-h.jpg) repeat-x top;
}
#nav div.opennav a:link,
#nav div.opennav a:visited,
#nav div.opennav a:hover,
#nav div.opennav a:active,
#nav div.subnav a:link,
#nav div.subnav a:visited,
#nav div.subnav a:hover,
#nav div.subnav a:active
{
	font-size:11px;
}

#siteDesign{
position:relative;
top:-300px;
left:-489px;
}

