@charset "utf-8";
/* CSS Document */

body{
margin: 0;
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 12px;
line-height: 18px;
background-color: #47565e;
height: 100%;
}
blockquote{
background-image: url(images/quote.png);
background-repeat: no-repeat;
background-position: top left;
padding-left: 15px;
font-size: 12px;
font-style: italic;
margin-left: 2px;
}
blockquote span{
font-size: 11px;
font-weight: bold;
} 
h1{
font-size: 14px;
}
html{
height: 100%;
}
#wrapper1{
width: 100%;
height: 100%;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
}
#wrapper2{
width: 100%;
height: 100%;
background-image: url(images/scanlines.gif);
background-repeat: no-repeat;
background-position: top center;
}
#container{
width: 960px;
margin: auto;
}
#header{
background-image: url(images/header.gif);
background-repeat: no-repeat;
height: 203px;
}
#navcontainer{
margin-top: 0px;
margin-right: 15px;
padding-top: 165px;
float: right;
}
#navcontainer UL{
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#navcontainer LI{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}
#navcontainer A {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
display: block;
width: auto;
text-decoration: none;
text-align: center;
margin: 0;
padding: 3px 15px 3px 15px;
}
#navcontainer A:hover, #navcontainer A:active{
padding: 3px 15px 3px 15px;
background-color: #48575e;
}
#navcontainer A.active:link, #navcontainer A.active:visited{
padding: 3px 15px 3px 15px;
background-color: #54656e;
}
#navcontainer li a#current{
padding: 3px 15px 3px 15px;
background-color: #54656e;
}
#contentContainer{
border-top: solid 2px #c7c7c7;
border-left: solid 2px #c7c7c7;
border-right: solid 2px #c7c7c7;
background-color: #54656e;
background-image: url(images/contentBg.gif);
background-position: bottom right;
background-repeat: no-repeat;
padding: 25px;
margin-top: 10px;
overflow: auto;
height: 1%;
}
#contentContainer a{
text-decoration: underline;
color: #fff;
}
#textContainer_leftCol{
width: 540px;
float: left;
}
#textContainer_rightCol{
width: 345px;
float: right;
}
#textContainer_leftCol_v2{
width: 345px;
float: left;
}
#textContainer_rightCol_v2{
width: 540px;
float: right;
}
#image{
border: solid 2px #42545d;
height: 420px;
width: 345px;
}
#tabs{
padding-top: 2px;
}
#footer{
border-bottom: solid 2px #c7c7c7;
border-left: solid 2px #c7c7c7;
border-right: solid 2px #c7c7c7;
background-color: #54656e;
clear: both;
}
#footerContainer{
border-top: solid 2px #7b868c;
padding: 5px 15px 20px 20px;
height: 55px;
}
#copyright{
width: 960px;
margin: auto;
font-size: 10px;
color: #c7c7c7;
text-align: center;
padding-top: 25px;
}
#copyright a{
text-decoration: underline;
color: #c7c7c7;
}
.bulletlist{
list-style-image: url(images/bullet.png);
line-height: 24px;
margin: 15px 0 0 0;
display: block;
}
.formfield{
width: 98%;
padding: 3px;
height: 15px;
background-color: #66757d;
border: solid 1px #49575e;
color: #FFFFFF;
}
.formlist{
width: 100%;
padding: 3px;
background-color: #66757d;
border: solid 1px #49575e;
color: #FFFFFF;
}
.formbutton{
width: 100%;
height: 30px;
background-color: #212121;
border: 0px;
color: #00aedb;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}


