html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong, b {font-weight: bold;}

i, em {font-style: italic;}

a img {border: 0 none;}

/* STYLE */


body {
    background: #fdfefd url(../images/body_bg.jpg) no-repeat 50% 72px;
    text-align: center;
    color: #6dbf8d;
    font-family: "Palatino Linotype", Times New Roman;
    font-size: 14px;
}

.hl {
    color: #6dbf8d;
}

#page {
    width: 891px;
    margin: 0 auto;
    text-align: left;
}

#header {
    height: 116px;
    width: 891px;
}

#logo {
    margin-top: 11px;
    float: left;
    width: 300px;
}
#addressbox {
    float: right;
    width: 320px;
    text-align: right;
    color: #8e8d8d;
    margin-top: 30px;
}

#addressbox ul li { 
    margin: 4px 0;
    text-align: left;
}
#addressbox ul li span {
    display: block; 
    margin-right: 8px;
    float: left;
    width: 50px;
}

#addressbox ul li a {
    /*color: #6dbf8d;*/
    color: #8e8d8d;
}

#menu {
    background: url(../images/content_top_bg.gif) repeat-x top left;
    padding-top: 7px;
    width: 891px;
    height: 262px;
    overflow: hidden;
}

#menu ul {
    margin: 0 0 0 8px;
}

#menu ul li {
    display: inline;
    float: left;
    margin-right: 6px;
    height: 262px;
    width: 170px;
    
}
#menu ul li img {
    display: block; 
    margin-bottom:5px;
}
#menu ul li a {
    color: #6dbf8d;
    font-size: 14px;
}
#menu ul li:hover a {
    display: block;
    color: #8e8d8d;
    text-decoration: underline; 
}

#content {
    width: 871px;
    margin-top: 6px;
    padding: 27px 10px 20px 10px;
}


h1 {
    font-size: 32px;
    margin: 0 0 5px 6px;
    padding: 0px;    
}

h2 {
    font-size: 14px;
    color: #222222;
    margin: 0 0 5px 6px;
}

#box1_empty {
    background: #6DBF8D url(../images/box1_top.gif) no-repeat top left;
    width: 430px;
    margin-top: 20px;
    float: left;
}
#box1 {
    background: url(../images/box1_bottom.gif) no-repeat bottom left;
    width: 390px;
    color: #fff;
    height: 335px;
    
}

#box2_empty {
    background: #8E8D8D url(../images/box2_top.gif) no-repeat top left;
    width: 430px;
    margin-top: 20px;
    float: right;
    
    
}
#box2 {
    background: url(../images/box2_bottom.gif) no-repeat bottom left;
    width: 390px;
    color: #fff;
    height: 335px;
}

#box3_empty {
    background: #8E8D8D url(../images/box3_top.gif) no-repeat top left;
    width: 430px;
    margin-top: 12px;
    float: left;
}
#box3 {
    background: url(../images/box3_bottom.gif) no-repeat bottom left;
    width: 390px;
    color: #fff;
    height: 145px;
}
#box4_empty {
    background: #6DBF8D url(../images/box4_top.gif) no-repeat top left;
    width: 430px;
    margin-top: 12px;
    float: right;
}
#box4 {
    background: url(../images/box4_bottom.gif) no-repeat bottom left;
    width: 390px;
    color: #fff;
    height: 145px;
}

.box {
    padding: 20px;    
}

.box h3 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding: 0 0 5px 0;
}
.box ul {
    margin: 10px 0;
}
.box ul li {
    margin: 5px 0;
    line-height: 140%;
}

#footer {
    color: #8e8d8d;
    margin: 18px 0 0 10px;
    font-size: 12px;
    
}

.clearer {
    clear: both;
}