img {
	border-style: none;
}


a, a:link {
	color: #00F;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #06F;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #6CF;
	text-decoration: underline;
}
a:focus {
	color: #00F;
	outline: none;
}
a:active {
	color: #900;
}
#logo {
	margin-top: 8px;
	float: left;
}

#outerWrapper {
	margin: 0 auto 20px;
	text-align: left;
	width: 790px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 0px;
	width: 170px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	width: 170px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	float: right;
}
#outerWrapper #contentWrapper #content-right {
	margin: 0 0px 0 170px;
	padding: 0px 0px 20px 20px;
}
#outerWrapper #contentWrapper #content-left {
	margin: 0;
	float: left;
	width: 580px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#outerWrapper #contentWrapper #content-fullwidth {
	margin: 0;
	padding: 0px 0px 20px 0px;
	float: left;
	width: 770px;
}
#outerWrapper #footer {
	padding: 30px 60px 0px 10px;
	background: url(footer-bg.png) no-repeat left top;
	height: 58px;
	color: #999999;
	text-align: left;
	line-height: 22px;
}
#leftColumnContent {
	padding: 0px 0px 10px;
	width: 170px;
}
#outerWrapper #contentWrapper {
	padding-right: 10px;
	padding-left: 10px;
}
#leftColumn1 ul, #rightColumn1 ul {
	margin: 0px;
	padding: 10px 0px 20px;
}
#leftColumn1 ul li, #rightColumn1 ul li {
	list-style: none;
	display: inline;
}
#leftColumn1 ul li a, #rightColumn1 ul li a {
	display: block;
	padding: 4px 4px 6px 20px;
	line-height: 18px;
	background: url(sidenav-bg.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
}
#leftColumn1 ul li a:hover, #rightColumn1 ul li a:hover {
	text-decoration: none;
	background: url(sidenav-bg-over.jpg) no-repeat left top;
	color: #FFFFFF;
}
.fltlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.fltrt {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content-left ul li, #content-right ul li {
	margin-bottom: 5px;
}
#content-left p, #content-right p {
	line-height: 18px;
}
.sidebarlt {
	padding: 10px;
	border: 1px solid #C7DAC5;
	background: #F1F8F1;
}
.sidebardk {
	color: #FFFFFF;
	background: #366D00;
	border: 1px solid #000000;
	padding: 10px;
}
.sidebardk a, .sidebardk a:hover, .sidebardk a:visited, sidebardk a:active {
	color: #FFFFFF;
}
.sidebarbox {
	background: url(sidebox-fill.gif) repeat-y left;
	margin-top: 15px;
	margin-bottom: 15px;
}
.sidebarbox p {
	margin: 0px;
	padding: 0px;
}
.sidebarboxtop {
	background: url(sidebox-top.gif) no-repeat left top;
	padding: 12px 10px 0px;
}
.sidebarboxbottom {
	background: url(sidebox-bottom.gif) no-repeat left bottom;
	height: 13px;
}
.clearFloat {
	clear: both;
	display: block;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #e2ebf2;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f5fafb;
	text-align: left;
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 auto;
	background-image: url(images/footerbig.gif);

} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header {
	height: 90px;
	padding: 0px 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. */
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
} 
.thrColAbsHdr #header h1 {
	top: 15px;
	left: 15px;
	position: absolute;
}
.thrColAbsHdr #header h2 {
	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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3FF;
}
.thrColAbsHdr #phone{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	top: 20px;
	height: auto;
	position: absolute;
	right: 20px;
	top:28px;
	text-align: right;
	word-spacing: normal;
	line-height: 27px;
	font-weight: bold;
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px 20px;
	background-color: #f5fafb;
	background-repeat: no-repeat;
	background-image: url(images/leftbartop170600.gif);
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 90px;
	right: 0px;
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/rightbartop170600.gif);
	background-repeat: no-repeat;
	background-color: #f5fafb;
}
.thrColAbsHdr #mainContent {
	background-repeat: no-repeat;
	background-position: top;
	top: 0px;
	background-color: #FFF;
	width: 410px;
	left: 170px;
	position: relative;
	padding: 0px 10px;
	background-image: url(images/topbodyradius.gif);
}

