html {
        overflow-y: scroll;
}
body {
	padding: 0;
	margin: 0;
	color: #454545;
	background-color: #A4140E;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
}
a {
	color: #912626;
	background: inherit;
	text-decoration: underline;
}
a:hover { color: #000; background: inherit;}
a.title {
	color: #03C;
	background: #FFF;
}

h1 {
	padding: 0;
	font: normal 1.6em Arial, Sans-Serif;
	letter-spacing: -1px;
	margin-top: 2;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
h2 {
	padding: 0;
	font: normal 1.6em Arial, Sans-Serif;
	letter-spacing: -1px;
	margin-top: 2;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
h1 a {
	color: #0064A2;
	background: inherit;
}
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #BFE1ED; background: inherit; }
h3 {
	padding: 0;
	color: #333;
	background: #FFF;
	margin-top: 120;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	font-family: Arial, Sans-Serif;
	font-size: 110%;
	font-weight: bold;
}
h3 a{
	color: #0081B7;
	text-decoration: none;
}
p {
	margin: 0 0 0px 0;
}
form { margin: 0; }
input.search { width: 199px; border: none; background: #FFF url(input.gif); padding: 4px; color: #808080; }
input.submit { height: 24px; font-weight: bold; width: 53px; border: none; background: #D96855 url(button.gif); padding: 3px; color: #FFF; }



.content {
	width: 900px;
	color: #454545;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(images/big_middle.gif);
	background-repeat: repeat-y;
	background-position: center;
	
}

.logo {	padding: 18px 0 0 3px; }

.header_top {
	color: #FFF;
	height: 15px;
	background-color: #EFEFEF;
	background-image: url(images/big_top.gif);
	background-repeat: no-repeat;
}
.header { padding: 0px 2px 6px 2px; }
.header_bottom {
	clear: both;
	background: #FEFEFE url(images/big_bottom.gif) no-repeat;
	color: #FFF;
	height: 20px;
}

.header_blank {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	background-color: #A4140E;
	padding-top: 5px;
	background-position: center 695px;
	padding-bottom: 5px;
}

.banner { 
	background-image:url('images/banner_background.jpg');
	background-color: #82be38;
	background-repeat: repeat-x;
	border-radius:5px 5px 0px 0px;
}

.news_story { 
	border-top: 0px;
	border-bottom:solid 1px #b4dc83;
	border-left:solid 1px #b4dc83;
	border-right:solid 1px #b4dc83;
	border-radius:0px 0px 5px 5px;
	background-color: #f7fff7;
}

#navwrapper {
	width:100%;
	float:left;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#nav {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	font-family: verdana;
}
#nav a, #nav strong, #nav span {
	color:#A4140E;
	text-decoration:none;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 10px;
	height: 20px;
	background-color: #FFF;
}
#nav a {
}
#nav #current {
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: -1px;
}
#nav #current a {
	padding:7px 20px 4px 11px;
	color:#000;
}
#nav a:hover {
	color:#000;
}   



#menu {
	width: 147px;
	padding: 0;
	font-size: 0.9em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#menu ul {
	list-style: none;
	width: 147px;
	padding: 0;
	font-size: 1.0em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}	

#menu li {
	margin-bottom: 0px;
}

#menu li a {
	font-weight: bold;
	height: 18px;
	text-decoration: none;
	color: #666;
	display: block;
	background: #ffffff;
	border: 1px solid #EFF7FC;
	margin-bottom: 1px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	margin-top: 0px;
}	
	
#menu li a:hover {
	color: #333;
	border: 1px solid #D4E9F7;
	background-color: #D4E9F7;
}

#menu #current {
	background: #1995C2;
	color: #FFF;
	margin-bottom: -1px;
}
#menu #current a {
	background: #1995C2;
	color:#FFF;
}


.sf_left {
	float: left;
	width: 203px;
	height: 77px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -8px;
}

.sf_right {
	width: 345px;
	float: right;
	text-align:right;
	margin-right: 10px;
}

.sf_search {
	clear: both;
	background: #CA090D url(searchbg.gif) repeat-x bottom left;
	color: #03C;
	border-top: 1px solid #6FAA17;
	border-bottom: 1px solid #000;
	padding: 18px 0 17px 15px;
	margin-top: -2px;
}
	
