/*    SET BASE STYLES  & NORMALIZE BROWSER MARGINS   */
* {
	margin:0;
	padding:0;
}
body {
	background:#666; /*color #163B69 is the NCAR body*/
	font-family:Arial, Helvetica, sans-serif;
    	font-size:.85em;
    	line-height:1.4em;
}
ul {
	margin:5px 0px 10px 40px;
}
ol {
	margin:5px 0px 10px 40px;
}

li img {
	padding:0px;
	margin:0px 1px 0px 0px;
	display:inline;
}

li {
	padding:0px 0px 2px 1px;
	margin:0px 0px 5px 0px;
}
/*
img {
	margin:10px;
	padding:0px;
}*/

h1 {
	font-size:1.6em;
	line-height:1em;
	/* text-shadow:#666 2px 2px 2px; */
	margin:0px 0px 10px 0px;
	/* font-weight:bold; */
	color:#444;
	clear:both;
}
h2 {
	font-size:1.3em;
	line-height:1.3em;
	margin:12px 0px 10px 0px;
	font-weight:bold;
	color:#039;
	clear:both;
}
h3 {
	font-size:1.1em;
	margin:6px 0px 4px 0px;
	/*font-style:oblique;*/
	font-weight:bold;
	color:#151515;
	clear:both;
}
h4 {
	margin:3px 0px 3px 0px;
	font-weight:bold;
}
h5 {
	margin:5px 0px 3px 10px;
	line-height:10pt;
	font-style:normal;
	font-weight:bold;
	clear:both;
	color:#333;
}
p {
	margin:10px 5px 8px 0px;
	color:#333;
	font-weight:normal;
}
a:link {
	color:blue;
	font-weight:normal;
	text-decoration:none;
}
a:visited {
	color:blue;
	text-decoration:none;
}
a:hover {
	color:blue;
	text-decoration:underline;
}
a:active {
	color:blue;
}

/*a:visited:hover {
	color:blue;
	text-decoration:underline;
}*/

a img {
	border:0;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
}
.center {
	text-align:center;
}
/* PAGE CONTENT AREA */
#wrap {
	position:absolute; /*this is the area to the left and the right of the content div*/
	top:60px;  /*contains the content div*/ 
	/* left:-14px; */
	width:100%; 
	text-align: center;
	/* height:auto; */

	background-image: url(/images/hao-banner-bg-orangeline.png);
	background-repeat: repeat-x;
	background-color: #666666;
}
#content {     /*area of content below banner and drop style menu*/

	/* margin-top:0px;
	margin-left:auto;
	margin-right:auto; */
	margin: 0 auto;
	/* width:978px;  */
	width: 980px;
	height:auto;
	border-left:0px solid black;
	border-bottom:0px solid grey;
	border-right:0px solid black;
	text-align:left;
	/* background-color:#EAEAEA; */
	background-color: #fff;
	 /* Important - to left align content due to centering in the body style */
	/* overflow:hidden; took this out because when "jumping" up/down page it would add white space under our footer & also cut off header */
}

#indentedcontent {     /*area of content below banner and drop style menu*/
	margin-left:50px;
	width:800px;
	height:auto;
	text-align:justify;
}

/* NCAR PAGE HEADER */
#subheader {	
	display:inline;
	float:left;
	clear:left;
	width:100%;
	height:auto;

	margin-bottom: 20px;
}

#subheader img {
	margin:0px;
	float:left;
}
#subheader a img {
	border:none;
}
#subheader .datetime {
	float:right;
	margin:3px 15px 2px 0px;
	font:normal normal normal 11pt/12pt arial, verdana, sans-serif;
	color:#9a9394;
}
/*--   NCAR HEADER  --*/
#ncarheader {
	/* width:500px; */
	width: 980px;
	/* _width:400px; */
	/* height:121px; */
	height: 81px;
	float:left;
	margin:0px 0px 0px 0px;
}

/* GOOGLESEARCH  */
#googlesearch {
	/* width:450px; */
	width:980px;
	height: 29px;
	background-color: #BEC0C2;
	background-image: url(/images/HAO-underlabel.png);
	background-repeat: no-repeat;
	float:right;
/*	margin:42px 5px 0px 0px;
	_margin-top:-70px; */
}

