/* CSS Document */

body {
	margin-top: 0px;

}
#container
{
width: 90%;
margin: 10px auto;
background-color: #fff;
color: #333;
border: 0px solid gray;
line-height: 130%;

}

.col1 {	font-weight: bold;
    font-size: 11px;
    line-height: 20px;
    text-align: right;
    float: left;
    width: 17%;
    margin-left: 2px;
	height: auto;
    padding-right: 15px;
}
.col2 {	border-left: 1px dotted #FF6600;
    padding: 1px 10px 3px 15px;
    background-color: rgb(255, 255, 243);
    float: left;
    height: auto;
    width: 470px;
}
.col3 {
	font-size: 10px;
	float: left;
	width: 10%;
	height: auto;
	margin-left: 3px;
	padding-left: 3px;
}
.dotrules {	color: rgb(153, 153, 255);
}
.navyblue {	color: navy;
}
#content {font-size: 11px; line-height: 20px; font-family: Verdana, Geneva, Arial, sans-serif; background-color: white; text-align: left; margin-right: auto; margin-left: auto; width: 95%; height: auto }

Heading rules 
h1 {color: #FFF; background: rgb(0%,56%,84%);
  font: bold 200%/1em Arial, Verdana, sans-serif;
  padding: 1em 1em 0; margin: 0;
  border: 1px solid rgb(0%,31%,46%);
  border-width: 2px 0;}

h2 {
	color: #678AC4;
}

h3 {
	color: #FF6600;
} 
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9933;
	font-weight: bold;
}


h4 {
	color: #678AC4;
	font-weight: bolder;
}
#spacer {
	
    width: 100%;
    height: 16px;
    }

#footer {	color: white;
    font-size: 10px;
    font-family: Verdana,Geneva,Arial,sans-serif;
    background-color: #999999;
    text-align: center;
    clear: left;
    margin-top: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
}
#footertext {	text-align: left;
    margin-right: auto;
    margin-left: auto;
    width: 430px;
}

#footer a:link, #footer a:visited {
color: white;
}
#footer a:hover, #footer a:active {
color: navy;
  }


#header {	background-color: #999999;
    text-align: left;
    width: 100%;
    height: 120px;
}
#headerblock {	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	left: 2px;
	float: left;
}

/************* #Top Navigation ***************/
#nav {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;}

	#nav li {list-style: none; float: left;
  font-size: 10px; line-height: 20px; white-space: nowrap; width:12%}
	#nav a {width: auto; display: block; float: left; padding: 0 0 0 20px;
  text-decoration: none; font-weight: bold;
  border: 1px solid; border-color: #FFF #333 #333 #FFF;
  background: #CCC url(tab-bumps.gif) 2px 50% no-repeat;
  color: #333;
  width: .1em;}
  
  #nav a {width: auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {float: none;}            /* End IE5-Mac hack */
#nav a:hover {
	background-color: #333;
	color: #CCC;
	border-top-color: #000;
	border-right-color: #CCC;
	border-bottom-color: #000;
	border-left-color: #000;
}
}
When Nav element selected 
#overlink {margin: 0; padding: 0;}
#overlink a:link, #overlink a:visited,
#overlink a:hover, #overlink a:active {
	background-color: #333;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #FFFFFF;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

/************* #Side Navigation ***************/
#navlist {
}
#navlist ul {
margin: 0;
padding: 0;
list-style-type: none;
font-size: .9em;
}
#navlist li {
margin: 0;
}
#navlist a {
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #999999;
background-image:   url(assets/l1_down.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
}
#navlist a:link, #navlist a:visited {
color: #eee;
text-decoration: none;
}

/* you can combine the last two rules if you wish */

#navlist a:hover, #navlist a:active {
background-color: #678AC5;

background-repeat: no-repeat;
background-position: 0% 50%;
color: #2D1E2D;
}
}
When Nav List element selected 
#uberlink {
}
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #678AC5;
background-image:   url(assets/l1_overbt.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #2D1E2D;
}
}
[if IE 5]>
<style>
#navlist a {
height: 1em;
float: left;
clear: both;
width: 100%;
}
</style>
<![endif]
[if IE 6]>
<style>
#navlist a {height: 1em;}
</style>
<![endif]
