/* CSS Document */

/* This is the main style sheet for the CNY EWGA website */
body, address {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}
body {
background: #ffe3b0 url(../images/back.png) repeat;
color: #333333;
}
#wrap {
margin: 0px 10%;
width:740px;
border-left: 5px;
border-left-color:#000000;
border-left-style:solid;
background: #ffe3b0;
border-right: 5px;
border-right-color:#000000;
border-right-style:solid;
}
#top {
text-align:center;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
border-bottom-width: 5px;
}
#left {
position: relative;
margin-left: auto;
float: left;
width:150px;
}
#right {
float:right;
width:190px;
position:relative;
left:1px;
}
#middle {
float:left;
padding: 0px 5px 5px 10px;
width: 370px;
}
#middleTwo{
float: right;
padding: 0px 30px 5px 10px;
width: 520px;
}
#slideshow {
text-align: center;
}
#bottom {
clear:both;
border-top:1px solid;
text-align: center;
background: #83B82E url(../images/linkfoot.png);
color: #FFFFFF;
border-color: #f8981;
}
.sidebaritem {
text-align: left;
width: 150px;
margin: 0px 0px 23px 0px;
border: 1px solid #333;
padding: 14px 8px 14px 19px;
background: #d4c09c;
}
.sidebaritem h3 {
margin: 0px;
font-weight: normal;
padding: 0px 0px 4px 0px;
}
.sidebaritem p {
line-height: 16px;
padding: 0px 0px 2px 0px;
}
/* navigation menu */
#menu{
font-size:12px;
margin-top:0px;
margin-left: 0px;
border-bottom: 1px solid #999;
border-left: 1px solid #999;
border-right: 1px solid #999;
background: transparent;
color:#656F57;
}
#menu ul{
margin: 0px 0px 0px 0px ;
}
#menu li {
list-style:none;
}
#menu li a{
display: block;
height: 20px;
text-decoration: none;
padding: 3px 15px 3px 25px;
border-bottom: 1px solid #999;
border-bottom-style:outset;
background: #1EB53A;
color: #fff;
}
#menu li a:hover, #menu li a#selected, #menu li a#selected:hover{
background: #a7e2a0;
color: #fff;
border-bottom-style:inset;
}
a {
color: blue;
background: transparent;
}
h2, h4 {
color: #851316;
font-style:italic;
text-align: center;
}
h3, h5{
color:#851316;
text-align:left;
}
address {
padding-top: 1%;
padding-bottom: 1%;
}
ul {
margin-top: 0;
margin-bottom: 0;
}
li {
margin-left: -2em;
list-style-position: inside;
text-indent: 1em;
}
.centeritalic {
text-align:center;
font-style:italic;
}
.bold {
font-weight: bold;
}
.bolditalic{
font-weight: bold;
font-style:italic;
}
.boldcaps {
font-weight:bold;
text-transform:uppercase;
color:#FF0000;
}
.sscredit {
text-align:center;
font-size: 8px;
}