@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}

.twoColElsLtHdr #container { 
	width: 900px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(/images/bg1.png);
	background-repeat:repeat-y;
} 
.twoColElsLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px;
	background-image:url(/images/Banner.png);
	height:278px;
} 

.twoColElsLtHdr #header img { margin-left:800px;
} 

.twoColElsLtHdr #headerSP { 
	background: #DDDDDD; 
	padding: 0 10px;
	background-image:url(/images/BannerSP.png);
	height:278px;
} 

.twoColElsLtHdr #headerSP img { margin-left: 800px;
} 

.twoColElsLtHdr #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 */
}

.twoColElsLtHdr #headerSP 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 */
}

.twoColElsLtHdr #sidebar1 {
	float: left; 
	width: 210px; /* since this element is floated, a width must be given */
	background-image:url(/images/leftNavBack.png);
	height:350px;
}


.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.twoColElsLtHdr #mainContent {
	margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.twoColElsLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.twoColElsLtHdr #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 */
}

/* Miscellaneous classes for reuse */
.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;
}
/* ------This is the info for the MAIN content rounded edges ---- */

.mainBox {position:relative; width:670px; background:#ffffff; color:#000; margin:1em auto;}
#mbtl, #mbbl {position:absolute; width:20px; height:20px; color:#ffffff; background:#184172 ; overflow:hidden; font-style:normal; z-index:1;}
#mbtr, #mbbr {position:absolute; width:20px; height:20px; color:#ffffff; background:#fff; overflow:hidden; font-style:normal; z-index:1;}
#mbtl {top:0; left:0;}
#mbbl {bottom:0; left:0;}
#mbtr {top:0; right:0;}
#mbbr {bottom:0; right:0;}
.mainBox em b {position:absolute; font-size:150px; font-family:arial; color:#ffffff; line-height:40px; font-weight:normal;}
#mbtl b {left:-8px;}
#mbtr b {left:-25px;}
#mbbl b {left:-8px; top:-17px;}
#mbbr b {left:-25px; top:-17px;}
.mainBox p {position:relative; z-index:101; padding:3px 5px 5px 10px; font-size:11px;}
.mainBox h1 {position:relative; z-index:100; padding-left:25px;}

/* ------This is the info for the MAIN content rounded edges ---- */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/example_flyout.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
.menu2{
font-family:Verdana, Arial, Helvetica, sans-serif; width:150px; height:1px; position:relative; font-size:12px; margin:0px 0; z-index:200; color:#3f78e9; margin-top:50px; padding-left:15px;
}
.menu2 ul {
padding:0; margin:0; list-style-type: none; background:; width:170px; height:0px;
}
.menu2 ul li ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:165px;
}
.menu2 ul li {
float:left;
}
.menu2 ul li a, .menu2 ul li a:visited {
display:block; float:left; text-decoration:none; color:#fff; width:160px; height:20px; line-height:19px; font-size:12px; background:transparent; padding-left:10px; font-weight:bold;
}
* html .menu2 ul li a, * html .menu2 ul li a:visited {width:100px; w\idth:100px;}

.menu2 table {
border-collapse:collapse; border:0; margin:0; padding:0; font-size:1em; position:absolute; left:0; top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu2 ul li:hover a,
.menu2 ul li a:hover{
background:#000; filter:alpha(opacity=85);   
-moz-opacity: .85;   
opacity: .85; 
color:#F00;
}

.menu2 ul li:hover {position:relative; z-index:190;}
* html .menu2 ul li a:hover {position:relative; z-index:200;}

.menu2 ul li:hover ul,
.menu2 ul li a:hover ul {
visibility:visible; position:absolute; height:auto; background:#000; overflow:visible; text-align:left; padding-left:8px; filter:alpha(opacity=90);   
-moz-opacity: .9;   
opacity: .9; 
}
.menu2 ul li:hover ul li a,
.menu2 ul li a:hover ul li a{
display:block; background:transparent; color:#cccccc; line-height:10px; padding:5px 0 5px 0; height:auto; text-decoration:none; text-align:left; font-weight:600;
}

.menu2 ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover {
color:#84776A;
width:217px;
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0; 
}
