/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
        font-family: Arial,sans-serif;
        line-height: 1.166;
        margin: 0px 0px 10px 0px;
        padding: 0px;
        border-top-width: thin;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        background-color: #FFFFFF;
}

a:link, a:visited, a:hover {
        color: #006699;
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
        font-family: Arial,sans-serif;
        margin: 0px;
        padding: 0px;
}

h1{
        font-family: Verdana,Arial,sans-serif;
        font-size: 120%;
        color: #334d55;
        margin-top: 5px;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 70%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
        position:absolute;
        left:8px;
        top:18px;
        width:900px;
        height:846px;
        z-index:1;
        border:solid 1px #000000;
}
#masthead{
        margin-top:0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        width: 950px;
        border-top-width: thin;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        height: 120px;



}

#navBar{
        width: 180px;
        margin-top: 35px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 10px;
}

#content{
  float:right;
        width: 75px;
        margin: 0;
        padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
        margin: 0px;
        padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
        padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
        font-size: 90%;
        padding: 0px 4px 0px 0px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
        font-size: 80%;
        padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
        padding: 0px 0px 10px 10px;
        font-size: 80%;
}

.feature h3{
        padding: 30px 0px 5px 0px;
        text-align: center;
}

.feature img{
        float: left;
        padding: 0px 10px 0px 0px;
        margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
        clear: both;
        padding: 10px 0px 0px 10px;
        font-size: 80%;
}

.story p{
        padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
        clear: both;
        border: 1px solid #cccccc;
        font-size: 75%;
        color: #cccccc;
        padding: 10px 10px 10px 10px;
        margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
        the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
        padding: 4px 4px 4px 0px;
        vertical-align: middle;
}


/************* #search styles ***************/

#search{
        padding: 5px 0px 5px 10px;
        border-bottom: 1px solid #cccccc;
        font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
        display: block;
        margin: 0px;
        padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
        display: block;
}
#navBar ul {
        list-style: none;
        margin: 0;
        padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/


/*********** .relatedLinks styles ***********/

.relatedLinks{
        margin: 0px;
        padding: 0px 0px 10px 10px;
        font-size: 90%;
}

.relatedLinks h3{
        padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
        padding: 10px 0px 0px 10px;
        font-size: 80%;
        border-top: 1px solid #cccccc;
}

#advert img{
        display: block;
}


/************** #headlines styles **************/

#headlines{
        margin: 0px;
        padding: 10px 0px 20px 10px;
        font-size: 80%;
}

#headlines p{
        padding: 5px 0px 5px 0px;
}




.leftNav{
        width: 180px;
}

.leftNav .headerbar{
        font: bold 14px Arial;
        color: white;
        background: black  url(../images/titlebar.png) repeat-x center left;
        margin-bottom: 10px;
        text-transform: uppercase;
        padding: 4px 0 4px 10px;
        font-size: 12px;
}

.leftNav ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px;
}

.leftNav ul li{
padding-bottom: 2px;
}

.leftNav ul li a{
color: #004080;
background:  url(../images/arrowbullet.png) no-repeat center left;
display: block;
padding: 2px 0;
padding-left: 19px;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid  ;
font-size: 70%;
}

.leftNav ul li a:visited{
color: #004080;
}

.leftNav ul li a:hover{ /*hover state CSS*/
color: #0D86FF;
background-color: #F3F3F3;
}

/* CSS Document */



#globalNav{
margin-left: 4px;
padding: 0;
width: 100%;
background: transparent;

padding-left: 5px;
}

#globalNav ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#globalNav li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#globalNav a{
float:left;
color: white;
background:   #333333 url(../images/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#globalNav a span{
float:left;
display:block;
background: transparent  url(../images/color_tabs_right.gif)  no-repeat right top;
padding:4px 9px 2px 6px;
}

#globalNav a span{
float:none;
}


#globalNav a:hover{
background-color: #999999;
}

#globalNav a:hover span{
background-color: #999999;
}

#globalNav #current a, #globalNav #current span{ /*currently selected tab*/
background-color: #999999;
}

#globalNavline{
        clear: both;
        padding: 0;
        width: 1050px;
        height: 8px;
        line-height: 8px;
        background:  #333333;
        border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
        margin-left: 8px;
        margin-bottom: 10px;
}

/* CSS Document */