.subheader {
	padding: 8px;
	color: #DDD;
	background-image: url(magicbackground.jpg);
	background-position: center -18px;
	background-repeat: repeat;
}
.subheader h1{
	color: #808080;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}


.left {
	float: left;
	width: 595px;
	margin: 0 0 10px 0;
}

.fullwidth {
	float: left;
	width: 900px;
	min-height:400px;
	height:auto!important;
	_height:400px;
	margin: 0,0,0,0;
}

.shadowbox {
	border-radius: 5px 5px 5px 5px;
	margin-left: 10px;
	/* box-shadow: 3px 3px 5px #aaaaaa; */
	-moz-box-shadow: 3px 3px 5px #888888;
	-webkit-box-shadow: 3px 3px 5px #888888;
	box-shadow: 3px 3px 5px #888888;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888');	
	
}

.shadowboxbig {
	border-radius: 5px 5px 5px 5px;
	margin-left: 10px;
	box-shadow: 5px 5px 8px #aaaaaa;
}
	.box_top {
		background: #F0F0F0 url(images/leftbox_top5.jpg) no-repeat;
		margin-left: 0px;
		color: #000000;
		height: 33px;
		width: 200px;
		text-align: center;
		font-family: verdana;
		line-height: 30px;
		font-size: 18px;
	}
	
	.box_top h2 {
		color: #808080;
		background: inherit;
		padding: 7px 0 0 5px;
		margin: 0;
	}
	
	.box {
	border-left: 1px solid #b4dc83;
	border-right: 1px solid #b4dc83;
	border-bottom: 1px solid #b4dc83;
	border-radius: 0px 0px 5px 5px;
	margin-left: 0px;
	width: 192px;
	color: #595959;
	background: #FFFfff;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	}
	
	.lesslink {
	color: #666;
	text-decoration: none;

	}	
	
	.box_bottom {
		background: #FFF url(images/leftbox_bottom.jpg) no-repeat;
		margin-left: 10px;
		color: #000;
		height: 13px;
		width: 200px;
	}

	.box_top_wide {
	background: #F0F0F0 url(images/widebox_top.gif) no-repeat;
	color: #808080;
	height: 40px;
	width: 370px;
	}
	
	.box_top_wide h2 {
		color: #808080;
		background: inherit;
		padding: 7px 0 0 5px;
		margin: 0;
	}
	
	.box_wide {
	border-left: 2px solid #F0F0F0;
	border-right: 2px solid #F0F0F0;
	margin: 0;
	width: 359px;
	color: #595959;
	background: #FFF;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
	}
	
	.box_bottom_wide {
		background: #FFF url(images/widebox_bottom.gif) no-repeat;
		color: #000;
		height: 13px;
		width: 370px;
		margin: 0 0 7px 0;
	}



	
	.left_side { 
	float: left; 
	width: 159px; 
	padding: 0px 5px 8px 8px; 
	}
	
	.right_side {
	float: right;
	width: 415px;
	text-align: justify;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	}
	
	.main_wide {
	float: right;
	width: 577px;
	text-align: justify;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	}
	
		
	.article {
		margin-bottom: 20px;
		padding-top: 0;
		padding-right: 20px;
		padding-bottom: 0;
		padding-left: 20px;
	}
	
	 .article img {
	border: 0px solid #999;
	}
	
	
		
	.grey_top { clear: both; width: 382px; background: #EDEDED url(images/grey_top.gif) no-repeat; color: #000; height: 5px; padding: 0; margin: 0px 0 0 6px; }
	.grey { width: 362px; margin: 0 0 0 6px; padding: 10px; background: #EDEDED url(images/grey_bottom.gif) no-repeat bottom left; color: #808080;	}
		
	.grey a {
		color: #66C419;
		background: inherit;
		font-weight: bold;
	}
	
	.grey a:hover {
		color: #000;
		background: #EDEDED;
	}
	
	.highlight {
		padding: 5px 3px 5px 3px;
		margin: 0 0 3px 0;
		border-bottom: 1px solid #ccc;
	}

.right { float: right; width: 200px; margin: 0 0 10px 0;}
		


.footer {
	clear: both;
	text-align: center;
	color: #808080;
	border-top: 1px solid #eee;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #EFEFEF;
}
.footer p {	line-height: 2em; }
.footer a {
	color: #4F4F4F;
	text-decoration: none;
	background-color: #EFEFEF;
} 
.footer a:hover{
	text-decoration: underline;
} 

.hide {
display: none;
}


.digitalvisual {
	color: #999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	bottom: -20px;
	position: relative;
	right: 5px;
}
.copyright {
	color: #999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	bottom: -20px;
	position: relative;
	font-size: x-small;
	left: 5px;
}
.digitalvisual a{
	color: #999;
	text-decoration: none;
	font-size: x-small;
	text-align: right;
} 
.digitalvisual a:hover{
	color: #000;
	text-decoration: underline;
} 
.padding10 {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 

.ataglance {
	float: left;
	width: 165px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 15px;
} 
.ataglance_wide {
	float: left;
	width: 375px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 15px;
} 

.contactusnow {

}

.contactusnow a{
	font-size: 12px;
	color: #333;
	background-color: #CEE7F7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #94CBED;
	border-right-color: #248FD7;
	border-bottom-color: #248FD7;
	border-left-color: #94CBED;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	text-align: center;
	float: right;
	background-image: url(nav.gif);
	background-repeat: repeat;
	background-position: -12px -2px;
	font-weight: bold;
	margin-right: 15px;
	margin-left: 20px;
}

.contactusnow a:hover{
	color: #FFF;
	background-color: #CCC;
}


.redbox{
	border: 2px solid #0C0;
	padding: 5px;
	font-size: 120%;
}


.button{
	background-color: #CEE7F7;
	background-position: -12px top;
	border-top-color: #94CBED;
	border-right-color: #248FD7;
	border-bottom-color: #248FD7;
	border-left-color: #94CBED;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 0px;
}
#navback{
	background-color: #A4140E;
	width: 898px;
	height: 25px;
	color: #333333;
	text-align: center;
	text-valign: middle;
	border-left: 1px solid #A4140E;
	border-right: 1px solid #A4140E;
	border-bottom: 1px solid #A4140E;
	border-top: 5px solid #A4140E;

}


/*all nav area*/
#navlist{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#navlist a, #navlist a:link, #navlist a:visited{
	background-color: #FFFFFF;
	text-decoration: none;
}

#navlist a:hover{
	color: #000000;
	background-color: #c4544E;
	display: inline;
}



/*top cats area*/
#navlist ul{
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#navlist li{
	display: inline;
	margin-right: 5px;
}

/*top cats*/
#navlist ul li a{
	text-decoration: none;
	font-weight: bold;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;
	font-family: verdana;
	color: #444444;
	padding-top: 3px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-left: 1px solid #A4140E;
	border-right: 1px solid #A4140E;
	border-bottom: 1px solid #A4140E;
	border-top: 1px solid #A4140E;
}

