body {
background-color: #FFFFFF;
color: #707070;
font-size: 11px;
font-family: 'Tahoma';
background: url(assets/background.gif);
}

#container {
width: 960px;
margin: 0 auto;
}

a {
text-decoration: underline;
color: #FFFFFF;
}

a:hover {
text-decoration: none;
color: #000000;
}

table {
border-collapse: collapse;
background-color:#F1F1F1;
border-color:#000000;
border-style:solid;
border-width: 1px;
color:#000000;
font-size:10.5pt;
margin: 0px 25px;
} 

td { 
background-color: #FFFFFF;
border-color:#000000;
border-style:solid;
border-width: 1px;
}

th { 
background-color: #FFFFFF;
border-color:#000000;
border-style:solid;
border-width: 1px;
}


#top {
height: 140px;
padding:10px;
background: url(assets/header.png) no-repeat;
}

#top h1 {
margin: 8px 30px 7px;
font-weight:normal;
font-size:2.7em;
color:#FFFFFF;
letter-spacing: 0.2em;
text-transform: uppercase;
text-align: center;
}

#top_header {
display:block;
float:none;
height:120px;
margin:15px auto;
width:527px;
}

h2 {
/*margin: 0px 30px 10px 30px;*/
font-size: 1.5em;
font-weight:normal;
color:#FFFFFF;
text-align: center;
letter-spacing: 0.2em;
text-transform: uppercase;
}

#lefthand_menus {
width: 200px;
float: left;
height: 550px;
}

.arrowlistmenu{
width: 164px; /*width of accordion menu*/
padding-left: 18px;
padding-bottom: 8px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(assets/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 10px 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-align: center;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(assets/titlebar-active.png);

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0px;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #FFFFFF;
display: block;
padding: 2px;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size:9.5pt;
}

.arrowlistmenu ul li a:visited{
color: #FFFFFF;
}

.menuheader a {
color: white;
text-decoration:none;

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

#menu_box_top  {	/*The Top Of The Menu Box*/
display: block;
width: 200px;
height: 27px;
background: url(assets/menu_top.gif) no-repeat;
}

.menu{ /*First Item In Expanding Menu*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 0px 0;
}

.menu_item{ /*An Item In An Expanding Menu*/
color: black;
display: block;
width: 122px;
height: 20px;
background: url(assets/menu_middle.gif) no-repeat;
padding-left: 25px;
line-height:20px;
}

.openmenu_item{ /*class added to contents of the menu when it is expanded*/
color: white;
display: block;
width: 122px;
height: 20px;
background: url(assets/menu_middle.gif) no-repeat;
padding-left: 25px;
line-height:20px;
}

.closedmenu_item{ /*class added to contents of the menu when it has been contracted*/
color: Black;
display: block;
width: 122px;
height: 20px;
background: url(assets/menu_middle.gif) no-repeat;
padding-left: 25px;
line-height:20px;
}

#menu_box_middle{
background: url(assets/menu_middle.gif) repeat-y;
display: block;
width: 200px;

}
#menu_box_bottom   { /*The Bottom Of The Menu Box*/
display: block;
width: 200px;
height: 26px;
background: url(assets/menu_bottom.gif) no-repeat;
}

h3 {
margin: -0px 0px 0px 0px;
}

#gallery {
width: 760px;
float: left;
}

#gallery_top {
width: 760px;
height: 50px;
float: left;
background: url(assets/content_header.gif) no-repeat top;
}

#gallery_middle {
background: url(assets/content_body.gif) repeat-y;
width: 760px;
text-align: justify;
float: left;
}

#gallery_middle a {
text-decoration: underline;
color: #FFFFFF;
}

#gallery_middle a:hover {
text-decoration: underline;
color: #0276FD;
}


#maintenance_content {
margin: 10px 25px;
}

#gallery_middle p {
font-size:12pt;
color: #FFFFFF;
margin: 0px 10px;
}

#maintenance_title p {
font-size:12pt;
color: #FFFFFF;
margin: 0px 35px;
text-decoration: underline;
font-weight: bold;
}

#gallery_footer {
background: url(assets/content_footer.gif) no-repeat;
height: 65px;
width: 760px;
float: left;
color: #FFFFFF;
}

#gallery_footer p {
margin: 40px 15px 10px 30px;
font-size:10pt;
text-align: right;
}

#flashcontent {	
		margin: 0px 0px 0px 7px;	
		width: 750px;	
		height: 400px;			
}		
