@charset "UTF-8";
body  {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 20px;
	background-image: url(../images/razor44.jpg);
}
.thrColFixHdr #container {
	width: 955px;
	text-align: left;
	padding: 0px;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 20px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333366;
	border-right-color: #333366;
	border-bottom-color: #333366;
	border-left-color: #333366;
	background-color: #CCCCCC;
	height: 1350px;
} 
.thrColFixHdr #header {
	background-color: #333366;
	height: 150px;
	width: 955px;
	background-position: 0px 0px;
	float: none;
	clear: both;
} 
#cover {
	height: auto;
	width: 199px;
	clear: none;
	float: left;
	text-decoration: none;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left;
	width: 592px;
	position: relative;
	height: 20px;
	padding-top: 0px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	margin-left: 0px;
}
.thrColFixHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 199px;
	height: 278px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#LongTopbanner {
	width: 728px;
	height: 90px;
	padding: 0px;
	float: none;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: auto;
	clear: both;
	margin-left: auto;
}
#Topbanner {
	width: auto;
	height: auto;
	padding: 0px;
	float: none;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: auto;
	clear: both;
	margin-left: auto;
}
.Halfpageadbanner {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 10px;
	margin-top: 18px;
	height: 750px;
	border: 1px solid #FFFFFF;
}
.rectanglebanner  {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	margin-right: 0px;
	margin-top: 10px;
	height: 220px;
	border: 1px solid #FFFFFF;
	margin-left: 0px;
	text-align: center;
}
.HVrectanglebanner  {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 10px;
	margin-top: 18px;
	height: 250px;
	border: 1px solid #FFFFFF;
}
.HHrectanglebanner  {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	margin-right: 0px;
	margin-top: 10px;
	height: 125px;
	border: 1px solid #FFFFFF;
	padding: 7px;
	margin-left: 0px;
}
.thrColFixHdr #mainContent {
	width: 913px;
	float: left;
	clear: none;
	height: 123px;
	left: 0px;
	top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #FFFFFF;
} 
#slice2 {
	background-image: url(../images/hslice_02.jpg);
	height: 43px;
	width: 633px;
	float: left;
}
#slice3_form {
	float: left;
	height: 43px;
	width: 322px;
	clear: none;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #footer {
	background-color: #FFFFFF;
	width: 575px;
	margin-bottom: 0px;
	height: 40px;
	float: left;
	margin-left: 0px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#month {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 220px;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	clear: none;
	height: 20px;
}
#current {
	background-color: #CC6600;
	height: 18px;
	width: 112px;
	margin-left: auto;
	float: right;
	padding-top: 5px;
	clear: right;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
.honeywellbanner {
	float: right; /* since this element is floated, a width must be given */
	width: 125px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 17px;
	margin-right: 10px;
	margin-top: 0px;
	height: 240px;
	border: 1px solid #FFFFFF;
}
.botton {
	width: 10px;
	height: 16px;
	background-color: #333366;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 10px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.bottontext {
	width: auto;
	height: 16px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 10px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	float: right;
}
.bottonlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.scroll {
	width: 590px;
	margin-bottom: 0px;
	height: 30px;
	float: right;
	margin-left: 0px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
}
.wrap {
	background-color: #FFF;
	height: auto;
	width: 600px;
	margin-left: 10px;
}
.rectanglebannerholder {
	float: right; /* since this element is floated, a width must be given */
	width: 320px;
	margin-right: 10px;
	margin-top: 0px;
	height: auto;
	padding: 0px;
}
.videobox {
	float: left; /* since this element is floated, a width must be given */
	width: 480px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 0px;
	margin-top: 30px;
	height: 380px;
	border: 1px solid #333366;
	margin-left: 205px;
	background-color: #FFFFFF;
}
.weatherbox {
	float: left; /* since this element is floated, a width must be given */
	width: 550px;
	margin-right: 0px;
	margin-top: 15px;
	height: 400px;
	margin-left: 185px;
	border: 1px solid #FFFFFF;
	padding-top: 20px;
}
.bottonbanner {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	margin-right: 0px;
	margin-top: 10px;
	border: 1px solid #FFFFFF;
}
.thrColFixHdr #articleBox {
	float: left; /* since this element is floated, a width must be given */
	width: 275px;
	height: 260px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #F3F3F3;
	border-top-color: #CCCCCC;
}
.boxxarticle {
	float: left; /* since this element is floated, a width must be given */
	width: 272px;
	height: 260px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
.departments {
	background-color: #FFFFFF;
	width: 485px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 90px;
	margin-bottom: 10px;
	height: 60px;
	float: left;
	padding-bottom: 0px;
	margin-left: 10px;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: thin solid #CCCCCC;
}
.monthlycover {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	height: 310px;
	border: 1px solid #FFFFFF;
	text-align: center;
	margin: 0px;
	background-color: #9FF;
}
.prasebanner {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	margin-right: 0px;
	margin-top: 0px;
	height: 260px;
	border: 1px solid #FFFFFF;
	margin-left: 0px;
}
.thrColFixHdr #articontainer #article p strong {
	text-align: left;
}

