
body {
    margin:0;
    padding: 0;
    text-align: center;
    background-color: #f9f9f9;
    background-repeat: repeat-x;
    background-image: url(../images/bg_tile.gif);
    color: #000000;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    outline: none;
}

a, object {
    /* Remove focus outline from flash objects */
    outline: none;
}

#pageContainer {
    margin: 0px auto;
    padding: 0px;
    width: 1032px;
    text-align: left;
    background-position:center;
    background-repeat:repeat-y;
    /* NOTICE: the background image is overridden in index.php with an */
    /* IE6 specific CSS block. Be sure to update in both places        */
    background-image: url(../images/main_center_background.png);
}
#header {
	width: 1001px;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}

/* BEGIN:  prototype-label styles.  Remove these when no longer prototype. */
#prototype-label {
	position: absolute;
	top: 35px;
	left: 660px;
	font-size: 1.4em;
	font-weight: bold;
}

#prototype-label a {
	text-decoration: none;
	color: red;
}

#prototype-label :link:hover {
    color: #bb0000;
    text-decoration: underline;
}
/* END: prototype_label styles */

#topNav {
    background-color: #aaaaaa;
    border-bottom:1px solid #888888;
    display: block;
    height: 21px;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
#topNavElements {
    display: inline;
    margin-left: 10px;
    padding-left: 0;
    position: relative;
    top: 3px;
}
#topNavElements li {
	color:#ffffff;
	display:inline;
	font-family:arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-right:9px;
}
#topNav :link, #topNav :visited {
    color:#ffffff;
    text-decoration:none;
}
#topNav a:hover {
    color:#AEDBF4;
}
#topNavElements li a {
    font-size:11px !important;
}
#headTitle {
	background: #ffffff url(../images/head_commerce.png) no-repeat scroll right top;
	display:block;
	height:76px;
	margin:0;
	position:relative;
	vertical-align:middle;
    width:inherit;
}
#headTitle img {
	border: 0;
	margin: 3px;
}

#headerSubnavBlock {
	background-color: #f0f8fe;
	border-top: 1px solid #aedbf4;
	display: block;
	position: relative;
	height: 26px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	vertical-align: middle;
	width: 1000px;
}
#headerSubnavElements {
	display: inline;
	list-style-type: none;
	margin-left: 7px;
	padding-left: 0;
}
#headerSubnavElements li {
    display: inline;
    font-size: 0.9em;
    font-weight: bold;
    padding-left: 10px;
    margin-right: 15px;
    background: transparent url(../images/header_subnav_bullet.png) no-repeat scroll left top;
}
#headerSubnavElements a {
	color: #0057a5;
	font-weight: bold;
}
#headerSearchBox {
    position:absolute;
    right:0;
    top:0;
}

#contentArea {
	margin: 0px 16px 35px 16px;
	padding: 1em 2em;
	background-color: #ffffff;
	z-index: 2;
}
	


#flashModule {
	height:545px;
	margin:0 auto;
	padding:0;
	text-align:center;
	width:1032px;
	/* BG image needs updating
	background: url('../images/flash_preload_bg.png') no-repeat top left;
	*/
}


#footerSection {
	background-color: #ffffff;
	margin: 0;
}

#footerSiteMap {

}
#footerSiteMap td {
	vertical-align: top;
	padding: 0 1em;
}
#footerSiteMap .boxHeader {
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	background-color: #2b6aa0;
	padding: 6px;
	text-align: left;
}
#footerSiteMap h2 {
	color: #2b5377;
	font-size: 1.3em;
	font-weight: bold;
}

#footerSiteMap h2 :link, #footerSiteMap h2 :visited {
	color: #2b5377;
	text-decoration: none;
}

#footerSiteMap h2 :link:hover { 
	color: #0000dd;
}

#footerSiteMap :link, #footerSiteMap :visited {
	color: #777777;
}
#footerSiteMap a:hover {
	color: #0000dd;
}
#footerSiteMap {	
}
#footerSiteMapAddThis {
	margin: 2em 0;    
}

#footerSiteMap ul {
    list-style-image: url(../images/list_icon_rightangle.png);
    list-style-type: circle; 
    padding-left: 1.2em;
    margin-left: 0;
}
#footerSiteMap li {
    margin: 0.5em;
}

.footerSiteMapSeparator {
    background-image: url(../images/footer_vert_bar.png);
    background-repeat: repeat-y;
    background-position: center;	
}

.footerSiteMapSeparator div {
	background-color:#ffffff; 
	position:relative; 
	top:-1px;
}

#footer {
	background-color: #ffffff;
	width: 98%;
	margin: 3em 0em;
}
#footer td {
	vertical-align: middle;
}
#footer :link, #footer :visited {
    color: #2b6aa0;
}
#footer :link:hover {
    color: #0000dd;
}

h1 {
    color: #0057a5;
    font-size: 2.3em;
    font-weight: bold;	
}

h2 {
	color: #00a3e3;
	font-size: 1.6em;
	font-weight: normal;
}


#dashboard-landing {
    width: 680px;	
}
#dashboard-landing-rightbar {
    float: right;
    width: 255px;   
    font-style: italic;
    margin: 1em 0 2em 1em;
}
#dashboard-landing-rightbar li {
    margin-bottom: 1em;
}
.dashboard-figure {
	position: relative;
    width: 680px;
}
.dashboard-figure .image {
	margin: auto;
/*	width: 550px; */
}
.dashboard-figure .caption {
	margin: 0.5em auto 2em auto;
	width: 550px;
	color: #888888;
	font-size: 0.9em;
	font-style: italic;
}


.noaa-news-feed-itemTitle a {
    font-size: 1.2em;
    font-weight: bold;
    color: #2b6aa0;
    text-decoration: none;
}
.noaa-news-feed-itemTitle :link:hover {
	text-decoration: underline;
}

.noaa-news-feed-itemDescription {
	color: #333333;
	padding-top: 0.2em;
	padding-bottom: 1.2em;
}
.noaa-news-feed-pubdate {
    color: #aaaaaa;
    font-size: 0.8em;
}
#noaa-news-feed-rsslink a {
	color: #2b6aa0;	
	font-size: 1.0em;
	font-weight: normal;
	text-decoration:underline;
}
#noaa-news-feed-rsslink img {
	border: 0;
}
#noaa-news-feed-rsslink {
	text-align: right;
}



.hidden {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

	
	
