/*****************************/
/* HTML tag styles primarily used throughout    */
/*  (from website     */
/****************************/ 
body{font-family:"Myriad Pro";
	font-size:15px;
	color:#000000;
}
p{
   font-family: "Myriad Pro";
   font-size: 15px;
   line-height: 1.2;
   color: #333333;
   margin: 0px;
   padding: 6px;
}
li{
	font-family: "Myriad Pro";
	font-size: 15px;
	line-height: 1.4;
	color: #000000;
	margin: 0px;
	/**Sept 29 2015 made change from this to current in order to remove the white strip from the li's on the sidbar nav on hover
	padding: 2px;**/
	padding: 0px;	
}

a{
   color: #000000;
   text-decoration: italic;
}

a:link{
   color: #980000;
   text-decoration: italic;
}

a:visited{
   color: #980000;
   text-decoration: underline;
}

a:hover{
   color: #980000;
   text-decoration: italic;
}

/********************/
/* heading titles             */
/*******************/

h1{
   font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
   font-size: 27px;
   line-height: 1;
   display: inline;
   color: maroon;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 1px;
}

h2{
   font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
   font-size: 20px;
   font-weight: bold;
   line-height: 1;
   margin: 0px;
   padding: 7px;
}

h3{
   font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
   font-size: 18px;
   color: #980000;
   font-weight: normal;
   line-height: 1;
   margin: 0px;
   padding: 3px;
}

h4{
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
 	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px;
	margin-right: 0px;
	margin-left: 0px;
  	margin-bottom: 10px;
}

h5{
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #980000;
	margin-right: 38px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

h5.unbold{
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	margin-right: 8px;
	margin-left: 12px;
	padding: 0px;
}

h6{
   font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: normal;
   line-height: 1;
   margin-top: 10px;
   margin-bottom: 2px;
   padding: 1px;
}

h6.left{
	line-height: 1.05;
	margin-top: 0px;
	margin-bottom: 0px;
}

h6.side{
   font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   font-style: italic;
   line-height: 0.8;
   margin-top: 10px;
   margin-bottom: 2px;
   padding: 0px;
}

/******************************/
/* Layout Divs   url(/img/misc/nyypinrevsm.jpg); background-repeat: repeat */
/******************************/
body{
	background:#d8c8a8;
}

#masthead{
	background-image: url('/img/hdr/Header.png'); 
	height: 159px;
	text-align:right;
	vertical-align: text-top;
}

/**Breadcrumbs at the top of the Clubs pages**/
#clubBreadcrumbs{
text-decoration: none;
font-size: .8em;
color: gray;
font-style: italic;
padding: 15px 0px 15px 0px;
}

#clubBreadcrumbs a{
text-decoration: none;
color: gray;
}

#homelink{
	position:absolute;
	float:none;
	display:inline;
	left:0px;
	top:0px;
	height:105px;
	z-index:1;
}

#container{
   padding: opx 0px 0px 0px;
   width: 800px;
   margin-left: auto;
   margin-right: auto;
   background-color:#FFFFFF;
   border-left: 1px solid #a02c2c;
   border-right: 1px solid #a02c2c;
   border-top: 4px solid #a02c2c;	
}

#leftColumn{
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

.leftColumn{
	background-color: #ffffff;
}

#middleColumn{
	padding: 10px 10px 10px 10px;
	border-left: 1px solid #A02C2C;
	}

#middleColumnClub{
	padding: 10px 10px 10px 10px;
	width: 572px; 
	float: left;
	border-left: 1px solid #A02C2C;
	}

#rightColumn{
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    font-size: 11px;
   	float:right;
	padding: 0px;
	margin-top: 20px;
	width: 175px;
	line-height: 1.2;
}

#rightColumn li{
	list-style-image: url(../img/bulletTanSquare.gif);
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
    font-size: 11px;
	margin-bottom: 10px;
}


/********* #leftNav styles *********/

#leftNav{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #666666;
	line-height: 1.4;	
	margin: 0px;
	padding: 0px;
	/**changes**/
	padding-top: 3em;
	border-right: 1px solid #A02C2C;
	float:left; 
	width:200px;
}

p.pad0 {/**padding: 1px;**/
		padding: 0px;
		text-align: center; 
		background-color: white;
		color: maroon; 
		/**font-size: 1.25em;**/
}


div#leftNav p.pad0 a {
	    text-align: left; 
		background-color: white;
		color: maroon; 
		/**font-size: 1.25em;**/
		font-weight: bold;
}

#leftNav .pad0 a:hover{
	background-color:#CCCCCC;
	/**Sept 28 2015 provisionally removed to match all site no black hover text  color: #000000;**/
	text-decoration: none;
}
/**
div#leftNav p.pad0 a font {
take out all the old maroon font tags from the offending menus July 24, 2015
		color: white !important;
}
**/

#leftNav a {
	display: block;
	color: maroon;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	/**Sept 29 2015 changed from 2px padding top and bottom to remove white strip on left nav buttons on hover
	padding: 2px 0px 2px 10px;**/
	padding: 0px 0px 0px 10px;
}

#leftNav a:hover{
	background-color:#CCCCCC;
	/**Sept 28 2015 provisionally removed to match all site no black hover text color: #000000;**/
	text-decoration: none;
}

#navon a {
	font-weight: bold;
	color: #000000;
}

/**added to style the small font tags on home page in left-hand nav**/
#leftNav small {
	text-indent: 6em;
	color: Gray;
	font-style: italic;
	font-weight: normal;	
}

/***** #column divider color *********/
.divider {
	background-color: #cccccc;
}

/***** #citation page style *********/
.credit {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}


/******* #footer styles ******/

.footer {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 5px 5px 5px 5px;
	text-align:center
	
}

/******* #leftColumn link styles ******/

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

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftColumn li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #leftColumn li {border-bottom: none;}
