@charset "utf-8";
/* CSS Document */
html {
min-height:100.1%;
margin-bottom:1px;
}
body {
background: #F8F4ED url(../images/bg-page.gif) repeat-x fixed;
font: normal 0.90em/145% Arial, Helvetica, sans-serif;
color: #303236;
}
#wrap {
margin: 30px auto;
width: 785px;
}
#banner {
background: url(../images/logo.png) no-repeat;
height: 80px;
}
#topmenu {
background: url(../images/menuBG.png) repeat-y;
padding-left: 20px;
height: 23px;
}
#contentwrap {
background: url(../images/middleBG.png) repeat-y;
overflow: auto;
width: 100%
}
#sidebar {
width: 150px;
float: left;
padding-top: 30px;
}
#sidebar img {
padding-left: 33px;
padding-bottom: 5px;
}
#content {
padding: 30px;
width: 550px;
margin-left: 160px;
}
#content p {
background-color: #F8F4ED;
padding: 10px 8px 2px 20px;
}
#content p.italic {
background-color: #F8F4ED;
font-style:italic;
font-size: 0.90em;
padding: 5px 25px;
}
#content img {
padding-bottom: 15px;
}
#contentHome {
padding: 30px 5px 15px;
margin-left: 40px;
}
#contentHome img {
padding-right: 20px;
padding-bottom: 20px;
}
#content h1 {
font-size: 1.35em;
font-weight: bold;
color: #666;
background-color: #F8F4ED;
}
#content h2 {
font-size: 1.2em;
padding: 10px 20px 0px;
background-color: #F8F4ED;
font-weight: bold;
}
#content-top {
background:url(../images/topBG.png) no-repeat;
margin-top:30px;
height:30px;
}
#content-bottom {
background:url(../images/bottomBG.png) no-repeat;
height: 34px;
}
#content ul, #content ol {
background-color: #F8F4ED;
list-style-type: disc;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 8px;
}
#content ol {
list-style-type: decimal;
}
#imageholder {
background-color: #F8F4ED;
padding-left: 30px;
}
.newsletter {
background:#F9EAD5;
width:139px;
margin:0px 0px 20px 33px;
font-size:12px;
}
.newsletter h1 {
float:left;
font-size:28px;
font-weight: bold;
margin-left:-1px;
margin-top:-3px;
padding-top:4px;
padding-bottom:5px;
color:#E09A3A;
letter-spacing: -1px;
}
.newsletter h2 {
font-size:16px;
padding:5px 0px 5px 10px;
}
.newsletter p {
padding:5px 5px 5px 10px;
line-height:14px;
}
.newsletter select {
margin:5px 0px 5px 10px;
background-color:#F8F4ED;
border: 1px solid #E0943F;
font-size:10px;
width:119px;
color:#666;
}
.newsletter input {
margin:5px 0px 5px 10px;
width:119px;
background-color:#F8F4ED;
border: 1px solid #E0943F;
color:#666;
font-size:10px;
}
.newsletter input#send {
background-image:url(../images/button-signup.jpg);
background-repeat:no-repeat;
border:none;
height:21px;
width:70px;
margin-left:61px;
padding-bottom:10px;
}
strong {
font-weight: bold;
}