@charset "utf-8";
/* CSS Document */

* {
padding: 0px;
margin: 0px;
}
li {
list-style-type: none;
}
.listNorm {
padding-left: 20px;
float: left;
padding-bottom: 10px;
}
.listNorm li {
list-style-type: none;
font-size: 1.2em;
padding-bottom: 3px;
}
.clear {
clear: both;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 62.5%;
background-color: #f3e8d4;
color: #6d411e;
}

p {
font-size: 1.2em;
line-height: 1.5em;
padding-bottom: 1.5em;
padding-left: 20px;
padding-right: 20px;
}
.bold {
font-weight: bold;
}
.pucStyle {
font-size: 18px;
padding: 20px 0px 0px 190px;
}
h2 {
font-size: 1.4em;
padding-bottom: 20px;
padding-left: 20px;
font-weight: normal;
line-height: 1.4em;
}

#container {
width: 808px;
margin: 0 auto;
background: url(../img/content-bg.gif) repeat-y;
}
#homeContainer {
width: 808px;
margin: 0 auto;
}
.headerImg { 
width: 800px;
height: 135px;
background: url(../img/header-img.jpg) no-repeat;
}
.navigation {
width: 170px;
position: absolute;
top: 0px;
left: 0px;
height: 580px;
background: url(../img/nav-grad.jpg) repeat-x bottom;
}
.navigation ul {

}
.navigation li {
float: left;
display: block;
width: 170px;
border-bottom: 1px solid #e8d2a9;
}
.navigation a, .navigation a:visited {
float: left;
display: block;
width: 150px;
padding: 5px 10px;
background-color: #917752;
color: #cbb494;
text-decoration: none;
font-size: 1.2em;
font-weight: bold;
}
.navigation a:hover {
color: #fff;
}
.mainContent {
width: 630px;
padding-bottom: 40px;
position: relative;
padding-left: 170px;
}
.logoCopperfield { 
width: 155px;
height: 55px;
display:block;
position: absolute;
left: 0px;
bottom: 55px;
background: url(../img/logo-copperfield.jpg) no-repeat;
z-index: 10;
}
#footer { 
width: 808px;
background-color: #f3e8d4;
/*padding-top: 70px;*/
}
.footerShad {
width: 808px;
height: 9px;
display: block;
background: url(../img/footer-shadow.jpg) no-repeat;
}
#footer p {

padding-bottom: 0px;
}
#footer ul{

}
#footer li{
display: inline;
color: #ac9576;
}
.bottomFoot { 
width: 808px;
height: 68px;
clear: both;
display: block;
background: url(../img/footer-bg.jpg) no-repeat;
}

.homeImg { 
margin-top: 20px;
width: 808px;
height: 750px;
display: block;
position: relative;
background: url(../img/Homepage.jpg) no-repeat;
}

a.btnEnter, a.btnEnter:visited {
position: absolute;
top: 350px;
left: 345px;
color: #FFFFFF;
font-size: 18px;
text-decoration: none;
}
a.btnEnter:hover {
text-decoration: underline;
}

#footer a, #footer a:visited {
color: #AC9576;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}

.position1 {
position: absolute;
top: 310px;
left: 169px;
}