@charset "utf-8";

body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	background: #fff;

	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-size:12px;

	color:#7e8082;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	line-height: 17px;

}

.thrColFixHdr #container { 

	width: 960px;  /* 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 */

	border: none;

	text-align: left; /* this overrides the text-align: center on the body element. */

} 

.thrColFixHdr #header { 

	background: #ffffff;

	width:130px;

	height:34px;

	padding-left:830px; 

	padding-top: 130px;

	color:white;

	font-weight:bold;

	font-size:9px;

	background-position:0px -10px;

} 



.thrColFixHdr #header a:link, .thrColFixHdr #header a:visited  {

	text-decoration:none;

	color:white;

}



.thrColFixHdr #header a:hover, .thrColFixHdr #header a:active  {

	text-decoration:none;

	color:black;

}



.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 #home_corporate {

	float: left; /* since this element is floated, a width must be given */

	width: 328px; /* 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 */

	height:508px;

	border: 1px solid #7e8082;

	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 10px 10px 0px 10px; /* padding keeps the content of the div away from the edges */

	margin: 16px 23px 0px 0px;

	background-position: 10px 10px;

}

.thrColFixHdr #home_ads {

	float: left; /* since this element is floated, a width must be given */

	width: 212px; /* 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 */

	height:520px;

	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */

	margin: 16px 0px 0px 0px;

}



.thrColFixHdr #home_ads #ad1 {

	width:210px;

	height:115px;

	border: 1px solid #7e8082;

	margin:8px 0px 0px 0px;

}	



#ad2 {

	font-size:10px;

}



.thrColFixHdr #home_ads #ad2 {

	width:211px;

	height:133px;

	border: none;

	margin:0px 0px 0px 0px;

	padding:0px 0px 0px 1px;

	background-image:url(images/podcast2.jpg);

}



.thrColFixHdr #home_ads #ad3 {

	width:210px;

	height:103px;

	border: 1px solid #7e8082;

	margin:8px 0px 0px 0px;

}



.thrColFixHdr #home_ads #news, .thrColFixHdr #home_ads #news_orange, .thrColFixHdr #home_ads #news_blue {

	width:210px;

	height:106px;

	border: 1px solid #7e8082;

	margin:8px 0px 0px 0px;

	background-image:url(images/news.jpg);

	background-repeat:no-repeat;

	line-height:15px;

	padding-top:32px;

	background-color:#f3f3f5;

}



.thrColFixHdr #home_ads #news h2, .thrColFixHdr #home_ads #ad2 h2, .thrColFixHdr #home_ads #news_orange h2, .thrColFixHdr #home_ads #news_blue h2 {

	color:white;

	background-color:#999999;

	font-size:13px;

	padding:4px 0px 4px 8px;

	margin:0px 0px 5px 0px;

}



.thrColFixHdr #home_ads #news b, .thrColFixHdr #home_ads #news_orange b, .thrColFixHdr #home_ads #news_blue b {

	font-size:11px;

	padding:0px 0px 0px 0px;

	margin:0px 0px 0px 0px;

}



.thrColFixHdr #home_ads #news p, .thrColFixHdr #home_ads #news_orange p, .thrColFixHdr #home_ads #news_blue p {

	font-size:11px;

	padding:0px 0px 0px 0px;

	margin:0px 8px 5px 8px;

}



.thrColFixHdr #home_LST {

	float: left; /* since this element is floated, a width must be given */

	width: 328px; /* 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 */

	height:508px;

	border: 1px solid #7e8082;

	margin: 16px 24px 0px 0px; /* 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: 10px 10px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	background-position: 10px 10px;

} 

.thrColFixHdr #footer { 

	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	background:#999999;

	margin: 8px 0px 0px 0px;

} 

.thrColFixHdr #footer p {

	margin: 0x 0px 0px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:10px;

	color:#cccccc;

	text-align:left;

}

.thrColFixHdr #footer a:link, .thrColFixHdr #footer a:visited  {

	text-decoration:none;

	color:white;

}



.thrColFixHdr #footer a:hover, .thrColFixHdr #footer a:active  {

	text-decoration:none;

	color:black;

}





.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;

}



.clear {

	clear:both;

	float: none;

}



#menu {

	height:24px;

	width:958px;

	border: 1px solid #7e8082;

	margin-top:8px;

	padding:0px 0px 0px 0px;

	z-index:100;

}



#flash {

	width:960px;

	margin-top:8px;

	z-index:1;

}



.thrColFixHdr #home_corporate #icons, .thrColFixHdr #home_LST #icons {

	width:324px;

	height:47px;

/*	border:1px solid black; */

	margin: 0px 0px 9px 0px;

	background-image:url(images/home_text_box.gif);

	background-position:51px 0px;

	background-repeat:no-repeat;

	font-size:11px;

}



.lst {

	margin: 0px 0px 3px 15px;

	padding: 0px;

	list-style-type: square;

}



