body{
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
background:#FFF;
color:#000138;
font-size:12px;
line-height:1.6em;
height:100%;
}

a:link, a:visited {
color:#000138;
text-decoration:none;
}

a:hover, a:active {
color:#B4975B;
}

h1{
font-size: 18pt; 
font-family: Georgia,'Times New Roman',Times,serif; 
font-weight: bold; 
text-decoration: underline;
}

h2{
font-size:14px;
font-weight:bold;
color:#000000;
padding:2px;
}

label{
text-align:right;
float:left;
width:120px;
font-weight:bold;
margin-right:10px;
}

#page{
position:relative;
width:910px;
margin:0 auto 0 auto;
padding:0;
}

#header{
position:relative;
width:910px;
height:221px;
text-align:left;
background:url(../img/header.jpg) no-repeat top left;
}

#content_container{
position:relative;
width:910px;
background:url(../img/back_content_tile.jpg) repeat-y left top;
z-index:200;
}

#content_top{
position:relative;
width:910px;
background:url(../img/back_content_top.jpg) no-repeat left top;
}

#content_bottom{
position:relative;
width:910px;
background:url(../img/back_content_bottom.jpg) no-repeat left bottom;
}

#menu{
position:relative;
float:left;
width:150px;
padding:10px;
text-align:center;
z-index:500;
}

#menu a:link, #menu a:visited {
display:block;
padding-top:10px;
padding-right:10px;
font-size: 13px;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#B4975B;
font-weight:bold;
text-decoration:none;
}

#menu a:hover, #menu a:active{
text-decoration:none;
color:#000138;
}

#menu a.selected{
text-decoration:none;
color:#000138;
}

#content{
position:relative;
float:left;
width:700px;
padding:10px;
min-height:302px;
height:auto !important;
height:302px;
}

#content2{
position:relative;
float:left;
width:450px;
padding:10px;
min-height:302px;
height:auto !important;
height:302px;
z-index:200;
}

#obit_side{
position:relative;
float:left;
width:200px;
background:#FFFFCC;
border:1px #CC6633 solid;
padding:10px;
min-height:102px;
height:auto !important;
height:102px;
line-height:1.2em;
}

#footer{
position:relative;
width:900px;
background:#010046 url(../img/back_footer.jpg) no-repeat top;
color:#B4975B;
}

#footer a:link, #footer a:visited {
color:#FFF;
font-weight:bold;
text-decoration:none;
}

#footer a:hover, #footer a:active{
text-decoration:none;
color:#000138;
}

#addresses{
position:relative;
width:630px;
margin:0 auto 0 auto;
padding-top:150px;
align:center;
}

.c4{
postition:relative;
float:left;
margin:0 10px 0 0;
}

.clear{
clear:both;
}

/* VERTICAL MENU */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
z-index:10000;
}

.suckerdiv ul li{
position: relative;
}

/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #F4F9FD;
padding: 1px 5px;
border: none;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{

}

.suckerdiv .subfolderstyle{
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */