/* Container */

#container {
border-bottom: 5px solid #173a9d;
width: 900px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 15px;
text-align: left;
background: #ffffff;
overflow: hidden;
}

/* Header */

#header {
overflow: hidden;
padding-top: 15px;
border-bottom: 5px solid #de6c2d;
}

.logo {
margin-left: 25px;
}

#header ul {
overflow: hidden;
margin-top: 35px;
}

#header ul li {
float: left;
font-family: trebuchet ms, arial;
margin-left: 1px;
}

#header ul li a {
display: block;
background: #4e555d;
padding: 12px;
font-size: 16px;
font-weight: bold;
text-align: center;
color: #ffffff;
text-decoration: none;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius:  5px;
-webkit-border-top-right-radius:  5px;
}

#header ul li a:hover {
background: #de6c2d;
text-decoration: none;
}

#header .active a {
display: block;
background: #de6c2d;
font-size: 16px;
padding: 12px;
font-weight: bold;
text-align: center;
color: #ffffff;
text-decoration: none;
}

#header .active a:hover {
display: block;
background: #de6c2d;
font-size: 16px;
padding: 12px;
font-weight: bold;
text-align: center;
color: #ffffff;
text-decoration: none;
}

/* Masthead */

#masthead {
background: url('../images/banner.jpg') 0 0 no-repeat;
height: 306px;
overflow: hidden;
}

#masthead h1 {
margin-top: 50px;
font-size: 34px;
line-height: 34px;
}

#masthead p {
margin-top: 20px;
color: #ffffff;
}

#masthead a {
color: #ffffff;
}

.flash {
width: 294px;
margin-top: 10px;
margin-left: 10px;
}

.mast-text {
width: 560px;
margin-right: 20px;
}

/* innerBanner */

#innerBanner {
background: url('../images/innerhead.jpg') 0 0 no-repeat;
height: 141px;
overflow: hidden;
}

#innerBanner h1 {
font-size: 25px;
line-height: 25px;
margin-bottom: 10px;
}

#innerBanner .banner {
width: 288px;
}

.bannerDescr {
width: 550px;
margin-left: 20px;
margin-top: 20px;
}

.bannerDescr p {
color: #ffffff;
}

/* Content */

#content {
margin-top: 12px;
overflow: hidden;
}

#content p {
color: #111111;
}

#content h2,
#content h3,
#content h4,
#content ul,
#content ol,
#content p {
margin-bottom: 12px;
}

#content ul li {
background: url('../images/bullet.gif') 0 6px no-repeat;
font-size: 13px;
line-height: 20px;
margin-left: 20px;
padding-left: 15px;
padding-bottom: 8px;
}

.homeLeft, .homeRight {
width: 440px;
}

.contentLeft {
width: 288px;
}

.contentLeft .ff {
margin-top: 10px;
}

.contentLeft .ad {
margin-top: 1px;
}

.contentLeft .aw {
margin-top: 1px;
}

.contentLeft .ti {
margin-top: 1px;
}

.contentLeft .cd {
margin-top: 1px;
}

.contentLeft .tr {
margin-top: 3px;
}

.contentRight {
width: 592px;
}

.contentRight h2 {
padding-bottom: 8px;
margin-bottom: 12px;
border-bottom: 1px solid #d9d9d9;
}

.easyLinks {
overflow: hidden;
border-bottom: 1px solid #d9d9d9;
margin-bottom: 12px;
}

.linkLeft, .linkRight {
width: 295px;
}

.contentBox {
display: block;
border-left: 5px solid #c15959;
padding-left: 15px;
margin-bottom: 15px;
overflow: hidden;
}

/* Footer */

#footer {
padding-top: 20px;
padding-bottom: 40px;
}

#footer p {
color: #908f8f;
font-size: 10px;
text-align: center;
}