﻿html {
    margin: 0;
    padding: 0;
	overflow-y: scroll;
}
body {
    color: #515151;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}
p{
	line-height:18px;
	color:#515151;
	font-size: 1.05em;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	padding:5px 15px 5px 15px;
}
.paragraph
{
    float:left;
	line-height:18px;
	text-align: justify;
	padding:5px 15px 5px 15px;
	font-size: 1.05em;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	color:#515151;
	margin:5px 0 5px 0;
}

.instruction {
	font-size: 1.05em;
	padding: 15px 25px 15px 25px;
	font-family: "Segoe UI", Verdana, Helvetica, sans-serif;
	text-align: justify;
	line-height: 18px;
	color: #515151;
}

.compartment {
	float: left;
	padding: 15px 0px 0px 0px;
	width:460px
}

.leftItem {
	width: 150px;
	float: left;
	text-align: right;
	font-size: 14px;
	padding: 3px 0px 0px 0px;
	margin: 3px 0px 3px 0px;
}

.rightItem {
	width: 310px;
	float: left;
	margin: 5px 0px 5px 0px;
}

.float-left {
    float: left;
}
.float-right {
    float: right;
}
.content-wrapper {
    margin: 0 auto;
    width: 900px;
}
.content-wrapper .sub-nav{
	float:left;
	width:260px;
}
#body {
	margin:0;
    background-color: white;
    clear: both;
}
header{
	background-color:#514947;
    display: block;
	width:100%;
}
header .content-wrapper {
    padding-top: 0px; 
	background:url(/Images/ImagePanel.png) 0px 0px no-repeat;
	height:105px;
}
footer {
    clear: both;
    font-size: .8em;
    height: 80px;
}
footer .content-wrapper
{
	padding-top:0px;
	background:url(/Images/ImagePanel.png) 0px -440px no-repeat;
	height:80px;
}
.header-text
{
	float:left;
	width:325px;
	height:50px;
	line-height:70px;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	font-size:30px;
}
.header-text-small
{
	float:left;
	width:325px;
	height:30px;
	line-height:40px;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	font-size:18px;
}
.narrow-sep{
	float:left;
	height:15px;
	width:300px;
}
.wide-sep{
	float:left;
	height:10px;
	width:600px;
}

.user-message {
	float: left;
	margin: 0px 0px 0px 10px;
	color: red;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	width: 790px;
}

