@CHARSET "ISO-8859-1";
html {
	background-color: #028ECD;
}
body {
	font-family: Arial;
	font-size: 100%;
}
ul,ol {
	padding: 0px;
}
div#header_main h1 {
	font-family: serif;
	font-size: 2.4em;
	color: white;
	margin-top: 0;
	margin-bottom: 3px;	
}
img#nisilogo {
	float: left;
	border: none;
}
div#header_main {
	float: left;
	width: 45em;
	height: 11em;
	font-size: 1em;
	color: white;
	margin-left: .4em;
}
div#header_address {
	padding-left: 2em;
	background-color: #00923F;
	height: 8.5em;
}
div#header_nav_wrap {
	background-color: #D2D1D0;
	height: 2.5em;
}
div#weather {
	text-align: center;
}
div#body {
	margin: 0 auto;
	width: 60em;
	clear: both;
	padding: 0;
	background-color: white;
	overflow: auto;
}
div#header {
	margin: 0 auto;
	width: 60em;
	margin-top: 5px;
	background-color: #D2D1D0;
	overflow: auto;
}
div#sidebar {
	float: left;
	width: 14.3em;
	margin-top: 1em;
}
div#main {
	float: right;
	width: 45em;
	background-color: white;
}
div#footer {
	clear: both;
	width: 60em;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	border-top: 1px solid black;
	background-color: white;
	margin-bottom: 1em;
}
#header_nav {
	float: right;
	margin-top: 15px;
}
#header_nav li {
	display: inline;
	margin-right: 1em;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#header_nav a {
	color: blue;
	text-decoration: none;
	font-size: 94.5%;
	text-transform: uppercase;
}
#sidebar_nav li {
	background-color: #00923F;
	margin-bottom: 10px;
	list-style: none;
	text-indent: .4em;
}
#sidebar_nav li.last {
	margin-bottom: 0px;
}
#sidebar_nav a {
	color: white;
	text-decoration: none;
	font-size: 108%;
}
#sidebar_nav {
	width: 14.3em;
	background-color: white;
}
#main h2 {
	color: #00923F;
}
#main p {
	text-indent: 1.5em;
	font-size: 88%;
}
#footer p {
	font-size: 88%;
	margin-bottom: .4em;
}
#footer_nav li {
	display: inline;
}
#footer_nav a {
	color: blue;
	text-decoration: none;
	font-size: 77%;
}


/* default form styling */
form.default {
	width: 40em;
}
form.default fieldset{
	border-width:2px 0px 2px 0px;
	border-style:solid;
	border-color:#657887;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:108%;
		
	margin:20px 0px 20px 0px;

	position:relative;
	display:block;
	padding: 0px 0px 10px 10px;
	text-align: left;
}

form.default fieldset legend{	
	
	border-width:0px 1px;
	border-style:solid;
	border-color:#657887;
	
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:93%;
	letter-spacing:2px;
		
	padding:2px 5px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;
}

form.default label{
	font-size:84%;
	line-height:1.2;
	font-weight:bold;
	
	border-width: 1px 0px;
	border-style: solid;
	border-color:#999999;
	
	display:block;
	float:left;
	width:30%;
	text-align:left;
	margin:10px 2px 0px 0px;
	padding:3px 0px 2px 0px;
	clear:left;
}
form.default input,select{
	background-color:#FFFFFF;
	width:55%;
	margin:10px 0px 0px 0px;
	border-width: 2px 1px 1px 2px;
	border-style: inset;
	border-color: black;
	
	color:#323415;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	display:block;
	float:left;
	
	padding:1px 2px;
}
form.default input[type="submit"] {
	margin-left: 20%;
	border-width: 1px 2px 2px 1px;
	border-style: outset;
	background-color: #dddddd;
}
form.default input[type="hidden"] {
	display: none;
}
form.default input[type="button"]{
	background-color:#eeeeee;
	background-image:none;
	
	border-width:1px;
	border-style:solid;
	border-color:#657887;
	
	color:#657887;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	
	width:auto;
	padding:2px 4px;
	margin:10px 0px 0px 31%;
	clear:left;
}
form.default button {
	background-color:#eeeeee;
	background-image:none;
	
	border-width:1px;
	border-style:solid;
	border-color:#657887;
	
	color:#657887;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	

	padding:2px 4px;
	margin:10px 0px 0px 0px;
	
}
form.default ol {
	margin-left: 3em;
	font-size: 78%;
}
form.default ol li {
	margin-bottom: 1em;
}
p.form_errmsg {
	margin-top: 1em;

	padding: .2em;
	clear: both;
	margin-bottom: -8px;
	color: red;
	font-size: 104%;
}
.show {
	display: block;
}
.hide {
	display: none;
}
ol {
	margin-left: 10px;
	padding-left: 10px;
	font-size: 78%;
}