@charset "iso-8859-1";

#page-container
{
	font-size: 80%;			/* font attributes set here so that the font sizer javascript bit can operate on the body element and not fubar things */
	font-family: arial, helvetica, sans-serif;
}

#page-container, #inner-column-container, #masthead, #footer
{
	border-color: #009393;		/* all the borders within the layout */
}

#outer-column-container
{
	border-left-color: #f5f5f5;	    /* left column background */
	border-right-color: #f5f5f5;	/* right column background */
}

#masthead, #footer
{
	background-color: #f5f5f5;	/* masthead and footer background */
}

#inner-column-container
{
	background-color: #fcfcfc; 	/* middle column background */
}

#left-column h3, #right-column h3
{
	margin-bottom: 0;		/* column menu titles should hug the menus */
}

p.fontsize-set
{
	text-align: center;		/* center the icons for changing font size */
}

p.fontsize-set input
{
	margin: 0 2px;			/* space them out a bit */
}

/* RMENU STYLES */

ul.rMenu li
{
    background-color: #fffafa;	   /* background of menu items */
}

ul.rMenu li:hover,
ul.rMenu li.sfhover 
{
    background-color: #e0e0e0;		/* background color of parent menu item when mouse is over a submenu (work on this)*/
}

ul.rMenu li a, #middle-column div.rMenu-center
{
	border-color: #009393;		    /* border color of menu items */
}

ul.rMenu li a:hover
{
	color: #fff;			        /* font color of menu item when mouse is  over it */
	background-color: #20b2aa;		/* background color of menu item when mouse is over it */
}

ul.rMenu li.sfhover a:active,
ul.rMenu li:hover a:active
{
	color: #fff;		        	/* color of menu item when clicked */
	background-color: #20b2aa;		/* background color of menu item when clicked */
}

div.rMenu-center ul.rMenu li 
{
	background-color: #fffafa;	    /* horizontal menu background color */
}

/* Search Box */

#search { 
float: right;
margin: 5px 2px 2px 2px;
font: 600 x-small  Arial, Helvetica, sans-serif;
font-variant: small-caps;
color: #009393;
}

#search .textfield {
	width: 120px;
	height: 9px;
	padding: 3px 3px;
	margin: 0 0 5px 0;
	border: 1px solid #009393;
	background: #fff; 
	color: #009393;
}

#search .button {
	width: 65px;
	height: 15px;
	margin: 0px 0 2px 0px;
	background: url(../images/search.gif) repeat-x;  
}

#search .radio {
margin: -5px 0 0 -1px;
}

a {
font-size: 11px;
text-decoration:none;
}

a:link {
color: #009393;
}

a:visited {
color: #009393;
}

.copywrite {
text-align: center;
font-size: x-small;
color: #009393;
}

.counter {
font-family: arial, helvetica, sans-serif;
font-size: small;
color: #009393;
font-weight: bold;
letter-spacing: 1px;
text-align: center;
}

/* Div Box for Scripts */

.box {
background-color: #f5f5f5;
border-style: solid;
border-color: #009393;
border-width: 1px;
padding: 10px 10px 10px 10px;
}