/* CSS Document */
 html { 
 background-color: #ffffff;
 }

 body {
 font-family: Arial, Helvetica, sans-serif;
 background-color:#ffffff;
 font-size: 75%;
 line-height: 130%;
 padding: 0;
 margin: 0;
 }
 
 #container {
position: absolute;
top: 10px;
left: 20px;
text-align: left;
background-color: #ffffff;
border-right: 0px;
margin-left: 7%;
border-left: 0px;
color: #000000;
padding: 0px;
width: 85%;
height: 100%;
z-index: 200;
}

 a {
text-decoration: underline;
color: #000000;
}

a:hover {
text-decoration: none;
}



/* skipnav styles 
------------------------------------------------------------------------------------------------------*/
#skipnav {
display: none;
}

#skipnav a {
display: none;
}



/* header styles
------------------------------------------------------------------------------------------------------ */
#header {
display: none;
}


#header_contact {
display: none;
}



/* horizontal navigation styles
------------------------------------------------------------------------------------------------------ */
#hor_nav {
display: none;
}

#hor_nav a {
display: none;
}

#hor_nav ul {
display: none;
}

#hor_nav li { /* all list items */
display: none;
}

#hor_nav li:hover {
display: none;
}

#hor_nav li a:hover {
display: none;
}

#hor_nav li ul { /* second-level lists */
display: none;
}

#hor_nav li ul li {
display: none;
}

#hor_nav li:hover ul, #hor_nav li.sfhover ul, #hor_nav li.over ul { /* lists nested under hovered list items */
display: none;
}

.ruleabove {
border-top: 0px;
}

.ruleboth {
border-top: 0px;
border-bottom: 0px;
}

/* footer styles 
------------------------------------------------------------------------------------------------------*/
#footer {
display: none;
}

#footer a {
display: none;
}

#footer a:hover {
display: none;
}

#footer ul {
display: none;
}

#footer li {
display: none;
}


/* Executive header styles
------------------------------------------------------------------------------------------------------ */
#corp_header {
float: left;
background-color:#FFFFFF;
border-bottom: 1px solid black;
border-top: 1px solid black;
color: #000000;
margin-top: 25px;
padding-left: 0px;
padding-bottom: 5px;
overflow: hidden;
width: 100%;
margin: 0px;
}

#corp_header_contact {
float: right;
font-size: 100%;
width: 200px;
border-top: 0;
padding-top: 10px;
padding-bottom: 0px;
overflow: hidden;
}


#corp_header h1{
font-size: 250%;
color: #000000;
font-weight: bold;
margin: 0px;
padding: 0px;
padding-top: 20px;
padding-bottom: 15px;
border-bottom: 0px;
}


/* left column styles
------------------------------------------------------------------------------------------------------ */
#left_col {
display: none;
}

#bottom-left {
visibility: hidden;
}

#bottom-right {
visibility: hidden;
}


#left_col a {
display: none;
}

#left_col a:hover {
display: none;
}

#left_col img {
display: none;
}

#left_col ul {
display: none;
}

#left_col li {
list-style-type: none;
margin: 0px;
}

#left_col a.sub {
display: none;
}

#left_col a.sub:hover {
display: none;
}


#left_col ul.sub {
display: none;
}

#left_col li.sub {
display: none;
}


/* right column styles
------------------------------------------------------------------------------------------------------ */
#right_col {
float: none;
padding-right: 0px;
width: 100%;
right: 0px;
top: 0px;
color: #000000;
z-index: 300;
}

#right_col a {
text-decoration: underline;
color: #000000;
}

#right_col a:hover {
text-decoration: underline;
}

#right_col ul {
list-style-type: disc;
text-indent: 0;
padding-left: 0;
margin-left: 0;
}

#right_col li {
padding-left: 0px;
padding-bottom: 0px;
background: #ffffff;
}

#right_col p {
padding-left: 0px;
}

#right_col  h2 {
color: #000000;
font-weight: normal;
font-size: 150%;
border-bottom: 1px solid #000000;
}
/* other styles
------------------------------------------------------------------------------------------------------ */
.padding-left {
padding-left: 0px;
}

blockquote {
text-indent: -4.5px;
padding-left: 40px;
margin-left: 0px;
font-style: oblique;
}

.text-indent {
text-indent: -15px;
padding-left: 40px;
}

