/*********************************
HTML STYLES
*********************************/
body {
margin: 0;
background: #e9e8d4 url(standard/bg.jpg) center repeat-y;
color: #FFFFFF;
text-align: center;
font: 12px Verdana, Arial, Helvetica, sans-serif;
}
a {
color: #eee14d;
}
a:hover {
color: #fff7a0;
}
p {
padding: .5em;
margin: .5em;
}
/********************************
UNIVERSAL STYLES
*********************************/
.error {
font-weight: bold;
color: #CC0000;
}
.standard {
font-size: 12px;
}
.standardbold {
font-weight: bold;
}
h1,
.standardheader,
.standardheader b {
font-size: 30px;
font-weight: normal;
padding: 20px 5px;
}
.header {
font-size: 16px;
}
.small {
font-size: 10px;
}
/********************************
LAYOUT STYLES
*********************************/
#container {
width: 1000px;
margin: 0 auto;
text-align: left;
}
#leftColumn {
width: 220px;
float: left;
background: url(standard/leftcolbg.jpg);
}
.leftColumnBox {
background: url(standard/leftcolbox_bg.jpg) repeat-y;
width: 190px;
margin: 10px;
padding: 5px;
text-align: center;
}
#logo {
width: 220px;
height: 270px;
background: url(standard/logo.jpg) no-repeat;
}
#logo img {
width: 100%;
height 100%;
}
#logo h1 {
display: none;
}
#sideNav {
text-align: left;
}
.navon,
.navoff {
font-size: 12px;
text-decoration: none;
background: url(standard/nav_bullet.jpg) 0 2px no-repeat;
padding: 0 0 0 15px;
}
.subnavoff,
.subnavon{
font-size: 11px;
text-decoration: none;
padding: 0 0 0 10px;
color: #FFFF99}
#newsletter {
text-align: center;
}
#newsletter .submit {
background: #eee14d;
color: #0d3c4f;
margin: 2px;
}
#address {
padding: 200px 0 0 0;
text-align: center;
font-size: 10px;
}
#rightColumn {
width: 780px;
float: left;
overflow: hidden;
}
#quotes {
width: 780px;
height: 135px;
overflow: hidden;
background: url(standard/quote_bg.jpg) no-repeat;
color: #2b4e81;
}
#quotes .image {
width: 225px;
float: left;
padding: 5px;
margin: 0;
}
#quotes .quote {
width: 500px;
float: left;
margin: 0;
padding: 25px 0 15px 0;
font-size: 8pt;
}
#content {
width: 760px;
padding: 35px 10px 10px 10px;
background: url(standard/content_bg.jpg) no-repeat;
min-height: 480px;
_height: 480px;
}
#content p {
width: 500px;
}
#footer {
clear: both;
width: 1000px;
background: #192538;
height: 50px;
padding: 5px 0 20px 0;
text-align: center;
}
#footer p {
padding: 0;
}
.copyright {
float: left;
font-size: 10px;
color: #657793;
}
.clickcom {
float: right;
margin: -5px 0 0 0;
}