/* CSS Document */

body {
	background: #FFFFFF;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	behavior: url(csshover.htc);
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 140%;
	color: #334d55;
}

h2{
 font-size: 125%;
 color: #006699;
 margin: 1em 0em;
}

h3{
 font-size: 110%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/* */

#masthead{
	margin: 0;
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}
/*
#main {
	color: #CCC;
	margin-left: 11em;
	padding: 1px 0 1px 5%;
	border-left: 1px solid;
}
*/
#content{
	color: #666666;
	margin-left: 12em;
	padding: 0px 3% 0px 0px;
}

div#sidebar {
	float: left;
	width: 12em;
	margin: 0px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 400px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	width: 600px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
/*	clear: both; */
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	float: none;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	text-align: center;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	border-left: none;
	border-right: none;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/* adobe acrobat info */

#acrobat {
	font: 8px;
	padding: 0 0 15px 10px;
}


/* login stuff */

#login {
	padding: 0 0.5em 0.25em .5em;
	background-color: #EEEEEE;
}

#login form{
	margin: 0px;
	padding: 0px;
}

#login label{
	display: block;
	margin: 0px;
	padding: 0px;
}

#login input {
	font-size: 80%;
	margin-top: 1px;
	margin-bottom: 1px;
	width: 7em;
}

#login input.submit {
	width: 5em;
}

/* menu stuff */

#menu {
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top: 4px double #cccccc;
	border-bottom: 1px solid #cccccc;
}

div#menu ul {
	margin: 0;
	padding: 0;
	width: 12em;
	background: #EEEEEE;
/*	border: 1px solid #EEE; */
}

div#menu li {
	position: relative;
	list-style: none;
	margin: 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #EEE;
}

div#menu li:hover {
	background-color: #dddddd;
}

div#menu li.submenu {
	background:   url("../_img/submenu4.gif") 95% 50% no-repeat;
}

div#menu li.submenu:hover {
	background-color: #EDD;
/*	background: url("../_img/submenu_rd.gif") 95% 50% no-repeat; */
}

div#menu li a {
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 11.5em;
}

div#menu>ul a {
	width: auto;
}

div#menu ul ul {
	position: absolute;
	top: 0;
	left: 12em;
	display: none;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

div#sidebar ul.level1 li.submenu:hover ul.level2 {display: block;}

.contact table{
	width: 500px;
	background: #FFF;
}

.contact h3 {
	padding-top: 15px;
}

.contact h4 {
	font-size: 12px;
	padding: 3 0 0 0;
}

.contact th {
	font: bold 10px;
	color: #FFF;
	padding: 5px;
	border-bottom: solid 1px #FFF;
	background-color: #036;
}

.contact td {
	font-size: 10px;
	padding: 5px 5px;
	border-bottom: dotted 1px #CCC;
	color: #333;
	text-align: left;
}

.contact table table {
	width: auto;
	padding: 0;
	margin: 0;
}

.contact td td {
	border: none;
	padding: none;
}
.webassist {
	width: 175px;
}