.content-wrapper .rss
{
	background: url(/Images/ImagePanel.png) -900px 0px no-repeat;
	height:25px;
	width:25px;
}
.content-wrapper .rss:hover
{
	background:url(/Images/ImagePanel.png) -925px 0px no-repeat;
	cursor:pointer;
}
nav{
	background-color:#d1c5b7;
    display: block;
	width:100%;
}
nav .content-wrapper {
    padding-top: 0px; 
	background:url(/Images/ImagePanel.png) 0px -106px no-repeat;
	height:44px;
	width:900px;
}
nav .content-wrapper .bar{
	float:left;
	margin: 10px 0 0 0;
	background:url(/Images/ImagePanel.png) -78px -150px no-repeat;
	height:33px;
	width:861px;
	position:relative;
	z-index:1000;
}
.home-button{
	margin: 10px 0 0 0;
	float:left;
	height:33px;
	width:39px;
    background: url(/Images/ImagePanel.png) 0px -150px no-repeat;
}
.home-button:hover{
    background:url(/Images/ImagePanel.png) -39px -150px no-repeat;
    cursor:pointer;
}
.home{
	float:left;
	width:435px;
	height:106px;
	color:white;
	padding-left:15px;
}
.home:hover{
	cursor: pointer;
}
a.header-link{
    text-decoration: none;
    color: white;
}
a.header-link:hover{
    color: #ececec;
    text-decoration:underline;
}
a.footer-link{
    text-decoration: none;
    color: white;
	font-size:1.1em;
	font-family: Arial; 
	line-height: 18px;
}
a.footer-link:hover{
    color: #ececec;
    text-decoration:underline;
}
.search-button{
	float:right;
    background: url(/Images/ImagePanel.png) 0px -187px no-repeat;
	width:30px;
	height:30px;
}
.search-button:hover{
    background: url(/Images/ImagePanel.png) -30px -187px no-repeat;
    cursor:pointer;
}
.no-new-icon{
	float:left;
	background: url(/Images/ImagePanel.png) 0px -310px no-repeat;
	margin:5px 0 0 0;
	width:25px;
	height:10px;
}
.new-icon{
	float:left;
    background: url(/Images/ImagePanel.png) 0px -290px no-repeat;
	margin:5px 0 0 0;
	width:25px;
	height:10px;
}
.go-button{
	float:left;
	border:none;
    background:#77abd7;
	width:30px;
	padding:1px 0 3px 0;
	font-size:1.1em;
	font-weight:bold;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	color:white;
	border:2px solid #6094c0;
	text-align:center;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
.go-button:hover{
	background:#adceea;
	color:#4a4a4a;
	border:2px #77abd7 solid;
    cursor:pointer;
}
.submit-button{
	float:left;
	border:none;
    background:#77abd7;
	width:70px;
	padding:1px 0 3px 0;
	font-size:1.1em;
	font-weight:bold;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	color:white;
	border:2px solid #6094c0;
	text-align:center;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
.submit-button:hover{
	background:#adceea;
	color:#4a4a4a;
	border:2px #77abd7 solid;
    cursor:pointer;
}

.fieldNoFocus
{
	width:250px;
	height:18px;
	border:0px;
	margin:1px 0 0 3px;
	outline:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	border:solid 2px #d8d8d8;
	background-color:#fdfdfd;
	padding:3px;
}
.fieldFocus
{
    width:250px;
	height:18px;
	border:0px;
	margin:1px 0 0 3px;
	outline:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	border:solid 2px #70665a;
	background-color:#fdfdfd;
	padding:3px;
}

.button{
	float:left;
	border:none;
    background:#877b6e;
	width:70px;
	padding:1px 0 3px 0;
	font-size:1.1em;
	font-weight:bold;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	color:white;
	border:2px solid #70665a;
	text-align:center;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
.button:hover{
	background:#d1c2b0;
	color:#4a4a4a;
	border:2px #70665a solid;
    cursor:pointer;
}

.go-textbox{
	width:300px;
	height:18px;
	border:0px;
	margin:1px 0 0 3px;
	outline:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	border:solid 2px #bfbebd;
	background-color:#fdfdfd;
	padding:3px;
}

.grid-textbox {
	border: 0.5px solid #bfbebd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #fdfdfd;
	padding: 3px;
	width: 93px;
	height: 14px; 	
}

.go-textarea{
	width:430px;
	height:18px;
	border:0px;
	margin:1px 0 0 3px;
	outline:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	border:solid 2px #bfbebd;
	background-color:#fdfdfd;
	padding:3px;
}
.go-dropdown{
	width:310px;
	height:28px;
	border:0px;
	margin:1px 0 0 3px;
	outline:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	border:solid 2px #bfbebd;
	background-color:#fdfdfd;
	padding:1px;
}
.search-textbox{
	width:285px;
	height:18px;
	border:0px;
    background-color:#e7e7e7;
	color:black;
	outline:none;
}
.search-box{
	margin-right:15px;
	float:right;
	width:300px;
    line-height:22px;
	height:24px;
	background-color:#e7e7e7;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	border:solid 2px white;
    padding:0 0 0 5px;
}
.search-text-box{
	margin:4px 0 0 5px;
	width:280px;
	background-color:#e7e7e7;
	border:0px;
	outline:none;
	color:white;
}
.divList-long
{
    padding:0px;
	float:left;
	width:860px;
    border:1px solid #e4e1e8;
	border-top:0px;
	border-left:0px;
	border-right:0px;
    color:black;
    font-weight:bold;
	font-family:"Segoe UI", Verdana, Helvetica, Sans-Serif;
	font-size:12px;
	text-decoration:none;
	background-color:White;
	line-height:18px;
	height:55px;
}
.divList-long:hover
{
	cursor:pointer;
    background-color:#dedede;
}
.divListOther-long
{
    padding:0px;
	float:left;
	width:860px;
    border:1px solid #e4e1e8;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-top:0px;
    color:black;
    font-weight:bold;
	font-family:"Segoe UI", Verdana, Helvetica, Sans-Serif;
	font-size:12px;
	text-decoration:none;
	background-color:#f8f8f8;
	line-height:18px;
	height:55px;
}
.divListOther-long:hover
{
	cursor:pointer;
    background-color:#dedede;
}


ul#menu {
    font-size: 1.1em;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}
ul#menu li {
    display: inline;
    list-style: none;
	color:white;
	text-decoration:none;
}
ul#menu li a {
    background: none;
    color: white;
    text-decoration: none;
}
ul#menu li a:hover {
    color: #ececec;
    text-decoration:underline;
}
.main-content{
    background-position: 10px 0;
}
.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
ul#side-nav{
	font-size: 1.0em;
	margin:0 0 0 0px;
	float:left;
	text-align: left;
	padding:0;
	width:230px;
	line-height:25px;
	list-style: none;
}
ul#side-nav li div{
	float:left;
	width:12px;
	height:25px;
	background-color:#b3b3b3;
}
ul#side-nav li a{
	display:block;
	width:230px;
	list-style: none;
	background-color:#fafafa;
	padding:0 0 0 10px;
	margin:0 0 1px 0;
	text-decoration:none;
	color:#515151;
    font-size:12px;
}
ul#side-nav li a:hover{
    background: #8a8989;
    background: -webkit-linear-gradient(#908f8f,#767676);  
    background: -moz-linear-gradient(#908f8f,#767676);  
    background: -o-linear-gradient(#908f8f,#767676);  
    background: linear-gradient(#908f8f,#767676);
	color:white;
	cursor:pointer;
}

ul#list {
	float:left;
    font-size: .95em;
	margin: 10px 0 0 10px;
    padding: 0;
    text-align: left;
	list-style:none;
}
ul#list li a{
	width: 240px; 
	color: #514947; 
	font-family: Arial; 
	color: #515151; 
	line-height: 23px;
	text-decoration:none;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}
ul#list li a:hover{
	color:black;
	text-decoration:underline;
}
ul#wide-list {
	float:left;
    font-size: 1.0em;
	margin: 5px 0 0 5px;
    padding:0;
    text-align: left;
	list-style:none;
}
ul#wide-list li a{
	width: 635px;
	color: #514947; 
	font-family: Arial; 
	color: #515151; 
	line-height: 23px;
	text-decoration:none;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	list-style:none;
}
ul#wide-list li a:hover{
	color:black;
	text-decoration:underline;
}
ul#wide-list-doc {
	float:left;
    font-size: 1.0em;
	margin: 0px 0 0 0px;
    padding:0;
    text-align: left;
	list-style:none;
}
ul#wide-list-doc li a{
	width: 635px;
	margin:0 0 0 0px;
	color: #514947; 
	font-family: Arial; 
	color: #515151; 
	line-height: 25px;
	text-decoration:none;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}
