html
{
    height:100%;
    margin-bottom:1px;
}

body {
	
	background: #8391ca;
	background-image:url(/new/images/background_repeat.gif);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#464646;	
	height:100%;
    margin-bottom:1px;
}
.oneColFixCtr #container {
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

h1 {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#696868;
	padding:2px 5px 5px 5px;
	margin:0px;
	margin-bottom:2px;
	background-image:url(/new/images/nav_back_on.gif);
}

.h1Over {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#2f82a9;

}

UL {
list-style-image: url(/new/images/bullet.png);
}

H2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	border-bottom: 0px solid #d9d9d9;
	padding:2px 5px 5px 5px;
	margin:0px;
	background-image:url(/new/images/nav_back_on.gif)
}
H3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#aeaeae;
	text-indent: 10px;
	padding-left:0px;
	margin-left:0px;
}

H4 {
	FONT-SIZE: 11pt; COLOR: #3f74aa; FONT-FAMILY: Verdana;padding:0px;margin:0px;
		padding-left:0px;
	margin-left:0px;
}
H5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#777777;	
	margin-bottom: 0px;
	padding-left:0px;
	margin-left:0px;
}

.BCrumb
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
	COLOR: #252525;
}

tr, td, div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#464646;
}
.maphilighted
{
background-color:#000000;

}

.LoggedInBackGround{
  background-image:url(/new/images/login/logged-in.png);
  background-position:bottom;
  height:50px;
  position:absolute;
  z-index:550;display:;top:-18px;width:990px;
}

.Paging{
color:#bababa;
font-size:15px;
font-weight:bold;
}


.footer {
	background-image:url(/new/images/footer.jpg);
	background-repeat:repeat-x;
}

.smallcopy {
	font-size: 9px;
	font-weight: normal;
}



 .errMsg
 {
 	font-weight:normal;
     color:#cc0000;
 }
 .ValidationMessage
 {
  	font-weight:normal;
    color:#cc0000;
 }
 
a:link {
	text-decoration: none;
	color: #777777;
}
a:visited {
	text-decoration: none;
	color: #777777;
}
a:hover {
	text-decoration: underline;
	color: #5665a0;

}
a:active {
	text-decoration: none;
	color: #9e9e9e;
}

.cursor {
	cursor: hand;
}

.TableRow {  font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #FFFFFF; border-bottom:1px solid #FFFFFF; border-top:1px solid #FFFFFF;}

.TableRow1 {
	background-color: white;
	border-bottom:0px solid #cfd4e4;
	border-top:1px solid #999999;
}

.TableRow2 {
	background-color: white;
	border-bottom:0px solid #cfd4e4;
	border-top:1px solid #999999;
}

.TableRowHighlight {  background-color: #dddddd;color:#232323;	border-bottom:1px solid #cfd4e4; border-top:1px solid #FFFFFF; font-size:12px;
}


.TableHeaderInner {
	color:#FFFFFF;
	background-color: #707070;
	border-bottom:1px solid #ceebfc;
}

.Button{
	font-family: Verdana;
	font-size: 11px;
	background-color: #e5f3fc;
	background-image:url(/new/images/button_grad.jpg);
	background-repeat:repeat-x;
	color: #2d7ca7;
	font-weight: bold;
	border: 1px solid #a6d0e7;
	 position:relative;
}
.ButtonHover{	background-color: #2d7ca7;
    font-family: Verdana;
	font-size: 11px;
	background-color: #2d7ca7;
	color: #e5f3fc;
	font-weight: bold;
	border: 1px solid #a6d0e7;
	 position:relative;
}
.uName
{
	color: #71bdff;
	font-weight: normal;
}

.LogoutButtons
{	
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    background-color:Transparent ;
    font-size:9pt;
    color:#ffffff;    
    padding:2px;
    font-weight:bold;
    text-align:left;
    vertical-align:middle;		
    cursor:pointer;
    padding:0px;
    margin:0px;
    position:relative;
    width:125px;
	text-decoration:none;
}

.LogoutButtonsHover
{	
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    background-color:Transparent ;	
	text-decoration:underline;
    font-size:9pt;
    color:#ffffff;    
  
    padding:2px;
    font-weight:bold;
    text-align:left;
    vertical-align:middle;		
    cursor:pointer;
    padding:0px;
    margin:0px;
    position:relative;
    width:125px;
}


.FormField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #777777;
	position:relative;
}