#rightContent {
        position:absolute;
        left:200px;
        top:144px;
        width:850px;
        height:502px;
        z-index:2;
        border: 1px solid #CCCCCC;
        visibility: visible;
}
#rightContentRequirementPage {
        position:absolute;
        left:214px;
        top:150px;
        width:665px;
        height:1560px;
        z-index:2;
        border: 1px solid #CCCCCC;
        visibility: visible;
}
#rightContentAbout {
        position:absolute;
        left:214px;
        top:148px;
        width:665px;
        height:467px;
        z-index:2;
        border: 1px solid #CCCCCC;
        visibility: visible;
}
#rightContentReserveAVichile {
        position:absolute;
        left:209px;
        top:158px;
        width:508px;
        height:971px;
        z-index:2;
        border: 1px solid #CCCCCC;
        visibility: visible;
}
#rightContentIndexPage{
        position:absolute;
        left:200px;
        top:154px;
        width:895px;
        height:1615px;
        z-index:2;
        border: 1px solid #CCCCCC;
        visibility: visible;
}

#acessibNav {
        position:absolute;
        left:214px;
        top:787px;
        width:666px;
        height:42px;
        z-index:3;
        border: 1px solid #CCCCCC;
}
.style3 {
        font-size: 100%;
        color: #004080;
}
.style5 {font-size: 18px; color: #000000; font-family: Geneva, Arial, Helvetica, sans-serif; }
.style8 {font-size: 14px}
#Layer1 {
        position:absolute;
        left:10px;
        top:11px;
        width:891px;
        height:847px;
        z-index:4;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
}
.style11 {font-family: Geneva, Arial, Helvetica, sans-serif}
.style19 {font-size: 14px; color: #FFFFFF; }
.style21 {font-size: 12px; color: #004080; font-weight: bold; }
.style23 {font-size: 12px}
.style24 {
        font-weight: bold;
        color: #004080;
}
.style25 {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #004080;
        font-weight: bold;
}
.style27 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 18px; }
.style28 {font-size: 16px}
#Layer2 {
        position:absolute;
        left:227px;
        top:214px;
        width:306px;
        height:234px;
        z-index:3;
}
#Layer3 {
        position:absolute;
        left:585px;
        top:226px;
        width:309px;
        height:247px;
        z-index:4;
}
#delimiter {
margin-bottom:10px;
}
#LayerIndex {
        position:absolute;
        left:883px;
        top:193px;
        width:192px;
        height:auto;
        padding: 5px;
        z-index:5;
        background-color: #FBFDFF;
        border: 1px double #CCCCCC;
}

/*      from body                                       */


.highlight1 {
 color: #f00 !important;
 background:#d89dd9;
 color:#fff
}
        input.error { border: 1px solid red; }
        label.error {
                /*background: url('public/images/unchecked.gif') no-repeat;*/
                padding-left: 16px;
                margin-left: .3em;
                color:red;
                font-size:10px
        }
        label.valid (
                background: url('public/images/checked.gif') no-repeat;
                display: block;
                width: 16px;
                height: 16px;
                )


#Layer4 {
        position:absolute;
        left:205px;
        top:172px;
        width:267px;
        height:366px;
        z-index:3;
}
#Layer5 {
        position:absolute;
        left:216px;
        top:407px;
        width:477px;
        height:652px;
        z-index:4;
}
.style30 {
        font-size: 12px;
        font-style: normal;
        line-height: normal;
        color: #FFFFFF;
        border-color: #000000;
}
#rent_header {
        color: #008040;
        font-size: 18px;
        font-weight: bold;

}
#Layer6 {
        position:absolute;
        left:730px;
        top:166px;
        width:335px;
        height:221px;
        z-index:5;
        background-color: #FBFDFF;
        border: 1px double #CCCCCC;
}

.style32 {font-size: 12px; font-style: normal; line-height: normal; color: #666666 font-weight: bold; }
.style35 {font-weight: bold}
.style36 {color: #004080}
.style37 {color: #333333}
.style38 {font-size: 36px}
.style60 {color: #000000}
.style61 {font-size: 95%}
.style63 {
        color: #006666;
        font-weight: bold;
        font-size: 12px;
}
#Layer7 {
        position:absolute;
        left:731px;
        top:395px;
        width:335px;
        height:279px;
        z-index:6;
        background-color: #FBFDFF;
        border: 1px double #CCCCCC;
}
.style67 {font-size: 30px}
.style70 {color: #666666}
.style71 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
}
.rent_price {
color:#000;
font-size:15px;
}
.date_pick_drop {
color:#990000;
font-size:15px
}
.time_pick_drop {
color:#000099;
font-size:15px
}
.field_req {
color:red;
font-size;18px;
}
#car_info {
position:absolute;
border:#990000 1px solid;
width:303px;
height:auto;
min-height:100px;
color:#000099;
top:170px;
left:10px;
z-index:100;
padding:5px;
background:#fff;
text-align:center;
display:none
}
.popup_car {
position:relative;
margin:2px;
background:#eeeeee;
border:#990000 1px solid;
width:298px;
height:280px;
}
.popup_car img{
float:left;
margin:5px;
border:none
}
.popup_car ul{
float:left;
margin:5px;
border:none;
text-align:left;
}
#popup_car_header {
text-align:center;
color:#000099;
font-size:18px;
margin-left:5px;
}
#popup_car_header p {
margin:5px;
font-size:12px;
text-align:center;
}
#popup_car_close1 {
cursor:pointer;
display:block;
color:#000099;
font-size:11px;
text-align:right;
margin:5px;
width:40px;
margin-top:0px;
float:right
}
#popup_car_close {
cursor:pointer;
display:block;
color:#000099;
font-size:11px;
text-align:right;
margin:5px;
width:40px;
margin-top:130px;
float:right
}
#footer {
position:relative;
height:50px;
background:#eeeeee;
text-align:center;
font-size:14px;
color:#000;
padding:10px;
border-top:#000 1px solid;
margin: 5px 10px 5px 10px;

}
/*new page layot style  */
#main_container {
position: relative;
width:1088px;
background:#eeeeee;
margin:auto;
}

