/* BASICS *****************************************************************************************/
body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input {
	font-family: calibri, sans-serif, arial, helvetica, verdana;
	color: #505050;
}
body {
	background-color: #505050;
}
p {
	font-size: 12pt;
	color: #505050;
}
a:link {
	text-decoration: none;
	color: #69B81A;
}
a:visited {
	text-decoration: none;
	color: #27910F;
}
a:hover {
	text-decoration: underline;
	color: #80CC33;
}
a:active {
	text-decoration: underline;
	color: #B35000;
}

/* CONTAINERS *****************************************************************************************/
#container {
	width: 100%;
	border: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #5B80A6;
}
#header {
	height: 56px;
	margin-bottom: 0px;
	padding: 20px;
	background-color: #505050;
/*	background: url(img/headerbg.gif);    need to replace this with the new color... this was the gradient across the top, probably don't want that anymore*/
}
/* BEGIN NAVMENU *****************************************************************************************/
#navmenu ul {  /* top level menu */
	list-style-type: none;
	margin: 0px;
	margin-right: auto;
	padding: 0px;
	float: left;
	position: relative;
	top: -8px;
	left: 22px;
	font-size: 10pt;
	text-align: center;
	height: 10px;	/* magically prevent the submenus from undesireably re-arranging content */
}
#navmenu ul li {  /* top level menu items */
	display: inline;
	position: relative;  /* position its children relative to the li */
}
#navmenu ul li a {  /* top level menu item links */
	text-decoration: none;
	padding: .185em 2.6em;
	background: url(img/navbg.gif) 100% 100%;
	background-position: 0px 0px;
	color: #001360;
	border: 1px solid;
	border-color: #CCCCCC;
}
#navmenu ul li a:hover {  /* top level menu item link hover */
	background: url(img/navmouseover.gif) 100% 100%;
	background-position: 0px 0px;
	color: #FFFFFF;
}
#navmenu ul li ul {  /* second level menu */
/* Sublist items are invisible and shifted down */
	display: none;
	position: absolute;  /* position the submenu directly below its parent */
	top: 1.35em;  /* move it down relative to user's font size */
	left: 0px;
}
#navmenu ul li:hover ul {  /* hover on the top level affects second level menu */
	display: block;  /* When you hover on the list item, the sublist becomes visible */
	color: #FFFFFF;
}
#navmenu ul li:hover ul li ul {  /* hide the third level when the 1st level gets hovered */
	display: none;
}
#navmenu ul li:hover ul li a {  /* hover on the top level affects second level link items */
	display: block;
	border: 1px solid;
	border-color: #CCCCCC;
}
#navmenu ul li ul li a {  /* second level menu item links */
	padding: .06em 2em;  /* override the "top level menu item links" padding with smaller numbers */
}
/* THIRD LEVEL NAV *************************************************/
#navmenu ul li ul li ul {  /* third level menu */
/* Sublist items are invisible and shifted down */
	display: none;
	position: absolute;  /* position the submenu directly next to its parent */
	top: 0em;  /* move it down relative to user's font size */
	left: 4.50em;  /* move it right relative to user's font size */
}
#navmenu ul li ul li:hover ul {  /* hover on the second level affects third level menu */
	display: block;  /* When you hover on the list item, the sublist becomes visible */
	color: #FFFFFF;
}
#navmenu ul li ul li:hover ul li a {  /* hover on the second level affects third level link items */
	display: block;
	border: 1px solid;
	border-color: #CCCCCC;
}
#navmenu ul li ul li ul li a {  /* third level menu item links */
	padding: .06em 2em;  /* override the "top level menu item links" padding with smaller numbers */
}
/* END NAVMENU *****************************************************************************************/

#content {
	width: 640px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	background-color: #F7F7F7;
	border: 0px solid gray;
}
#footer {
	clear: both;
	margin-top: 0px;
	padding: 15px;
	background-color: #505050;
	color: #F7F7F7;
	font-size: 11pt;
	text-align: center;
}

/* SPECIFICS *****************************************************************************************/
.preload {
	display: none;
	position: absolute;
	top: -1000em;
	left: -1000em;
}
.sapienttitle {
	font-size: 28px;
	font-weight: bold;
	background: url(img/logo.gif) no-repeat;
	height: 76px;
	text-indent: -1000em;
	position: relative;
	top: -53px;
	left: -3px;
}
.sapienttitle a {
	margin: 0px;
	padding: 0px;
	width: 631px;
	height: 76px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.sapientdefinition {
	width: 86px;
	height: 23px;
	position: absolute;
	top: 72px;
	left: 628px;
}
.sapientdefinition2 {
	width: 310px;
	height: 23px;
	position: absolute;
	top: 100px;
	left: 654px;
}
.getfirefox {
	display: none;
	position: relative;
	top: -72px;
	left: -340px;
	font-size: 14pt;
	font-weight: bold;
}
.floatright {
	float: right;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.floatleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.smaller {
	font-size: 80%;
}
.bigger {
	font-size: 120%;
}







/* SON OF SUCKERFISH NAVMENU *****************************************************************************************/
#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	top: -9px;
	left: 22px;
	width: 90%;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 11pt;
}
#nav a {
	display: block;
	width: 10em;
	background: url(img/navbg.gif) 100% 100%;
	background-position: 0px 0px;
	color: #07510F;
	border: 1px solid;
	border-color: #CCCCCC;
}
#nav li {
	float: left;
	width: 10em;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li ul ul {
	margin: -1em 0 0 10em;
}
#nav, #nav ul {
	padding: 0;
	margin-left: 0;
	list-style: none; 
	line-height: 1.1;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