.FormFieldHover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #777777;
	background-color:#ECECEC;
	position:relative;
}

.formLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #898989;
}
.FormFieldTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #ECECEC;
	border: 1px solid #C0CCDC;
	color: #ffffff;
}
.TableHeader {  font-family: Verdana; font-size: 9pt; font-weight: bold; color: #666666;  height:16px; padding:5px; background-repeat:repeat-x; border-bottom:hidden;}
.TableHeaderNoImage {  font-family: Verdana; font-size: 10pt; font-weight: bold; color: #FFFFFF; }

.TableHeaderRight {  font-family: Verdana; font-size: 10pt; font-weight: bold; color: #9E8F54;}
.TableHeaderNegative {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF
}
.TableBorder 
{
	border: 1px solid #dddddd;
	background-color:white;
}
.TableBorderLight {
	border: 0px solid #cbcbcb;

}


.HeadingRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #C83E40;
	border: none;
	text-decoration: none;
	text-transform: uppercase;

}
.HeadingTop {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #08285E;
	border: none;
	text-decoration: none;
	font-weight: bold;
}
.NoHover {
	text-decoration: none;
	background-color: transparent;
	position:relative;
}
.NoHover:hover {
	text-decoration: none;
	background-color: transparent;
	position:relative;
}
.capitalize
{
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.hidden
{
    display:none;
}


.tabBox{
    background-image:url(/new/Images/gallery/gallery_tile.jpg);
 
    width:100%;
    border:1px solid #217ce5;
    border-top:0px;
}


ul.adminList
{
    list-style-type:none;
    padding:0px;
    margin-left:15px;
    text-align:left;
}

.FullWidth
{
    width:100%;
}

.TableAdmin {
	background-color:#e0e0e0;
}

.BreadCrumb {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#999999;
}


.BreadCrumb:link, .BreadCrumb:visited {
	font-size:10pt;
	color:#FFFFFF;
}

.BreadCrumb:hover, .BreadCrumb:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;

}
.white_bg {
	background-color:#fafafa;
	background-image:url('/new/images/body_bg.jpg');
	background-repeat:repeat-x;
}

.componentText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #959595;
}

.seoText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-transform:capitalize;
	color: #ffffff;
}

.seoText:link,.seoText:active,.seoText:hover,.seoText:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
	color: #ffffff;
}

.copyRightText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color: white;
}

.firewater_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color: #bababa;
}

.newsRule {
	background-image:url(/new/images/ui/rule.jpg);
	background-repeat:repeat-x;
}

.newsDay {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #888888;
}

.newsMonth {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #FFFFFF;
	text-transform:uppercase;
}


.seo:link, .seo:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #8bc6e4;
	text-decoration:none;
}

.seo:hover, .seo:active {
	text-decoration:underline;
}

/* Accordian Styles */
.accord_active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
}

