/*---------- Navigation Bar */
@import url("navigation.css");

/*---------- Globals */
/*---------- Layout */
body{
    background-color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
}

div#outer_border {
    margin: auto;
/*     background-color: #5e5e5e; */
    background-image: url(../img/right_col_bkg.gif);
    background-repeat: repeat-y;
    background-position: right;
    text-align: center;
    padding: 0px;
    width: 750px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: black;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: black;
}

div#top_bkg{
    margin: auto;
    width: 750px;
    height: 34px;
    background-image: url(../img/top_bkg.png);
    background-repeat: repeat-x;
    text-align: right;
    padding-top: 7px;
    * height: 41px;
}

div#banner{
    margin: auto;
    width: 750px;
    height: 64px;
    margin-top: 0px;
    background-color: white;
    padding-bottom: 15px;
    * height: 79px;
}

div#logo{
    float: left;
    margin-top: 20px;
    padding-left: 10px;
}

div#banner_links{
    float: right;
    height: 40px; 
}

div#content{
    margin: auto;
    width: 750px;
    clear: both;
}

div#left_col{
    width: 550px;
    float: left;
    background-color: white;
}

div#right_col{
    width: 180px;
    float: left;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-right: 20px;
    * margin-right: 10px;
    border-style: none;
    background-color: #5E5E5E;
    background-image: url(../img/ss-t-1.gif);
    background-repeat: repeat-x;
    padding-bottom: 10px;
}

div#footer{
    margin: auto;
    width: 750px;
    clear: both;
    background-color: white;
    padding-bottom: 10px;
    padding-top: 20px;
}

div#bottom_bkg{
    margin: auto;
    width: 750px;
    height: 14px;
    background-image: url(../img/bottom_bkg.png);
    background-repeat: repeat-x;
    background-color: white;
}

.c2{
    width: 140px;
}

.c1{
    color: #D7D7D7;
}

/*---------- Styles */
img {
    display: block;
    border: 0px;
    margin: 0px;
    padding: 0px;
}
p{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #797979;
}

h1 {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #008ABE;
    font-weight: bold;
}

h2 {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #F66520;
    font-weight: bold;
}

h3 {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #F66520;
    font-weight: normal;
}

h4 {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #F66520;
    font-weight: normal;
}


a {
    text-decoration: none;
    color: #4a4a4a;
    border-style: none;
    padding: 0px;
}

select {
    border-style: solid;
    border-width: 1px;
    border-color: #444444;
    color: #000000;
    font-size: 12px;
}

option {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    border-style: none;
}

li {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #797979;
}

td {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #797979;
}



input {
    border-style: solid;
    border-width: 1px;
    border-color: #444444;
    font-size: 12px;
}

h1#title {
    text-align: right;
    padding-right: 20px;
    margin: 0px;
}

p#b_links_p{
    text-align: right;
    margin-top: 7px;
    padding-right: 20px;
}

p#footer_p{
    font-size: 10px;
    padding-left: 20px;
    color: #6c7d88;
    margin: 0px;
}

div#content h2{
    padding-left: 10px;
    margin-top: 15px;
}

div#content h3{
    padding-left: 20px;
}

div#content h4{
    padding-left: 20px;
}

div#content p{
    padding-left: 20px;
    padding-right: 20px;
}

div#content li{
    padding-left: 20px;
    padding-right: 20px;
}

div#right_col p{
    padding-left: 10px;
    padding-top: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
}

div#boxes {
    padding-left: 3px;
    border-style: none;
    * padding-left: 1px;
    
}

input.txt      { font-size:11px; color:black; padding:2px; border:solid 1px gray; }
input.txt2     { font-size:11px; color:black; padding:2px; border:solid 1px gray; width:100px; }
input.but      { font-size:11px; color:black; padding:2px; border:solid 1px gray; text-align:center; width:100px; }
input.but2     { font-size:11px; color:black; padding:2px; border:solid 1px gray; text-align:center; width:80px; float:right; }
textarea       { font-size:11px; color:black; padding:2px; border:solid 1px gray; width:300px; height:100px; }


.category_list {text-align:left}
.category_list ul {margin:0px;padding:10px 0px 10px 38px;list-style-image:url(../img/bullet-c.gif)}
.category_list a {color:#ffffff;text-decoration:none; font-size:10px; padding: 0px; margin: 0px;}
.category_list a:hover {text-decoration:underline}
.category_list li {padding:0px 0px 0px 0px; margin: 0px;}

.text{width:160px}
