@import url("whitespace.css");
@import url("forms.css");
@import url("news.css");
@import url("newswire.css");
@import url("faq.css");
@import url("photo-gallery.css");
@import url("staff-single.css");
@import url("calendar-layout.css");
@import url("calendar-color.css");

img {
	margin: 5px;
}
a:link, a:visited {
	color: #01274E;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
	color: #00789A;
}

body {
	background: #abc0d6;
	color: #263647;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	_behavior: url(/css/csshover.htc);
}
#container {
	background: url(../images/bg.gif) 0 0 repeat-y;
	width: 994px;
	margin: 0 auto;
	position: relative;
}
#header {
	background: url(../images/header.jpg) 0 0 no-repeat;
	margin: 0;
	height: 157px;
	padding: 20px 7px 0;
	text-indent: -1234em;
}
#header a {
	display: block;
	height: 157px;
	text-decoration: none;
}
#navigation {
	position: absolute;
	left: 17px;
	top: 177px;
	width: 266px;
	height: 498px;
	margin: 0;
	list-style: none;
	background: url(../images/menu.jpg) 0 0 no-repeat;
	text-indent: -1234em;
	z-index: 10;
}
#navigation li {
	position: absolute;
	left: 12px;
	width: 238px;
	height: 30px;
	margin: 0;
}
#navigation li a {
	display: block;
	height: 30px;
	text-decoration: none;
}
#home {	top: 24px;}
li:hover#home,
#home a:hover {	background: url(../images/menu.jpg) -278px -24px no-repeat;}
#about {	top: 54px;}
li:hover#about,
#about a:hover {	background: url(../images/menu.jpg) -278px -54px no-repeat;}
#events {	top: 84px;}
li:hover#events,
#events a:hover {	background: url(../images/menu.jpg) -278px -84px no-repeat;}
#departments {	top: 114px;}
li:hover#departments,
#departments a:hover {	background: url(../images/menu.jpg) -278px -114px no-repeat;}
#visitors {	top: 144px;}
li:hover#visitors,
#visitors a:hover {	background: url(../images/menu.jpg) -278px -144px no-repeat;}
#fundraisers {	top: 174px;}
li:hover#fundraisers,
#fundraisers a:hover {	background: url(../images/menu.jpg) -278px -174px no-repeat;}
#help {	top: 204px;}
li:hover#help,
#help a:hover {	background: url(../images/menu.jpg) -278px -204px no-repeat;}
#faq {	top: 234px;}
#faq a:hover {	background: url(../images/menu.jpg) -278px -234px no-repeat;}
#hiv {	top: 264px;}
li:hover#hiv,
#hiv a:hover {	background: url(../images/menu.jpg) -278px -264px no-repeat;}
#substanceabuse {	top: 294px;}
li:hover#substanceabuse,
#substanceabuse a:hover {	background: url(../images/menu.jpg) -278px -294px no-repeat;}
#links {	top: 324px;}
#links a:hover {	background: url(../images/menu.jpg) -278px -324px no-repeat;}
#contact {	top: 354px;}
#contact a:hover {	background: url(../images/menu.jpg) -278px -354px no-repeat;}

#navigation ul {	display: none;}
#navigation li:hover ul {
	position: absolute;
	display: block;
	background: url(../images/menufly.gif) 0 0 no-repeat;
	_background: #01244E;
	left: 238px;
	top: 6px;
	margin: 0;
	text-indent: 0;
	width: 150px;
	padding: 2px 2px 2px 7px;
	list-style: none;
}
#navigation ul li {
	height: auto;
	position: static;
	width: auto;
}
#navigation ul li a {
	height: auto;
	_height: 1px;
	padding: 3px;
	color: #e7eaed;
	text-decoration: none;
}
#navigation ul li a:hover {
	background: #e7eaed;
	color: #01244e;
}
ul#intranet {
	margin: 0;
	width: 126px;
	height: 42px;
	background: url(/images/intranet.jpg) 0 0 no-repeat;
	position: absolute;
	top: 135px;
	left: 861px;
	text-indent: -1234em;
	list-style: none;
	z-index: 900;
}
#intranet li {
	position: absolute;
	left: 0;
	top: 0;
	height: 42px;
	width: 126px;
	margin: 0;
}
#intranet li a {
	display: block;
	height: 42px;
	text-decoration: none;
}
#intranet li:hover,
#intranet li a:hover {
	background: url(/images/intranet.jpg) 0 -42px no-repeat;
}
#intranet ul {
	display: none;
}
#intranet li:hover ul {
	display: block;
	position: absolute;
	top: 42px;
	right: 23px;
	border: 1px solid #FFF;
	width: 200px;
	text-indent: 0;
	margin: 0;
	padding: 3px;
	background: #00254c;
	list-style: none;
}
#intranet ul li {
	position: static;
	height: auto;
	width: auto;
	_height: 1px;
	text-align: right;
}
#intranet ul li a {
	height: auto;
	_height: 1px;
	padding: 3px;
	color: #FFF;
	background:  #00254c;
}
#intranet ul li a:hover {
	color: #00254c;
	background: #FFF;
}


