/***********************************************/
/* NoFrames.css                            */
/* 									           */
/***********************************************/

/***********************************************/
/* HTML tag styles for page layout and menus   */
/***********************************************/ 

html {height:100%}

body{
	font-family: Verdana, Arial, sans-serif;
	background-color: #f5f5f5;
	line-height: 110%;	
	margin: 0px;
	padding: 0px;
	height:100%;
	font-height:80%;
}

div{
 	background-color:#ffffff;
}
#body_div{ 
	width: 850px;
	margin:0 auto;
	height:100%;
	padding:10px;
	position: relative;
}

a {
    voice-family:inherit;
    voice-family: "\"}\"";
}

a:link {
	color: firebrick; /*firebrick #b22222*/
	text-decoration: none;
}

a:hover{
	color: red;
	text-decoration: none;
}

 a:active , a:visited{
	color: brown;
	text-decoration: none;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
}

h2{
 font-size: 114%;
}

h3{
 font-size: 100%;
}

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

h5{
 font-size: 100%;
 color:000000;
}

p {
	font-size:90%;
	font-weight: normal;
	margin: 0.5em 0.1em;
	color:000000;
}

ul{
 list-style-type: square;
 margin: 0em 0em 0.5em 1.5em;
}

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

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

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

hr {
	clear: both;
	width: 95%;
	height: 1px;}

/* some leftovers from the previous layout */

table.overview{width:95%;}
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	border-bottom: 0px solid #cccccc;
	width: 100%;
	white-space: nowrap;
}

#menu{
	margin: 0 0 0 0;
	padding: 0;
	width:130px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	z-index:2;
}

#content{
  	float:right;
	width: 80%;
	margin:0;
	padding: 10px 10px 0 120px;
}

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

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


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

#pageName{
	font-size: 160%;
	padding: 0px 0px 10px 10px;
	font-weight: bold;
	float: right;
	margin: 5px 10px 0 0;
}
/************* # siteNav styles  ***************/

#siteNav{
	padding: 10px 10px;
	white-space: nowrap;
	line-height:50%;
	text-align:right;
}

#siteNav a {
	font-size: 80%;
	padding: 4px 4px 0px 0px; 
}

/************* # Logo styles *******************/

#logo {
	position:absolute;
	left:0px;
	top:10px;
	border-style:Solid;
	border-color:#ffffff;
	border-width:10px 10px 32px 20px;
	z-index:1;
	}
	
#logo img{
	padding: 0px;
	width: 100px;
}

#graphic {
	background-color:#ffffff;
	}

/************* #banner picture styles **********/

#banner {
	border-width:0;
	padding:0;
	margin:0;
	text-align:right;
	}
/************* #productNav styles **************/

#productNav{
	color: #000000;
	padding: 10px 20px 10px 0px;
	white-space: nowrap;
	text-align:right;
	margin:0 0 0 140px;
	line-height:50%;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#productNav a{
	font-size: 90%;
	padding: 0px 4px 0px 0px;
}
/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


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

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

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

.feature img{
	float: right;
	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%;
}

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


/************* #footer styles ***************/

#footer{
	clear: both;
	border: 0px solid #cccccc;
	font-size: 75%;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	text-align: center;
}
/* 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" */

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#footer hr{
	color: #cccccc;
}
	
#footer h1{
	color: firebrick;
	font-weight: bold;
}
	
#footer p{
	font-size: 95%;
	padding: 2px 2px 2px 2px;
}

/*********** side menu ***********/

#menu{
	position: absolute;
	width: 120px;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	z-index:100;
}

#menu a{
	padding: 2px 0px 2px 10px;
	border: 1px outset #cccccc;
	background-color: #dddddd;
}

#menu a:active, #menu a:hover{
	border: 1px inset #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
	display: block;
}

#menu ul a:link, #menu ul a:visited {
	display: block;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li ul {display: none;}
#menu ul li:hover ul {display: block;} /** ??? **/





