/**********************
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: 10pt;
color: #000000;
line-height:1.5em;
}
/* USE .bodyClass TO ASSIGN STYLES TO THE BODY TAG */
.bodyClass {
text-align:center;
background:url(standard/bg.jpg) repeat-x fixed top left;
}
/* SET DEFAULT LINK COLOR */
a {
color: #1e3c66;
}
/* SET DEFAULT LINK MOUSE OVER COLOR */
a:hover {
color: #1e3c66;
}
a img {
border: 0;
}
/**********************
UNIVERSAL STYLES
***********************/
.error {
color: #CC0000;
}
.standard {
text-align:left;
}
.standardbold {
font-weight: bold;
}
.standardheader, .standardheader b {
font-size: 14pt;
font-family:Georgia, "Times New Roman", Times, serif;
}
.pagetitle {
font-size: 16pt;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:2em;
}
/**********************
LAYOUT STYLES
***********************/
/*#wrapper {
background:url(standard/bg.jpg) repeat-x fixed top left;
width:100%;
margin:0 auto;
height:auto;
}*/
#container {
background:url(standard/lsw_container.png) repeat-y;
margin:0 auto;
width:1020px;
}
#splashcontainer {
background:url(standard/splash_container.png) repeat-y;
margin:0 auto;
width:1020px;
}
#header {
width:1020px;
height:185px;
text-align:left;
margin:0 auto;
background:url(standard/lsw_header.png) no-repeat;
}
#headerleft {
padding:65px 230px 0 0;
width:370px;
font-size:12pt;
height:95px;
}
#headerright {
padding:45px 30px 0 80px;
width:300px;
font-size:10pt;
height:115px;
}
#menu {
width:1000px;
padding:0 10px;
text-align:center;
}
#menu a, #menu a:hover {
color:#ffffff;
text-decoration:none;
font-size:10pt;
font-weight:bold;
padding:0 15px;
}
.info {
text-align:center;
float:left;
font-weight:bold;
}
#content {
width:1020px;
text-align:left;
background:url(standard/lsw_content.jpg) no-repeat top center;
min-height:190px;
}
#splashcontent {
width:1020px;
text-align:left;
background:url(standard/splash_content.jpg) no-repeat top center;
min-height:350px;
padding:185px 0 0 0;
}
#splashtext {
float:left;
width:600px;
padding:0 10px 0 20px;
border-right:1px solid #b1b1b0;
min-height:250px;
}
#splashnews {
float:left;
width:320px;
padding:0 10px;
min-height:250px;
}
#sidenav {
width:240px;
float:left;
padding:20px 0 0 10px;
}
#sidenav ul {
list-style:none;
margin:0;
padding:0;
}
#sidenav ul a, #sidenav ul a:hover {
color:#1d3958;
text-decoration:none;
font-weight:bold;
}
.menuHeader {
background:url(standard/lsw_titlebg.png);
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:12pt;
width:215px;
padding:7px 10px 0 15px;
height:28px;
}
#navlink {
padding:0 0 0 30px;
}
#navlink a, #navlink a:hover {
border-bottom:1px solid #ffffff;
display:block;
}
#subnav {
padding:2px 0 5px 20px;
}
#news {
font-size:8pt;
width:200px;
padding:0 25px 20px 25px;
line-height:1.25em;
}
#contenttext {
width:720px;
float:left;
padding:20px 10px 5px 20px;
}
#footer {
clear:both;
width:1000px;
background:url(standard/lsw_footer.png) no-repeat;
height:50px;
margin:0 auto;
text-align:right;
color:#ffffff;
padding:15px 20px 0 0;
font-size:8pt;
}
#poweredby {
margin:0 0 -7px 0;
}