.boxBottomLeft
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/new/images/login/login_bottom_left.png');
    width:27px;
    height:26px;
}
.boxBottomLeft[class]
{
    background-image:url(/new/images/login/login_bottom_left.png);
    width:27px;
    height:26px;
}
.boxBottom
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/new/images/login/login_bottom.png');
    height:26px; 
    width:497px;
}
.boxBottom[class]
{
    background-image:url(/new/images/login/login_bottom.png);
   height:26px; 
    width:497px;
}
.boxBottomRight
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/new/images/login/login_bottom_right.png');
    width:26px;
    height:26px; 
    background-repeat:no-repeat;
}
.boxBottomRight[class]
{
    background-image:url(/new/images/login/login_bottom_right.png);
    width:26px;
    height:26px; 
    background-repeat:no-repeat;

}
.boxLeft
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/new/images/login/login_left.png');
    width:27px;
    height:150px;
}
.boxLeft[class]
{
    background-image:url(/new/images/login/login_left.png);
        width:27px;
    height:150px;
}
.boxRight
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/new/images/login/login_right.png');
        width:26px;
    height:150px;
    background-repeat:no-repeat;
}
.boxRight[class]
{
    background-image:url(/new/images/login/login_right.png);
       width:26px;
    height:150px;
    background-repeat:no-repeat;
}
.boxTopLeft
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/new/images/login/login_top_left.png');
        width:27px;
    height:26px; 

}
.boxTopLeft[class]
{
    background-image:url(/new/images/login/login_top_left.png);
     width:27px;
    height:26px; 
    background-repeat:no-repeat;
}
.boxTopRight
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/new/images/login/login_top_right.png');
    width:26px;
    height:26px; 
    background-repeat:no-repeat;
}
.boxTopRight[class]
{
    background-image:url(/new/images/login/login_top_right.png);
    width:26px;
    height:26px; 
    background-repeat:no-repeat;
}

.boxTopRightNoClose
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/new/images/login/login_top_right_no_close.png');
    width:26px;
    height:26px; 
    background-repeat:no-repeat;
}
.boxTopRightNoClose[class]
{
    background-image:url(/new/images/login/login_top_right_no_close.png);
    width:26px;
    height:26px; 
    background-repeat:no-repeat;
}



.boxTop
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/new/images/login/login_top.png');
    height:26px; 
    width:497px; 

}
.boxTop[class]
{
    background-image:url(/new/images/login/login_top.png);
     height:26px; 
    width:497px; 
}
.boxInner
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/new/images/login/logIn.png');
   
    height:200px; 
    width:905px;
    position:static;
    background-color:none;
}
.boxInner[class]
{
    /*background-image:url(/new/images/login/login_content.png);*/
     height:243px; 
    width:560px;
    position:static;
    /*background-color:#dddddd;*/
	background-image:url(../images/login/logIn.png);
	background-repeat:no-repeat;
}

.boxPageInner
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/new/images/login/login_content_inner.png');
    height:228px; 
    width:497px; 

}

.boxPageInner[class]
{
    background-image:url(/new/images/login/login_content.png);
    height:228px; 
    width:497px; 

}

/* My Boxxxxxeeeees 
################################################################
################################################################
*/

.boxInnerTopLeft
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/new/images/login/inner-login_tl.png');
        width:16px;
    height:16px; 

}
.boxInnerTopLeft[class]
{
    background-image:url(/new/images/login/inner-login_tl.png);
     width:16px;
    height:16px; 
    background-repeat:no-repeat;
}

.boxInnerTop
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/new/images/login/inner-login_t.png');
    height:16px; 
    width:505px; 

}
.boxInnerTop[class]
{
    background-image:url(/new/images/login/inner-login_t.png);
     height:16px; 
    width:505px; 
}

.boxInnerTopRight
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/new/images/login/inner-login_tr.png');
    width:16px;
    height:16px; 
    background-repeat:no-repeat;
}
.boxInnerTopRight[class]
{
    background-image:url(/new/images/login/inner-login_tr.png);
    width:16px;
    height:16px; 
    background-repeat:no-repeat;
}

.boxInnerLeft
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/new/images/login/inner-login_l.png');
    width:16px;
    height:237px;
}
.boxInnerLeft[class]
{
    background-image:url(/new/images/login/inner-login_l.png);
        width:16px;
    height:237px;
}

.boxInnerRight
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/new/images/login/inner-login_r.png');
        width:16px;
    height:237px;
    background-repeat:no-repeat;
}
.boxInnerRight[class]
{
    background-image:url(/new/images/login/inner-login_r.png);
       width:16px;
    height:237px;
    background-repeat:no-repeat;
}

