﻿body
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    color: #666464;
    background: url('images/bg.png') repeat;
}

a, a:visited
{
    color: #3b8acc;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1
{
}

h2
{
}

a img
{
    border: 0;
}

img.left
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.right
{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

/* Containers & Layout */

#cmsWrapper
{
    margin: 0 auto;
    width: 902px;
}

#container
{
    float: left;
    width: 836px;
    padding: 30px 32px 0 32px;
    border-left: 1px solid #c1c2c4;
    border-right: 1px solid #c1c2c4;
    background: white url('images/content-bg.gif') repeat-x bottom;
}

#splashContainer
{
     /*float: left;*/
   width: 887px;
    height: 289px;
    padding:5px;
    margin-top: 150px;
    border: 1px solid #c1c2c4; 
    background: #ffffff url('images/content-bg.gif') repeat-y bottom; 
}

#printContainer
{
    float: left;
	width: 887px;
    padding:5px;
    border: 1px solid #c1c2c4; 
    background: #ffffff; 
}

#header
{
    float: left;
    height: 40px;
    width: 836px;
    padding-bottom: 20px;
}

.logo
{
    float: left;
    width: 283px;
    height: 29px;
    


}


.headlinks
{
    float: right;
    text-align: right;
    /*padding-top: 17px;*/
    font-size:10px;
}

#flashHolder
{
    clear: both;
    float: left;
    width: 836px;
    height: 191px;
}

#menu
{
    clear: both;
    float: left;
    width: 836px;
    height: 25px;
    padding-bottom: 10px;
    background: url('images/menu-bg.gif') repeat-x;
}

/* Home Containers & CSS */

#home,
#main
{
    clear: both;
    float: left;
    width: 836px;
    
}

.leftCol
{
     min-height:400px;
     }

#home .leftCol
{
    float: left;
    width: 534px;
   min-height:0;
}
    
#home .rightCol
{
    float: right;
    width: 268px;
}

#home .homesidebar
{
    background-color: #e1e1e1;
    padding: 6px 9px;
    font-size: 10px;
}

#home .requeststrip
{
    clear: both;
    float: left;
    width: 836px;
}

.requeststrip ul
{
    margin: 15px 0 0 0;
    padding: 0;
}

.requeststrip ul li
{
    list-style-type: none;
    float: left;
    padding: 0;
    margin: 0;
    padding-right: 6px;
     
}

.requeststrip ul li.last
{
    padding-right: 0;
}

/* Inner page styling */

#main .leftCol
{
    float: left;
    width: 534px;
    /*height: 310px;*/
}

#main .rightCol
{
    float: right;
    width: 280px;
}

#main .oneCol
{
    float: left;
    width: 836px;
}

div.shadowbox
{
    display: block;
    background: url('images/home-shadowboxes.gif') no-repeat;
    border-top: 1px solid #f3f3f3;
    width: 252px;
    height: 62px;
    padding: 8px 8px 15px 12px;
    font-size: 10px;
}


.shadowbox_expandable{
        width:280px;
        margin-top:10px;
        background-image:url(images/shadow_box_middle.gif);
        background-repeat:repeat-y;
        }
.shadow_box_top{
        width:280px;
        height:12px;
        background-image:url(images/shadow_box_top.gif);
        background-repeat:no-repeat;
        }
.shadow_box_content{
        padding:0 15px 0px 15px;
        font-size: 10px;
    }
.shadow_box_bottom{
         width:280px;
         height:16px;
         background-image:url(images/shadow_box_bottom.gif);
         background-repeat:no-repeat;
}



.homeEmail
{
    clear: both;
    float: left;
    width: 836px;
    text-align: center;
    padding: 10px 0;
    font-size: 11px;
}

#footer
{
    clear: both;
    float: left;
    background: url('images/footer-bg.gif') repeat-x;
    width: 902px;
    height: 42px;
    color: White;
    text-align: center;
    font-size: 10px;
    padding-top: 10px;
}

#footer a
{
    color: White;
}

.clearfix
{
    clear:both;}
    
hr
{
    color:#e4e4e4;
    background-color:#e4e4e4;
    height:1px;
    border: none;
    padding: 0;
}
   
/* Article Control CSS */

.newssummary
{
 
}

.newstitle a
{
    font-size:12px;
    text-decoration: none;
    color:#666464;
    
    }

.newsText
{
}

/* Dynamic Form CSS */
.dynamicFormRow

{
    padding:10px 0 10px 0;
    border-bottom:solid 1px #ccc;
}

.dynamicFormLeftColumn
{
   
    float:left;
   
}

.dynamicFormRightColumn

{
    
   padding-left:120px;
}

/* Poll Box CSS */
.PollBox
{
}

.PollBox fieldset
{
    border: 0;
}

.PollBox fieldset ul
{
    margin: 0 0 0 10px;
    padding: 0;
}

.PollBox fieldset ul li
{
    list-style-type: none;
}