@charset "windows-1252";
body  {
	font: 1em 'Arial Narrow', Arial, Verdana, Helvetica, Geneva, sans-serif;
	background-color: #000000;

	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-image: url(../images/hm_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	/*background-attachment: fixed;*/
}
.twoColFixLtHdr #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background-color: #ffffff;*/
	background-image: url(../images/bg_master_main_pp.gif);
	background-repeat: repeat-y;
	margin: 0 auto;  the auto margins (in conjunction with a width) center the page 
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #1c4384;
	border-right: 1px solid #1c4384;
} 
.twoColFixLtHdr #header { 
	background-color: #FCFCFC;
	background-image: url(../images/hm_hdr_bg.jpg);
	background-repeat: no-repeat;
	height: 83px;
	margin: 0;
	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. */
} 
.twoColFixLtHdr #header img {
	/* 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 */
	padding: 0;
	margin: 0;
	float: left;
	border: none;
}
.twoColFixLtHdr #header p {
	/* 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 */
	padding: 12px 22px 0 0;
	margin: 0;
	float: right;
	font-size: .75em;
	color: #333333;
}
.twoColFixLtHdr #header p a {
	/* 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 */
	color: #333333;
	text-decoration: none;
}
.twoColFixLtHdr #header p a:hover {
	/* 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 */
	color: #ffffff;
	text-decoration: none;
}

/* SIDEBAR NAV BEGINS */


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* 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: #ffffff;  the background color will be displayed for the length of the content in the column, but no further */
	margin: 0;
	padding: 45px 0 0 0;
	/*	background-color: #ffffff;   */	
	background-image: url(../images/int_top_nav.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	font-family: "Arial Narrow", Arial, Geneva, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1em;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 #navigation {
	padding: 0;
	margin: 0;
}

/*  SIDEBAR-TREEVIEW CSS BEGINS  */

.treeview, .treeview ul { 
	margin: 0;
	padding: 0;
	list-style: none;
}

.treeview ul {
	background-color: #e5e5e5;
}

/*  toplevel  */
.treeview .toplevel {
	margin: 0;
	padding: 0;
}
.treeview .toplevel a {
	display: block;
	margin: 0;
	padding: 4px 0 4px 12px;
	color: #000000;
	text-decoration: none;
}
.treeview .toplevel a:hover {
	color: #ffffff;
	background-color: #b91717;
}
.treeview .toplevel a.selected {
	background-color: #b91717;
	color: white;
	display: block;
}
.treeview .toplevel a.selected:visited {
	background-color: #b91717;
	color: white;
	display: block;
}
/*  level01  */
.treeview .level01 {
	margin: 0;
	padding: 4px 0 4px 12px;
/*	background-image: url(images/bullet_level1.gif);
	background-repeat: no-repeat;
	background-position: 12px 4px;*/
}
.treeview .level01 a {
	text-decoration: none;
}
.treeview .level01 a:hover {
	text-decoration: none;
	color: #b91717;
	background: none;
}
.treeview .level01expandable {
	margin: 0;
	padding: 4px 0 4px 24px;
/*	background-image: url(images/bullet_plus.gif);
	background-repeat: no-repeat;
	background-position: 12px 0;*/
}
/*  level02   */
.treeview .level02 {
	margin: 0;
	margin-left: -24px;
	padding: 4px 0 4px 24px;
/*	background-image: url(images/bullet_level1.gif);
	background-repeat: no-repeat;
	background-position: 24px 4px;*/
	background-color: #cccccc;
}
.treeview .level02 a {
	text-decoration: none;
	color: #000000;
}
.treeview .level02 a:hover {
	text-decoration: none;
	background: none;
	color: #b91717;
}
.treeview .level02expandable {
	margin: 0;
	margin-left: -24px;
	padding: 4px 0 4px 36px;
/*	background-image: url(images/bullet_plus.gif);
	background-repeat: no-repeat;
	background-position: 24px 0;*/
	background-color: #cccccc;
}
/*   level 03     */
.treeview .level03 {
	margin: 0;
	padding: 0;
	background-color: #cccccc;
}
.treeview .level03 a {
	color: #b91717;
	text-decoration: underline;
}
.treeview .level03 a:hover {
	color: #90191d;
	text-decoration: underline;
	background: none;
}
.treeview .level03expandable {
	margin: 0;
	padding: 4px 0 4px 12px;
/*	background-image: url(images/bullet_plus.gif);
	background-repeat: no-repeat;
	background-position: top left;*/
	background-color: #cccccc;
	border-bottom: 1px dotted #666666;
}
/* MISC  */
.treeview .hover { color: #b91717; cursor: pointer; }
/* SIDEBAR NAV ENDS */


.twoColFixLtHdr #mainContent {
	margin: 0 0 0 195px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /*  20px     remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background-color: black;*/
	background-image: url(../images/bg_int_main.jpg);
	background-position: right top;
	background-repeat: no-repeat;
} 



