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

body{background: black; color: white; font-family:"Helvetica";}

#container{width: 914px; padding: 0px ; margin: 0 auto; position: relative;}

a,a:visited,a:link,a:hover {text-decoration:none; color: #fcf400;}

img{border:none;}

p{width: 40%;}

input{color: white; background:black; border: 1px solid #fcf400;}

.crossBar{width: 100%; height: 1px; background: #fcf400; margin: 10px 0;}

.yellowType{color:#fcf400;}

h1{color:#fcf400; font-size: 1em;}

a.cTaxis {display: block; width: 310px; height: 37px; background: url("../images/centralTaxis.png") 0 0 no-repeat; text-decoration: none; }
a:hover.cTaxis { background-position: -312px 0; }

a.vanHire {display: block; width: 310px; height: 37px; background: url("../images/vanHire.png") 0 0 no-repeat; text-decoration: none; }
a:hover.vanHire { background-position: -434px 0; }

a.mHomes {display: block; width: 310px; height: 38px; background: url("../images/mHomes.png") 0 0 no-repeat; text-decoration: none; }
a:hover.mHomes { background-position: -339px 0; }

a.contact {display: block; width: 310px; height: 37px; background: url("../images/contact.png") 0 0 no-repeat; text-decoration: none; }
a:hover.contact { background-position: -445px 0; }

#submitButton{background:#fcf400; color: black; font-weight: bold;}

.flash{padding: 0; margin: 0 auto 20px auto;}

.mapTextRollover{position: absolute; left: 0px; top: 0px; color:#fcf400;}

.mapTextRollover p{width: 35%;}

.hidden{opacity:0; filter:alpha(opacity=0);}

#showMap{color:#fcf400; cursor:pointer;}