.lst2 {

	margin: 5px 0px 3px 5px;

	padding: 0px;

	list-style: none;

}



.lst2bullet {

	font-size:10px;

}



.lst li {

	margin: 0px 0px 6px 0px;

}



.lst2 li {

}



#home_corporate_text {

	height:80px;

	padding:2px 0px 0px 0px;

	font-size:11px;

}



#home_LST_text {

	height:80px;

	padding:2px 0px 0px 0px;

	font-size:11px;

}



#home_LST a:link, #home_LST a:visited  {

	text-decoration:none;

	color:#2cabe2;

	font-weight:bold;

}



#home_LST a:hover, #home_LST a:active  {

	text-decoration:none;

	color:#8bccfb;

	font-weight:bold;

}



.thrColFixHdr #home_corporate #icons h2, .thrColFixHdr #home_corporate #icons h3, .thrColFixHdr #home_corporate #icons h4, .thrColFixHdr #home_LST #icons h2 {

	margin:0px 0px 0px 0px;

	padding:6px 0px 0px 0px;

	font-size:12px;

}



#icons img {

	float:left;

	margin-right:14px;

}



.thrColFixHdr #home_corporate #icons h2 a:link, .thrColFixHdr #home_corporate #icons h2 a:visited {

	color:#6c6d6e;

	text-decoration:none;

}



.thrColFixHdr #home_corporate #icons h2 a:hover, .thrColFixHdr #home_corporate #icons h2 a:active {

	color:#bdbec2;

	text-decoration:none;

}



.thrColFixHdr #home_corporate #icons h3 a:link, .thrColFixHdr #home_corporate #icons h3 a:visited {

	color:#5baf26;

	text-decoration:none;

}



.thrColFixHdr #home_corporate #icons h3 a:hover, .thrColFixHdr #home_corporate #icons h3 a:active {

	color:#8de053;

	text-decoration:none;

}



.thrColFixHdr #home_corporate #icons h4 a:link, .thrColFixHdr #home_corporate #icons h4 a:visited {

	color:#b73348;

	text-decoration:none;

}



.thrColFixHdr #home_corporate #icons h4 a:hover, .thrColFixHdr #home_corporate #icons h4 a:active {

	color:#ff6a82;

	text-decoration:none;

}



#content_all, #content_all_orange, #content_all_blue, #content_wizard {

	width:712px;

	float:left;

	padding:35px 35px 0px 0px;

	background-repeat:no-repeat;

}



#quote, #quote_orange, #quote_blue {

	width:250px;

	float:left;

	position:relative;

	clear:left;

	margin: 10px 10px 10px 0px;

}



#quote_icons {

	width:230px;

	float:left;

	position:relative;

	clear:left;

	margin: 10px 10px 10px 0px;

	padding: 10px 0px 0px 20px;

}



#quote_icons img {

	margin: 0px 10px 5px 0px;

}



#content_all p, #content_all ul, #content_all table, #content_all b, #content_all_orange p, #content_all_orange ul, #content_all_orange table, #content_all_orange b, #content_all_blue p, #content_all_blue ul, #content_all_blue table, #content_all_blue b {

	margin-left:260px;

	line-height:21px;

}



#content_wizard table {

	margin-left:260px;

	line-height:21px;

}



#content_all ul, #content_all_orange ul, #content_all_blue ul, #content_wizard ul {

	margin-top:-10px;

	padding-top:0px;

}



#content_all p b, #content_all_orange p b, #content_all_blue p b, #content_wizard p b {

	margin-left:0px;

	line-height:21px;

}



#content_all h2, #content_all_orange h2, #content_all_blue h2, #content_wizard h2 {

	font-size:30px;

	line-height:40px;

	font-weight:normal;

	color:#cccccc;

	font-family:Helvetica, Geneva, Arial, sans-serif;

	margin:10px 0px 0px 0px;

}



#content_all h3, #content_all_orange h3, #content_all_blue h3, #content_wizard h3 {

	font-size:16px;

	font-weight:normal;

	color:#aaaaaa;

	font-family:Helvetica, Geneva, Arial, sans-serif;

	display:inline;

}



#content_all h4, #content_all_orange h4, #content_all_blue h4, #content_wizard h4 {

	font-size:16px;

	font-weight:normal;

	color:#aaaaaa;

	font-family:Helvetica, Geneva, Arial, sans-serif;

	display:inline;

}



#content_all a:link, #content_all a:visited  {

	color:#f15d22;

	text-decoration:none;

}



#content_all a:hover, #content_all a:active  {

	color:#000;

	text-decoration:none;

}



#content_all_orange a:link, #content_all_orange a:visited  {

	color:#f15d22;

	text-decoration:none;

}



#content_all_orange a:hover, #content_all_orange a:active  {

	color:#000;

	text-decoration:none;

}



