* {margin:0; padding:0;}

/*-------clear fix-------*/
  .box {

  }
  .floated {
    float: left;
    background: #f00;
    width: 100px;
    height: 100px;
    border: 1px solid #f0f;
  }
      
  * html .clearfix {
    height: 1%; /* IE5-6 */
  }
  .clearfix {
    display: inline-block; /* IE7xhtml*/
  }
  html[xmlns] .clearfix { /* O */
    display: block;  
  }
  .clearfix:after { /* FF, O, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
/*-------end clear fix-------*/


body {
height:100%;
background:#fff url(images/bg.gif);
color:#000;  
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:.85em;
line-height:120%;
}

a {
color:#cc0000;
text-decoration:underline;
}

a:hover {
color:#616161;
text-decoration:none;
}

hr {
margin:10px 0 20px 0;
border:none;
width:99%;
color:#eeeeee;
background-color:#eeeeee;
height:1px;
clear:both;
}

ul {margin-left:15px;}


#centerColumn { 	
margin:0 auto;
width:770px;
text-align:left;
vertical-align: middle;	
}

h2 {
margin:0 0 .5em 0;
padding:0 0 0 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:17px;
color:#666666;
font-weight:normal;
}

h3 {
margin:0 0 .5em 0;
padding:.75em 0 0 0;
font-size:1.1em;
font-weight:bold;
letter-spacing:.1em;
}

h4 {
font-size:1em;
}

dl {
padding:10px 0;
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
margin-bottom:20px;
}

dt {
font-weight:bold;
}

dd {
margin-bottom:10px;
}

p {
padding:3px 0 12px 0;
}


#navbar {
background-color:#629770;
float:right;
width:579px;
height:19px;
padding-top:3px;
}

#navbar ul {
list-style:none;
margin-left:0;
}

#navbar li {
margin:0;
list-style:none;
display:inline;
}

#navbar li a {
padding:5px 19px;
color:#fff;
font-family:georgia;
text-transform:uppercase;
font-size:12px;
font-weight:bold;
text-decoration:none;
border-right:1px solid #fff;
}

#navbar li a:hover {
padding:5px 19px;
}

#navbar li#active {
background:#DBDFD7;
color:#666;
padding:3px 0px;
}

#header {
margin:0;
position:relative;
height:117px;
}

#header h1 {
margin:0;
padding:10px 0 0 0;
font-size:1.7em;
font-weight:lighter;
letter-spacing:.15em;
color:#000;
}

#header h1 a {
text-indent:-999999px;
display:block;
width:144px;
height:80px;
background:#fff url(images/logo.gif) no-repeat;
}

#header h2 {
background:url(images/header_h2.gif) no-repeat;
width:267px;
height:60px;
float:right;
text-indent:-999999px;
padding-right:10px;
position:absolute;
top:55px;
right:0;
}

#block_1 {
float:left;
width:187px;
}

.main {
padding:15px;
float:left;
width:345px;
background:url(images/main.jpg) center top no-repeat;
}

.cell_3 {
float:right;
width:194px;
color:#fff;
}

.quote {
background:url(images/quote.jpg) no-repeat;
padding-top:5px;
padding-left:18px;
font-style:italic;
line-height:140%;
}

.address {
color:#fff;
background:#B6BEAD url(images/mjklogo_small.jpg) bottom right no-repeat;
padding:12px;
font-family:georgia;
}

.contentwrap {
background:url(images/contentwrap.gif) repeat-y;
clear:both;
}

.barepic {
border:none;
}

.right {
float:right;
margin:5px;
padding:2px;
}

.left {
float:left;
margin:5px;
padding:2px;
}

.center {
width:auto;
margin-left:auto;
margin-right:auto;
}

.clear {
clear:both;
}

img.floatright {
float:right;
margin-left:15px;
}

img.floatleft {
float:left;
margin-right:15px;
}

#footer {
position:relative;
clear:both;
bottom:0;
padding:0;
height:4em;
line-height:4em;
text-align:center;
font-size:.7em;
}