@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #46568b;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.clearfix:after {
    content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: inherit;
}

* html .clearfix {
   height: 1%;
}

.buttonheading img {
   border: 0px none;
}

.news_box {
background-image: url(../images/box_bgNew.jpg);
height: 140px; 
width: 226px; 
display: block; 
background-repeat: no-repeat;
overflow: hidden;
padding-left: 10px;
font-size: 12px;
}

.news_box ul {
margin:  0;
padding: 5px 0 0 0;
list-style:none;
}


.news_box ul li {
margin-bottom: 5px;
}
 	

#page_surround {
  width: 895px;
  margin-left: auto;
  margin-right: auto;
  background-image:url(../images/pg_bg.png);
  background-repeat:repeat-y;
}

#header {
  width: 895px;
  min-height: 339px;
  display: inline;
  
}

.eventlistmodinfo {
  background-image: url(../images/box_bgNew.jpg);
  background-repeat: no-repeat;
  width: 213px;
  height: 140px;
  display: block;
  padding-top: 5px; 
  padding-left: 13px;
  margin-top: 0px;
  list-style-type:none;
  font-size:12px;
  
} 

ul {
 margin-left: 0px;
 } 

#logo {
  float: left;
  width: 276px;
  min-height: 128px;
   
}

#top_menu {
  background-image:url(../images/top_left_links.jpg);
  background-repeat:no-repeat;
  float: left;
  width: 276px;
  min-height: 211px;
 
}

.searchbox {
  margin-left: 15px;
  margin-top: 5px;
}          

#slideshow {
 width: 619px;
 min-height: 339px;
 float: right;
 } 
 
 #content_area {
    background-image:url(../images/pg_bg.png);
	background-repeat:repeat-y;
	width: 895px;
	padding: 5px;
	top: 339px;
	clear: both;
}

#left_col {
  	width: 251px;
	float: left;
	margin-left: 10px;
}

#main_content {
   width: 600px;
   float: left;
}   
 
.nav {
   margin-left: 50px;
   word-spacing: 2px;
   font-size: 12px;


} 

.contentheading {
   color: #d71841;
   font-size: 22px;
   font-family: Georgia, "Times New Roman", Times, serif;
} 

.componentheading {
   color: #d71841;
   font-size: 22px;
   font-family: Georgia, "Times New Roman", Times, serif;
}   

  

#breadcrumb {
  width: 570px;
  min-height: 15px;
  display: inline;
  float: left;
  clear: both;
  font-size: 12px;
}

.left_bread {
  float: left;
}

.right_bread {
  float:right;
}  

#content {
  font-size: 12px; 
}      

#footer {
  background-image:url(../images/footer_bg.jpg);
  background-repeat:no-repeat;
  width: 836px;
  min-height: 41px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  margin-bottom: 10px; 
  text-align: center;
  padding-top: 20px;
  color: #fff;
  
} 

#footer a:link {
   color: #fff
}
   
#footer a:visited {
   color: #fff
}
    
#footer a:active {
   color: #fff
}
   
#footer a:hover {
   color: #ccc
}
    
.fontsize {
  font-size:12px;
}  	

h3 {
  background-image:url(../images/header_bg.jpg);
  background-repeat:no-repeat;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-variant:small-caps;
  font-size: 18px;
  color: #3e3e3e;
  display: block;
  width: 216px;
  min-height: 26px;
  padding-top: 15px;
  padding-left: 10px;
  margin-bottom: 0px;
  }

.moduletable {
 margin: 0;
 text-align: left;
}


#mainlevelsan
{
                /* use these params to positions your menu */
                position: inherit;
                left: 10px;
                margin-bottom:4em;
                
				

                
}
#mainlevelsan, #mainlevelsan ul { /* all lists */
                padding: 0;
                margin: 0;
                list-style: none;
				
				
}
#mainlevelsan a {
             display: block;
			 width: 100%;
             padding: 0px 2px 3px 0px;
			 color: #004271;
			 font-weight: bold;
             text-decoration: none;
			 font-variant:small-caps;
}
#mainlevelsan li { /* all list items */
                float: left;
                width: 100%; /* width needed or else Opera goes nuts */
				
				
}
#mainlevelsan li ul{ /* second-level lists */
              position : absolute;
		      left: -999em;
		      margin-left : 6em;
		      margin-top : -1.35em;
			  background-color:#cccccc;
			  border: #000 solid 1px;
			  width: 148px;
			  z-index: 3000;
			   
		}
#mainlevelsan li a:hover {
                font:Arial, Helvetica, sans-serif;
                color:#000;
				background-color:#eee;
				display: block;
				width: 99%;
				
}
#mainlevelsan li:hover ul ul, #mainlevelsan li:hover ul ul ul, #mainlevelsan li.sfhover ul ul, #mainlevelsan li.sfhover ul ul ul {
		left: -999em;
	}
	
	#mainlevelsan li:hover ul, #mainlevelsan li li:hover ul, #mainlevelsan li li li:hover ul, #mainlevelsan li.sfhover ul, #mainlevelsan li li.sfhover ul, #mainlevelsan li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