#navlist ul li a:hover{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: #ff4444;
	background-image: none;
	margin-top: 1px;
	margin-bottom: 0px;
	border: 1px solid #333;
}


#navlist ul ul{
	margin: 0px;
}

#navlist ul ul li a{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navlist ul ul li a:hover{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* selected button */
#navselected {
	background-color: #FFF;
	margin: 0px;
	border: 1px solid #060;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

/* sub lists area*/
#navsublist {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 12px;
	padding-top: 0px;
	padding-bottom: 12px;
	margin-top: 0px;
	background-color: #FFFFFF;
	min-width:146px;
	width: 144px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#header {
	width: 900px;
	min-width:900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 250px;
	padding: 0px;
	background-image: url(images/bathsoftwatertop.jpg);
	background-color: #DAEBF2;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header h1 {
	text-align: center;
	font-size:30px;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #0082BC;
	margin-right: 20px;
	margin-top: 40px;
}
.sidebox_button_search {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	cursor: hand;
	font-weight: bold;
	margin: 0px;
	height: 18px;
	padding: 0px;
	display: inline;
	background-color: #038FCC;
	color: #FFFFFF;
	width: 68px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4F7FD;
	border-right-color: #527DA0;
	border-bottom-color: #527DA0;
	border-left-color: #E4F7FD;
	background-image: url(images/buttonback.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.formfield {
	width: 200px;
	margin-right: 4px;
	height: 18px;
	float: none;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 10px;
	font-weight: normal;
	background-color: #D8EEB5;
	border: 1px solid #060;
} 

.formfield_wide {
	width: 400px;
	margin-right: 4px;
	float: none;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 10px;
	font-weight: normal;
	background-color: #D8EEB5;
	border: 1px solid #060;
} 

.adminbutton {
	color: #FFF;
	background-color: #85C50A;
	border: 1px solid #060;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 80%;
	text-decoration: none;
} 

.adminbutton a {

} 

.adminbutton a:hover {
	background-color: #060;

} 
.starbox {
	float: left;
	clear: none;
	background-color: #FFFFFF;
	width: 370px;
	text-align: center;
	color: #CCC;
	margin: 0px;
	height: 370px;
	border: 1px solid #D5EDAE;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.starbox a{
	display: block;
	color: #0086AB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: -1px;
}
.starbox a:link, .starbox a:visited{
}
.starbox a:hover{
	color: #0086AB;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.starbox .border{
	border: 1px solid #FFFFFF;
}


.formatcopytable {
	border: 1px solid #999999;
	background-color: #EEF7DE;
	background-image: url(images/back.gif);
} 

.formatcopytable td {
	border: 1px solid #CCC;
} 
.smallred {
	color: #900;
	font-size: 14px;
} 

.shadow {
-moz-box-shadow: 5px 5px 2px #888888;
-webkit-box-shadow: 5px 5px 2px #888888;
box-shadow: 5px 5px 2px #888888;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888');
}