/**********************
HTML STYLES
***********************/
/* IE6 PNG FIX */
img, div, 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, sans-serif;
font-size: 12px;
color: #000;
}
/* USE .bodyClass TO ASSIGN STYLES TO THE BODY TAG */
.bodyClass {
text-align:center;
background:#bd2c00 url(standard/pike_bodybg.jpg) repeat-x top;
}
/* SET DEFAULT LINK COLOR */
a {
color: #de2a00;
}
/* SET DEFAULT LINK MOUSE OVER COLOR */
a:hover {
color: #de2a00;
}
a img {
border: 0;
}
/**********************
UNIVERSAL STYLES
***********************/
.error {
color: #CC0000;
}
.standard {
line-height:1.5em;
}
.standardbold {
font-weight: bold;
}
.standardheader {
font-size: 1.5em;
color:#971c01;
}
/**********************
LAYOUT STYLES
***********************/
#container {
margin:0 auto 60px auto;
width:1000px;
background:url(standard/pike_container.jpg) repeat-y left;
}
#header {
width:1000px;
height:217px;
background:url(standard/pike_header.jpg) no-repeat top left;
text-align:left;
}
#headerimg {
margin: 0;
}
#headerimg h1,
#headerimg a {
display: block;
height: 200px;
width: 650px;
margin: 0;
padding: 0;
}
#headerimg a {
text-indent: -9999px;
}
#headerimg .description {
display: none;
}
#contentcontainer {
clear:both;
width:1000px;
background:url(standard/pike_contentcontainer.jpg) no-repeat bottom left;
min-height:450px;
_height:450px !important;
}
#content {
clear:both;
width:1000px;
background:url(standard/pike_content.jpg) no-repeat top left;
min-height:290px;
}
#navbar {
width:240px;
float:left;
text-align:left;
margin:0 0 0 0;
background:url(standard/pike_navrpt.png) repeat-y left;
}
#navbarcontainer {
background:url(standard/pike_navbottom.png) no-repeat bottom left;
padding:0 0 34px 0;
width:240px;
float:left;
text-align:left;
}
#navbar ul {
margin:0;
padding:0;
list-style:none;
width:245px;
background:url(standard/pike_content.jpg) no-repeat top left;
min-height:210px;
}
#navbar a {
display:block;
padding:0 10px 0 5px;
width:199px;
_width:160px;
font-size:.95em;
}
#navbar li a.parent, #navbar li a.parent:hover {
background:url(standard/pike_parent.jpg) no-repeat bottom left;
padding-bottom: 5px;
}
#contenttext {
text-align:left;
float:left;
width:670px;
min-height:350px;
_height:350px !important;
padding:15px 10px 0 30px;
}
#footer {
clear:both;
width:1000px;
height:50px;
background:#bd2c00;
text-align:right;
}
#poweredby, #copyright {
float:left;
color:#fff;
padding:10px 0 0 0;
}
#copyright {
width:700px;
font-size:.9em;
padding:17px 0 0 135px;
text-align:right;
}
a.yellowlinks, a.yellowlinks:hover {
color:#feea00;
text-decoration:none;
font-weight:bold;
}
#footer a, #footer a:hover {
padding:0 0px 0 20px;
line-height:2.5em;
}
.poweredby {
padding: 10px;
}