﻿@import url("layout.css");
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #fafaff; 
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #f2f2f7
}
#container {
	width: 1000px;
	margin:  1px 30px auto;
}
#masthead {
	text-align: left;
	width: 90;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}
#newsContent {
	position: relative;
	float: left;
	width: 350px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content {
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#NCcontent {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
	padding: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#gridcontent
{
	float: left;
	width: 100%;
	margin-top: 4px;
	margin-bottom: 5px;
	margin-left: 1px;
	padding: 1px;
}
#header{
	text-align: left;
	clear: both;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
#midcontent {
float: left;
	width: 79%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
	padding: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}

#footer {
	text-align: center;
	clear: both;
	width: 90;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3
{
	color: #000066;
}
/* Navigation Styles */
#navigation ul
{
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #C0C0C0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover
{
	color: #000099;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #99CCFF;
}
/*menu style*/
/* Navigation Styles */
#menu 
{
	background-color: #fff;
	width: 100%;}
#menu ul
{
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #C0C0C0;
}
#menu li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#menu a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#menu a:hover
{
	color: #000099;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #99CCFF;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
#leftColumn {
	float:left; 
	width:50%;
	}
#rightColumn
{
	float: right;
	width: 50%;
}
.iTitle
{
	font-weight: bold;
	font-size: small;
	color: #003300;
	font-family: Verdana, Arial;
}
/*#mapdivLeft
{
	float: left;
	width: 15%;
	height: 490px;
	background: #FFFFFF;
}
#mapdiv 
{ 	float:right; 
 	width:80%;
 	background: #FFFFFF;
}
*/
.sectiondiv
{
	float:left; 
	width:100%;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

  .modalBackground 
        {
            background-color:Gray;
            filter:alpha(opacity=60);
            opacity:0.60;         
        }
        .updateProgress
        {
            border-width:1px; 
            border-style:solid; 
            background-color:#FFFFFF; 
            position:absolute; 
            width:300px; 
            height:75px;    
        }
        .updateProgressMessage
        {
            margin:1px; 
            font-family:Trebuchet MS; 
            font-size:small; 
            vertical-align: middle;
        }        