/*
''template details start''
'name:Taxis 1
'primary:true
'serial:44441
'cssFile:taxis.css
'aspFile:taxis.asp
''template details end''
*/

html, body {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #FFF url(/~images/template/taxis/background.jpg) repeat-x center top;
	margin:0;
	padding:0;
}

.bodyStyle {
	margin:0;
	padding:0;
}

h1 {
	font-size:18px;
	font-weight: 900;
	color: #006993;
	margin: 0;
	/*text-transform: uppercase;*/
}

h2 {
	font-size: 14px;
	font-weight: 800;
	color: #73ad1a;
	margin: 0;
}

a {
	color: #006993;
	text-decoration: underline;
}

#container {
	width: 1000px;
	margin: auto;
}

#taxis {
	z-index: 20000;
	position: relative;
}

#taxis .logo {
		width: 252px;
	height: 115px;
	position: absolute;
	top: 5px;
	margin-left: -30px;	
}


#logos {
	margin-left: 235px;
}

#banner {
	width: 1000px;
}

#main hr {
  width: 300px;
  color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0;
}

#main {
	background: #f3f2f2;
	padding: 30px;
	overflow: auto;
}

#main ul {
list-style-type: none;
padding: 0;
margin: 0;
}


#main ul li {
	list-style-type: disc;
	margin-left: 20px;
	padding: 1px;
}

#left {
	float: left;
	width: 240px;
}

#right {
	float: right;
	width: 675px;
}

.right_taxibg {
	background: url(/~images/content/bg_taxi.jpg) no-repeat right top;
	height: 240px;
	width: 675px;
}

.right_taxitxt {
	width: 350px;
	float: left;
}

.newsFrame {  
  width:200px;
  overflow:hidden;
  height:357px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;  
}

#left hr {
	width: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
}


#rights {
	width: 750px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 25px;
	margin: auto;
	overflow: auto;
}

#whitebox {
	background: #fff;
	border: 1px solid #ccc;
	padding: 25px;
	overflow: auto;
}

.unep {
	background: #FFF;
}

#links {
	font-size: 11px;
}

#links a {
	color: #666;
}

#footer {
	text-align: center;
	color: #888;
	font-size: 10px;
}

#footer a {
	color: #888;
}

#footer hr {
  width: 500px;
  color: #333;
	background-color: #ccc;
	height: 1px;
	border: 0;
}


/* NAV   */

#navdiv {
	background: url(/~images/template/taxis/nav_bg.jpg) repeat-x center top;
	height: 31px;
}

#navdiv table {
	width: 100%;
	padding: 0;
	border-collapse: collapse; 
}

#navdiv table tr {
	margin: 0;
	padding: 0;
}

#navdiv table tr td {
	margin: 0;
	padding: 0;
}

#navdiv table tr td a,
#navdiv table tr td a:visited,
#navdiv table tr td a:active,
#navdiv table tr td a:link {
	color: #FFF;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	line-height: 31px;
	font-weight: bold;
	text-transform: uppercase;
}

#navdiv table tr td a:hover {
	background: url(/~images/template/taxis/nav_hover.jpg) repeat-x center top;
}

#navdiv table tr td.current {
	background: url(/~images/template/taxis/nav_hover.jpg) repeat-x center top;
}

#subnav {
	background: #dddddd;
}

#subnav table tr td {
	padding-left: 10px;
	padding-right: 20px;
}

#subnav table tr td a,
#subnav table tr td a:visited,
#subnav table tr td a:active,
#subnav table tr td a:link {
	color:#777;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
}

#subnav table tr td a:hover {
	color: #006993;
}


.frmReqField
{
	font-weight:900;
	font-size:20px;
	color:#d00;	
}

table.bookForm tr td
{
	vertical-align:top;	
}

table.bookForm tr td h2
{
	margin-top:20px;
	padding:5px;
	background:#ddd;
	width:100%;
}

table.bookForm tr td input[type=text]
{
	width:200px;
}
table.bookForm tr td textarea
{
	width:200px;
	height:70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}