﻿body
{
    margin: 0 auto;
    background-image: url('/content/images/tile_bg.jpg');
    width: 960px;
    background-repeat: repeat;
    font-family: Arial;
    font-size: 12px;
    color:#333333;
    line-height: 2em;
}

a
{
    color: Green;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#header
{
    background-image: url('/content/images/header.jpg');
    height: 63px;
}

#nav
{
    background-color: #008554;
    height: 36px;
    float: right;
    width: 960px;
}

#nav ul
{
    float: right;
}
#nav li
{
    float: left;
    list-style-image: none;
    color: White;
    list-style-type: none;
    margin-right: 12px;
    font-size: 11pt;
}
#nav a:hover
{
    text-decoration: underline;
}
#nav a
{
    text-decoration: none;
    cursor: pointer;
    color: White;
}
#logo
{
    position: relative;
    top: 34px;
    left: 24px;
}
#maincontent td
{
    text-align: left;
    vertical-align: top;
}
#feature
{
    clear: both;
}
#AGfooter
{
    background-color:#333333;
    padding-top: 10px;
    padding-bottom:3px;
    margin-bottom:-1px;
}

#AGfooter a
{
    color: White;    
}

#AGfooter ul
{
	margin: 0 auto;
	text-align: center;
}

#AGfooter li
{
    list-style-image: none;
    display: inline;
    color: White;
    list-style-type: none;
    padding: 0 9px;
    font-size: 8pt;
    border-right: 1px solid White;
    line-height: 8pt;
}

#AGfooter li.last-link
{
	border-right: none;
}

#quotes
{
    height:400px;
    padding-right:20px;
    overflow-y:auto;
    overflow-x:hidden;
}

/* News */


a.news_item
{
	font:normal 12px Arial,sans-serif;
	line-height:1.6em;		
}

.news_more
{
    font-weight: bold;
}

.news_list_item
{
    margin-bottom: 10px;
}

.news_list_title
{
	font:bold 12px Arial,sans-serif;		
}

.news_list_date
{
	font:normal 10px Arial,sans-serif;
	font-style:italic;			
}

.news_list_text
{
	font:normal 11px Arial,sans-serif;	
}

.news_story_title
{
	font:bold 14px Arial,sans-serif;		
}

.news_story_date
{
	font:normal 10px Arial,sans-serif;
	font-style:italic;			
}

.news_story_text
{
	font:normal 12px Arial,sans-serif;	
	margin-top:12px;
}

#wplNews
{
    margin-left:-30px;
    padding-left:10px;
}

#weather_news table tr td
{
    vertical-align:top;
}

/*
* Subpage Styles
*/
#page-center
{
    background: #FFF url('/content/images/interior_header.jpg') no-repeat top center;
}
#subpage #header
{
    background-image: url('/content/images/header_dark.jpg');
    height: 63px;
}

#subpage #nav
{
    background-color: #008554;
}

#sub-nav
{
    width: 255px;
    float: left;
    background-color: #FFF;
    margin-left: 17px;
}

#subnav img
{
    margin-left: 24px;
}

#submenu
{
    list-style-type: none;
    background-color: White;
    margin: 0 auto 20px;
    font-size: 12px;
    line-height: 30px;
    padding: 0;
    width: 80%;
}

#submenu a:hover
{
    text-decoration: underline;
}

#submenu li.first
{
    border-top: 1px solid #a3a3a3;
}

#submenu li
{
    border-bottom: 1px solid #a3a3a3;
    padding-left: 25px;
}

#sub-content
{
    float: left;
    width: 688px;
    margin-bottom: 15px;
}


#copy
{
    margin: 20px 20px 0 30px;
}

/*
* Classes
*/
.warning
{
    color: Red;
    font-size: large;
}

.clear
{
    clear: both;
}

.spacer
{
    height: 14px;
    background-color: #008554;
}

.search-tool
{
    float: right;
    margin: 12px 40px 0 0;
}

.search-btn
{
    vertical-align: middle;
}

.search-input
{
    margin: 0;
}

.search_result
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.logout
{
    vertical-align: top;
}

.logoutbutton
{
    vertical-align: top;
}

.center
{
    text-align:center;
    font-size:10px;
}
