/*##########   SET BASE STYLES  & NORMALIZE BROWSER MARGINS  ############*/




* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #333;
	text-align: center; 

}


ul {
	list-style: none;
	margin: 0px 0px 20px 0px;
}


li {
	padding:0px 0px 0px 1px;
	margin: 0px 0px 12px 0px;
}

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

img {
	margin: 0px 2px 0px 2px;
	padding: 0px;
}

h1 {
	margin: 35px 0px 10px 0px;
	font-size: 10pt;
	line-height: 13pt;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #333;
	text-transform: uppercase;
	clear: both;
}


h2 {
	margin: 15px 5px 10px 0px;
	font-size: 9pt;
	line-height: 11pt;
	font-style: oblique;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #3369ba;
	clear: both;
}

h3 {
	margin: 12px 5px 10px 0px;
	font-size: 9pt;
	line-height: 11pt;
	font-style: normal;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	color: #333;
	border-bottom: 1px solid #333;
	clear: both;
}

p {
	margin: 10px 15px 25px 0px;
	color: #ccc;
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 9pt;
}


a {
	text-decoration: none;
	color: #eaaa57;
	font-family: verdana, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	font-size: 9pt;
}

a:hover {
	background: #cde8fb;
	text-decoration: none;
}

a img {
	border: 0;
	vertical-align: middle;
}


/*##########   NCAR UNIVERSAL ORG AND MAIN NAVIGATION  ############*/

/*---  Blue bar at top ---*/


#top_colorbar {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images_ncar/top_colorbar.jpg) repeat-x;
	width: 100%;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

/*---  Organization Nav - Should Remain Same on All Sites ---*/

#nav_org_wrap {
	position: absolute;
	top: 10px;
	left: 0px;
	background: #454445;
	width: 100%;
	height: 18px;
	margin: 0px;
	padding: 0px;
}

#nav_org_wrap a {
	font-size: 8pt;
	color: #d2aa2f;
	font-family: verdana, arial, sans-serif;
}

#nav_org {
	width: 250px;
	height: 18px;
	margin: 0px 0px 0px -60px;
	padding: 0px;
	float: left;
}

#search {
	width: 300px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	float: right;
}

#search p, a {
	font-size: 8pt;
	color: #ccc8c6;
	margin: 0px;
	padding: 0px;
}


/*##########   RESOURCE HEADER  ############*/


#resource_header {
	background: #231f20;
	width: 100%;
	height: 70px;
	float: left;
	margin-top: 10px;
}

#resource_header img {
	background: #231f20;
	float: left;
	margin-top: 15px;
}




/*##########   PAGE CONTENT AREA  ############*/


#wrap {
	background: #333;
	width: 100%;
	height: auto;
	float: left;
	clear: left;
}

#content {

	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: auto;
	min-height: 500px;
	text-align: left; /* Important - to left align content due to centering in the body style */
	overflow: visible;
		color: #333;
}


/*#######   PAGE FOOTER  #######*/


#footer {
	margin-top: 30px;
	padding: 5px;
	width: 100%;
	height: 25px;
	float: left;
	clear: both;
	border-top: 1px solid #809280;
}

#footer p {
	font-size: 8pt;
	line-height: 10pt;
	margin: 3px 3px 3px 15px;
	padding: 3px 3px 20px 3px;
}

#footer a {
	color: #4c4b4c;
}


