html *, body {
    margin: 0;
    padding: 0;  
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.2em;
    background: #FFFFFF url('/images/layout/bg_body.png') repeat-x top left;
    text-align: left;
    min-width: 950px;
}
h1 {
    margin: .5em 0 .5em 0;
}
h1#page_title {
    border-bottom: 1px solid #4F7DC0;
    margin: 0;
    color: #4F7DC0;
    padding-bottom: 8px;
}
p {
    margin: 1em 0;
}
ul, li {
    margin: 0em 1em 0.25em 1em;
}
table {}
th {
    font-weight: bold;
    font-size: 0.9em;
    text-align: center;
    background: #4F7DC0;
    border-bottom: 1px solid #666;
    color: #fff;
    padding: 3px;
}
td {}
table.matrix {
    border: 1px solid #4F7DC0;
    margin: 10px;
    display: table;
}
table.matrix th {}
table.matrix td {
    padding: 3px;
}
img {border: none;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#logo {
    position: relative;
    float: left;
    clear: left;
    height: 111px;
    width: 288px;
    display: block;
}

#header_right {
    position: relative;
    height: 111px;
    float: right;
    display: block;
    width: 219px;
}
* html #header_right {
    
} 
#main_nav {
    float:left;
    width: 230px;
    margin: 5px 0;
    clear: left;
}
#right {
    float: right;
    width: 208px;
    margin: 5px 0;
    clear: right;
}
#container {
    position: relative;
    min-height: 100%;
}

#footer {
    background: url('/images/layout/bg_footer.jpg') repeat-x left 55px;
    min-height: 210px;
    position: absolute;
    right: -210px;
    left: -233px;
    bottom: -250px;
    z-index: 9999;
    width: auto;
    margin: auto;
    text-align: center;
}
p.sm_footer {
    font-size: 0.8em;
    margin-top: 30px;
}

div#banner {
    height: 50px;
    width: auto;
    display: block;
    top: 8px;
    right: 210px; 
    left: 300px;
    z-index: 999;
    text-align: center;
    position: absolute;
    margin: auto;
}
div#breadcrumbs {
    font-size: 0.65em;
    margin: 0 0 8px 10px;
}
div#copy {
    height: auto;
    width: auto;
    display: block;
    top: 67px;
    right: 210px; 
    left: 233px;
    z-index: 999;
    position: absolute;
    margin: auto;
}
* html #copy {
    height: 363px;
}
.homebanner {
    padding: 0 8px 2px 8px;
    margin-bottom: 4px;
    width: 491px;
    text-align: left;
}

div.box {
    background: url(/images/layout/box_left.jpg) repeat-y left top;
    padding: 0px;
    margin: auto;
    display: block; 
    position: relative;
    clear: both;
}
div.box_top {
    background: url(/images/layout/box_top.jpg) top left repeat-x;
    height: 8px;
    max-height: 8px;
    display: block;
    width: auto;
    padding: 0px;
    margin: 0px;
}
img.left {
    float: left;
}
img.right {
    float: right;
}
div.box_bttm {
    background: url(/images/layout/box_bttm.jpg) top left repeat-x;
    height: 8px;
    max-height: 8px;
    display: block;
    padding: 0px;
    width: auto;
    margin: 0;
}

div.box_mid_right {
    background: url(/images/layout/box_right.jpg) repeat-y right top;
    padding: 0px;
    margin: 0px;
    display: block;
    width: auto;
}
div.box_content {
    margin: 0px 4px 0px 4px;
    width: auto;
    display: block;
    padding: 5px;
    background: #FFFFFF url('/images/layout/box_bg.jpg') repeat-x left -8px;
    text-align: left;
    min-height: 60px;
}
* html div.box_content {
    height: 60px;
}

a, a:link, a:visited {
    color: #4F7DC0;
}
a:hover, a:active {
    color: #666;
}

ul.sub_nav {
    width: 165px;
    border: 1px solid #4F7DC0;
    display: block;
    float: right;
    clear: right;
    list-style: none;
    font-size: 0.8em;
    margin: 0 0 15px;
}
ul.sub_nav li {
    height: 20px;
    line-height: 20px;
    margin: 0;
}
ul.sub_nav li a, ul.sub_nav li a:link, ul.sub_nav li a:visited {
    text-decoration: none;
    width: 100%;
    display: block;
    text-indent: 3px;
    text-transform: capitalize;
    color: #4F7DC0;
}
ul.sub_nav li a:hover, ul.sub_nav li a:active {
    background: #666;
    color: #fff;
}
ul.sub_nav li.sub_header {
    font-weight: bold;
    font-size: 0.9em;
    text-align: center;
    background: #4F7DC0;
    border-bottom: 1px solid #666;
    color: #fff;
}
.odd { background: #FFF; }
.even { background: #EFEFEF; }

.address_block {
    width: 355px;
    position: relative;
    display: block;
    margin: auto;
}
.address1, .address2 {
    font-size: 0.75em;
    padding: 3px;
    height: 80px;
    width: 165px;
}
.address1 {
    float: left;
    clear: left;
}
.address2 {
    float: right;
    clear: right;
}
