﻿body 
{
    padding: 0px;
    margin: 0px;
    background-color: #58b7f1;
    background-image: url(images/background.jpg);
    background-repeat: repeat-x;
    font-family: Arial, Verdana, Georgia, helvetica;
    font-size: 12px;
    color: #313f5e;
    
}
h1
{
    margin-top: 0px;
}
h2
{
    margin-top: 0px;
}
h3
{
    margin-top: 0px;
}
h4
{
    margin-top: 0px;
}
h5
{
    margin-top: 0px;
}
a, a:link
{
    color: #196b9c;
}
a:active
{
    color: #196b9c;
}
a:hover
{
    color: #48a7df;
}
a:visited
{
    color: #3a627a;
}

.ZipBackgound
{
    background-image: url(images/EnterZip.jpg);
    background-repeat: no-repeat;
    background-position: 6px center;
    border: solid 1px #035181;
    background-color: White;
    height: 19px;
    width: 154px;
}
.ZipNoBackground
{
    background-image: none;
    border: solid 1px #035181;
    background-color: White;
    height: 19px;
    width: 154px;
}
.LeftSideColumn
{
    width: 221px;   
    background-color: #247fb6;
    background-image: url(images/leftSide_Background.jpg);
    background-repeat: repeat-y;
}

.LeftSideAddress
{
    background-image: url(images/leftSide_Address_Background.jpg);
    background-repeat: no-repeat;
    /*
        TOTAL DIMS
        width: 199px;
        height: 122px;
    */
    width: 159px;
    height: 82px;
    margin-left: 10px;
    color: White;
    font-size: 13px;
    padding: 20px;
    
}
.LeftSideContactLegislators
{
    margin: 10px 0px 10px 0px;
}
.LeftSideContactLegislatorsTitle
{
    text-align: center;
    color: White;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 6px;
}
.LeftSideSocialNetworking
{
    
}
.ContentColumn
{
    background-color: White;
    width: 678px;   
}
.ContentColumnTop
{
    background-color: #2480b7;
    height: 50px;
    width: 678px;
}

.Content
{
    padding: 14px;
    width: 650px;
}
.ContentTopLeftCol
{
    font-size: 14px;
    padding-right: 20px;
    width: 304px;
}
.ContentTopRightCol
{
    font-size: 14px;
    width: 325px;
}

.NewsSection
{
    margin: 14px 0px 14px 0px;
}
.NewsContent
{
    background-image: url(images/news_background.jpg);
    background-repeat: repeat-y;
    width: 629px;
    padding: 20px 20px 5px 20px
}
.NewsListContainer
{
    margin-left: -20px;
}
.NewsListContainer ul
{
    list-style-image: url(images/bullet_news.jpg);
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
    font-size: 12px;
    
}
.NewsListContainer li
{
    font-size: 13px;
    padding-bottom: 10px;
}

.Footer
{
    margin: 8px 0px 8px 0px;
    /*
        width: 899px;
        height: 59px;
    */
    width: 875px;
    height: 35px;
    padding: 12px;
    color: White;
    background-color: #005081;
    background-image: url(images/footer_Background.jpg);
    background-repeat: no-repeat;
    
}
.Footer a, .Footer a:link, .Footer a:active, .Footer a:visited
{
    color: White;
    text-decoration: none;
}
.Footer a:hover
{
    color: White;
    text-decoration: underline;
}
.FooterTopLine
{
    font-size: 13px;
    margin-bottom: 4px;
}
.FooterTopLineWakeNCAE
{
    font-size: 14px;
    font-weight: bold;
}
.FooterBottomLine
{
    font-size: 11px;
}

.menucontainer
{
    padding-left: 14px;
    clear: both;
}
.menustop
{
    clear: both;
}

    /* menu container */
    #nav
    {
        color: White;
        padding: 0px 10px 0px 10px;
        margin-bottom: 14px;
    }

    /* kills default bullets */
    #nav ul 
    {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    width: 201px;
	}
	
	/* enable absolutely positioned sub menus */
	#nav ul li 
	{
	    position: relative;
	}
	
	/* hide sub menus */
	#nav li ul 
	{
	    position: absolute;
	    left: 201px;
	    top: 0;
	    display: none;
	    border: solid 2px #005180;
	}
	
	/* style the links */
	#nav ul li:first-child a {
        border-top: solid 1px transparent;
	}
	
	#nav ul li a {
	    display: block;
	    text-decoration: none;
	    color: white;
	    font-size: 16px;
	    font-weight: bold;
	    background-color: #247fb6;
	    background-image: url(images/bullet_menu.jpg);
        background-repeat: no-repeat;
        background-position: 8px 7px;
        padding: 4px 4px 4px 25px;
        border-top: solid 1px #529ac5;
	}
	
	#nav ul li a:hover {
	    
	    color: #97d1f5;
	}
	
	/* style the links on submenus */
	#nav ul li ul li:first-child a {
        border-top: solid 1px transparent;
	}
	
	#nav ul li ul li a {
	    display: block;
	    text-decoration: none;
	    color: white;
	    font-size: 12px;
	    font-weight: bold;
	    background-image: none;
	    background-color: #247fb6;
        padding: 4px 8px 4px 8px;
        border-top: solid 1px #529ac5;
	}
	
	#nav ul li ul li a:hover {
	    color: white;
	    background-color: #1370ab;
	}
	
	/* make submenus visible on hover */
	/* #nav li:hover ul { display: block; } */
	
	/* Fix IE. Hide from IE Mac \*/
    * html #nav ul li { float: left; }
    * html #nav ul li a { height: 1%; }
    /* End */
    
    
    
    
    
.HomeImagesContainer
{
    position: relative;
    height: 174px;
}
.HomeImageSlideContainer
{
    height: 174px;
    width: 678px;
    margin-left: auto ;
    margin-right: auto ;
    position: relative;
}
.HomeImageSlide
{
    position: absolute;
    left: 0px;
    top: 0px;
}