#content_all_blue a:link, #content_all_blue a:visited, #content_wizard a:link, #content_wizard a:visited  {

	color:#00aae2;

	text-decoration:none;

}



#content_all_blue a:hover, #content_all_blue a:active, #content_wizard a:hover, #content_wizard a:active  {

	color:#000;

	text-decoration:none;

}



#news a:link, #news a:visited  {

	color:#f15d22;

	text-decoration:none;

}



#news a:hover, #news a:active  {

	color:#000;

	text-decoration:none;

}



#news_orange a:link, #news_orange a:visited  {

	color:#f15d22;

	text-decoration:none;

}



#news_orange a:hover, #news_orange a:active  {

	color:#000;

	text-decoration:none;

}



#news_blue a:link, #news_blue a:visited  {

	color:#00aae2;

	text-decoration:none;

}



#news_blue a:hover, #news_blue a:active  {

	color:#000;

	text-decoration:none;

}



#content_all h5, #content_wizard h5 {

	margin: 5px 0px 0px 0px;

	font-weight:bold;

	font-family:Geneva, Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#444444;

}



#quote p, #quote_orange p {

	margin: 20px 0px 8px 0px;

	font-weight:normal;

	font-family:Geneva, Arial, Helvetica, sans-serif;

	font-size:15px;

	line-height:23px;

	color:#f15d22;

}



#quote_blue p {

	margin: 20px 0px 8px 0px;

	font-weight:normal;

	font-family:Geneva, Arial, Helvetica, sans-serif;

	font-size:15px;

	line-height:23px;

	color:#00aae2;

}



#quote h3, #quote_orange h3, #quote_blue h3, .name {

	margin: 5px 0px 0px 0px;

	font-weight:bold;

	font-family:Geneva, Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#444444;

	display:block;

}

#quote h4, #quote_orange h4, #quote_blue h4, .company {

	margin: 0px 0px 0px 0px;

	font-weight:normal;

	font-family:Geneva, Arial, Helvetica, sans-serif;

	font-size:11px;

	color:#7e8082;

	display:block;

}



.name {

	padding:0px;

	margin:-12px 0px 0px 0px;

}



.company {

	padding:0px;

	margin:-4px 0px 6px 0px;

}



#quote_placement {

	width:260px;

	float:left;

	padding-top:85px;

}



#left_column {

	width:260px;

	float:left;

}



#news_items {

	float:left;

	width:430px;

	margin:0px 0px 0px 10px;

}



#news_items ul {

	margin-left:0px;

}



#news_items p {

	margin-left:0;

}



#news_items table {

	margin:0px;

}



img {

	border:none;

}



.news_title {

	color:#f15d22;

	font-size:14px;

	margin:12px 0px 5px 0px;

	font-weight:bold;

}



input, textarea {

	display:block;

	margin:0px 0px 10px 0px;

}



#contact_form {

	float:left;

	width:430px;

	margin:0px 0px 0px 10px;

}



#contact_form form {

	margin-top:20px;

}



.program_heading {

	color:white;

	background-color:#999999;

}



#program_table {

	width:440px;

	font-size:10px;

}



#program_table th {

	padding-left:5px;

	vertical-align:top;

	line-height:15px;

	width:220px;

}



#program_table td {

	padding:0px;

	vertical-align:top;

	line-height:15px;

	width:220px;

}



#program_table td p {

	line-height:19px;

	margin:8px 0px 0px 0px;

	padding:5px;

	background-color:white;

}



#program_table th {

	font-size:12px;

}



#program_table td {

	border:1px solid #e7e7e7;

}



#products_table {

	width:440px;

	font-size:11px;

	margin:0px 0px 0px 0px;

}



.product_categories {

	color:white;

	background-color:#999999;

	padding:0px 4px 0px 4px;

}



.product_titles, .questions {

	padding-left:4px;

	padding:0px 4px 0px 4px;

	border-top:1px solid #e7e7e7;

}



.product_items {

	padding-left:4px;

	padding:3px 4px 1px 4px;

	border-top:1px solid #e7e7e7;

	border:1px solid #e7e7e7;

}



.cart_items {

	padding-left:4px;

	padding:3px 4px 1px 4px;

	border-top:1px solid #e7e7e7;

	line-height:14px;

}



.products {

	padding:0px 4px 0px 30px;

	border-top:1px solid #e7e7e7;

}



.products_text {

	padding:0px 0px 0px 30px;

}



#products_table td {

	vertical-align:top;	

}



#products_table img {

	float:right;

}



#products_table p {

	margin-bottom:8px;

}



.small_p {

	font-size:9px;

	line-height:11px;

}



.lst_cats {

	background-image:url(images/button.gif);

	width:157px;

	height:52px;

}



h6 {

	background-color:#f2f2f2;

	font-size:12px;

	font-weight:bold;

	margin-left:253px;

	padding-left:5px;

	margin-bottom:0px;

}