/* CSS Document */

/* Frisby Consulting Main page */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: url(../images/watermark.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment:fixed;
	height: 100%;	
}

#topbar {
	margin:0 auto;
	background: url(../images/topbg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 75px;
	text-align: center;
}

#pagehead {
	margin:0 auto;
	width: 800px;
	height: 75px;
}

#redbar {
	margin:0 auto;
	width: 100%;
	background: url(../images/navbgred.gif);
	background-repeat:repeat-x;
	height: 40px;
}

/* Navigation */
#menu {
	width: 180px;
	margin: 0px;
	border-style: solid solid none solid;
	border-color: #000;
	border-size: 1px;
	border-width: 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #FFFFFF;
	display: block;
	background: url(../images/navbgred2.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #FFFFFF;
	background: url(../images/navbgred2.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}

/* breadcrumbs */

.breadcrumbstxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #009dd9;
	text-align: left;
}

.breadcrumbstxt a {
	text-decoration: underline;
	color: #009dd9;
}

.breadcrumbstxt a:hover {
	text-decoration: none;
	color: #009dd9;
}

.breadcrumbstxt a:visited {
	text-decoration: underline;
	color: #009dd9;
}

.breadcrumbstxt a:visited:hover {
	text-decoration: none;
	color: #009dd9;
}

#breadcrumbscontainer {
	width: 780px;
	padding: 10px;
	clear: both;
}

/* Footer */

.footertext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.footertext a {
	color: #666666;
	text-decoration: none
}

.footertext a:hover {
	color: #666666;
	text-decoration: underline
}

/* Text Styles */
.fesbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

.fesbodytitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cc0033;
	font-weight:bold;
	font-size: 18px;
	line-height: 25px;
}

.fessubtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cc0033;
	font-weight:bold;
	font-size: 14px;
	line-height: 20px;
}

