/* @group General Styles */

html {
	background: url('http://www.greenpointny.com/images/body-texture-red.jpg');
}

body {
	background: transparent;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	text-shadow: 1px 1px 1px #fff;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

b, strong {

}

#content a:link, #content a:visited {
	color: #922124;
	text-decoration: none;
	border-bottom: 1px solid #ddd5cf;
}

#content a:hover, #content a:active {
	color: #333;
	border-bottom: 1px solid #333;
}

a:link, a:visited {
	color: #922124;
}

a:hover, a:focus {
	color: #333;
	outline: none;
}

img {
	z-index: 30;
}

.center {
	text-align: center;
}

ul li {
	list-style: disc;
}
	
/* @end */

/* @group Layout */

#container {
	position: relative;
	background: url('http://www.greenpointny.com/images/body-texture01.jpg');
	width: 960px;
	margin: 0 auto;
	padding: 14px 28px;
	border: 2px solid #462823;
	border-top: 0;
	-webkit-border-bottom-right-radius: 14px;
	-webkit-border-bottom-left-radius: 14px;
	z-index: 1;
}

.clearer {
	clear: both;
}

#pageHeader {
	position: relative;
	float: left;
	width: 960px;
	height: 200px;
	margin: 0 0 10px 0;
	padding: 0;
}

#logo {
	position: absolute;
	top: 3px;
	left: 0;
	width: 325px;
	padding: 0;
	z-index: 100;
}

img.banner {
	float: right;
	margin-top: 10px;
	border: 2px solid #ddd5cf;
}

#pageHeader h2 {
	position: absolute;
	top: 175px;
	left: 4px;
	font-weight: normal;
	font-size: 14px;
}

#toplinks {
	display: none;
	position: absolute;
	float: left;
	width: 230px;
	height: 24px;
	top: 6px;
	right: 28px;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#toplinks p {
	float: left;
	margin: 4px 10px 0 0;
	padding: 0;
}

a.email {
	display: block;
	float: left;
	background: url('http://www.greenpointny.com/images/icon-sprite.png') no-repeat 0 4px;
	width: 28px;
	height: 24px;
	margin-right: 10px;
}

a.facebook {
	display: block;
	float: left;
	background: url('http://www.greenpointny.com/images/icon-sprite.png') no-repeat 0 -20px;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

a.twitter {
	display: block;
	float: left;
	background: url('http://www.greenpointny.com/images/icon-sprite.png') no-repeat 0 -48px;
	width: 24px;
	height: 24px;
}

#slider {
	display: none;
}

#content {
	float: left;
	width: 946px;
	margin: 0;
	padding: 0;
}

#content h2 {
	margin-bottom: 10px;
	.font-size: 19px;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd5cf;
}

#content ul {
	list-style: square;
}

#sidebar {
	display: none;
	float: left;
	width: 330px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	z-index: 100;
}

iframe {
	border: 2px solid #ddd5cf;
	.margin-top: -10px;
}

#footer {
	width: 960px;
	margin: 20px auto 20px;
	padding: 0;
	font-size: 12px;
	text-align: center;
	text-shadow: 0 0 0;
}

#footer img {
	float: right;
	margin: 0 0 0 30px;
	opacity: .40;
	filter: alpha(opacity="40");
}

#footernav {
	width: 100%;
	margin: 0 0 14px 0;
	padding: 0;
}

#footernav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footernav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#footernav a:link, #footernav a:visited {
	display: inline;
	margin: 0 10px;
	color: #ddd5cf;
    text-transform: uppercase;
    text-decoration: none;
}

#footernav a:hover, #footernav a:active {
	color: #333;
    text-decoration: underline;
}

#footer p {
	margin: 0;
	padding: 5px 0;
	color: #908b87;
}

#footer p.copyright {
	font-size: 10px;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	position: relative;
	float: left;
	background: url('http://www.greenpointny.com/images/nav-bg.jpg');
	width: 963px;
	height: 35px;
	margin: 0 0 15px -3px;
	.margin: -10px 0 0 -3px;
	font-weight: bold;
	border: 1px solid #792d2f;
	border-bottom: 1px solid #5b2223;
	-webkit-box-shadow: 1px 1px 2px #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 3;
}

#navcontainer #current {
	background: url('http://www.greenpointny.com/images/white21.png');
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	z-index: 5;
}

#navcontainer li {
	position: relative;
	float: left;
	list-style-type: none;
}

#navcontainer a {
	display: block;
	margin: 0;
	padding: 8px 46px;
	.padding: 8px 46px 7px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000;
}

#navcontainer a:hover {
	background: url('http://www.greenpointny.com/images/white21.png');
}

#navcontainer a:active {
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navcontainer ul ul {
	display: none;
	position: absolute;
	background: #03478b;
	width: 110px;
	top: 42px;
	left: 0;
	padding: 0;
	z-index: 6;
}

#navcontainer ul ul li {
	display: block;
}

#navcontainer ul ul a {
	display: block;
	width: 100px;
	padding: 5px 10px;
	font-size: 12px;
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul #current{
}


/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 110px;
	top: 0;
	font-size: 1em;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}
/* @end */

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1em;
	color: #b8b8b8;
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 1px #fff;
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {

}
