@charset "UTF-8";
/* CSS Document */


/* Removes Ugly Default Border From Linked Images
-------------------------------------------------------*/

a img {
	border: none;
	}
.floatl{
	float:left;
	padding:3px 5px 5px 5px;
	}
.floatr{
	float:right;
	padding:3px 5px 5px 5px;
	}
/* Gereric Clear, Use On Divs
-------------------------------------------------------*/

.clear {
	clear: both;
	}

.clearfix:after {
	
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}
	
/* Hide from IE Mac \*/

.clearfix {
	display: block;
	}
	
/* End hide from IE Mac */

/* Accessible Hide: visualy hides an element yet
   makes content available to screen-readers.
-------------------------------------------------------*/

.hide {
	position: absolute;
	left: -3000px;
	}
	
/*  ## Accessibility Menu (Usualy Hidden)

==============================================================



  These styles control the display the "skip to content" and

  "Skip to Navigation" Links. These links are normaly hidden

  from Web browsers.



------------------------------------------------------------*/



#accessibility {

	display: none;

	}



	#nav-skipto-content {

		}



		#nav-skipto-navigation {

			}



body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height: 1.166;
	background-image: url(../images/ofbackground.gif);
	background-repeat: repeat;
}

#container {
	width:1434px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin:  auto; /* the auto margins (in conjunction with a width) center the page */
	position: relative;
	
}
#page{
	width:950px;
	margin:50px auto;
	text-align: left;
	border: #FFF thin solid;
}

#subpage{
	background-image: url(../images/slice.png);
	background-repeat: repeat-y;
}

/* Makes Horizontal Rules look (somewhat) consistant
   accross popular browsers.
-------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	margin: 0 0 1em 0; padding: 0 0 .5em 0;
	}

h1 {
	font-size: 150%;
	color:#FF3300;
	padding-top: 10px;
	}

h2 {
	font-size: 152%;
	color:#4e9258;
	}

h3 {
	font-size: 126%;
	color:#4e9258;
	}

h4 {
	font-size: 122%;
	}

h5 {
	font-size: 110%;
	color:#FF0000;
	font-weight: bold;
	line-height: 1.22em;
	padding-top: 5px;
	}

h6 {
	font-size: 100%;
	margin: 0 0 .2em 0;
	color: #53895D;
	}
ul, li{
margin:0px;
padding:0px;
}	


/**************Header ***************/

#header{
	width: 940px;
	position: relative;
	padding-top: 10px;
	padding-left: 5px;
}
 
/*****Navigation********/

#mainnav {
	height: 30px;
	padding-top: 5px;
	position: relative;
	width: 450px;
	margin-left: 490px;
	}
#mainnav ul {
	margin: 0;
	padding:0;
	height: 30px;
	line-height: 30px;
}
#mainnav li {
	list-style: none;
	float: left;
	background-image: url(../images/ofbutton.png);
	background-repeat: no-repeat;
	width: 105px;
	height: 30px;
	margin: 0px;
	position: relative;
	text-align: center;
	background-position: 10px;
	padding-left: 5px;
}


#mainnav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size:16px;
	text-align:center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}
#mainnav a:hover {
	text-align: left;
	color: #FF6600;
}
	
/************SubNav*****************************/


#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	width: 300px;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-align:left;

color:#000000;

font:normal 14px Verdana;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#999999;
text-decoration: none;
color:#FFFFFF;
font-weight:bold;


}
#subnav {
	width: 600px;
	text-align: left;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	font-size: 16px;
	line-height: 1.5em;
}

#subnav ul{
	margin: 0;
	height: 30px;
	line-height: 30px;


}	
#subnav li {
	list-style: none;
	margin-left: 15px;
	vertical-align: middle;
	display: inline;
}
#subnav a {
  text-decoration: none;
  color: #000099;
}

#subnav a:hover{
	
	color: #FF0000;
}



/************Main Content Area******************/


#content{
	font-size:14px;
	color:#000000;
	padding:25px 15px 0px 20px;
	font-family: Tahoma;
	font-weight: 100;
	width: 920px;
	text-align: justify;
	line-height: 1.2em;
	float:left;
	background-image: url(../images/slice.png);
	background-repeat: repeat-y;
}

#content img {
	padding: 0px 10px 0px 10px;
	margin: 0 5px 5px 5px;
}

#content a {
	color:#000099;
	text-decoration:none;
			}
		
#content a:hover {
	color:#FF0000;
				}			
#content ul{
	}

#feature{
	margin:10px;
	width: 620px;
	float: left;
}

.limg{
	/*********allows for padding around the image without worries ********/
	padding:5px 10px 5px 10px;
	margin: 5px 5px 5px 5px;
	float:left;
	width:120px;
}

.rimg{
	padding:5px 10px 5px 10px;
	margin: 5px 5px 5px 5px;
	float:right;
	width:120px;
	}

.left {
	float: left;
	padding:10px 10px;
	color: #000000;
	font-size: 12px;
	width: 250px;
}


/***********footer******************/

 #footer {
 clear:both;
	padding: 0 10px 0 20px;
} 
#footer p {
	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 */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

#footer a {
	color:#0033FF;
	text-decoration:underline;
}
#footer a:hover {
	color:#BA3A17;
}
