/** DEFAULT CONTENT FORMATTING **/
/** ALL FONT SIZES, INCLUDING MAIN, ARE BASED ON SIZE DEFINED HERE **/
	#contentArea {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .75em;
		color: #000000;
		padding-bottom: 26px;
	}
	.caption { font-size: .9em; font-style: italic; color: #888888; }
	a { font-weight: bold; }
	/*a:link { color: #00a3e3; }*/
	/*a:visited { color: #0057A5;	}*/

	a:link { color: #0057A5; text-decoration: none;	}
	a:visited { color: #00a3e3;	text-decoration: none;}
	a:hover { color: #ffbf00; text-decoration:underline;}
	h1 { 
		font-size: 2.3em;
		font-weight: bold;
		letter-spacing: -.05em;
		/*color: #f4c300;*/ 
		 color: #0057A5; 
		margin: 6px 0px 8px 0px;
		line-height: 1.1em;
	}
	h2 { 
		font-weight: normal;
		font-size: 1.6em;
		letter-spacing: -.01em;
		color: #00a3e3;
		margin: 6px 0px 6px 0px;
	}
	h3 {
		font-weight: bold;
		font-size: 1.2em;
		color: #0057A5;
		margin: 2px 0px 4px 0px;
	}
	h4 {
		font-weight:bold;
		font-size: 1em;
		color: #0057A5;
		margin: 2px 0px 4px 0px
	}
	h5 {
		font-weight: bold;
		font-size: 1em;
		color: #666666;
	}
	p { 
		margin-top: 0px;
		line-height: 1.4em;
		margin-bottom: .9em;		
	}
	ul.formattedList  {
		list-style-type: none;
		margin-top: -5px;
		margin-left: 2px;  
		padding-left: 0px;
		width: auto;
	}
	ul.formattedList  li {
		list-style-type: none;
		background:  url('/noaa-web/images/list_bullet.png') no-repeat top left;
		background-color: transparent !important;
		font-family: Arial, Helvetica, sans-serif; 
		background-color: #FFFFFF;
		color: #000000; 
		font-weight: normal;
		font-size: 1em;
		line-height: 1.3em;
		padding: 3px 4px 3px 20px; 
		margin-left: 0px;
	}
	ul.formattedList li.heading { 
/*		border-top: 1px dotted #AEDBF4; */
		display: block;
		border-bottom: 1px dotted #cccccc;
		font-weight: normal;
		font-size: 1.6em;
		letter-spacing: -.01em;
		color: #00a3e3;
		line-height: 1em;
		margin-top: 10px;
		margin-bottom: 4px;
		padding-left: 0px;
		background-image: none;
		/*background-color: #f0f8fe;*/
	} 
	ul.formattedList.indent {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	ul.formattedList ul {
		padding-left: 0px;
		padding-bottom: 0px;
	}
	
	ul.formattedList ul li {
		
	}

	
	li.rss {
		list-style-type: none;
		padding-left: 18px;
		background: url("/images/rss_icon.png") no-repeat;
	}

/* FLOATING IMAGES */
.leftAlignImage img, .rightAlignImage img { 
	width: 200px; 
	border: none;
}
.leftAlignImage.width120, .leftAlignImage.width120 img, .rightAlignImage.width120, .rightAlignImage.width120 img {
	width: 120px !important;
	height: auto;
}
.leftAlignImage.width150, .leftAlignImage.width150 img, .rightAlignImage.width150, .rightAlignImage.width150 img {
	width: 150px !important;
	height: auto;
}

.leftAlignImage.width300, .leftAlignImage.width300 img, .rightAlignImage.width300, .rightAlignImage.width300 img {
	width: 300px !important;
	height: auto;
}

.leftAlignImage.width500, .leftAlignImage.width500 img, .rightAlignImage.width500, .rightAlignImage.width500 img {
	width: 500px !important;
	height: auto;
}

.leftAlignImage, .rightAlignImage {
	padding: 4px;
	border: 1px solid #CCCCCC; 
	width: 200px;
	height: auto;
	color: #666666;
	font-size: .9em;
}

.leftAlignImage { 
	float: left;
	margin-right: 10px;
}
.rightAlignImage {
	float: right;
	margin-left: 10px;
}
.rightAlignImage p:first-child, .leftAlignImage p:first-child  { margin-left: 0px;  margin-top: 0px; }
.rightAlignImage p, .leftAlignImage p { margin-bottom:0px; margin-top: 6px; color: #888888;}

/* LEFT-NAV QUOTES */
.quoteLeft, .quoteRight {
	width: 120px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 4px;
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #999999;
}
.quoteLeft {
	text-align: right;
	float: left;
	margin-left: 0px;
	margin-right: 20px;	
}
.quoteRight {
	text-align: left;
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}
p.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: .75em;
	color: inherit;
	margin-bottom: 0px;
	margin-top: 6px;
}
#leftNavUserExtras .quoteLeft, #leftNavUserExtras .quoteRight {
	margin-top: 10px;
	margin-left: 15px;
}

/* PHOTO GRID, DEFAULT WIDTH 250px  */
ul.photoGrid {
	list-style-type: none; 
	display: inline;
	padding: 0px;
	margin: 0px;
	width: auto;
}
ul.photoGrid li  { 
	display: -moz-inline-block; 
	display:inline-block; 
	*display: inline;  
	*zoom:1; 
	width: 250px; 
	margin: 10px; 
	vertical-align:top; 
}
ul.photoGrid p { 
	width: 250px;
	font-size: .9em; 
	color: #888888;
	padding: 4px;
}
ul.photoGrid img { 
	border: 1px solid #cccccc; 
	padding: 4px; 
}

ul.photoGrid.width100 li, ul.photoGrid.width100 p { width: 100px; }
ul.photoGrid.width150 li, ul.photoGrid.width150 p { width: 150px; }
ul.photoGrid.width250 li, ul.photoGrid.width250 p { width: 250px; }
ul.photoGrid.width300 li, ul.photoGrid.width300 p { width: 300px; }
ul.photoGrid.width350 li, ul.photoGrid.width350 p { width: 350px; }

/* FLU WIDGET */
#fluWidget p a { display: none;}
#fluWidget div { width: 150px !important; }
#fluWidget img { 
	width: 130px;
}

#fluWidget {
	padding: 0px;	
	margin: 0px;
}
	



/* icons */
a.icon_pdf1	{
	box-sizing: border-box;
	background: url('/images/icon-pdf-16x16.png') 0 0 no-repeat;
	padding: 3px 0 1px 22px;
}