/**********************
HTML STYLES
***********************/
/* IE6 PNG FIX */
img, a { behavior: url(/iepngfix.htc); }
/* DO NOT EDIT THE BODY TAG, USE .bodyClass INSTEAD */
body {
margin: 0;
background: #FFFFFF;
color: #000000;
}
/* SET STANDARD FONT STYLES */
.bodyClass,
p,
td,
.standard {
font-family: Arial, Helvetica, "Myriad Pro", Trebuchet, sans-serif;
font-size: 12px;
color: #000000;
}
/* USE .bodyClass TO ASSIGN STYLES TO THE BODY TAG */
.bodyClass {
text-align:center;
background:#eae6df url(standard/bg.jpg) repeat-x;
}
/* SET DEFAULT LINK COLOR */
a {
color: #67a1b7;
}
/* SET DEFAULT LINK MOUSE OVER COLOR */
a:hover {
color: #3A6A7C;
}
a img {
border: 0;
}
/**********************
UNIVERSAL STYLES
***********************/
.error {
color: #CC0000;
}
.standard {
}
.standardbold {
font-weight: bold;
}
.standardheader {
font-size: 18px;
color: #67a1b7;
}
h3 {
font-size: 12px;
}
li {
list-style: none;
background: url(standard/bullet.gif) no-repeat 0px 5px;
padding-left: 10px;
}
/**********************
LAYOUT STYLES
***********************/
#container {
width: 716px;
margin:0 auto;
text-align: left;
}
#header {
}
#topNav,
#logo,
#header,
#menu {
padding: 0 0 0 5px;
}
#content {
background: url(standard/content-bg.png);
/*_background: #f2f7fa;*/
_width: 706px;
clear:both;
padding: 15px 5px;
position: relative;
overflow: hidden;
}
* HTML #content {/* PNG Alpha IE Win ONLY */
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='standard/content-bg.png', sizingMethod='scale');
}
#sidebar {
width: 208px;
float: left;
}
#navbar ul,
#navbar li {
list-style: none;
margin:0;
padding:0;
}
#navbar {
padding: 15px;
}
#navbar a {
color: #555759;
text-decoration: none;
display: block;
padding: 5px;
width: 140px;
}
#navbar .navon a {
background: #b2d2de;
color: #FFFFFF;
}
#navbar .subnavon a,
#navbar .subnavoff a {
background: none;
color: #67a1b7;
padding: 0;
}
#contentheader {
background: url(standard/content-header.jpg) no-repeat;
width: 457px;
min-height: 16px;
color: #67a1b7;
padding: 10px 15px;
text-transform: uppercase;
font-size: 16px;
float: left;
}
#contenttext {
background: url(standard/content-text-bg.jpg) repeat-y;
padding: 15px;
width: 442px;
float: left;
border-bottom: solid 1px #CCC;
}
#footer {
background: url(standard/footer-bg.png) no-repeat;
clear:both;
text-align: center;
}
.footernav a {
color: #000000;
text-decoration: underline;
font: normal 10px Arial, Helvetica, sans-serif;
}
.poweredby {
padding: 10px;
}
/* HOME PAGE */
#indexPage #left {
padding: 25px;
width: 390px;
float: left;
}
#indexPage #contentheader {
background: url(standard/content-header.jpg) no-repeat top right;
width: 215px;
min-height: 16px;
color: #555759;
padding: 10px 15px;
text-transform: uppercase;
font-size: 16px;
float: left;
border-left: solid 1px #CCC;
text-align: center;
}
#indexPage #right {
background: url(standard/home-news-bg.jpg) repeat-y;
padding: 15px;
width: 216px;
float: left;
border-bottom: solid 1px #CCC;
}
#indexPage #contenttext {
background: none;
padding: 0;
width: auto;
float: left;
border-bottom: none;
}