/********************************************
Filename:	template_css.css
Author:		Stephen Ballast
Date:		5/17/2007
*********************************************/
/*********************************************
 LAYOUT
**********************************************/

body
	{
	margin: 0;
	padding: 0;
	font: 12px/18px arial, verdana, sans-serif;
	color: #353535;
      	text-align: center;
	background: #F1EFE2 url(../images/body-bg.gif) top left repeat-x;
	}

#container {
	position: relative;
	margin: auto;
	padding: 0;
	width: 770px;
	text-align: left;
	background: #F1EFE2 url(../images/container-bg.gif) no-repeat 0px 185px;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 770px;
	height: 135px;
	background: url(../images/header-bg.jpg) no-repeat;
}

#signin {
	position: absolute;
	top: 4px;
	right: 30px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 11px;
	text-align: right;
	background: none;
}

#subhead {
	position: relative;
	margin: 0;
	padding: 0px 0px 0px 350px;
	width: 770px;
	height: 27px;
	background: url(../images/subhead-bg.gif) no-repeat;
}

#contentcontainer {
	position: relative;
	margin: 0;
	padding: 5px 5px 10px 15px;
	width: 750px;
	text-align: justify;
	background: #fff url(../images/content-bg.gif) repeat-y 0px 49px;
}

#leftcolumncontainer {
	float:left;
	margin: 0;
	padding: 8px 5px 5px 5px;
	width: 155px;
}

#leftnavbanners {
        position:relative; 
        left:-5px; 
}

#rightcolumncontainer {
	float:right;
	width: 575px;
        padding: 0px 5px 10px 5px;
}

#banner {
        position: relative;
	margin: 0;
	padding: 2px 10px 10px 5px;
}

#infocontainer {
	position: relative;
	left:10px;
	width:575px;
	margin: 0 0 15px;
}

#info1 {
	position: absolute;
	right: 399px;	
	width: 175px;
}

#info2 {
	position: absolute;
	right: 208px;
	width: 175px;
}

#info3 {
	position: absolute;
	right: 15px;
	width: 176px;
}

#detail-left {
	position: absolute;
	top: 162px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 10px;
	height: 87px;
	background: url(../images/detail-left.gif) no-repeat;
}

#detail-right {
	position: absolute;
	top: 162px;
	right: 0;
	margin: 0;
	padding: 0;
	width: 10px;
	height: 87px;
	background: url(../images/detail-right.gif) no-repeat;
}

#footer {
	position: relative;
	margin: 0;
	padding: 5px 0 0 30px;
	width: 740px;
	height: 40px;
	color: #fff;
	font-size: 11px;
	background: url(../images/footer-bg.gif) no-repeat;
        clear:both;
}

#bottom {
	position: relative;
	background: transparent;
	text-align: center;
        clear:both;
}

#legplan {
 border: solid black;
 border-width: 1px;
}

/*************************************
PRESENTATION
**************************************/


img
{
border-style: none;
}

/*************************************
 SPANs 
**************************************/
/*
span.title
{
color:#ffffff;
font-family:tahoma;
font-size:16px;
font-weight:bold;
}
*/

/**************************************
 Links
***************************************/



ul#mainlevel_signin a
{
color:#ffffff;
}

a
{
color:#6c8604;
}


a:visited 
{ 
color: #9cb60c;
}

a:hover 
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.link:active 
{ 
color: #000000;
}

/***************************************
 Events Page Formatting
***************************************/

table.contentpaneopen_events td.contentheading_events 
{
color:#6c8604;
font-weight: bold;
font-size: small;
}

/* newflash style menu for above FPSS module */
table.moduletable_topmenunf td {width:485px;height:85px;background:url('../images/topfeatbubble.gif') 0 0 no-repeat;padding:10px 0px 0px 85px;text-align:left;vertical-align:middle;}
table.moduletable_topmenunf ul {display:inline;list-style-type:none;padding:0px;margin:0px;}
table.moduletable_topmenunf li {display:inline;padding:0px;margin:0px;}
table.moduletable_topmenunf li a {font-size:11pt;font-weight:normal;color:blue;}
table.moduletable_topmenunf li a:hover, a:visited {font-weight:normal;color:blue;}


/**************************************
 Horizontal Menu Formatting  
***************************************/

ul#mainlevel_horzmenu {
  	margin: 0;
  	padding: 0;
	font-family: arial, helvetica, sans-serif;
	white-space:nowrap;
 
}
ul#mainlevel_horzmenu li {
   	display: inline; /* Shows each item side-by-side */
  	list-style-type: none; /* Gets rid of the bullet points */
}
ul#mainlevel_horzmenu a {
        color: #fff;
  	display: block;
	float: left;
	padding: 0.3em 1em; /* Provides horizontal separation between menu items */
	text-decoration:none; 
	background: #353535 url(../images/hrz-div.gif) no-repeat;
}

ul#mainlevel_horzmenu li a:visited {
	color: #fff;
}

ul#mainlevel_horzmenu li a:hover {
	font-weight: bold;
	background:#265d9e;
}

/**************************************
 Vertical Main Menu Formatting  
***************************************/

table.moduletable_vertmenu th {
	background: url(../images/navhead-bg.gif) repeat-x;
	color: #fff;
	text-align: left;
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable_vertmenu td {
       width: 135px;
       color: 6c8604;
       background: #265d9e url(../images/vert-bg.gif) no-repeat;
}

ul#mainlevel_vertmenu {
  	margin: 0;
  	padding: 0;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	white-space:nowrap;
 
}
ul#mainlevel_vertmenu li {
   	display: list-item; /* Shows each item side-by-side */
  	list-style-type: none; /* Gets rid of the bullet points */
}
ul#mainlevel_vertmenu a {
	color: #fff;
  	display: block;
	/*float: left;*/
	padding: 0 10px;
	text-decoration:none; 
	width: 135px;
	background: #265d9e url(../images/vert-bg.gif) no-repeat;
}

ul#mainlevel_vertmenu li a:visited {
	color: #fff;
}

ul#mainlevel_vertmenu li a:hover {
	font-weight: bold;
	background:#265d9e;
}


/**************************************
 Signin Menu Formatting  
***************************************/

ul#mainlevel_signin {
  	margin: 0;
  	padding: 0;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	white-space:nowrap;
 
}
ul#mainlevel_signin li {
   	display: inline; /* Shows each item side-by-side */
  	list-style-type: none; /* Gets rid of the bullet points */
}
ul#mainlevel_signin a {
  	display: block;
	float: left;
	padding: 0 1em; /* Provides horizontal separation between menu items */
	text-decoration:none; 
	/*background: #353535 url(../images/hrz-div.gif) no-repeat;*/
}

ul#mainlevel_signin li a:visited {
	color: #fff;
}