#googlesearch a {
	font-size:8pt;
	float:right;
	vertical-align:middle;
	margin:2px 5px 0px 3px;
}
#googlesearch input, submit {
	float:right;
	vertical-align:middle;
	margin:2px 5px 0px 3px;
}
#googlesearch .search_button {
	border: 0px;
	height: 29px;
	width: 48px;
	background-color: #FE9900;
	color: #fff;
	font-size: .8em;
	position: relative;
	top: -2px;
	right: -5px;
}
#googlesearch .search_button2 {
	border: 0px;
	height: 29px;
	width: 48px;
	background-color: #FE9900;
	color: #fff;
	font-size: .8em;
	position: relative;
	top: -2px;
	right: -5px;
}
#googlesearch .search_box {
	border: 0px;
	height: 23px;
	width: 119px;
	position: relative;
	top: -2px;
	right: -13px;
}


/*  MAIN PAGE- CURRENT IMAGES OF THE SUN  */
#MLSOimages {
	float:left;
	background:#EAEAEA;
	/*color:black;*/
	width:97%;
	min-width:850px;
	height:auto;
	margin-top:-21px;
	padding:0px;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
}
#topLeftArea {
	float:left; 
	display:inline; 
	width:180px; 
	padding:0px 10px 0px 20px; 
	margin-top:0px;
}
#faceBook {
	margin:70px 0px 0px 0px; 
	display:block; 
	clear:both; 
	height:45px; 
	width:auto;
}
	
#featurewrap img {
	border-top:2px solid #999999;
	border-bottom:2px solid #999999;
	border-left:2px solid #999999;
	border-right:2px solid #999999;
	margin:0px 2px 0px 0px;
	overflow:visible;
}	
#featurewrap img.noright {
	border:1px solid white;
	margin:0px 0px 0px 0px;
} 	
.image_row_sub {
	float:right;
	width:172px;
	padding:10px 0px 0px 0px;
	display:inline;
	margin-right:7px;		
}
.image_row_sub a{
	text-decoration:none;
}
.image_caption {
	font-size:0.8em;
	line-height:1.2em;
}  

/*  Main Content  */
#maincontent {
	float:left;
	height:auto;
	width:750px; 
	padding-top:0px; 
	margin:0px 10px 15px 30px;
}
#maincontent900 {
	float:left;
	height:auto;
	width:auto; 
	padding-top:0px; 
	margin:0px 30px 20px 30px;
}

#maincontent99% {
	float:left;
	height:auto;
	width:99%; 
	padding-top:20px; 
	margin:20px 20px 20px 40px;
}

#maincontent2 {
	float:left;
	height:auto;
	width:100%;
	margin:0px 10px 10px 30px;
}
#hao_maincontent {
	float:left;
	height:auto;
	width:700px; 
	_width:800px; 
	padding-top:0px; 
	margin:0px 5px 30px 30px;
}



/*   MAIN COLUMN - PEOPLE AND NEWS  */
.textbgcolor {  /*dark blue column headers*/
	background-color:#eaeaea;
	font-weight:bold;
	height:20px;
	padding-left:5px;
}
#centerColumn	{
	/*width:auto;
	height:auto; -don't think I need to specify width or height*/
	}
#centerColumnSlide	{
	width:570px;
	height:auto;
	background-color:white;
	/*border:thin solid #336; */
	margin:10px 25px 20px 15px;
	background-image:url(../images/subcontent_background.jpg);
	float:left;	
	-moz-box-shadow:0 0 10px #111;
	-webkit-box-shadow:0 0 10px #111;
	box-shadow:0 0 10px #111;
	}

	
#centerColumnContent {  /*Currently titled Featured Research, Affiliate Scientist Highlight*/
	text-align:justify;
	background-color:#FFF;
	/*border:thin solid #336; */
	background-image:url(../images/subcontent_background.jpg);
	margin:0px 15px 20px 15px;
	padding-bottom:10px;
	width:600px;
	height:auto;
	float:left;
	-moz-box-shadow:0 0 10px #111;
	-webkit-box-shadow:0 0 10px #111;
	box-shadow:0 0 10px #111;
}

#leftcol {  
	background-image:url(../images/subcontent_background.jpg);
	/*border:thin solid #336;*/
	float:left;
	width:195px;
	height:auto;
	margin-left:12px;
	margin-bottom:10px;
	padding-bottom:3px;
	-moz-box-shadow:0 0 10px #111;
	-webkit-box-shadow:0 0 10px #111;
	box-shadow:0 0 10px #111;
}

#leftcolAlt {   
	background-image:url(../images/subcontent_background.jpg);
	float:left;
	width:212px;
	height:auto;
	margin-left:10px;
	margin-bottom:10px;
	padding-bottom:5px;
	-moz-box-shadow:0 0 10px #111;
	-webkit-box-shadow:0 0 10px #111;
	box-shadow:0 0 10px #111;
}
#rightcol {  
	float:right;
	width:175px;
	height:auto;
	margin:0px 10px 8px 0px;
}

