/* CSS Document */

 html { 
  background-color:#ACACAC;
 }

 body {
 font-family: Arial, Helvetica, sans-serif;
 background-color:#ACACAC;
 font-size: 75%;
 line-height: 130%;
 padding: 0;
 margin: 0;
 }
 
#container {
top: 0px;
text-align: left;
background-color:#ffffff;
border-right: 1px solid black;
border-left: 1px solid black;
margin: 0px auto;
padding: 0px;
width: 830px;
height: 100%;
z-index: 200;
}

* html #container {
width: 790px;
w\idth: 790px;
}


 a {
text-decoration: underline;
color: #ffffff;
}

a:hover {
text-decoration: none;
}



/* skipnav styles 
------------------------------------------------------------------------------------------------------*/
#skipnav {
color:#000000;
width: 0px;
height: 0px;
z-index: 0;
font-size: .025em;
}

#skipnav a {
color:#000000;
text-decoration: none;
}



/* header styles
------------------------------------------------------------------------------------------------------ */
#header {
float: left;
background-color:#000000;
color: #ffffff;
overflow: hidden;
width: 830px;
height: 150px;
}

* html #header {
padding-top: 0px;
p\adding-top: 0px;
margin: 0px;
m\argin: 0px;
}


/* horizontal navigation styles
------------------------------------------------------------------------------------------------------ */
#hor_nav {
float: left;
text-align: left;
width: 100%;
background-color: #000000;
border-bottom: 5px solid #0768A9;
padding:0px;
margin:0px;
z-index: 5000;
}

* html #hor_nav {
width: 830px;
w\idth: 830px;
}

#hor_nav a {
text-decoration: none;
color: #ffffff;
text-align: center;
list-style: none;
padding: 10px 15px 10px 10px;
display: block;
z-index: 5000;
}

#hor_nav a:hover {
text-decoration: none;
background-color: #0768A9;
display: block;
z-index: 5000;
}

#hor_nav a:active {
text-decoration: none;
background-color: #0768A9;
display: block;
z-index: 5000;
}


#hor_nav ul {
padding: 0px;
margin: 0px;
list-style: none;
background-color: #000000;
color: #ffffff;
z-index: 5000;
}

#hor_nav li { 
float: left;
width: 11.52em; 
background-color: #000000;
z-index: 5000;
}

#hor_nav li:hover {
background-color: #0768A9;
color: #ffffff;
z-index: 5000;
}

#hor_nav li a:hover {
background-color: #0768A9;
color: #ffffff;
z-index: 5000;
}


#hor_nav li ul { /* second-level lists */
position: absolute;
width: 11.5em; 
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
background-color: #FFFFFF;
z-index: 5000;
}

#hor_nav li ul a {
padding: 5px 15px 4px 10px;
font-size: 98%;
}

#hor_nav li ul li {
background-color: #0768A9;
width: 11.52em; 
z-index: 5000;
border-top: 1px solid black;
}

#hor_nav li ul li:hover {
background-color: #000000;
}

#hor_nav li ul li a:hover {
background-color: #000000;
}

#hor_nav li:hover ul, #hor_nav li.sfhover ul, #hor_nav li.over ul { /* lists nested under hovered list items */
left: auto;
display: block;
z-index: 5000;
}




/* left styles 
------------------------------------------------------------------------------------------------------*/
#left_col {
float: left;
width: 195px;
background-color: #ffffff;
color: #000000;
min-height: 580px;
margin: 0;
}

#left_col ul {
list-style: none;
padding: 0px 0px 0px 0px;
}

* html #left_col ul {
padding: 0px 0px 0px 0px;
p\adding: 0px 0px 0px 0px;
margin: 0;
m\argin: 0;
}

#left_col li {
padding: 15px 0px 0px 35px;
font-weight: bold;
}

* html #left_col li {
padding: 15px 0px 0px 10px;
p\adding: 15px 0px 0px 10px;
}

*:first-child+html #left_col li {
padding: 15px 0px 0px 10px;
}

#left_col ul.sub {
list-style: none;
margin: 0px;
padding: 0px 0px 0px 0px;
font-size: 95%;
}

#left_col li.sub {
margin: 0px;
padding: 0px;
font-weight: normal;
padding: 5px 0px 2px 35px;
}

* html #left_col li.sub {
padding: 0px 0px 0px 35px;
p\adding: 0px 0px 0px 35px;
}

*:first-child+html #left_col li.sub {
padding: 5px 0px 2px 0px;
}

#left_col img {
padding: 20px 0px 20px 40px;
}


#left_col a {
text-decoration: none;
color: #0768A9;
}

#left_col a:hover {
text-decoration: underline;
color: #0768A9;
}

#left_col img {
border: 0px;
}



/* col2 styles 
------------------------------------------------------------------------------------------------------*/
#col2 {
float: left;
width: 205px;
background-color: #ffffff;
color: #0768A9;
margin-left: 25px;
}

* html #col2 {
margin: 0px 0px 0px 0px;
m\argin: 0px 0px 0px 0px;
width: 195px;
w\idth: 195px;
}

