/**********************
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: #000000;
}
/* USE .bodyClass TO ASSIGN STYLES TO THE BODY TAG */
.bodyClass {
text-align:center;
background:#fde01a url(standard/bg.jpg) no-repeat top center;
}
/* SET DEFAULT LINK COLOR */
a {
color: #c50000;
}
/* SET DEFAULT LINK MOUSE OVER COLOR */
a:hover {
color: #c50000;
}
a img {
border: 0;
}
/**********************
UNIVERSAL STYLES
***********************/
.error {
color: #CC0000;
}
.standard {
}
.standardbold {
font-weight: bold;
}
.standardheader {
font-size: 20px;
text-transform:uppercase;
font-family:"Arial Black", Arial, sans-serif;
border-bottom:1px solid #fde01a;
}
/**********************
LAYOUT STYLES
***********************/
#container {
margin:0 auto;
width:1002px;
}
#header {
width:1000px;
height:148px;
background:url(standard/header.jpg) no-repeat top center;
text-align:left;
padding:7px 0 0 0;
}
#header a, #header a:hover {
color:#fef4b1;
font-weight:bold;
}
#headerinfo {
float:left;
width:650px;
height:20px;
color:#fff;
margin:0;
padding:0 0 0 20px;
}
#headerinfo a, #headerinfo a:hover, #headerinfo {
font-style:italic;
}
#headerlinks {
float:left;
width:300px;
height:20px;
text-align:right;
}
#headerlinks a, #headerlinks a:hover {
padding:0 14px;
}
#menu {
width:1002px;
height:35px;
background:url(standard/menu.png) no-repeat top left;
/*max-height:35px;
overflow:hidden;*/
}
#content {
clear:both;
width:1002px;
background:url(standard/container.png) repeat-y left;
}
#subnav {
width:250px;
float:left;
text-align:left;
padding:45px 0 0 0;
}
#subnav ul, #subnav ul li {
margin:0 0 0 22px;
padding:0;
list-style:none;
width:225px;
}
#subnav ul li {
background:#3a0000;
margin:5px 0;
}
#subnav ul li a, #subnav ul li a:hover {
color:#fef4b1;
text-decoration:none;
display:block;
padding:5px;
text-transform:uppercase;
}
#newsletter {
width:245px;
margin:0px 0 0 0;
color:#fff;
text-align:left;
}
#newsletter form {
padding:0 0 0 20px;
font-size:8.5pt;
}
#newsletter #submitbtn {
margin:0 0 0 -15px;
}
#newsletter h2, #sidepara h2 {
color:#fff;
margin:0;
padding:5px 0;
text-align:center;
}
#sidepara {
width:220px;
padding:15px 5px 0 20px;
color:#fff;
}
#sidepara .standard, #sidepara table, #sidepara td, #sidepara p, #sidepara .standard {
color:#fff;
}
#contenttext {
text-align:left;
float:left;
width:680px;
min-height:450px;
_height:450px !important;
padding:40px 0 0 25px;
}
#contenttop {
background:url(standard/contenttop.jpg) no-repeat top left;
width:1002px;
min-height:400px;
}
#footer {
clear:both;
width:1002px;
min-height:50px;
background:#fde01a url(standard/footer.jpg) no-repeat top left;
padding:20px 0 0 0;
}
a.footernav, a.footernav:hover {
padding:0 20px;
text-transform:uppercase;
font-weight:bold;
color:#c50000;
text-decoration:none;
}
.poweredby {
padding: 10px;
}
#footerinfo {
list-style:none;
width:1000px;
margin:10px 0 0 0;
padding:0;
}
#footerinfo li {
display:block;
white-space:nowrap;
float:left;
height:50px;
padding:0;
margin:0;
width:325px;
}
#footerinfo #copyright {
text-align:left;
padding-top:5px;
}
#footerinfo #footerphone {
font-size:26px;
font-weight:bold;
width:350px;
}
#footerinfo #clickcom {
text-align:right;
}
/***************************
Drop Down Styles
****************************/
#nav {
float:left;
padding: 0;
margin: 0px 0 0 20px;
list-style: none;
position: relative;
z-index: 400;
height: 30px;
width: 980px;
font-weight: normal;
}
/* Drop down menu styles */
#nav ul {
padding: 0;
margin: 0;
list-style: none;
background:url(standard/dropdownbg.png);
float: left;
min-width:100px;
}
/* Makes the menu work, no need to change */
#nav li {
float: left;
}
/***** MENU ITEM STYLES *****/
/* Drop down menu items */
#nav li li {
float: none; /* Makes the menu work, no need to change */
border-bottom:1px solid #820000;
}
/* Last item in drop down menu */
#nav li li.last {
/*border-bottom: 1px solid #b80;*/
}
/* a hack for IE6 */
* html #nav li li {
float: left;
}
/***** LINK STYLES *****/
/* Top level menu link styles */
#nav li a {
display: block;
float: left;
height: 30px;
padding: 2px 15px 2px 15px;
line-height: 30px;
text-decoration: none;
text-transform:uppercase;
white-space: nowrap;
margin: 0 0 0 -1px;
color:#FFFFFF;
}
/* Top level menu link styles with children */
#nav li a.down {
}
/* 2nd level+ link styles */
#nav li li a {
display: block;
height: 20px;
line-height: 20px;
float: none;
padding: 2px 5px 2px 8px;
font-weight: normal;
color: #ffffff;
font-size:1em;
/*border-bottom:1px solid #7b7b7b;*/
margin: 0;
}
#nav li li.ie6fix_hover a {
color:#fff;
}
/* 2nd level+ link styles with children */
#nav li li a {
text-transform:none;
color:#fff5cc;
}
/***** DROP DOWN MENU POSITIONING *****/
/* Makes the menu work, no need to change */
#nav li:hover, #nav li.ie6fix_hover {
position: relative;
z-index: 500;
background:url(standard/dropdownhover.jpg) repeat-x top;
}
#nav li li:hover, #nav li li.ie6fix_hover {
background:#ab0000;
}
/* 2nd level menu position relative to bottom left of parent */
#nav li:hover ul, #nav li.ie6fix_hover ul {
left: 0;
top: 34px;
z-index: 700;
text-align:left;
}
#nav li.ie6fix_hover ul {
}
/* Makes the menu work, no need to change */
#nav ul {
position: absolute;
left: -9999px;
top: -9999px;
}
/* a hack for IE6 */
* html #nav ul {
min-width: 100px;
max-width: 150px;
width:150px;
}
#nav li li.ie6fix_hover {
}
/* 3rd level+ menu position relative to top right of parent */
#nav li:hover li:hover > ul {
left: -5px;
margin-left: 100%;
top: -1px;
z-index: 500;
}
/* Keep further levels hidden, no need to change */
#nav li:hover > ul ul {
position: absolute;
left: -9999px;
top: -9999px;
width: auto;
}
/* Show path followed, Top level+ */
/* Show path followed, 2nd level+ */
.newsdesc {
padding-left:20px;
display:block;
}
/**************************************************/