@charset "utf-8";

html,body,{height: 100%;}

body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #fff;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 1em;
	background-image: URL(../images/body_bg.png);
	background-attachment: scroll;
	background-repeat: repeat;
        
}

#container { 
	width: 1000px; 
	margin: 0 auto;
	text-align: left; 
	background-color: #50667b;        
        min-height: 100%;
        margin-bottom: -120px;
        position: relative;
} 

#header {
	width: 1000px;
	height: 107px;
	background-color: transparent;
	margin: 10px auto 10px auto;	
}

#mainnav .moduletablenavbar ul{
	background-image: url(../images/gradient_nav_bg.png);
        background-repeat: repeat-x;
        margin-top: 0;
        width: 960px;
	height: 35px;
        font-family: Verdana, Geneva, sans-serif;
        font-size: .873em;
	border-bottom: 1px;        
	border-bottom-style:solid;
	border-bottom-color:#FFF;  
        float: left;  
}

#mainnav .moduletablenavbar ul li {
        display: inline;
}

#mainnav .moduletablenavbar ul li a {
        padding: 0.5em 1em;
        color: White;
        height: 1.59em;
        text-decoration: none;
        float: left;
        border-right: 1px solid #fff;
}

#mainnav .moduletablenavbar ul li a:hover {
       background-image: url(../images/gradient_grey_nav_bg.png);
       background-repeat: repeat-x;
       color: #182838;
}

#mainnav .moduletablenavbar #current .active li a:active {
       background-image: url(../images/active_menu_button.png);
       background-repeat: repeat-x;
       color: #fff;
}

#title{
   width: 1000px;
   
}

#title p {
   font-size: 1.5em;
   font-family: Georgia;
   color: #c9dff2;
   font-style: italic;
   text-align: center;
   margin: .25em 0 0 0;
   
}

#mainContent {
	width: 430px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	margin-bottom:100px;
	background-repeat: no-repeat;
	background-position: center center;
} 

#mainContent h3{
        font-family: Georgia;
        font-size: 15px;
        color: #EBF5FF;
        text-align:center;
        
}

#mainContent img{
       float: left;
       padding: 0 1em;
}

#mainContent .contentpaneopen{
       padding-top: 0;
       letter-spacing: .12em;
       line-spacing: .10em;
       color: #fff;
}

#mainContent .contentpaneopen a{
       color: #5ff;
}


#leftsidebar {
        -moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
        -moz-box-shadow: 0 0 6px #EAEAEA;
	-webkit-box-shadow: 0 0 6px #EAEAEA;
	box-shadow: 0 0 6px #EAEAEA;
	float: left;
	width: 233px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 10px;
	padding: 10px;
	background-image: url(../images/squareandcompasses.png);
	background-repeat: repeat;
}

#leftsidebar h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 1000;
	color: #182838;
	text-align:center;
}

#leftsidebar #topleft {
        color: #000;
}

#leftsidebar #topleft{
     margin: 0 auto;
}

#leftsidebar #middleleft{
     margin: 10px auto;
     
}


#leftsidebar .moduletableevents ul {
       color:#000;
       
}

#leftsidebar .moduletableevents ul il{
       padding: 0;
       padding-left: .5em;
}

.moduletabledeputylogin {
        width: 150px;
        height: 255px;
        font-size: .7em;        
        padding: .25em;
        margin-top: 2em;
        margin: 2em auto;
          
}

.moduletabledeputylogin p{
        color: #000;
}

.moduletabledeputylogin #form-login{
        color: #000;
}

.moduletabledeputylogin fieldset.input{
       border: 0;
}

.moduletabledeputylogin input.button{
       color: #fff;
       background-color: #182838;
       border-color: #182838;
}

.moduletabledeputylogin ul {
        list-style: none;
        margin: .25em; 
        padding: 0;
         
}

.moduletabledeputylogin ul li a  {        
        text-decoration: none;
}
#rightsidebar {
        -moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
        -moz-box-shadow: 0 0 6px #EAEAEA;
	-webkit-box-shadow: 0 0 6px #EAEAEA;
	box-shadow: 0 0 6px #EAEAEA;
	float: right;
	width: 255px;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 10px;
	background-image: url(../images/squareandcompasses.png);
	background-repeat: repeat;
}

.moduletablegreetingflash {
       
       margin:  0 auto;
       text-align: center;
}

.moduletableminicalendar {
       margin-top: .95em;
}

.paramlist tr{
      display: none;
}

#footer { 
	width: 1000px;	
	margin: 0 auto;
    height: 120px;
    position: relative;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}