/***********************************************/
/* Forza_Main.css                              */
/*                                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	list-style-type: none;
}

h2{
	color: #000;
	list-style-type: none;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}

h3{
	font-size: 100%;
	color: #334d55;
	list-style-type: none;
}

h4{
	font-size: 100%;
	font-weight: normal;
	list-style-type: none;
	text-align: center;
	color: #6c0;
}

h5{
	font-size: 100%;
	color: #334d55;
	list-style-type: none;
}
h6{
	font-size: 50%;
	color: #D9CFAA;
	line-height: normal;
	height: 5px;
	display: table;
}
ul{
	list-style-type: none;
}

ul ul{
}

ul ul ul{
}

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


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	float:none;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-image: url(images/coffeegrad-h.png);
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0%;
	position: relative;
}

#navBar{
	padding: 0px;
	background-image: url(images/beans.jpg);
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 82%;
	position: relative;
}

#content{
	float:left;
	width: 82%;
	margin: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

#newswin{
	width: 82%;
	padding: 0px;
	float: left;
	margin: 0;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteinfo{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FC0;
}


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

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

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

.feature{
	font-size: 100%;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

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

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


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	color: #F00;
	text-decoration: none;
}
#navBar ul {
	margin: 0;
	padding: 0;
}
#navBar #sectionList li {
	list-style-type: none;
	text-decoration: none;
}
/*************#siteinfo link styles *****************/
#navBar #siteinfo h4 a:link {
	color: #FC0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navBar #siteinfo h4 a:visited {
  color: #F00;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom-width: 1px;
	border-bottom-color: #000;
	border-bottom-style: solid;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 2px;
	width: 100%;
	color: #FC0;
	text-decoration: none;
}

#sectionLinks a:visited{
	width: 100%;
	padding: 2px 0px 2px 5px;
	color: #F00;
	text-decoration: none;
}

#sectionLinks a:hover{
	background-color: #360;
	width: 100%;
	padding: 2px 0px 2px 5px;
	border-top-width: 0px;
	border-top-style: none;
	color: #6C0;
	text-decoration: underline;
}