ul#wide-list-doc li a:hover{
	color:black;
	text-decoration:underline;
}
.blue-header{
	float:left;
	width:582px;
	height:14px;
	line-height:14px;
	color:#514947;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding: 0 0 0 0px;
	margin:0px 0 0px 0px;
}
.blue{
	float:left;
	width:582px;
	height:14px;
	line-height:12px;
	color:#514947;
	font-family:Arial;
	font-size:12px;
	padding: 0 0 0 0px;
	margin:0px 0 0px 0px;
}
.short-header
{
	float: left; 
	width: 220px; 
	height: 15px; 
	color: #514947; 
	font-family: Arial; 
	font-size: 1.2em; 
	margin-top: 8px; 
	padding-left: 20px;
	border-bottom:solid 1px #ebe9e9;
}
.long-header{
	float:left;
	width:100%;
	height:24px;
	line-height:17px;
	color:#514947;
	font-family:Arial;
	font-size:18px;
	padding: 0 0 0 20px;
	margin:9px 0 0px 0px;
}
.long-sub-header{
	float:left;
	width:586px;
	line-height:24px;
	height:24px;
	color:#515151;
	font-weight:600;
	font-family:"Segoe UI", Verdana, Helvetica, Sans-Serif;
	font-size:1.0em;
	border-top:solid 1px #ebe9e9;
	border-bottom:solid 1px #ebe9e9;
	background:url(/Images/ImagePanel.png) 0px -395px no-repeat;
	padding:0 0 0 15px;
	margin:0px 0 0px 0;
}

