@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #FFFFFF;
}
.twoColHybLtHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 990px;
} 
.twoColHybLtHdr #header {
	background: #000000;
} 
.twoColHybLtHdr #header h1 {

}

.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 12em; /* since this element is floated, a width must be given */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 10px;
	border-color: #FFFFFF;
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #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;
}

.twoColHybLtHdr #mainContent {
	margin: 0 20px 0 13em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	border: 1px solid #FFF;
	position: absolute;
	left: -8px;
	top: 404px;
	width: 762px;
	height: 574px;
	background-repeat: no-repeat;
	background-image: url(m2.PNG);
	background-position:bottom right;
} 
.twoColHybLtHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	position: absolute;
	left: -2px;
	top: 988px;
	width: 925px;
	border: 1px solid;
	
} 
.twoColHybLtHdr #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;
}
#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	color: White;
	float: left;
	width: 936px;
	font-family: arial, helvetica, sans-serif;
	left: 5px;
	top: 351px;
	padding-right: 1px;
	position: absolute;
	height: 30px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #000;
}

#navcontainer ul li a:hover
{
	background-color: #000000;
	color: #fff;
}
/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
}

ul.nav{
	width: 159px;
	/*Optional, to make the navigation bar positions on the left of the content*/
	float: left;
	margin-right: 1em;
	height: 578px;
}

ul.nav>li{
	margin: 0;
	padding: 2px 6px;
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	width: 20ex;
	left: 20ex;
	margin-top: -1.4em;
	margin-left: 9px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu styles (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	position: absolute;
	left: 3px;
	top: 403px;
}

ul.nav li:hover,
.nav ul li a:hover{
	background-color: #1F1A17;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{

}

ul{
	border: 1px solid  #FFF;
}

.nav a{
	text-decoration: none;
}
.cssbutton {
	background: #fff;
	padding: 1px;
	font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-variant : small-caps;
	border : 1px solid #aaa;
}
.buttonleft {
	color: #f8f8f8;
	background: #a42;
	padding: 0px 3px 0px 3px;
}
.buttonright {
	color: #f;
	background: #886;
	padding: 0px 20px 0px 3px;
}
#navlist1 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:.8em;
    font-weight:bold;
    list-style:none;
}
#navlist1 a {
    display:block;
    width:135px;
    color:#fff;
    text-decoration:none;
    background:url("images/tab.gif") no-repeat;
    padding:7px 10px 6px 10px;
}
#navlist1 a:hover { 
    background-position:0 -29px;
    color: #1e5ebd;
}
#navlist1 a:active {
    background-position:0 -58px;
    color:#1e5ebd;
}
