/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6, h7{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #394C76;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
 padding: 10px 0px 0px 20px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 80%;
 color: #394C76;
}

h5 img{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px -38px;
}

h6{
font-size: 80%;
color: #394C76;
}

ul{
 list-style-type: square;
 font-size: small;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/











/***********************************************/
/*Component Divs                               */
/***********************************************/

/*************** #pageName styles **************/

#pageName{
	position: absolute;
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	position: relative;
	width: 100%;
	height: 24px;
	background-image:url(images/banner/butfil.jpg);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px -5px 0px;
	font-size: 13.5px;
	white-space: nowrap;
}
#globalNav img{
	border: none;
	margin: 0px -5px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#globalNav a {
	padding: 0px 0px 0px 0px;
	border: none;
	width: auto;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 43px;
	font-size: 90%;
}

.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%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.style3 {
	color: #394C76;
	font-weight: bold;
}
.style4 {
	font-size: smaller;
}


/*********** #navBar link styles ***********/

/*#navBar ul a:link, #navBar ul a:visited {display: block;}*/
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/
#sectionLinks{
	position: absolute;
	margin: 0px;
	padding: 0px;
}

#sectionLinks a:link{
	padding: 0px 0px 0px 0px;
}
#sectionLinks a:visited{
	padding: 0px 0px 0px 0px;
}
#sectionLinks a:hover{
	padding: 0px 0px 0px 0px;
}
.content-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*********** #team members styles ***********/

.teammember
{
position:absolute;
top: 170px;
left: 510px;
width: 450px;
height: 430px;
border-bottom-width: 0;
background-color:white;
z-index:100;
display: inline;
}

.teammember a
{
width: auto;
height: auto;
text-decoration: none;
}

* html .teammember a
{ 
width: 100%;
}

.teammember a:hover
{ 
width: auto;
height: auto;
text-decoration: none;
}

.teammember a:link
{
width: auto;
height: auto;
text-decoration: none;
}

.teammember a:visited
{
width: auto;
height: auto;
text-decoration: none;
}