/* GENERAL fonts */
body {
	margin: 0 0 0 0;
	background-color: #FFFFFF;
	background-image: url(http://www.noyfss.org/images/mbg.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 83.331%;
}

/*
p, ol, ul, div, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
*/

p + p {
    margin-top: 0em;
    text-indent: 0em;
}

h1 {
	font-size: 22px;
	color: #2E2D79;
	font-weight: bold;
}
h2 {
	font-size: 19px;
	color: #5B4198;
	font-weight: bolder;
}
h3 {
	font-size: 17px;
	font-weight: bold;
	/*color: #34689A;*/
	color: #297CDC;
	line-height: 1.5;
}
h4 {
	font-size: 14px;
	color: #000066;
	padding-bottom: -20px;
}

/* - - - - - - - TOP NAV  - - - - - - - */

#navtop img {
	padding-top: 20px;
	padding-left: 15px;
}

#navtop ul {
	margin: 35px 1.5em 0 5px;
    padding-left: 0;
}

#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}
#nav {font: 23px/32px 'YanoneKaffeesatzRegular', Arial, sans-serif;}

#nav a:link, #nav a:visited {
	/*font-family: Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;*/
	color: #2E2D79;
	text-decoration: none;
	padding-left: 15px;
	/* padding-top: 25px;*/
}
#nav a:hover {
	/*font-family: Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;*/
	color: #5B4198;
	text-decoration: underline;
	padding-left: 15px;
	/* padding-top: 25px;*/
}

/* - - - - - - - SIDEBAR  - - - - - - - */

#sidebar {
	background-color: #D7D8D8;	
}

#sidebar ul {
    margin: 0 1.5em 1.5em 0;
    padding-left: 2.5em;
}

#sidenav {font: 19px/25px 'YanoneKaffeesatzRegular', Arial, sans-serif;}

#sidenav li {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 5px;
}

#sidenav a:link, #sidenav a:visited {
	color: #333333;
	text-decoration: none;
}
#sidenav a:hover {
	color: #5B4198;
	text-decoration: underline;
}

#donate img, #events img {
	padding-left: 2.5em;
}

#donate {
	margin-top: 10px; 
	margin-bottom: 10px;
}

#quotes {
	padding-left: 2.5em;
	padding-right: 2.5em;
	font-size: 12px;
	font-style: italic;
	text-align: justify;
}

/* - - - - - - - CONTENT  - - - - - - - */


#banner {
	margin-left: -10px;
	margin-top: -5px;
}

#content {
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
}


a:link {
	color: #34689A;
	text-decoration: underline;
}
a:hover {
	color: #FF9A00;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
#linklist {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
}

/* - - - - - - - GALLERY  - - - - - - - */

#gallery {
	clear: both;
    float: right;
    height: auto;
    text-align: right;
    width: 245px;
}

#gallery img {
    padding: 2px;
    border: 1px solid #E8ECEF;
    margin-top: 0px;
    margin-right: 3px;
    margin-bottom: 3px;
    margin-left: 0px;    
}

/* - - - - - - - DOCS  - - - - - - - */

#docs {
	clear: both;
    float: right;
    height: auto;
    width: 245px;
	margin-top: 10px;
	
}

#docs h1 {
	color: #666;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
	margin-left: 10px;
}

#docs ul {
	margin-left: 10px;
}

/* - - - - - - - FOOTER  - - - - - - - */

#footer {
	background-image: url(http://www.noyfss.org/images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: left -150px;
	height: 400px;
}

#bottomaddress {
	font-size: 11px;
	color: #9C9C9C;
	text-align: center;
}

#bottomaddress a:link, #bottomaddress a:visited {
	color: #9C9C9C;
}

#bottomaddress a:hover {
	color: #2E2D79;
}

#facebook img {
	float: left;
	margin-right: 5px;	
	margin-left: 15px;
}

#facebook a:link, #facebook a:visited {
	color: #2E2D79;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#facebook a:hover {
	color: #333333;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

/* - - - - - - - DD MENU  - - - - - - - */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	/* width: 10em; */
}

#nav li { /* all list items */
	float: left;
	/* width: 10em;  width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #FFF;
	width: 215px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F4F4F4;
	border-bottom-color: #F4F4F4;
	border-left-color: #F4F4F4;
}

#nav li ul li { /* second-level lists */
	padding: 5px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D8D8;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