.twoColFixLtHdr #mainContent #bannerFeature {
	float: right;
	width: 194px;
	margin: 0;
	padding: 0;
	border: none;
}
.twoColFixLtHdr #mainContent #bannerFeature p.HDR {
	margin: 0;
	padding: 0 30px 0 22px;
	color: #e2150f;
	font-size: 1.2em;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent #bannerFeature p.TXT {
	margin: 0;
	padding: 0 30px 0 22px;
	color: #ffffff;
	font-size: .85em;
	font-weight: normal;
}
.twoColFixLtHdr #mainContent #bannerFeature a {
	color: #e3b800;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent #bannerFeature a:hover {
	color: #ffef3c;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}


.twoColFixLtHdr #mainContent #features {
	padding: 0;
	margin: 0;
	background-color: black;
}
.twoColFixLtHdr #mainContent #features a img {
	border: none;
}
/*.twoColFixLtHdr #mainContent #featuresAlt {
	display: none;
}
*/




.twoColFixLtHdr #mainContent #content h1 {
	margin: 0;
	padding: 12px 30px 0 22px;
	color: #e2150f;
	font-size: 2em;
	font-weight: bold;
} 
.twoColFixLtHdr #mainContent h2 {
	margin: 0;
	padding: 8px 0 4px 22px;
	font-family: "Arial Narrow", Arial, Geneva, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	color: #e2150f;
}
.twoColFixLtHdr #mainContent #content p {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 12px 60px 6px 22px;
	color: #ffffff;
	font-size: .8em;
	font-weight: normal;
	line-height: 1.5em;
} 
.twoColFixLtHdr #mainContent ul {
	margin: 0;
	padding: 8px 30px 4px 40px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	font-weight: normal;
	/*list-style-image: url(../images/bullet_nav.gif);*/
	color: #ffffff;
	list-style-type: square;
}
.twoColFixLtHdr #mainContent ul li {
	margin: 0;
	padding: 0 0 4px 0;
	color: #ffffff;
}
.twoColFixLtHdr #mainContent #content p a{
	color: #47A1D6;
} 
.twoColFixLtHdr #mainContent #content p a:hover{
	color: #89D7FF;
} 

.divider {
	margin-left: 22px;
	width: 144px;
	height: 1px;
	color: #528cda;
	background-color: #528cda;
}


/*
.twoColFixLtHdr #mainContent #banner {
	margin: 0;
	padding: 0;
	border: none;
	background-image: url(../images/bg_banner_main.gif);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent #bannerFlash {
	float: left;
	width: 561px;
	margin: 0;
	padding: 0;
	border: none;
}
.twoColFixLtHdr #mainContent #bannerFeature img{
	margin: 0;
	padding: 0;
	border: none;
}

.twoColFixLtHdr #mainContent #banner p {
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #mainContent #whatsHot {
	float: right;
	width: 194px;
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #mainContent #whatsHot img {
	margin: 0;
	padding: 0;
	border: none;
}

*/




/*
.twoColFixLtHdr #mainContent h1 {
	margin: 0;
	padding: 28px 0 4px 30px;
	font-family: "Arial Narrow", Arial, Geneva, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	color: #b91717;
}
.twoColFixLtHdr #mainContent h2 {
	margin: 0;
	padding: 8px 0 4px 30px;
	font-family: "Arial Narrow", Arial, Geneva, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent p {
	margin: 0;
	padding: 8px 30px 4px 30px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.6em;
	font-weight: normal;
}

*/



.twoColFixLtHdr #footer {
	border-top: 1px solid #a1a1a1; 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #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 */
	text-align: center;
	color: #757575;
	font-size: .7em;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	line-height: 2em;
}




.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: 24px;
	margin-bottom: 24px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0;
	margin-bottom: 64px;
}
.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;
}