#site_header {
position:relative;
margin-top;5px;
}
#main_content  {
position:relative;
left:200px;
}
#left_bar {
position:absolute;
top:182px;
float:left;
margin-left:10px;
}
#main_container blockquote {
width:800px;
}
#main_container blockquote p {
margin:2px;
color:#990000;
}
#main_container blockquote  p span{
margin:2px;
color:#000099;
}
#table_van {
border: #004080 1px solid;
}
#table_van td {
padding:2px;
text-align:center;
border:#000099 1px solid
}
#table_van td ul {
text-align:left;
}

#table_vehicle {
border: #004080 1px solid;
}
#table_vehicle td {
padding:2px;
text-align:center
}
#table_vehicle th {
padding:2px;
text-align:center;
font-size;14px;
background: #008080;
color:#fff;
}

#rightBar {
        position:absolute;
        left:880px;
        top:185px;
        width:192px;
        height:auto;
        padding: 5px;
        z-index:5;
        background-color: #FBFDFF;
        border: 1px double #CCCCCC;
}
#show_holiday {
        display:none;
        position:absolute;
        left:0px;
        top:200px;
        width:192px;
        height:auto;
        padding: 5px;
        z-index:5;
        background-color: #FBFDFF;
        border: 1px double #CCCCCC;
        z-index:130
}
#show_holiday p {
color:#990000;
font-size:13px;
font-weight:bold;
}
#show_holiday p span{
color:#000099;
font-size:13px;
font-weight:bold;
}
#holiday {
color:#000099;
cursor:pointer;
text-decoration:underline
}

/************* #topNav styles **************/

#topMenu  {
position:absolute;
top:147px;
z-index:120
}

#topBar{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;

}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#topBar img{
 display: block;
}

#topBar a {
        font-size: 90%;
        padding: 0px 4px 0px 0px;
}
#topBar{
margin-left: 4px;
padding: 0;
width: 100%;
background: transparent;

padding-left: 5px;
}

#topBar ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#topBar li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#topBar a{
float:left;
color: white;
background:   #333333 url(../images/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#topBar a span{
float:left;
display:block;
background: transparent  url(../images/color_tabs_right.gif)  no-repeat right top;
padding:4px 9px 2px 6px;
}

#topBar a span{
float:none;
}


#topBar a:hover{
background-color: #999999;
}

#topBar a:hover span{
background-color: #999999;
}

#topBar #current a, #topBar #current span{ /*currently selected tab*/
background-color: #999999;
}

#topBarline{
        clear: both;
        padding: 0;
        width: 1050px;
        height: 8px;
        line-height: 8px;
        background:  #333333;

        margin-left: 8px;
        margin-bottom: 10px;
        position:absolute;
        top:167px
}
#question  {
position:absolute;
width:300px;
height:250px;
left:500px;
top:180px;
display:none;
z-index:151
}
#question img{

}
#question_shadow {
position: absolute;
width:300px;
height:250px;
left:510px;
top:190px;
display:none;
/*background:#a5a5a5;*/
background:url(../public/images/gray_300_250.gif) no-repeat;
opacity:0.7;
filter:alpha(opacity=70);
z-index:150
}
#question_cancel {
position: absolute;
left:285px;
top:5px;
border: #000099 1px solid;
color:#000000;
font-size:16px;
font-weight: bold;
font-family:arial;
cursor:pointer
}

#location {
position:absolute;
width:670px;
height:430px;
left:250px;
top:180px;
display:none;
z-index:145;
border:#a5a5a5 2px solid;
background:#ffffff;
text-align;center
}

#location iframe{
margin-left:5px;
margin-top:10px;


}

#location_shadow {
position: absolute;
width:670px;
height:430px;
left:265px;
top:195px;
display:none;
background:#a5a5a5;

opacity:0.7;
filter:alpha(opacity=70);
z-index:144
}
#location_cancel {
position: absolute;
left:660px;
top:0px;
border: #000099 1px solid;
color:#000000;
font-size:16px;
font-weight: bold;
font-family:arial;
cursor:pointer
}