.wide-header{
	float:left;
	width:586px;
	height:24px;
	line-height:17px;
	color:#514947;
	font-family:Arial;
	font-size:18px;
	padding: 0 0 0 20px;
	margin:9px 0 0px 0px;
}
.wide-sub-header{
	float:left;
	width:845px;
	line-height:24px;
	height:24px;
	font-weight:bold;
	font-family:"Segoe UI", Verdana, Helvetica, Sans-Serif;
	font-size:1.0em;
	border-top:solid 1px #ebe9e9;
	border-bottom:solid 1px #ebe9e9;
	background:url(/Images/ImagePanel.png) 0px -395px no-repeat;
	padding:0 0 0 15px;
	margin:0px 0 0px 0;
}
.announcement-header{
	float:left;
	width:586px;
	line-height:20px;
	height:25px;
	color:#4b779d;
	font-weight:600;
	font-family:"Segoe UI", Verdana, Helvetica, Sans-Serif;
	font-size:1.1em;
	margin:0px 0 0px 0;
	text-decoration:none;
}
.announcement-list{
	float: left; 
	width: 570px; 
	padding: 15px; 
	padding-top: 5px; 
	padding-bottom: 0px;
	border-bottom:1px solid #ebe9e9;
}
.announcement-list:hover{
	color:white;
	cursor:pointer;
	background-color:#5a90be;
}
.news-list{
	float: left; 
	width: 570px; 
	padding: 15px; 
	padding-top: 5px; 
	padding-bottom: 0px;
	border-bottom:1px solid #ebe9e9;
}
.list-generic{
	float: left; 
	width: 600px; 
	padding-top: 0px; 
	padding-bottom: 0px;
	border-bottom:1px solid #ebe9e9;
}
.list-generic:hover{
	color:white;
	cursor:pointer;
    background: #8a8989;
    background: -webkit-linear-gradient(#908f8f,#767676);  
    background: -moz-linear-gradient(#908f8f,#767676);  
    background: -o-linear-gradient(#908f8f,#767676);  
    background: linear-gradient(#908f8f,#767676);
}

.divList
{
	float:left;
    color:black;
	font-family:Arial;
	font-size:12px;
	background-color:White;
}
.divListOther
{
	float:left;
    color:black;
	font-family:Arial;
	font-size:12px;
	background-color:#f8f8f8;
}

.document-list{
	float: left; 
	width: 570px; 
}
.document-list:hover{
	color:black;
	cursor:pointer;
	text-decoration:underline;
}
.page-linestyle {
	width: 830px;
	float: right;
	padding: 5px 0px 0px 0px
}

.page-line-compartmentstyle-left {
	width: 350px;
	float: left;
	font-size: 1.05em;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	text-align: right;
}

.page-line-compartmentstyle-right {
	width: 430px;
	float: left;
}
.page-half-linestyle {
	width: 415px;
	float: left;
	padding: 5px 0px 0px 0px
}
.page-half-line-compartment-left {
	width: 75px;
	float: left;
	text-align: right;
}
.page-half-line-compartment-right {
	width: 325px;
	float: left;
	
}
.grid-compartment-header {
	width: 102px;
	height: 75px;
	float: left;
	text-align: center;
	padding: 2px;
	border: 1px solid #d1cccc;
	border-right: 0px;
	border-top: 0px;
	background-color: #ebe9e9;
	color: #515151;
}
.grid-compartment-item {
	float: left;
	width: 102px;
	height: 21px;
	text-align: left;
	padding: 2px;
	border: 1px solid #d1cccc;
	border-top: 0px;
	border-right: 0px;
	font-size: 1.05em;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif
}

.page-paragraph {
	margin-left: 5px;
	padding: 5px 0px 0px 0px;
	font-size: 1.05em;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	width: 835px;
}

.page-button-line {
	width: 535px;
	padding: 5px;
	float: right
}

.body-box{
	float:left;
	width:600px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	border:solid 2px #e6e6e6;
	margin:0 0 0 0;
	padding:0 0 15px 0;
	background-color:white;
	min-height:600px;
}

.wide-body-box{
	float:left;
	width:860px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	border:solid 2px #e6e6e6;
	margin:0 0 0 0;
	padding:0 0 15px 0;
	background-color:white;
	min-height:525px;
}

.dataGridHeaderNoRight
{
	float: left;
	width: 280px;
	font-size: 13px;
	border: 1px solid #877693;
	border-right: 0px;
	padding: 3px;
	background-color: #537ea1;
	color: white;
	border-top:0px;
}
.dataGridHeader
{
	float:left;
	border: 1px solid #877693;
	padding: 3px;
	background-color: #537ea1;
	color: white;
	border-top:0px;
}
.dataGridItemNoRight
{
	float:left;
	border: 1px solid #877693;
	border-right: 0px;
	border-top: 0px;
	padding: 3px;
}
.dataGridItem
{
	float:left;
	border: 1px solid #877693;
	border-top: 0px;
	padding: 3px;
}

.emergency-box{
	float:left;
	width:795px;
	height:75px;
	font-size:1.2em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	border:solid 2px red;
	margin:0 0 15px 0;
	padding:0 0 15px 65px;
	background:url(/Images/emergency.png) no-repeat;
	background-color:white;
}
.list-box{
	float:left;
	width:600px;
	margin:0px;
	background-color:white;
}
.nav-button:hover{
    background: url(/Images/ImagePanel.png) 0px -217px repeat-x;  
    cursor:pointer;
}
.nav-box{
	float: left; 
	margin:0 0 0 0;
	padding:0 0 20px 0;
	width: 240px;  
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	border-radius: 5px; 
	border: solid 2px #ebe9e9;
	background-color: white; 
}
.slideshow{
	float: left; 
	margin:0;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	border-radius: 5px; 
	border: solid 2px #e6e6e6;
}
.list-div
{
	float:left;
	width:600px;
	white-space:nowrap;
	overflow:hidden;
}
.list-div:hover
{
	cursor:pointer;
	background-color:#514947;
	color:white;
}
.cycle-slideshow { width: 240px; height: 340px; margin: auto; text-align: center; }
.cycle-slideshow div.slide { width: 100%; height: 100%;}
.cycle-pager { position: static }


.alert
{
    font-size: 1.3em;
    padding: 1em;
    text-align: center;
    white-space: nowrap;
    width: auto;
    word-wrap: normal;
}
