/* --------------- Defaults --------------- */

* {
padding:0;
margin:0;
border:0;
}

p {
text-indent:25px;
}

h1 {
text-align:center;
}

.rates {
text-align:left;
}

body {
font-family:Calibri, Arial, Helvetica, sans-serif;
font-size:80%;
color:white;
background-image:url(images/cssbackground.png);
}

ul {
color:#white;
}

table {
text-align:center;
font-size:12px;
}

table td {
padding:0px;
background:
}

table th {
padding:10px;
background-color: #FFF;
color: #669966;
}

img {
border: 1px black solid;
vertical-align: top;
padding:5px;
text-align:center;
}

.centeredimg {
text-align:center;
display:block;
border: 0px black solid;
}

.storagetips {
border: 0px black solid;
vertical-align: top;
padding:5px;
float:left;
}

.contactus {
border: 0px black solid;
vertical-align: middle;
padding:5px;
float:left;
}

.rates {
border: 0px black solid;
vertical-align: middle;
padding:5px;
float:left;
}

a {
color: #FFF;
text-decoration: none;
}

a:link {
}

a:visited {
}

a:hover {
color: yellow;
}

a:active {
}


.none {
list-style-type:none;
font-weight:bold;
}

.info {
list-style-type:none;
font-size:9px;
font-weight:bold;
text-align:right;
}

.general {
list-style-type:square;
list-style-position:inside;
text-align:left;
}

li {
padding: 20px 0 0 0;
text-align:center;
}

.header {
padding: 3px 0 0 0;
font-weight:bold;
}
/* --------------- Div ID's --------------- */

#content {
width:768px;
background: #FFFFFF;
}

#footer {
background: #000;
font-weight:bold;
text-align:center;
border-top:1px solid #000;
width:756px;
padding:6px;
clear:both;
}

#header {
width:768px;
height:150px;
padding:0px;
background-image:url(images/csssign.png);
}

#navbar {
width:768px;
height:20px;
padding: 0px;
border-top: solid #000 1px;
border-bottom: solid #000 1px;
background: #000;
}

#rightside {
width: 210px;
background: #E8E8E8;
height: 300px;
float: right;
border-left: 1px #000 solid;
border-right: 1px #000 solid;
border-top: 1px #000 solid;
border-bottom: 1px #000 solid;
}

#leftside {
width: 500px;
background: transparent;
float: left;
border-left: 0px #000 solid;
border-right: 0px #000 solid;
border-top: 0px #000 solid;
border-bottom: 0px #000 solid;
align:center;
}


#main {
background:transparent;
margin-right: 150px;
width: 748px;
padding: 10px;
color: #669966;
overflow:hidden;
}


#wrapper {
width:768px;
border:solid 1px #000;
margin:0 auto;
}



/* ---------------Tables------------------*/

table.navbar {
text-align: center;
font-family: calibri, arial, sans-serif;
font-weight:bold;
padding: 0px;
margin: 0px;
}

table.navbar td {
width: 150px;
height: 15px;
border-top: 1px white solid;
border-bottom: 1px white solid;
border-left: 1px white solid;
border-right: 1px white solid;
padding: 0px;
}

table.navbar td:link {
color: black;
}

table.navbar td:visited {
}

table.navbar td:hover {
background: white;
color: black;
}

table.navbar td:active {
}

table.sidebar {
text-align: center;
font-family: calibri, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 210px;
background; transparent;
border-spacing: 0px;
align:center;
}

table.sidebar td {
background-color: transparent;
color: #000;
padding: 0px;
text-align: center;

}

table.sidebar td.hed {
background-color: #000000;
color: #fff;
padding: 0px;
text-align: center;
font-size: 12px;
font-weight: bold;
} 

table.sidebar td.hed2 {
background-color: transparent;
color: #000;
padding: 0px;
text-align: center;
font-size: 12px;
font-weight: bold;
font-style: italic;
}

table.contactus {
text-align: center;
font-family: calibri, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 210px;
background; transparent;
border-spacing: 0px;
}

table.contactus td {
background-color: transparent;
color: #000;
padding: 0px;
text-align: center;

}

table.contactus td.hed {
background-color: #000000;
color: #fff;
padding: 0px;
text-align: center;
font-size: 12px;
font-weight: bold;
} 

table.contactus td.hed2 {
background-color: transparent;
color: #000;
padding: 0px;
text-align: center;
font-size: 12px;
font-weight: bold;
font-style: italic;
}

table.rates {
text-align: center;
font-family: calibri, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 20px;
width: 300px;
background; transparent;
border-spacing: 0px;
align:center;
}

table.rates td {
background-color: transparent;
padding: 0px;
text-align: center;

}

table.rates td.hed {
background-color: #000000;
padding: 0px;
text-align: center;
font-size: 12px;
font-weight: bold;
} 
/* --------------- Classes --------------- */

hr.clear {
clear:both;
display:block;
visibility:hidden;
}
