a:link { color: darkblue; text-decoration: none ;}
a:visited { text-decoration: none; color: #505d7f;}
a:active {text-decoration: none}
a:hover {color: red; text-decoration: underline ;}

.whitelinks {color: #fff;}
.whitelinks a:active {color: #fff; text-decoration:none;}
.whitelinks a:link {color: #fff; text-decoration:none;}
.whitelinks a:hover {color: #fff; text-decoration:none;}
.whitelinks a:visited {color: #fff; text-decoration:none;}


body.main {
	font-family: arial, sans-serif;
	margin: 0px;
	font-size: 12px;
	color: #000;
	width: 100%;
	background-color: #fff;
	height: 100%;
}

#top {
	background: url(img/taxi-vans-top.jpg);
	width: 835px;
	height: 178px;
}

#border {
	background: url(img/taxi-vans-border.jpg);
	width: 835px;
	height: 100%;
	text-align: left;
}



#content {
	margin-left: 74px;
	z-index: 100;
}

#bottom {
	background: url(img/taxi-vans-bottom.jpg);
	width: 835px;
	height: 93px;
	text-align: left;	
}

.menuitem {
	line-height: 30px;
	border-bottom: 2px dotted #a8c9ff;
	font-size: 12px;
}

.menuitem-parent {
	line-height: 30px;
}

.menuitem-sub {
	border-bottom: 2px dotted #a8c9ff;
	text-indent: 45px;
	font-size: 12px;
	padding-bottom: 5px;
}

#maincontent {
	margin-left: 20px;
	position: relative;
	margin-top: -15px;
	height: 100%;
}

.form-box {
width: 400px; 
margin-left: 50px;
margin-top: 10px;
margin-bottom:10px;
background-color: #fff;

}

.form-box-head {
border-bottom: 1px solid white;
padding: 2px 5px;
background: url('images/head_gradient_1.jpg') repeat-x;
}

.form-box-content {
padding: 1px 20px;
background-repeat: repeat-x;
}

.form-box h1 {
color: #fff;	
}

.form-box input {
width: 200px;
float: right;
clear: right;
padding: 0px;
margin: 5px;
height: 17px;
}

.form-box select {
width: 200px;
float: right;
clear: right;
padding: 0px;
margin: 5px;
height: 20px;
}

.form-box textarea {
width: 100%;
float: right;
margin: 0px;
padding: 0px;
}

.form-box label {
clear: both;
float: left;
margin: 0px;
}

.form-box p {
clear: both;
float: none;
padding: 0px;
margin: 0px;
height: 30px;
}

.form-box h4 {
	margin-left: -10px;
}

.p-indent {
margin-left: 10px; 
margin-right: 15px; 
line-height: 18px;
}



h1 {
	font-family: arial;
	font-size: 22px;
}

h4 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;

p {
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	padding: 0px 20px 0px 10px;
}

ul.txt1 {
	font-family: impact, arial;
	font-size: 26px;
	color: #0e328e;
	font-weight: bold;
}

ul {
	margin-left: 15px;
	margin-top: 5px;
	padding: 0px;
}

.img1 {
	border: 1px solid black;
}