@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #DDDDDD;
	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 */
	color: #000000;
}
/* Tips for this Hybrid layout
1. Since the side columns em-based sizing is based on the user's default font size, you will want to be sure that background graphics in the columns take that into account. Built correctly, this is more accessible for those that need larger font sizes, since the width of the columns remains proportionate. If this is undesirable with your design, simply change the width to a pixel size and be sure to change the margins on the #mainContent div accordingly.
2. Since the sizing of side columns in this layout are based on the 100% font size in the body element, if you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the column widths will downsize proportionately. You may want to increase their widths, and the size of the #mainContent div's side margins, to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
4. The #container div is not necessary for this layout at the 100% width. You may want to use it to create faux columns or limit the width of the layout.
5. It is not neccessary to have the 100% width on the #container div since, by nature, a div takes up 100% of the available space. It is here so that if you want to decrease the size of the overall container - perhaps leaving a bit of margin on each side - this will already be available for adjustment.
*/
.thrColFixHdr #container {
	width: 75%;  /* 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. */
	vertical-align: text-top;
} 
.thrColFixHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: #333;
	border-bottom-style: solid;
	border-bottom-width: thin;
} 
.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 */
}
thrColAbsHdr #header_links { 
	height: 20px; /* this is the links area underneath the header*/
	background: #DDDDDD; 
	padding: 2px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	font-weight: bold;
}
.thrColFixHdr #banner { 
	text-align: right;
	
	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
} 
.thrColFixHdr #boxText {
	FONT-SIZE: 10px; 
	FONT-FAMILY: Verdana, Arial, sans-serif;
	margin-bottom: 5px;
	padding-left: 5px;
}
.thrColFixHdr #ltsidebarheader	{
	BORDER-RIGHT: #dee3ef 1px solid;
	BORDER-TOP: #dee3ef 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	BORDER-LEFT: #d6d3c6 1px solid;
	COLOR: #ffffff;
	BORDER-BOTTOM: #7386a5 1px solid;
	BACKGROUND-COLOR: #9caece;
	width: 198px;
	margin-bottom: 5px;
	text-align: left;
}
.thrColFixHdr #rtsidebarheader	{
	BORDER-RIGHT: #dee3ef 1px solid;
	BORDER-TOP: #dee3ef 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	BORDER-LEFT: #d6d3c6 1px solid;
	COLOR: #ffffff;
	BORDER-BOTTOM: #7386a5 1px solid;
	BACKGROUND-COLOR: #9caece;
	width: 198px;
	margin-bottom: 5px;
	text-align: left;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #ls_content1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	/* padding keeps the content of the div away from the edges */
	border:solid #666;
	BORDER-RIGHT: #dee3ef 1px solid;
	BORDER-TOP: #9caece 1px solid;
	BORDER-LEFT: #d6d3c6 1px solid;
	BORDER-BOTTOM: #dee3ef 1px solid;
	vertical-align: top;
	margin-bottom: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* padding keeps the content of the div away from the edges */
	position:relative;
	left: 0px;
	top: 0px;
	height: 509px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: none;
}
.thrColFixHdr #rs_content1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	border:solid #666;
	BORDER-RIGHT: #dee3ef 1px solid;
	BORDER-TOP: #9caece 1px solid;
	BORDER-LEFT: #d6d3c6 1px solid;
	BORDER-BOTTOM: #dee3ef 1px solid; /* padding keeps the content of the div away from the edges */
	margin-right: 10px;
}
.thrColFixHdr #rs_content2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	/* padding keeps the content of the div away from the edges */
	border:solid #666;
	BORDER-RIGHT: #dee3ef 1px solid;
	BORDER-TOP: #9caece 1px solid;
	BORDER-LEFT: #d6d3c6 1px solid;
	BORDER-BOTTOM: #dee3ef 1px solid;
	margin-right: 10px;
}
.thrColFixHdr #rs_content3 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	border: solid #666;
	BORDER-RIGHT: #dee3ef 1px solid;
	BORDER-TOP: #9caece 1px solid;
	BORDER-LEFT: #d6d3c6 1px solid;
	BORDER-BOTTOM: #dee3ef 1px solid;
	margin-right: 10px;
}
.thrColFixHdr #mainContent { 
	margin: 0 210px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #DDDDDD;
	text-align: center;
} 
.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 */
	margin-left: 125px;
	FONT-SIZE: 10px; 
	FONT-FAMILY: Verdana, Arial, sans-serif
}
.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;
}
div.mainheading {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 20px; 
	COLOR: #9a9a9a; 
	FONT-FAMILY: Verdana, Arial, sans-serif
}
.maininfo {
	FONT-SIZE: 11px; 
	LINE-HEIGHT: 1.5; 
	FONT-FAMILY: Verdana, Arial, sans-serif;
}
TD.infoBoxHeading {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	BACKGROUND: #9caece; 
	COLOR: #ffffff; 
	FONT-FAMILY: Verdana, Arial, sans-serif;
}
.boxText {
	FONT-SIZE: 10px; FONT-FAMILY: Verdana, Arial, sans-serif;
}
.StormyWeatherFieldCaptionTD {
	BORDER-RIGHT: #dee3ef 1px solid; BORDER-TOP: #7386a5 1px solid; FONT-WEIGHT: bold; FONT-SIZE: 13px; BORDER-LEFT: #d6d3c6 1px solid; COLOR: #ffffff; BORDER-BOTTOM: #dee3ef 1px solid; BACKGROUND-COLOR: #9caece
}
.infoBoxContents {
	FONT-SIZE: 10px; BACKGROUND: #f8f8f9; FONT-FAMILY: Verdana, Arial, sans-serif
}
#symantec {
	position:relative; 
	z-index:1000; 
	width:210px; 
	background:#FFF; 
	float:left; 
	border:1px solid black;
	margin:3px 10px 0 4px; 
	line-height:1em; 
	overflow:hidden
}
#symintro {
	padding:5px; 
	font-size:70%
}