/* col3 styles 
------------------------------------------------------------------------------------------------------*/
#col3 {
float: left;
width: 210px;
background-color: #ffffff;
color: #0768A9;
margin-left: 0px;
}

* html #col3 {
margin: 0px 0px 0px 0px;
m\argin: 0px 0px 0px 0px;
width: 205px;
w\idth: 205px;
}

/* col4 styles 
------------------------------------------------------------------------------------------------------*/
#col4 {
float: left;
width: 195px;
background-color: #ffffff;
color: #0768A9;
margin-left: 0px;
}

#col4 img {
padding: 15px 0px 0px 35px;
}

#col4 p {
padding-left: 10px;
}

* html #col4 {
margin: 0px 0px 0px 0px;
m\argin: 0px 0px 0px 0px;
width: 180px;
w\idth: 180px;
height: 550px;
h\eight: 550px;
}

#left_col h1, #col2 h1, #col3 h1, #col4 h1 {
font-size: 130%;
line-height: 120%;
color: #000000;
}

#left_col h1 a, #col2 h1 a, #col3 h1 a, #col4 h1 a {
color: #000000;
text-decoration: none;
}

#left_col h1 a:hover, #col2 h1 a:hover, #col3 h1 a:hover, #col4 h1 a:hover {
color: #000000;
text-decoration: none;
}

#col2 ul, #col3 ul, #col4 ul {
list-style: none;
padding: 0px 0px 0px 0px;
}

#col2 li, #col3 li, #col4 li {
padding: 15px 0px 0px 0px;
font-weight: bold;
}


* html #col2 li, #col3 li, #col4 li {
padding: 15px 0px 0px 0px;
p\adding: 15px 0px 0px 0px;
}

#col2 ul.sub, #col3 ul.sub, #col4 ul.sub {
list-style: none;
margin: 0px;
padding: 0px 0px 0px 0px;
font-size: 98%;
}

#col2 li.sub, #col3 li.sub, #col4 li.sub {
margin: 0px;
padding: 0px;
font-weight: normal;
padding: 2px 0px 2px 0px;
}

* html #col2 li.sub, #col3 li.sub, #col4 li.sub {
padding: 0px 0px 0px 0px;
p\adding: 0px 0px 0px 0px;
}

#col2 a, #col3 a, #col4 a {
text-decoration: none;
color: #0768A9;
}

#col2 a:hover, #col3 a:hover, #col4 a:hover {
text-decoration: underline;
color: #0768A9;
}


#partner {
position: absolute;
top: 600px;
width: 160px;
background-color: #ffffff;
color: #0768A9;
}

#n1logo {
position: absolute;
top: 600px;
width: 205px;
background-color: #ffffff;
}


#n1logopos2 {
float: left;
top: 600px;
width: 205px;
background-color: #ffffff;
}



/* main styles 
------------------------------------------------------------------------------------------------------*/
#main_col {
float: left;
margin-left: 40px;
margin-top: 10px;
margin-right: 15px;
margin-bottom: 30px;
width: 68%;
color: #000000;
}

* html #main_col {
width: 65%;
w\idth: 65%;
}

#main_col h1 {
font-size: 130%;
line-height: 170%;
color: #000000;
}

#main_col a {
color: #0768A9;
text-decoration: none;
}

#main_col a:hover {
color: #0768A9;
text-decoration: underline;
}

#main_col ul {
padding: 0px;
margin: 0px;
}

#main_col li.heading {
margin-left: 0px;
list-style-type: none;
padding-top: 10px;
}

#main_col li ul li.heading {
list-style-type: none;
}

* html #main_col li.heading {
margin-left: 0px;
padding-top: 3px;
}

#main_col li {
margin-left: 40px;
padding-top: 10px;
}

#main_col li ul li {
list-style-type: none;
}

* html #main_col li {
margin-left: 40px;
padding-top: 3px;
}

#main_col blockquote {
text-indent: -5px;
padding: 0px 0px 0px 10px;
}



/* footer styles 
------------------------------------------------------------------------------------------------------*/
#footer {
clear: both;
margin: 0;
padding-left: 35px;
background-color: #000000;
color: #ffffff;
border-top: 5px solid #0768A9;
border-bottom: 1px solid #000000;
height: 45px;
width: 795px;
overflow: hidden;
}

* html #footer {
width: 795px;
w\idth: 795px;
}

#footer a {
color: #ffffff;
text-decoration: none;
text-align: left;
text-decoration: underline;
}

#footer a:hover {
text-decoration: underline;
}

#footer ul {
padding: 0;
margin: 0;
padding-top: 10px;
}

#footer li {
padding: 0px 22px 10px 22px;
display: inline;
list-style-type: none;
}



/* other styles 
------------------------------------------------------------------------------------------------------*/
blockquote {
padding: 0px 0px 0px 0px;
margin: -10px 0px 0px -10px;
}

table {
border: 1px solid black;
}

th {
background-color:#000000;
color: #FFFFFF;
font-weight: bold;
padding: 5px 0px 5px 0px;
}


#announce {
float: left;
margin-left: 15px;
color: #660033;
}

#announce a {
color: #660033;
text-decoration: none;
}

#announce a:hover {
color: #660033;
text-decoration: underline;
}