.thrColAbsHdr #mainContent h1{
	color: #F00;
	font-size: 18px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 1px;

}
.thrColAbsHdr #mainContent h2{
	color: #000;
	font-size: 12px;
	text-align: left;
	padding-top: 5px;
	text-decoration: underline;
	padding-bottom: 2px;

}
.thrColAbsHdr #mainContent h3{
	color: #000;
	font-size: 13px;
	text-align: left;
	text-decoration: none;

}
.darkened {
	background-color: #CCC;
	background-repeat: repeat;
}

.thrColAbsHdr #footer {
	padding: 0 10px 0 20px;
	bottom: inherit;
	position: relative;
	height: 120px;
	text-align: center;
} 
.thrColAbsHdr #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;
	bottom:10px;
	text-align: inherit;
	position: absolute;
	left: 13px;
	width: 740px;
	color: #FFF;
}

.thrColAbsHdr #footer p {
	
	color: #FFF;
}

.thrColAbsHdr #footer a {
	
	color: #FFF;
}

.thrColAbsHdr #footer a:hover {
	
	color: #FFF;
}

.social {
	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;
	bottom:40px;
	text-align: inherit;
	position: absolute;
	left: 13px;
	width: 740px;
	color: #DDD;
	font-size: 10px;
}

.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;
}
 





/*nav stuff - suckerfish*/

	#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 11em;
	}
	
	#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 11em;
	}
	
	#nav li ul { /* second-level lists */
	outline:solid;
	background-color:#FFF;
	position : absolute;
	left: -999em;
	margin-left : 1em;
	margin-top : 9.5em;
	}
	
	ul li  {
	padding: 2px 0 2px 2px; }
	
	#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
	}
	
	#nav li a {
	width: 11em;
	width : 10em;
	display : block;
	color : #2A3FAA;
	font-weight : bold;
	text-decoration : none;
	padding : 0 0.5em;
	}
	
	#nav li a:hover {
	color : #FF5F00;

	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 

/* lists nested under hovered list items */
	left: auto;
	}
td, div  {
	/*this is driving font size for whole thing currently*/
	
	font-size: 12px; }

	
/*	#content {
		margin-left : 12em;
	}
*/
/*end style from html to be converted*/







#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}


#breadcrumbs a {
	color: #39F;
	font-weight: bold;
	text-decoration: underline;
}
#breadcrumbs a:hover {
	color: #F90;
	text-decoration: none;
}
#breadcrumbs p {

}







.BG {
	background-image:url(images/newsletter.gif);
	background-repeat:no-repeat;
	font-size: 11px;
	width: 135px;
}
.outside {
	font-size:10px;
	width: 410px;
	position: absolute;
	left: 500px;
}

.disclaimer {
	color: #0080FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.redmenu {
	color: #F00;
}

.testscroll {
	color: #CCC;
	text-align: center;
}

/*nav stuff - suckerfish*/

/*nav2 stuff - suckerfish*/

	#nav2, #nav2 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 11em;
	}
	
	#nav2 li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 30em;
	}
	
	#nav2 li ul { /* second-level lists */
	outline:solid;
	background-color:#FFF;
	position : absolute;
	left: -999em;
	margin-left : 1em;
	margin-top : 6em;
	}
	
	ul li  {
	padding: 2px 0 2px 2px; }
	
	#nav2 li ul ul { /* third-and-above-level lists */
	left: -999em;
	}
	
	#nav2 li a {
	width: 11em;
	width : 10em;
	display : block;
	color : #2A3FAA;
	font-weight : bold;
	text-decoration : none;
	padding : 0 0.5em;
	}
	
	#nav2 li a:hover {
	color : #FF5F00;

	}
	
	#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
	}
	
	#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul { 

/* lists nested under hovered list items */
	left: auto;
	}

