/*----------------------------------------
APHNYS Stylesheet
Last Updated: January 19, 2012
(c) 2011 Affiniscape, Inc.
All Rights Reserved. This stylesheet must not be reproduced without the express written permission of Affiniscape, Inc.
For questions regarding licensing or setup please contact Affiniscape, projects @ affiniscape dot com
----------------------------------------*/

/* @group Imports
----------------------------------------*/
@import url(/global/css/global-styles.min.css);
/* @end */


/* @group Body
----------------------------------------*/
body {
	margin: 0;
	background: #fff;
}
body#nobackground { 
	background: #fff; 
}
/* @end */


/* @group Flyouts 
----------------------------------------*/
#navleft li ul {
	z-index: 99;
}
/*@end */


/* @group Marker Search Map and Page
----------------------------------------*/
#aphnysmap-wrapper {
	background: url(../../imgs/map/aphnys-map.png);
}
#aphnysmap {
	display: block;
	-background: url(../../imgs/map/aphnys-map.png);
	height: 591px;
	width: 593px;
}
#marker-search {
	padding: 8px;
}
#marker-search p {
	font-size: 12px;
}
#marker-search #funding {
	background: url(../../imgs/hrvnha-logo.png) no-repeat 100% 0;
	font: italic 16px/1.6em Georgia, "Times New Roman", Times, serif;
	height: 80px;
	padding: 10px 100px 10px 0;
}
#marker-search h1 {
	font: normal 18px/1em "Trebuchet MS", Arial, Helvetica,  sans-serif;
	color: #262626;
}
#marker-search ul {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}
#marker-search ul li {
	display: inline;
	float: left;
	margin-right: 40px;
}
#marker-search ul li a:link, 
#marker-search ul li a:active, 
#marker-search ul li a:visited {
	background: url(../../imgs/btn-marker.png) repeat-x 0 0;
	color: #E5E5E5;
	display: block;
	font-size: 14px;
	height: 52px;
	padding: 20px 7px 7px 0;	
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #003363;
	vertical-align: middle;
	width: 138px;
}
/* @end */


/* @group Clickable Logo
----------------------------------------*/
#logo-click {
	border: none;
	margin-left: -380px;
	top: 25px;
	width: 150px;
}
#logo-click h1 {
	height: 150px;
}
/* @end */

