* {
	margin: 0;
}
html, body {
	height: 100%;
}
img {
	border:0;
}
a {
	color: #e87627;
	text-decoration: none;
	/*border-bottom: 1px dotted #e87627;*/
}
a:hover {
	color: #e87627;
	text-decoration: none;
	border: 0;
}


.nav {
	margin:0;
	clear:both;
	width: 800px;
	height: 28px;
	float: left;
	color: #fff;
	font-family: helvetica, verdana, arial;
	font-size: 10pt;
	font-weight: normal;
	margin-top: 2px;
}
.navList {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 6px;	
}
.navList li {
	display: inline;	
}


.navList li a
{
	text-decoration: none;
	padding: .2em 1.3em;
}

.navList .navAt a, .navList .navAt a:hover{
    font-weight:bold;
    font-size: 12px;
    border-bottom: 1px solid;
}

.subnav {
	margin:0;
	clear:both;
	width: 800px;
	height: 27px;
	float: left;
	color: #124483;
	font-family: helvetica, verdana, arial;
	font-size: 10pt;
	font-weight: normal;
}
.headerLink {
	color: #ffffff;
	border: 0;
	text-decoration: none;
}
.headerLink:hover {
	color: #ffffff;
	border: 0;
	text-decoration: none;
}
.subnav a {
	color: #124483;
	border: 0;
	text-decoration: none;
}
.subnav a:hover {
	color: #124483;
	border: 0;
	text-decoration: none;
}
.headerRight a 
{
	color: #fff;
	border: 0;
	text-decoration: none;
}
.headerRight a:hover {
	color: #fff;
	border: 0;
	text-decoration: none;
}
.nav a {
	color: #fff;
	border: 0;
	text-decoration: none;
}
.nav a:hover {
	color: #fff;
	border: 0;
	text-decoration: none;
}
table {
	margin: 0;
	padding: 0;
	border: 0;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px;
	width: 800px;
	float: center;
	text-align: left;
}
.push, .footer {
	height: 25px;
}
body {
	text-align: left;
	color: #454545;
	font-family: helvetica, verdana, arial;
	font-size: 10pt;
	font-weight: normal;
	background-color: #c5d5ef;
	background-image: url(/media/images/headerBackground.png);
	background-repeat: repeat-x;
	
	background-image: url(/media/images/subnavBackground.png);
}

.header {
	color: #fff;
	clear:both;
	width: 800px;
	height: 114px;
}
.headerLeft {
	width: 350px;
	height: 80px;
	float: left;
}
.headerRight {
	width: 400px;
	height: 80px;
	float: right;
	text-align: right;
	font-size: 10pt;
}

.colContainer {
	float:left;
	width: 790px;
	padding-top: 12px;
	overflow:hidden;
	min-height: 100px;
}
.col {
	margin: 0;
	padding: 0;
	float: left;
	width: 97%; 
	margin-left: 14px;
}
.footer {
	margin-top:0 auto;
	height: 25px;
    clear:both;
    float:left;
    width: 100%;
	padding-top: 8px;
	font-size: 9pt;
	color: #454545;
	text-align: center;
	background-color: #fff;
    background: url(/media/images/footer_background.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.searchBox {
	float: right;
	margin-right: -5px;
	margin-top: 2px;
	width: 242px;
	height: 35px;
}
.searchFieldBox {
	width: 190px;
	height: 35px;
	font-size: 9pt;
	color: #585858;
	float: left;
	border: 0;
 	background-attachment: fixed;
    background: url(/media/images/searchBackground.png) !important;
    background-repeat: no-repeat;
}
.searchField {
	background-color: #fff;
	width: 176px;
	margin-top: 8px;
	margin-left: 9px;
	height: 17px;
	font-size: 9pt;
	color: #585858;
	float: left;
	border: 0;
}
.searchButtonBox {
	width: 52px;
	height: 35px;
	border: 0;
	float: right;
	vertical-align: top;
}
.searchButton {
	width: 52px;
	height: 35px;
	border: 0;
	background-attachment: fixed;
    background-repeat: no-repeat;
    background: url(/media/images/findButton.png) !important;
}
.dataTable {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}
.dataTable th {
	background-color: #163e70;
	/*border-right: 2px solid #c5d5ef;*/
	color: #fff;
	padding: 5px;
	text-align:center;
}
.dataTable td 
{
	padding: 5px;
	/*border-bottom: 2px solid #c5d5ef;
	border-right: 2px solid #c5d5ef;*/
}

.dataTable td a {
    color: #e87627;
}

.dataTable td a:hover {
	color: #e87627;
	text-decoration: none;
	border-bottom: 1px solid;
}

.dataTable td a.hover{
    
}

.dataCell {
	color: #0262b0;
	background-color: #b4cfef;
	vertical-align: middle;
}
.alternateDataCell {
	color: #0262b0;
	background-color: #fff;
	vertical-align: middle;
}
.dataCell a, .alternateDataCell a {
	color: #0262b0;
	border-color: #0262b0;
}
.dataCell a:hover, .alternateDataCell a:hover {
	color: #0262b0;
}
.sectionHeader {
	font-size: 13pt;
	font-weight: bold;
	color: #163e70;
}
.pageMessage {
	font-weight: bold;
	color: #af0000;
    width: 100%;
	text-align: center;
	margin-bottom: 8px;
}
input.button {
	border: 2px solid #163e70;
	color: #163e70;
	background-color: #b4cfef;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
}

ul 
{
    margin-left: -20px;
    list-style-type: disc;   
}

ul li 
{
    min-height: 17px;
    margin-bottom: 4px;
}

.pageMessage ul
{
    list-style-type: none;
}
/*fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
  border: 2px solid #c5d5ef;
}
fieldset label {
  float:left;
  width:15%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
}
fieldset legend 
{
  font-size: 9pt;
  font-weight: bold;
  color: #163e70;
}*/

fieldset {
    background-color: #b4cfef;
    border: none;
    border-top: 1px solid #163e70;
    border-bottom: 1px solid #163e70;
    margin-bottom: 10px;
}

.label {
    display: block;
}

fieldset input {
    border: 1px solid #163e70;
    width: 20em;
}


fieldset select {
    border: 1px solid #163e70;
    width: 20em;
}

fieldset textarea {
    border: 1px solid #163e70;
    width: 100%;
}

fieldset .form_field_errors {
    margin-bottom: 10px;
}

fieldset .form_field {
    margin-bottom: 10px;
}

.form_field_errors {
    
}
.form_field_errors input {
    border: 2px solid red;
}

.form_field_errors select {
    border: 2px solid red;
}

.form_field_errors li {;
    list-style-type: disc;
    color: red;
}

.imageSearchResults ul li {
    width: 165px;
    text-align:center;
    overflow: hidden;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
}

.lightbox {
    border-bottom: none;
}

#lightbox a {
    border-bottom: none;
}

.inline-form {
    display: inline;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

.searchForm input[type=text] {
    width: 100%;
}
