@charset "UTF-8";

body {
background-color: #942923;
}

#container {
width: 885px;
height:514px;
background-image:url(layout/white_bg.png);
position: absolute;
left: 50%;
top: 50%;
margin-left: -476px;
margin-top: -289px;
padding: 34px;
}

#header {
width:164px;
height:77px;
background-image:url(layout/header.gif);
float:left;
}

#header a {
display:block;
width:164px;
height:77px;
text-decoration:none;
}

#header span {
visibility:hidden;
}

#leftcolumn {
margin-top:40px;
width:164px;
height:393px;
background-color:#FFFFFF;
float:left;
}

#maincolumn {
width:507px;
height:393px;
padding-right:10px;
margin: 40px 20px 0 20px;
background-color:#FFFFFF;
float:left;
overflow:auto;
}

#rightcolumn {
margin-top:40px;
width:164px;
height:393px;
background-color:#FFFFFF;
float:left;
}


/*         MENU Start       */

#menu {
width:681px;
height:77px;
margin-left:20px;
float:left;
background-color:#FFFFFF;
}

ul#menu_list {
padding:0;
margin:0;
}

#menu li {
list-style-type:none;
float:left;
display: inline;
margin:0;
padding: 0 25px 0 25px ;
background:url(layout/menu_leader.gif) no-repeat;
}

#menu ul {
display: inline;
float:left;
}

#menu li:first-child {
background:none;
padding-left:0px;
}

#menu a {
display:block;	
height:17px;
color: #942923;
text-transform:uppercase;
font-size:13px;
padding:60px 0 0 0;
text-decoration:none;
font-family:Georgia, "Times New Roman", Times, serif;
}

#menu a#active {
color: #228e94;
}

#menu a:hover {
color: #228e94;
}

/*         MENU End       */




/*         COMMUNITIES MENU Start       */

ul#comm_menu {
padding:0;
margin:0;
}

#comm_menu_container li {
list-style-type:none;
padding: 0 ;
margin-bottom:10px;
}

#comm_menu_container a {
color: #942923;
text-transform:uppercase;
font-size:13px;
text-decoration:none;
font-family:Georgia, "Times New Roman", Times, serif;
}

#comm_menu_container a#active {
color: #228e94;
}

#comm_menu_container a:hover {
color: #228e94;
}

.pdf_icon {
background:url(layout/pdf_icon.jpg) center right no-repeat;
padding-right:25px;
}

/*         COMMUNITIES MENU End       */

.hidden {
position: absolute;
left:0;
right:0;
visibility:hidden;
}