#rightcolAlt {  
	float:right;
	width:144px;
	height:auto;	
	margin-right:10px;
	margin-bottom:10px;		
	display:inline;
}


/* ADDED FROM index.php on 1/24/2011 */
.readMore {
	font-size:0.9em; 
	font-style:italic;
}

.style2 {
	font-size:x-small
}	
.imageButton {
	padding:0px 5px 0px 5px;
	clear:none;
	float:left;
	height:auto;
	width:115px;
}			
.imageButtonCaption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:0.8em;
	line-height:1.2em;
	clear:left;
	float:none;
}
.imageRight {
	padding:10px 0px 10px 10px;
	float:right;
	height:auto;
	width:auto;
}	
.imageLeft {
	padding:10px 10px 10px 10px;
	float:left;
	height:auto;
	width:auto;
}		
.imageCaption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	text-align:left;
	font-size:0.95em;
	line-height:1.5em;
	padding:10px 10px 10px 0px;
}
.imagefloatleft { 
	padding:3px;
	float:left;
	height:auto;
	width:120px; /* 120px */
}	
.imagefloatright { 
	padding:0px 20px 20px 20px;
	float:right;
	height:auto;
	width:auto; 
}	
.featureHeader {
	background-color:#333;	
	width:100%;
	font-size:1.1em;
	font-weight:bold;
	height:auto;
	margin-bottom:10px;
	color:white;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
	/*-moz-border-radius-top-left:5px;
	-webkit-border-radius:5px;*/
}
.featureHeaderAlt{
	background-color:#333;	
	width:174px;
	font-size:.9em;
	font-weight:bold;
	height:auto;
	margin-bottom:15px;
	color:white;
	text-align:center;
	padding-top:4px;
	padding-bottom:6px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 10px #111;
	-webkit-box-shadow:0 0 10px #111;
	box-shadow:0 0 10px #111;
}
.rollOverLinks {
	background-image:url(../Buttons/blue-grad-bckgrnd.png); 
	background-repeat:no-repeat;
	width:170px;
	font-size:.9em;
	text-align:right;
	margin-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	/*-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
}

.rollOverLinks a:hover {
	background-color:#000;
	text-decoration:none;
}

.bluefill {
	font-size:.95em;
	line-height:1em;
	color:#fff;
	margin-top:20px;
	background:url(../Profiles%20In%20Science/images/bluefill.jpg) repeat;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #003399;
	border-shadow:#666;
	padding:7px;
	width:auto;
	/* border-top:1px solid #95a6b1;
	border-bottom:1px solid #95a6b1;
	background:#E4EBFD;
	margin:3px 0px 10px 5px;
	padding:3px 0px 3px 0px; */	
}
 /* ---------------------------------------------------- */  
    /* SLIDESHOW added Sept. 22, 2011 (Wendy)
    /* ---------------------------------------------------- */  
    #slideshow {  
    width:570px;  /*535px*/
	background-image:url(../Slideshow/img/bg-Diagonal-UL-LR.jpg);
	border:thin solid #336; 
	/*font-family:arial, helvetica, sans-serif;  
    line-height:1.3em;  
    font-size:1em; */
    padding:0%;
	} 
      
    #slideshow ul {  
    margin:0;  
    padding:0;  
    list-style-type:none; 
    height:1%; /* IE fix */
	}  
      
    #slideshow ul:after {  
    content:".";  
    clear:both;  
    display:block;  
    height:0;  
    visibility:hidden;
	} 
	             
	.readMoreSlides {
	font-size:.9em;
	font-weight:bolder;
	color:#D75900;
	}
	
    #slideshow .slides {    
    width:560px;
	height:auto;
	padding-left:10px;
	font-size:.83em;
	text-align:right;
	}  
      
    #slideshow .slides ul {  
    /* total width of all slides - 
    ~560px multiplied by 3 */  
    width:2800px;
	}  
      
    #slideshow .slides li {  
    width:561px;  
    float:left;  
    /*padding:0px 10px 0px 10px;*/
	}  
	
	#slideshow .slides h2 {  
    margin-top:0;
	}  
      
    /* ---------------------------------------------------- */  
    /* SLIDESHOW > NAVIGATION  added Sept. 22, 2011 (Wendy)
    /* ---------------------------------------------------- */  
    #slideshow .slides-nav {  
    background-color:#333; 
    /*border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;	
	padding:0 20px 0 20px;*/
	font-size:.8em;
	width:570;
	}  
      
    #slideshow .slides-nav li {  
    float:left;
	}  
      
    #slideshow .slides-nav li a {  
    display:block;  
    padding:6px;  
    outline:none;
	color:#CCC;
	}  
	
	.slide-img {
	padding-left:12px;
	float:right;	
	}