.boxInnerBottomLeft
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/new/images/login/inner-login_bl.png');
    width:16px;
    height:16px;
}
.boxInnerBottomLeft[class]
{
    background-image:url(/new/images/login/inner-login_bl.png);
    width:16px;
    height:16px;
}
.boxInnerBottom
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/new/images/login/inner-login_b.png');
    height:16px; 
    width:505px;
}
.boxInnerBottom[class]
{
    background-image:url(/new/images/login/inner-login_b.png);
   height:16px; 
    width:505px;
}
.boxInnerBottomRight
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/new/images/login/inner-login_br.png');
    width:16px;
    height:16px; 
    background-repeat:no-repeat;
}
.boxInnerBottomRight[class]
{
    background-image:url(/new/images/login/inner-login_br.png);
    width:16px;
    height:16px; 
    background-repeat:no-repeat;

}

.boxInnerTile
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/new/images/login/inner-login_tile.png');
    height:237px; 
    background-repeat:repeat-x;
}
.boxInnerTile[class]
{
    background-image:url(/new/images/login/inner-login_tile.png);
    height:237x; 
    background-repeat:repeat-x;

}
/*
################################################################
################################################################
*/



.Legal {
	font-size:9px;
	color:#FFFFFF;
}

.footerTypo {
	font-size:9px;
	color:#81cdf6;
}



.thumbHolder
{
    background-color:#EEF8FD;
	border: solid 1px #ccd6db;
    height:89px;
    vertical-align:top;
    text-align:center;
   padding:4px;
   color:#FFFFFF;
   font-size:13px;
   font-weight:bold;
}
.thumbHolderEmpty
{
	border: solid 1px #87baec;
    height:89px;
    vertical-align:top;
    text-align:center;
  padding:4px;
}

.SearchBlock
{	
	color:#99FF00;
	background-color:#cccccc;
}

.FormFieldSearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #777777;
	
	padding-top:0px;padding-left:7px;border:0px solid #7a7a7a;width:165px;height:16px;background-color:#ffffff;margin:0px;
}

#limiter {
	    text-align: center;
	    z-index:100;
    }
    .fade{
	    margin-bottom: 0em;
	      background: #ffffff;
	      z-index:100;
    }
 
    .fade p{
	    margin-bottom: 0em;
	    text-align: center;
	    width: 100%;
	    background: #ffffff;
	    z-index:100;
    }
    
 
    
    .Headlines
    {
        color:#ef8c00;
        font-size:12px;
        font-family:Verdana;
        height:100%;
        vertical-align:middle;
		font-weight:bold;
 
    }

.BottomDocuments
{
    background-color: #334B92;
    border: 0px solid #dedede;
}

.content {
	font-family:Arial, Helvetica, sans-serif;
	color:#696969;
	padding: 0px 50px 0px 50px;
}

.leftcontent {
	color: #696969;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#f0f2f9;
	padding: 10px;
}

.rightcontent {
	color: #696969;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#696969;
	padding: 14px 0px 0px 25px;
	text-align:justify;
}

.oneColFixCtr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.quote {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-right: 50px;
	margin-left: 50px;
	text-align:center;
	padding: 5px 0px 5px 0px;
	font-size:14px;
}

.footer {
	background: #5665a0;
	height:32px;
	font-size:12px;
	color:#FFFFFF;
	padding:0px 20px 0px 20px;
}

.quicklinks{
	padding:5px;
}

.Logins:hover
{
	color:#696868; font-size:9px; text-decoration:underline; padding-right:25px;
}

.Logins:link,.Logins:visited,.Logins:active
{
    border-right: 0px solid white; color: #696868; font-size: 9px; padding: 4px;line-height: 15px;height:15px;background-image:none;display:block;vertical-align:middle; 
	}
	
.documentsHome
{
	background-color:#f9f9f9;
	border-right: 1px solid white;
}

.SearchLeft
{
    padding:0px;padding-right:0px;border:1px solid #dedede;border-right:0px; font-size:9px; font-family:Arial, Helvetica, sans-serif;
}

.SearchRight
{
    width:19px;padding:0px;padding-right:0px;border:1px solid #dedede;border-left:0px;
}