@charset "utf-8";
/* CSS Document */
html {
height: 100%;
}
body{
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
background-color: #2b3c5a;
margin: 0px;
height: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
}
#outerwrapper{
background-color: #5d87a1;
width: 960px;
height: 20%;
margin-left: auto;
margin-right: auto;
}
#wrapper{
width: 960px;
height: 1220px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
}
#header{
background-image: url(images/header.gif);
background-repeat: no-repeat;
height: 145px;
width: 960px;
}
#leftCol{
width: 717px;
float: left;
height: 100%;
}
#rightCol{
width: 240px;
height: 100%;
height: 800px;
padding-top: 28px;
float: right;
background-image: url(images/rightColBg.jpg);
background-repeat: repeat-x;
}
#headerShadow{
background-image: url(images/headerShaow.jpg);
background-repeat: repeat-x;
height: 28px;
width: 719px;
}
#image{
height: 235px;
width: 719px;
}
#imageShadow{
background-image: url(images/contentTopShadow.jpg);
background-repeat: no-repeat;
background-color: #FFFFFF;
height: 19px;
width: 668px;
}
#content{
padding-left: 25px;
padding-right: 25px;
padding-top: 10px;
background-image: url(images/contentSideShadow.jpg);
background-repeat: no-repeat;
background-position: right top;
width: 669px;
}
#nav{
vertical-align: top;
width: 195px;
background-image: url(images/navDevide.jpg);
background-position: top;
background-repeat: repeat-x;
margin-left: auto;
margin-right: auto;
}
#nav a{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-decoration: none;
display: block;
padding-left: 20px;
padding-top: 11px;
padding-bottom: 0px;
height: 28px;
background-image: url(images/navOff.jpg);
background-repeat: no-repeat;
background-position: center left;
}
#nav a.sub1_on{
color: #000000;
background-image: url(images/navOn.jpg);
background-repeat: no-repeat;
background-position: center left;
}
#nav a:hover{
color: #000000;
background-image: url(images/navOn.jpg);
background-repeat: no-repeat;
background-position: center left;
}
.navDevide{
background-image: url(images/navDevide.jpg);
background-position: bottom;
background-repeat: repeat-x;
}
.title{
background-image: url(images/titleUnderline.jpg);
background-repeat: repeat-x;
background-position: bottom;
padding-bottom: 10px;
}