/*   SLIDESHOW FEATURE (old, have never used this)*/
#pagefeature  {
	background-color:#FBECC3;
	width:468px;
	height:228px;
	float:left;
	margin:0px;
	padding:0px;
	border-bottom:6px solid #fff;
}
#pagefeature h1 {
	margin:10px;
	padding:0px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
#pagefeature .detailtext {
	font-family:verdana, arial, sans serif;
	font-size:8pt;
	padding:0px;
}
#pagefeature .detailtext a {
	font-family:verdana, arial, sans serif;
	font-size:8pt;
	color:#3369BA;
	text-decoration:none;
}

#feature_about {
	width:100px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
}
#feature_about a img {
      display:inline;
	width:80px;
	margin-top:10px;
	margin-left:9px;
}
/*--   NAVS  --*/

.leftnav {
	float:left;
	clear:left;
	padding:8px 8px 0px 0px;
	background-color:white;
	border:1px solid #336;
	margin-bottom:15px;
	margin-left:10px;
	width:160px;
}
.leftnav ul {
	list-style-type:none;
	margin-right:5px; margin-left:5px; margin-bottom:10px;
}
.leftnav li {
	padding-bottom:5px;
}

.leftnav ul a {
	text-decoration:none;  
	font-family:verdana, sans-serif;
	font-weight:normal;
}
.leftnav ul a:hover {
	text-decoration:underline;
}
#hao_leftnav {
	float:left;
	clear:left;	
	padding:10px 10px 0px 0px;
	background-color:white;
	border:1px solid #336;
	margin-bottom:10px;
	margin-left:10px;
	width:160px;
}




#hao_leftnav ul {
	list-style-type:none;
	margin-right:5px; margin-left:10px; margin-bottom:10px;
}
#hao_leftnav li {
	padding-bottom:5px;
}

#hao_leftnav ul a {
	text-decoration:none;  
	font-family:verdana, sans-serif;
	font-weight:normal;
}
#hao_leftnav ul a:hover {
	text-decoration:underline;
}

/*   RESOURCES SUBCOLUMN  */
#resources_subcolumn {
	float:left;
	width:200px;
	height:auto;
	margin:0px 0px 0px 10px;
	padding-bottom:15px;
}

/* PAGE FOOTER */
/*#newFooter {
	padding:5px 3px 5px 5px;
	height:85px;
	width:100%;
	float:left;
	clear:both;
}
*/
#footer {
	background-color:#666; /*#336,,,,#163B69; is NCAR color*/
	margin:0px;
	padding:0px 5px 5px 5px;
	height:85px;
	float:left;
	clear:both;
	/*border-top:1px solid black; *was 809280*/
}
#footer p {
	font-size:0.95em;
	color:white;
	text-align:center;
	line-height:1.3em;
	/*margin:3px 3px 3px 15px;
	padding:2px 2px 18px 2px;*/
}

#footer a:link {
	color:blue;
	font-weight:normal;
	text-decoration:none;
}
#footer a:visited {
	color:blue;
	text-decoration:none;
}
#footer a:hover {
	color:blue;
	text-decoration:underline;
}
#footer a:active {
	color:blue;
}

/* Added May 28, 2009  */
.caption {
	font-size:0.9em;
	padding:5px;
}		
.leftthumbimg {
	width:110px;
	float:left;
	margin-right:10px;
	margin-bottom:0px;
}	
.brclear {  /* Put a <br class="brclear" /> when you need to clear a div that uses floats  */
	clear:both;
}		
.photograph {
	padding-right:100px;
	padding-bottom:100px;
}
/* CLEAR FIX */
/*
The Aslett/PIE Method:Float container don't want to stretch up to accomodate the floats. 
Use :after to insert a simple character and then give that generated element {clear:both;}. 
We also use {height:0;} and {visibility:hidden;} to keep our period from showing.
See http://www.positioniseverything.net/easyclearing.html of 
http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/ for more info.
NOTE:Does not work in IE, so I added the zoom:1; and display:block; 
definitions at the bottom of the class.
*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	width:100%;
	visibility:hidden;
	/*zoom:1;     triggers hasLayout */
	display:block; /* resets display for IE/Win */
}
