@charset "utf-8";
/* CSS Document */

/*layout */

body
{
	padding-left: 0em;
	padding-top: 0em;
	background-image:url(images/foof_bg_gradnew.jpg);
	background-repeat: repeat-x;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	
	background-color:#1a1a1a;
}

#maincontainer 
{
	width:800px;
}

#download 
{
	width:800px;
	padding:0px;
	height:93px;
	/*padding-left:55px;*/
	background-image:url(images/foof_download_basey.png);
	margin:0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	margin-left:55px;
}

#copy 
{
	width:800px;
	background-color:#FFFFFF;
	margin-left: 55px;
	layout-flow:horizontal;
	margin-top:0px;
	background-image:url(images/foof_sidebar.png);
	background-repeat:repeat-y;
}

#footer {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* sidebar */

#sidebar {
	float: left;
	width: 256px;
	z-index: 1;
	/*height: 800px; /*This keeps the sidebar from breaking, you will have to decide if all pages will be the same height*/
}

#sideshadow {
	width: 256px;
	background-image:url(images/sidebarshdaow.jpg);
	background-repeat:no-repeat;
	height:9px;
}

.subheaderblock {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#8783C4;
	text-align: left;
	margin: 5px 5px 25px;
	padding: 10px;
	width: 215px;
	white-space: normal;
	border-bottom-width: 2.5px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}

.SIDEBARquote	{
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #8783C4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	background-image:url(images/foof_bg_quote.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	vertical-align: middle;
	height:145px;
}

.SIDEBARquoteNAME {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	text-align: right;
}

/* sidebar end
maincontent start*/

#maincontent 
{
background-image:url(images/Foof_SHADW_top.png);
background-repeat:repeat-x;
	width:544px;
	margin-left:256px;
	padding-top:15px;
	min-height: 800px;
}

.mainSUBHEADER {
	color: #333399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-transform:uppercase
}

.blockHEADER-green {
	display:block;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #00CD00;
	color: #FFFFFF;
	border: #00cd00 2px;
	text-transform:uppercase;
}

.blockHEADER-white {
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	border-color: #00CD00;
	border: dotted #00cd00 2px;
	font-weight: normal;
	text-transform:uppercase;
}

.line{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.sqlist li {
	list-style-type: square;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	margin-left: 20px;
}
.sqlistx li {
	list-style-type: square;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	margin-left: 3px;
}


.subheaderblock {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#8783C4;
	text-align: left;
	margin: 5px 5px 25px;
	padding: 10px;
	width: 215px;
	white-space: normal;
	border-bottom-width: 2.5px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width:255px;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 110px 0 0 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* maincontent end
general layout*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	margin: 15px 15px 10px;
	
}



/* navlist stuff */

#nav 
{
	margin-left: 55px;
	bottom: auto;
	width:800px;
	height:75px;
	layout-flow:horizontal;
}

#navcontent
{
font: 14px Verdana, sans-serif;
	padding-top:15px;
	float: right;
	width:555px;
	height:55px;
	vertical-align:baseline;
	background-image:url(images/Foof_SHADW_bottom.png);
	background-repeat:repeat-x;
	background-position:bottom;
	
}

#navimage
{
	float:left;
	width:245px;
	height:75px;
}

#legal
{
	padding-right:5px;
	font-size:10px;
	color:#CCCCCC;
	text-transform:uppercase;
	text-align: right;
	width:550px;
}
#powered
{
	text-decoration:none;
	color:#CCCCCC;
}
#powered:hover
{
	text-decoration:none;
	color:#00CD00;
}
#navlist li a, #navlist li a:link
{
	color: #CCCCCC;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	display: block;
	text-transform:uppercase;
	bottom: auto;
}

#navlist li a:hover
{
	color: #CCCCCC;
	cursor: pointer;
	text-transform:uppercase;
	bottom: auto;
	background-image:url(images/foof_green.gif);
	background-repeat:repeat-x;	
}

#navlist li a#current, #navlist li a#current:link
{
	color: #CCCCCC;
	cursor: default;
	font-weight: bold;
	border-bottom: 3px solid #00CD00;
	text-transform:uppercase;
	bottom: auto;
}

#navlist li a#current:hover
{
	color:#FFFFFF;
	border-bottom: 3px solid #00CD00;
	text-transform:uppercase;
	bottom: auto;
}
ul#subnavlist { display: none; }
ul#subnavlist li { float: none; }

ul#subnavlist li a
{
padding: 0px;
margin: 0px;
}

ul#navlist li:hover ul#subnavlist
{
display: block;
position: absolute;
font-size: 8pt;
padding-top: 5px;
}

ul#navlist li:hover ul#subnavlist li a
{
display: block;
width: 10em;
border: none;
padding: 2px;
}

ul#navlist li:hover ul#subnavlist li a:before { content: " >> "; }



#homelinks li
{
	float:left;
	padding-left:2px;
	width: auto;
	display: block;	
	text-transform:uppercase;
	
}

/*Images*/
/*These is the image tag you will have to add a class to this after you place each image or screen shot*/
.figure {
	float:left;
	margin-right: 10px;
	margin-left: 5px;
	border: 1px solid #00CD00;
	padding: 1px;
	}
	
	/*These is the image tag you will have to add a class to this after you place each image or screen shot*/
img.plainfig {
	border: 0;
	float:left;
	}