@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* 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: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	margin:1px 0 1px 0;
	padding: 0;  /* 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 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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 224px; /* 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 */
	padding: 10px 5px 10px 5px;
}
.twoColFixLtHdr #mainContent { 
	margin: 15px 0 0 230px; /* 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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border:1px solid #565656;
	border-width:1px 0 0 0;
	text-align:center; 
} 
.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: 5px 0 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:11px;
	color:#565656;
}

.twoColFixLtHdr #footer p a:link, .twoColFixLtHdr #footer p a:visited, .twoColFixLtHdr #footer p a:active{color:#565656;}

.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:2px;
    font-size: 1px;
    line-height: 2px;
}

#actions{margin:-2px 0; height:31px; background:#FFFFFF; display:block; }

#search{float:right;width:200px; display:block;height:67px; background:url(/skins/orange/images/search_bg.gif) no-repeat;margin:-1px;margin-top:-5px;z-index:10;}

.tblheader{background:url(/skins/orange/images/tblheader.gif) no-repeat; color:#FFF; font-size:12px; font-weight:bold; line-height:22px;padding:2px 0 5px 5px;}

.tblbody{border:1px solid #CCC; border-width:0 1px 1px 1px; padding:5px; margin-top:-5px;display:block; width:300px; font-size:11px;}

/* Rounded Box Section */

#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px;}
#xsnazzy h1 {font-size:24px; color:#565656; padding:10px; border:1px solid #b8b8b8; border-width:1px 0 1px 0;}
#xsnazzy h2 {font-size:14px;color:#565656; border:0;}
#xsnazzy h3 {font-size:16px;color:#565656; margin:0 10px; letter-spacing:1px;}
#xsnazzy p {padding-bottom:0.5em;font-size:11px;}
#xsnazzy h2 {padding-top:0.5em;}
#xsnazzy {background: transparent; margin:0.4em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #ea5b00; border-right:1px solid #ea5b00;}
.xb1 {margin:0 5px; background:#ea5b00;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#fff; border:0 solid #ea5b00; border-width:0 1px;}

#sectionhead{padding:10px 2px;border:1px solid #b8b8b8;margin:0 7px;border-width:1px 0;}

#sectionsearch{padding:4px 2px;border:1px solid #fd9309;margin:4px 7px;border-width:1px 0;}

.scroller{padding:8px;}

a.topmenu{
/*background:url(/skins/default/images/top_menu_seperator.jpg) right no-repeat;
width:105px;*/
height:31px;
padding-right:8px;
padding-left:10px;
line-height:25px;
color:#FFF;
font-family:Tahoma, Vardana, Arial;
font-size:12px;
text-decoration:none;
}

a.topmenu:visited{
/*background:url(/skins/default/images/top_menu_seperator.jpg) right no-repeat;
width:105px;*/
height:31px;
color:#FFF;
font-family:Tahoma, Vardana, Arial;
font-size:12px;
text-decoration:none;
}

a.topmenu:active{
/*background:url(/skins/default/images/top_menu_seperator.jpg) right no-repeat;
width:105px;*/
height:31px;
color:#FFF;
font-family:Tahoma, Vardana, Arial;
font-size:12px;
text-decoration:none;
}

.leftmenu{margin:5px 10px; padding:0 0 0 0;list-style:none; width:190px;background:#afaeae;}

.leftmenu li{margin:0 0 1px 0;padding:0;}

.leftmenu li a:link, .leftmenu li a:visited, .leftmenu li a:active{padding:5px 0 5px 10px;color:#565656; background:#dfddde;width:180px; display:block; font-size:12px; font-weight:bold; text-decoration:none;}

.leftmenu li a:hover{padding:5px 0 5px 5px;color:#565656; border-left:5px solid #afaeae; background:#eaeaea;width:180px; display:block; font-size:12px; font-weight:bold; text-decoration:none;}

#breadcrumb{font-size:11px;padding:5px;}

.smallbuttons{background:#fec882;border:1px solid #fe9309; color:#000; padding:0;}

/* New Menu Style Starts Here */

.preload1 {background: url(/skins/default/images/blank_over.gif);}
.preload2 {background: url(/skins/default/images/blank_overa.gif);}

.menu2 {padding:0px 0px 0px 0px; margin:0; list-style:none; height:28px; background:#ffc49e; position:relative; z-index:100; font-family:arial, verdana, sans-serif;}
.menu2 li.top {display:block; float:left;margin-right:1px;}
.menu2 li a.top_link {display:block;width:103px; float:left; height:28px; line-height:27px; color:#FFF; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 0; cursor:pointer;background: url(/skins/orange/images/menutab.gif) no-repeat;}
.menu2 li a.top_link span {float:left; display:block; padding:0 12px 0 12px; height:28px;background:url(/skins/default/images/blank.gif) right top;}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 12px 0 12px; height:28px; background:url(/skins/default/images/blanka.gif) no-repeat right top;}
.menu2 li a.top_link:hover {color:#000; background: url(/skins/default/images/blank_over.gif) no-repeat;}
.menu2 li a.top_link:hover span {background:url(/skins/default/images/blank_over.gif) no-repeat right top;}
.menu2 li a.top_link:hover span.down {background:url(/skins/default/images/blank_overa.gif) no-repeat right top;}

.menu2 li:hover > a.top_link {color:#000; background: url(/skins/default/images/blank_over.gif) no-repeat;}
.menu2 li:hover > a.top_link span {background:url(/skins/default/images/blank_over.gif) no-repeat right top;}
.menu2 li:hover > a.top_link span.down {background:url(/skins/default/images/blank_overa.gif) no-repeat right top;}


.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible; position:relative; z-index:200;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 :hover ul.sub {left:0; top:28px; background: #ffc49e; padding:3px; border:0px solid #ea5b00; white-space:nowrap; width:170px; height:auto; z-index:300;}
.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:170px; font-weight:normal;}
.menu2 :hover ul.sub li a {display:block; font-size:11px; height:20px; width:170px; line-height:20px; text-indent:5px; color:#000; text-decoration:none;}
.menu2 :hover ul.sub li a.fly {background:#ffc49e url(/skins/orange/images/arrow.gif) 160px 7px no-repeat;}
.menu2 :hover ul.sub li a:hover {background:#ea5b00; color:#fff;}
.menu2 :hover ul.sub li a.fly:hover {background:#ea5b00 url(/skins/orange/images/arrow1.gif) 160px 7px no-repeat; color:#fff;}
.menu2 :hover ul li:hover > a.fly {background:#ea5b00 url(/skins/orange/images/arrow1.gif) 160px 7px no-repeat; color:#fff;} 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:170px; top:-4px; background: #ffc49e; padding:3px; border:0px solid #ea5b00; white-space:nowrap; width:170px; z-index:400; height:auto;}

/* New Menu Style Ends Here */