/*-------------------1-COL NSI NEW-SCREEN JAN 2011-----------------*/

/*---------------- SITE STRUCTURE & ELEMENTS --------------- */

body{
	background-color: #FDBA4C; /*---"Tang"---*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size:100%;
	color: #333333;
}

#ubberwrap{
	width: 100%;
	border: none;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(../images/new_tile10x170.gif);
	background-repeat: repeat-x;
	overflow: auto;
	height: auto;
	background-color: #FFFFFF;  /*---test color:lime green #ccff33---*/
	background-position: top;

}

#wrapper{
	width: 850px;
	background-color: #FFFFFF; /*---test color: pink #ffcccc---*/
	border: 0px none;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	position: static;
}


#header {
	position:relative;
	height:141px;
	width:850px;
	display:block;
	clear: both;
}


 #contentwrap{
	width:850px;
	margin-top: 40px;
}

 
 
#maincol {
	width: 850px;
	background-color: #FFFFFF;
	clear: both;
}

#footer {
	clear: both;
	background: #FDBA4C;
	height: 65px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #990000;
}

#panoimage {
	visibility: visible;
	z-index: 1;
	top: -5px;
	position: relative;
	width: 850px;
	height: 262px;
	background-image: url(../images/sldr_blue_earth850x262.jpg);
	background-repeat: no-repeat;
}

#sitebxlft{
	float: left;
	width: 190px;
	padding-left: 10px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	margin-right: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}


/*-------------- END SITE STRUCTURE & ELEMENTS ------------- */

/*--------------------------NAV----------------------------- */

#nav_foot {
	background-color: #FFFFFF;  /*---test color: teal #33FFFF---*/
	height: 25px;
	width: 850px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-decoration: none;
	position: relative;
	clear: both;
	padding-top: 10px;
}

.navfoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	text-align: center;
}

/*---------------------------END NAV--------------------*/

/*------------------------TYPOGRAPHY--------------------*/

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #990000;
	font-style: normal;
	text-decoration: underline;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5pt;
	margin-left: 0px;
	color: #000000;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin-left: 5px;
	font-style: italic;
	color: #003366;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	color: #003366;
	line-height: 12pt;
	font-weight: bold;
	text-decoration: none;
}


p{
	font-size: 10pt;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14pt;
	text-align: left;
}

.supercap{    /*----APPLY TO 1ST LETTER OF 1ST PARAGRAPH AS A SPAN CLASS----*/
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	color: #990000;
	text-decoration: none;
}

.left{
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14pt;
	text-align: left;
}


.bktop{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
	text-align: right;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;
	line-height: 14pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	list-style-type: circle;
	}

ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 14pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	list-style-type: decimal;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-position: center;
	text-align: center;
}

/*----(HORIZONTAL RULE)---- */
hr{	
	height: 0px;
	width: 75%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	line-height: 10pt;
}
	
 #caption{
	font-size: 65%;
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #666666;
	background-color: #FFFFFF;
	padding: 0;
	text-align: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	line-height: 8pt;
}

/*---------------------END TYPOGRAPHY------------------*/
