@charset "utf-8";
/* CSS Document */

body  {
	font-family: "Myriad Web Pro", Myriad, Arial, Verdana, Helvetica, sans-serif;
	background: #151234 url(/images/bkg_body.gif) repeat-x;
	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;
}
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fcfbfb url(/images/bkg_page3.gif) repeat-y left top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5;
} 
#containerhome { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fcfbfb url(/images/bkg_page2.gif) repeat-y left top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5;
} 
#header 
{
    width: 630px;
}


.page {
	background: url(/images/bkg_pageTop.jpg) no-repeat left top;
	width: 800px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /*15px 10px 15px 20px;  padding keeps the content of the div away from the edges */
}

#home {
float: left;
width: 675px;
margin: 0;
padding: 0;
background: url(/images/bkg_pageTop.jpg) repeat-x;
}


#sidebar1 .column {
	margin-left: 35px;
	width: 170px;
	padding-top: 6px;

}
#sidebar1 .columnlinks 
{
    	background: url(/images/sidestripe.jpg) no-repeat;
    	height: 600px;
    	padding: 0px;

}

#sidebar1 img {
display: block;
position: relative;
}

.breadcrumbs
{
font-size: 11px;
color: #fff;
font-style: italic;
margin-left: 35px;
font-weight: normal;
}

.breadcrumbs a 
{
    color: #fff;
    text-decoration: none;
}




.logo {
margin-left: 18px;
padding-top: 2px;
}
.img .border {
	border: 1px solid #000;
}


#sidebar1 .nav {

}

#sidebar1 ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}
#sidebar1 li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar1 ul a {
	display: block;
	font-weight: bold;
	font-style: italic;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	padding: 5px 0 5px 10px;
	line-height: normal;
	width: 160px;
	
}
#sidebar1 ul a:hover {
color:red;
}

#sidebar1 ul ul {
    margin: 0 0 0 10px;
    padding: 0;
}

#sidebar1 ul ul li {
    margin: 0;
    padding: 0;
}

#sidebar1 ul ul a {
    color: #666;
}

#sidebar1 ul ul a:hover {
    color: red;
}


#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 125px; /* 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: #000 url(/images/bkg_col3.gif) repeat-y left top;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /*15px 10px 15px 20px;*/ /* padding keeps the content of the div away from the edges */
	color: #fff;
	text-align: center;
	padding: 50px 0 20px 0;
	line-height: 1;
	
}

#homeText {
margin: 0 60px 20px 220px;
}

#homeText p {
font-weight: normal;
font-style: italic;
line-height: 1.5;
width: 98%;
margin: 0;
padding: 0 0 12px 0;
}

#content 
{
    background: url(/images/bkg_pageTop.jpg) no-repeat left top;
    float: left;
}


#mainContent { 
	float: left; /* 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. */
	margin: 0 10px 20px 16px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    width: 430px;
}
#mainContent1Col { 
	float: left; /* 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. */
	margin: 20px 10px 20px 16px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    width: 625px;
}


.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;
}

#footer {
	background-color: #fcfbfb;
	height: 35px;
	width: 800px;
	margin: 0;
	padding: 0;
}


.navBtnsText {
margin-top: 30px;
}

.navBtnsText img {
display: block;
margin-top: 9px;
border: 0;
}

a.navBtns {
color: #fff;
font-style: italic;
text-decoration: none;
padding: 3px;
display: block;
margin-bottom: 10px;
}


a.navBtns:hover {

}




h1 {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 12px;
	
}

h1.ko {
	color: #fff;
	margin-top: 0;
	padding-top: 10px;
	margin-bottom: 12px;
	font-size: 16px;
	font-style: italic;
}
h2 {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 12px;
	
}

h2.ko {
	color: #000;
	margin-top: 0;
	padding-top: 10px;
	margin-bottom: 12px;
	font-size: 14px;
	font-style: italic;
}

#mainContent a {
color: #000;
text-decoration: none;
font-style: italic;
}

#mainContent a:hover {
color: #ff0000;
}
.listsummary 
{
cursor:pointer;
}






.menu {
position:relative;
z-index:1000;
float:left;
}

.menu h1 {color:#fff; font-size:50px; font-family:serif; width:150px; text-align:center;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:165px;
position:relative;
/*background:url(trans.gif);*/
}

.menu li {
background:transparent;
height:30px;
height: auto;
/*border-bottom: 1px solid #999;*/
}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:30px;
/*width:165px;*/
padding: 0 13px 0 10px;
text-decoration: none;
line-height: 28px;
/*color: #083460 !important;*/
font-weight: bold;
/*background:transparent;*/
}
/* style the link hover */
* html .menu a:hover {
/*background: url(/images/bkg_sideNav-hover.gif); */
position:relative; 
white-space:nowrap;}

.menu a:hover {
color: #083460;
/*background: url(/images/bkg_sideNav-hover.gif) no-repeat right center;*/
}

.menu li:hover {position:relative;}
.menu :hover > a {
/*background: url(/images/bkg_sideNav-hover.gif) no-repeat right center;*/
}

.menu ul ul a{
color: #fff;
}



.menu ul ul :hover > a {
background-image: none;
/*background-color: #cccccc;*/

}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:166px;
}

.menu ul ul li {
/*background-color: #cccccc;*/
}

.menu ul ul a:hover {
/*background-color: #cccccc;*/
}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;

}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}


.ekmenu_link_selected
{
    color:Red !important;
}

.ekmenu_unorderedlist
{
    line-height: 5px;
}

p.header_top-Level {
margin-top: 0;
padding-top: 0;
}

