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

body{background: #000; margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000;}


/* LAYOUT */
#wrapper{width: 700px; border: 3px solid #CC0000; background: url(/images/wrapperBG.gif) repeat-y #FFF; margin: 0 auto; margin-top: 30px;}
#logo{width: 80%; height: 101px; padding-bottom: 10px; border-bottom: 3px solid #CC0000; margin: 0 auto 25px auto; background: url(/images/logo.gif) center no-repeat;}
.columns{width: 100%}
.column{float: left;}
.clear{width: 100%; clear: both;}
#footer{width: 700px; margin: 0 auto;}


/* CONTENT */
#content{line-height: 20px; width: 85%; margin: 0 auto; text-align:justify;}


/* NAVIGATION */
ul.nav{margin: 20px 0 0 0; padding: 0; color: #FFFFFF; text-align: center; list-style-type: none; font-size: 15px;}
ul.nav li{height: 35px; border-bottom: 2px solid #FFF; line-height: 35px;}
ul.nav li.last{height: 35px; border: none; color: #FFF;}
ul.nav li a.nav:link, a.nav:visited{color: #FFF; text-decoration: none; padding: 2px;}
ul.nav li a.nav:hover, a.nav:active{color: #FFF; text-decoration: none; padding: 2px; border: 1px solid #FFF;}


/* REGULAR TAGS */
p{margin-top: 0; padding-top: 0;}
p.note{margin-top: 0; padding-top: 0; font-size: 10px; line-height: 10px;}
p.noAfter{margin: 0; padding: 0;}
h1{text-align: center; margin-top: 5px;}
h2{}
h3{margin-bottom: 0; color: #990000;}


/* LINKS */
a:link, a:visited{color: #000066; text-decoration: none;}
a:hover, a:active{text-decoration: underline;}


/* RENTAL TABLES */
.tableCategory{width: 100%; border: 1px solid #000; text-align: right; margin: 0 auto;}
.tableCategory th{text-align: center; border-bottom: 1px solid #000; color: #FFF; background: #000066;}
.tableCategory td.leftAlign{text-align: left; border-bottom: 1px dashed #990000;}
.tableCategory td{text-align: right; border-bottom: 1px dashed #990000;}


/* LISTS */
ul.portables{margin: 0; padding: 0; margin-left: 25px;}
ul.portables li{margin: 0; padding: 0; list-style: none; list-style-image: url(../images/arrow.gif); line-height: 100%;}



/* FORMS */
fieldset{margin: 10px; padding: 10px; border: 0;}
fieldset label{text-transform: lowercase; float: left; width: 100px;}
fieldset p{ line-height: 25px; padding-bottom: 5px;}
input, textarea, select{margin-top: 1px; margin-bottom: 1px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px;}
input.text{border: 1px solid; border-top-color: #aaaaaa; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #aaaaaa; color: #333333;}
textarea{width: 65%; border: 1px solid; border-top-color: #cccccc; border-right-color: #ffffff; border-bottom-color: #ffffff; border-left-color: #cccccc; color: #333333;}