#title {
	color: #02769b;
	font-size: 18px;
	line-height: 1;
	margin: 0 14px 10px 283px;
	padding: 18px 15px 10px;
	font-weight: normal;
	background: url(../images/titleline.gif) 0 100% no-repeat;
}
#content {
	margin: 0 33px 0 298px;
	min-height: 414px;
	_height: 414px;
}
#footer {
	text-align: center;
	background: #abc0d6 url(../images/footer.gif) 0 0 no-repeat;
	padding: 15px 8px 10px;
	color: #000;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {	text-decoration: underline;}
#footer p {
	margin: 10px 0;
}
#footer #byline {
	margin: 20px 0 0;
	font-size: 10px;
	text-align: right;
	color: #566a80;
}
#byline a {	color: #566a80;}
/* Index */
#index #content {
	margin-right: 298px;
}
#column {
	position: absolute;
	left: 712px;
	top: 187px;
	width: 270px;
	height: 493px;
	background: url(../images/buttons.jpg) 0 0 no-repeat;
}
form#newsletter {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 270px;
	height: 113px;
}
#newsletter label {
	float: none;
	height: 30px;
	top: 0;
	left: 0;
	width: 270px;
	position: absolute;
	text-indent: -1234em;
}
#newsletter input {
	position: absolute;
	left: 115px;
	top: 32px;
	border: 1px solid #c2c1c1;
	padding: 2px;
	width: 142px;
	font-size: 10px;
	line-height: 10px;
}
#newsletter button {
	margin: 0;
	position: absolute;
	left: 216px;
	top: 56px;
	width: 43px;
	cursor: pointer;
	display: block;
	padding: 0;
	border: 0;
	height: 11px;
}
#newsletter button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}
#newsletter button img {
	margin: 0;
	border-width: 0;
}
#column ul {
	margin: 0;
	text-indent: -1234em;
	list-style: none;
}
#column li {
	position: absolute;
	left: 0;
	margin: 0;
	width: 270px;
}
#column li a {
	display: block;
	height: 100%;
	text-decoration: none;
}
#donate {
	top: 117px;
	height: 76px;
}
#donate a:hover {	background: url(../images/buttons.jpg) -270px -117px no-repeat;}
#tickets {
	top: 197px;
	height: 102px;
}
#tickets a:hover {	background: url(../images/buttons.jpg) -270px -197px no-repeat;}
#walkrun {
	top: 304px;
	height: 95px;
}
#walkrun a:hover {	background: url(../images/buttons.jpg) -270px -304px no-repeat;}
#aids {
	top: 404px;
	height: 44px;
}
#aids a:hover {	background: url(../images/buttons.jpg) -270px -404px no-repeat;}
#onap {
	top: 452px;
	height: 41px;
}
#onap a:hover {	background: url(../images/buttons.jpg) -270px -452px no-repeat;}



/* Error page 404 */
#pagenotfound form {
	margin: 3px 30px 10px;
	width: auto;
	float: none;
	padding: 3px;
	border: 1px solid #496F96;
	background: #ECF1F5;
	text-align: center;
}
#pagenotfound form input {
	width: 450px;
}
#errormessage {
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	border: 1px solid #999;
	padding: 10px;
	margin: 0 0 20px;
}
#errormessage h2 {
	margin: 0 0 5px;
	font-size: 14px;
	color: #555;
}
#errormessage div {
	padding: 5px;
}
#pagenotfound #navigation {
height: 392px;
}
#pagenotfound #content {
	min-height: 339px;
	_height: 339px;
}

table.layout {
	width: 660px;
}
.layout td {
	padding: 3px;
	vertical-align: top;
}
#search {
	height: 18px;
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #edf0f3;
	margin: 0 33px 0 298px;
	width: auto;
	float: none;
}
#index #search {
	margin-right: 298px;
}
#search input {
	background: #f6f7f8;
	border: 1px solid #a4a6a9;
	padding: 2px;
	margin: 0;
	width: 500px;
	vertical-align: middle;
}
#index #search input {
	width: 300px;
}
#index #search input.button,
#search input.button {
	width: auto;
	border-width: 0;
}
@media print {

	html,
	#container,
	body,
	#content,
	#title,
	#footer {
		background: #FFF;
		width: auto;
		padding: 0;
		margin: 0;
		min-height: 0;
		_height: 0;
	}
	#footer {
		border-top: 1px solid #01244C;
	}
	#title {
		margin: .1in 0;
		border-top: 1px solid #01244C;
		padding: .1in;
	}
	#content {
		margin: .1in;
	}
	#search,
	#newswire,
	#header,
	#byline,
	#navigation,
	#column,
	#footerlinks {
		display: none;
	}
	img#logo {
		display: block;
		margin: .1in ;
	}
		
}
