
/*html, body, ul, li, input, form, h4, form {
margin: 0;
padding: 0;
}*/

* {
margin: 0;
padding: 0;
}

html, body, #wrapper{
height: 100%;
}

body {
font: 11px Tahoma, Geneva, sans-serif;
color: #757575;
}
/* ----------------- centered wrapper ----------------------- */
#wrapper{
background: White;
height:auto;
min-height:100%;
margin:0px auto -35px;
width:800px;
border-style:solid;
border-width:1px;

}

#main {
padding-bottom:22px;
}
/* ----------------- end of centered ----------------------- */

/* ----------------- common elements ----------------------- */
p{
text-align: justify;
}

img {
border: 0;
}

#header h1 {
display: none;
}

h2 {
background: #fff url(../i/h2-line.jpg) no-repeat 0 -3px;
color: #757575;
font-size: 11px;
height: 20px;
padding-left: 15px;
}

h3 {
color: #82A950;
font-size: 12px;
}

h4 {
color: #757575;
font-size: 11px;
}

a {
color: #7F410F;
}

.line {
border-bottom: 1px solid #ccc;
line-height: 0;
width: 90%;
}

/* ----------------- main separations ----------------------- */
#header {
background: url(../i/header-bg.jpg) repeat-x 0 100px;
height: 314px;
margin-bottom: 10px;
color: #757575;
font-size: 12px;
}

#header #header-wrap {
width: 750px;
}

#wrap, #content-wrap {
width: 715px;
padding: 0 0 10px 35px;
overflow: auto;
}

#content-wrap {
background: #fff url(../i/content-bg.jpg) repeat-y 0 0;
}

#content {
float: left;
width: 485px;
padding-right: 15px;
font-size: 12px;
}

#sidebar {
float: right;
width: 200px;
font-size: 11px;
}

#footer {
background: url(../i/footer-bg.jpg) repeat-x 0 0;
padding-top: 13px;
color: #fff;
font-size: 10px;
position:relative;
clear:both;
margin-top:-22px;
margin-left:auto;
margin-right:auto;
height:22px;
width:800px;
}

/* ----------------- header: styles --------------------------- */

#navigation {
height: 24px;
background-color: #5a5a5a;
border-bottom: 1px solid #fff;
}

#navigation ul {
list-style: none;
}

#navigation ul li {
float: left;
white-space: nowrap;
}

#navigation ul li a {
display: block;
float: left;
border-right: 1px solid #fff;
padding: 3px 22px 0;
color: #fff;
text-decoration: none;
height: 21px;
font-size: 12px;
}

#navigation ul li a:hover {
background-color: #999;
}

#header .headerpic {
border-right: 1px solid #fff;
height: 214px;
width: 220px;
float: left;
}

#top-block {
float: right;
width: 529px;
text-align: right;
}

.top-block-left {
float: left;
width: 280px;
text-align: left;
padding: 15px 0 0 20px;
color: #fff;
}

.top-block-left ul {
list-style: none;
margin: 10px 0 0 0;
padding: 0;
}

.top-block-left ul li {
margin: 5px 0;
padding: 0 0 0 13px;
background: #9cb675 url(../i/buttons-bullets/bullet-orange.jpg) no-repeat 0 4px;
}

.top-block-left a {
font-weight: bold;
}

.top-block-right {
float: right;
width: 185px;
height: 126px;
color: #fff;
padding: 30px 20px 0;
text-align: center;
font-weight: bold;
}

.top-block-right p {
margin: 0;
padding: 0;
padding-top: 10px;
font-size: 11px;
}

.top-block-right address {
font-style: normal;
text-align: center;
}

/* ----------------- content: styles--------------------------- */
#wrap ul, #content-wrap ul {
list-style: none;
margin: 10px 0 0 0;
padding: 0;
}

#wrap ul li, #content-wrap ul li {
margin: 5px 0;
padding: 0 0 0 20px;
background: #fff url(../i/buttons-bullets/bullet-green.jpg) no-repeat 0 2px;
}

#wrap table, #content-wrap table {
width: 100%;
border-collapse: separate;
margin-bottom: 10px;
}

table td {
padding: 2px 2px 10px;
}


/* ----------------- image: styles --------------------------- */
img.floatleft {
float: left;
margin: 4px;
}
img.floatright {
float: right;
margin: 4px;
}
/* ----------------- end image: styles --------------------------- */


/* ----------------- footer: styles --------------------------- */

#footer p {
margin: 0 0 0 10px;
padding: 0;
float: left;
}

#footer p.copy {
margin: 0 0 0 10px;
}

#footer ul {
list-style: none;
display: inline;
}

#footer ul li {
float: left;
white-space: nowrap;
}

#footer ul li a {
float: left;
border-right: 1px solid #fff;
padding: 0 5px;
font-weight: normal;
}

#footer ul li a.first {
border-left: 1px solid #fff;
margin-left: 10px;
}

.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 */

