/* Start of CMSMS style sheet 'Layout: NYHRPS' */
@charset "utf-8";
/* CSS Document */

/* COLOR PALETTE
   DARK BLUE #044b89
   RED  #ee3b33
   SIDEBAR BLUE #8baac7
 */

* {
	margin:0px;
	padding:0px;
}

body {
	
	/*text-align:center; IE6 needs this to center the layout in the browser window */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #044b89;
	}

h1 {
	font-size: 16pt;
	text-align: left;
	line-height: 1.4em;
	font-weight: bold;
	color: #ee3b33;
	padding-bottom:5px;
	text-transform:uppercase;
	}

h2 {
	font-size: 14pt;
	text-align: left;
	line-height: 1.4em;
	font-weight: bold;
	color: #044b89;
	padding-bottom:5px;
	}

h3 {
	font-size: 10pt;
	text-align: left;
	line-height: 1.4em;
	color: #000000;
	margin-top: 12px;
	margin-bottom: 2px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:5px;
	}
	
h4 {
	font-size: 10pt;
	text-align: left;
	line-height: 1.4em;
	color: #000000;
	margin-top: 12px;
	margin-bottom: 2px;
	padding-bottom:5px;
	}
		
p {
	font-size: 10pt;
	line-height: 1.6em;
	color:#000000;
	padding-bottom: 12px;
		}
		
table {
width:500px;
padding: 5px;
}

table tr td {
	font-size: 10pt;
	line-height: 1.6em;
	color:#000000;
	padding-bottom: 6px;
		}
		
form {
font-size: 10pt;
font-weight: bold;
}

ul {
padding-left:20px;
padding-bottom: 10px;
}

ol {
padding-left:20px;
padding-bottom: 10px;
}
		
ul li {
	font-size: 10pt;
	color:#000000;
	line-height: 1.5em;
	}
	
ol li {
	font-size: 10pt;
	color:#000000;
	line-height: 1.5em;
		}
		
ul li ul li{
	font-size: 10pt;
	color:#000000;
	line-height: 1.5em;
	}
	
ol li ol li{
	font-size: 10pt;
	color:#000000;
	line-height: 1.5em;
		}
		
img {
margin: 5px; /*trbl*/
border:none;
}


.list {  /*to indent lists that get lost in * declarations */
padding-left:20px;
padding-bottom: 10px;
}

blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style:italic;
	font-weight:bold;
	line-height: 1.7em;
	padding: 8px 12px 8px 12px; /*trbl*/
	text-align:left;
	}
		
a:link {
	background-position: center;
	color: #044b89;
	font-weight:bold;
	text-decoration:none;
}

 a:active{
	background-position: center;
	color: #044b89;
	font-weight:bold;
	text-decoration:none;
}


a:visited {	
	color: #044b89;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	font-weight:bold;
	color: #044b89;
	text-decoration:underline;
}



table {
border-spacing:12px;
}

	
/*--------LAYOUT DIVS ------------------*/
	
#main_wrapper {
	width:800px; /* sets max layout width */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	position:relative;
	height:100%;
	background-color:#8baac7;
	}
	
#header {
	/* full width by default */
		position:relative;	
     background-color: #044b89;
	}
	

#content {
	position:relative;
	width:580px;
	padding:20px 5px 15px 250px; /*trbl*/
		}
		
#content_insidepage {
	position:relative;
	width:580px;
	padding:20px 5px 15px 150px; /*trbl*/
background-color:#FFFFFF;
		}
		
#maintext {
	background-color:#FFFFFF;
	border-top: 3px #ee3b33 solid;
	width:535px;
	}
	
	
#home_nextevent {
 position:relative;
 width:340px;
}

#home_upcoming {
position:absolute;
width:170px;
left:600px;
top:300px;

}
	
#leftbar {  /* LEFT leftbar COLUMN */
	position:absolute;	
	top:146px;
	left: 0;
	width:240px;
	background-image:url(uploads/images/leftbackground.jpg);
	background-position:top left;
	background-repeat:no-repeat;
		
	}



#footer {
	/* full width by default */
	position:relative;
	background-color: #044b89;
	

	}
	
#logoleft {
position:absolute;
top:15px;
left:20px;
}

/*--- the Inner Div items ----- */

#header_inner, #leftbar_inner, #content_inner, #promo_inner {
	overflow:hidden; /* prevents oversize elements from breaking the layout */
	}
	
#header_inner {
	/*padding:.25em 2em;*/
	height:146px;
	background-image:url(uploads/images/header.jpg);
	background-repeat:no-repeat;
	}
	
#leftbar_inner {
	margin:1px 1px 1px 1px;
	padding-left:10px;
	text-align:left;
	padding-top:15px;
	padding-right:5px;
	
	}

#leftbar_inner h2 {
	padding-bottom:4px;
	text-transform:uppercase;
        line-height: 1.2em;        
	font-size: 12pt;


}

#leftbar_inner p {
	line-height:1.2em;
}

#leftbar_inner a {
	font-weight: bold;
	color: #ee3b33;
	text-decoration:none;
	}

#leftbar_inner a:hover {
	text-decoration:underline;
}



#content_inner {
	/*margin:1em 2.5em 1em 2em;*/
	padding:0;	
	}
	
#content_insidepage_inner {
	/*margin:1em 2.5em 1em 2em;*/
	padding:0;	
	}

#home_nextevent_inner {
padding-left:15px;
padding-top:25px;
padding-right:10px;
}

#home_upcoming_inner {
border-left: 1px solid #8baac7;
padding-left:20px;
padding-right:5px;
line-height: 1.2em;
padding-top:15px;
}

#home_upcoming_inner h2{
font-size: 12pt;
text-align: left;
padding-bottom:4px;
line-height: 1.2em;
}

#home_upcoming_inner p{
line-height: 1.4em;
}


#maintext_inner {
padding-left:15px;
padding-top:25px;
padding-right:10px;
}
	
#flashbanner {
width:535px;
height:265px;

}

#mainphoto {
width:535px;
padding:0;
margin-left:-5px;

}

#ourvision {
position:absolute;
top: 30px;
left: 300px;
width: 500px;
height: 40px;
}


#ourvision p {
color:#8baac7;
font-family: Tahoma, Geneva, sans-serif;
font-style:italic;
font-size: 11pt;
}

#ourvision a {
 color: #ee3b33;
 text-decoration:underline;
}

/*#ourvisionlink{
position:absolute;
top: 29px;
left:290px;
}*/

#nyhrlink{
position:absolute;
top: 6px;
left:7px;
}
	
#footer_inner {
	padding:.5em .5em;
	text-align:right;
	
	}
	
#footer_inner p {
	font-size: 8pt;
	color:#FFFFFF;
	text-transform:uppercase;
	padding-top:8px;
	}

#footer_inner a {
	font-size: 8pt;
	color:#FFFFFF;
	text-decoration:underline;
	}	
	
/*------------CLASSES -------------------*/

.indent
{
padding-left:30px;
}

.smalltext
{
font-size:10pt;
}

.uppercase {
text-transform:uppercase;
}

.nomarginpadding {
margin:0;
padding:0;
}

.redbold {
font-weight:bold;
color:#ee3b33;
}

.extraspace ul li {
padding-bottom:2em;
}

.quotes { 
font-style:italic;
font-size: 12pt;
padding-left: 5px;
padding-right:5px;
}
/* End of 'Layout: NYHRPS' */

