html{
  margin: 0;
  padding:0;  
  }

body{
  margin: 0;
  padding:0;  
  background: url('graphics/bg_page.gif') repeat-y 50% 0;
  font-family: tahoma, trebuchet, verdana, helvetica, arial, sans-serif;
  font-size: .9em;
}
.top_bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #5e362c;
  z-index: 1;
  min-width: 835px;
  display: inline block;  
  background: url('graphics/bg_header.gif') repeat-y 50% 0;
  text-align:center;
}

.nowrap {white-space: nowrap;
}


.top_filler{
  width: 835px;
}

.main{
  position: absolute;
  width: 100%;
  z-index: 2;
  margin-top: 60px;
  text-align: center;

}

.content{
  margin: 0 auto;
  text-align: left;
  width: 830px;
  height: 300px;
  margin-top: 30px;
}


h1 {
  color: #40565C;
  font-size: 140%;
}

h2 {
  color: #40565C;
  font-size: 120%;
}

.header{
  padding: 45px 0px 0px 30px;
  width: 785px;
  height: 150px;
  clear: both;

}

.logo{
  float: left;
  height: 138px;
  width: 470px;
}

.header_content{
  padding-left: 80px;
  float: left;
}

.text_container{
  margin-top: 15px;
  width: 830px;
  clear: both;
}

.menu{
  width: 170px;
  margin-left: 20px;
  float: left;
}

.text{
  /* USED FOR INSIDE PAGE TEXT */
  width: 590px;
  margin-left: 210px;
}

.home h1.gendocsPageTitle {
  display: none;
}

.text img {
/*	margin: 0 12px;*/
	margin: 0;
}
 
.home img {
	margin: 0;
}


#home_images {
position: relative;
top: 0;
left: 0;
z-index: 20;
width: 575px;
height: 377px;
overflow: hidden;
background-image: none;
background-position: top left;
background-repeat: no-repeat;
}
	div.cf_element
	{
		width: 575px;
		height: 377px;
	}
	div.cf_element1
	{
		width: 575px;
		height: 377px;
	}


.footer {
 clear: both;
 margin-top: 24px;
 color: #888;
 margin-left: 210px;
 font-size: 75%;
}

/* ------------- MAIN MENU ------------ */


#menu_main {
 margin-left: 100px;
 margin-top: -5px;
 font-size: 70%;
}

ul.menu_main {
 font-weight: bold;
 line-height: 190%;
 list-style-type: none;
 color: #50687D;
 margin: 0;
 padding: 0;
}

ul.menu_main li a, ul.menu_main li a:link, ul.menu_main li a:visited   {
 padding-left: 16px;
 text-decoration: none;
 background: none;
 color: #50687D;
}

ul.menu_main li a:hover, ul.menu_main li a:active, ul.menu_main li a.current {
  text-decoration: none;
  background-image: url(graphics/menu_main_hover.gif);
  background-repeat: no-repeat;
  color: #AC8A1B;
}

/* ------------- SUB MENU ------------ */
#menu_sub {
 width: 180px;
 font-size: 75%;
 float: left;
}

#menu_sub ul {
 font-weight: normal;
 line-height: 190%;
 list-style-type: none;
 color: #5E362C;
}

#menu_sub ul li ul li a{
 margin-left: -32px;
 padding-left: 12px;
}

#menu_sub ul li a, #menu_sub ul li a:link, #menu_sub ul li a:visited   {
 text-decoration: none;
 color: #5E362C;
}

#menu_sub ul li a:hover, #menu_sub ul li a:active {
  text-decoration: none;
  color: #AC8A1B;
}

#menu_sub ul li ul li a, #menu_sub ul li ul li a:link, #menu_sub ul li ul li a:visited   {
 background-image: url(graphics/menu_sub_hover.gif);
 background-repeat: no-repeat;
 text-decoration: none;
 color: #5E362C;
}

#menu_sub ul li ul li a:hover, #menu_sub ul li ul li a:active {
  backgroundimage: url(graphics/menu_sub_hover.gif);
  background-repeat: no-repeat;
  background-position: 0px -20px;
  /* font-weight: bold; */
  text-decoration: none;
  color: #AC8A1B;
}

#menu_sub ul li ul li ul li a{
 margin-left: -60px;
 padding-left: 12px;
}

/* ===================== spaces ==================== */

img.fileicon, a img.fileicon {
margin-left: 8px;
margin-right: 8px;
border: none;
text-decoration: none;
}
tr.odd {
background-color: #e5f5e5;
}
td.numeric {
text-align: right;
}
table.sortable th {
text-align: left;
}
table.sortable th.numeric {
text-align: right;
}
table.sortable span {
display: none;
}
table.sortable td.web {
background-image: url('clientuploads/file_icons/icon_web.gif');
background-position: 2px 3px;
background-repeat: no-repeat;
text-indent: 18px;
}
table.sortable td.pdf {
background-image: url('clientuploads/file_icons/icon_pdf_16x16.gif');
background-position: 1px 2px;
background-repeat: no-repeat;
text-indent: 18px;
}
#freedom_calendar { position: absolute; left: 100px; top: 100px; width: 175px; z-index: 100; visibility: hidden; clip:rect(0px 175px 145px 0px); height:145px; }

/* ModuleBegin::directory */
.directoryListWrapper { }
.directoryDetailWrapper { }
.directoryName { }
.directoryCategory { }
/* ModuleEnd::directory */