@charset "utf-8";
/*-----------Basic Styling---------*/
* {
	margin: 0px;
	padding: 0px;
}


body	{
	background-color: #333333;
	text-align: center;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 85%;
	}
	
#wrapper	{
	position:relative;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #011F39;
	background-image: url(images/Left%20Sidebar%20copy.gif);
	background-repeat: repeat-y;
	
	}
#clear	{
	clear:both;
	}
/*------- Position Container Elements -----*/	

#header	{
	position:relative;
	height: 146px;
	background-color: #003366;
	background-image: url(images/Taximate-Booker-Template_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
#navbar	{
	position:relative;
	height: 182px;
	background-color: #003366;
	background-image: url(images/Taximate-Booker-Template_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
#header h1 {
	margin-left: -9000px;
}	
#leftsidebar	{
	float:left;
	width: 158px;
	}
#leftsidebar h2 {
	position:relative;
	height: 100px;
	background-image: url(images/Taximate%20logo.gif);
	background-repeat: no-repeat;
	background-position: -25px -10px;
	}	
#leftsidebar h3 {
	position:relative;
	height: 40px;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #B6C4EB;
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 11px;
	}	
#leftsidebar h4 {
	position:relative;
	height: 20px;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #B6C4EB;
	text-align: center;
	padding: 20px;
	}	
	
#leftsidebar h6 {
	position:relative;
	height: 100px;
	background: url(images/logo.jpg) no-repeat 25px 35px;
	display: block;
	margin-top: 350px;
	}	
#footer	{
	color: #000
	font: .08em "Arial Rounded MT Bold", Arial;
	background-color: #006699;
	margin-top: 5em;
	font-family: "Arial Rounded MT Bold", Arial;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #00FF66;
	padding: 4px;
	display: block;
	}
#maincontent #bulletpoints {
	font-family: "Arial Rounded MT Bold", Arial;
	text-indent: 13px;
	display: block;
}

/* -- Main Navigation Styles -- */

#navbar ul {
	margin: 0;
	padding: 0;
	position:absolute;
	left: 0;
	top: 1.8em;
	width: 780px;
	list-style: none;
	}
#navbar ul li {
	float:left;
	}
#navbar ul li a {
	padding: 0 1.2em;
	font-size: 11px;
	line-height:1.4em;
	text-decoration:none;
	color:#FFF;
	float:left;
	display:block;
	background-image: url(images/Spacer1.gif);
	background-repeat: no-repeat;
	background-position: left;
	}
#navbar ul li a.hover {
	color: #FFFF33;
	background-color: #00FF00;
	}
/* ----- Main Content Styles ----- */
#maincontent	{
	position:relative;
	left: 0;
	top:20px;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 14px;
	color: #B6C4EB;
	text-align: left;
	float: left;
	width: 538px;
	background-color: #011F39;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 20px;
	font-weight: lighter;
	}

#contenthead {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 5px;
}
#contentfoot {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: auto;
}
#contentleft   {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 16px;
	display: block;
	padding: 5px;
	float: left;
	height: auto;
	width: 255px;
	line-height: 25px;
	margin-bottom: 5px;
}
#contentright {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 16px;
	display: block;
	padding: 5px;
	float: right;
	height: auto;
	width: 255px;
	line-height: 25px;
	margin-bottom: 5px;
}
#contenttable {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 14px;
	color: #FFFF00;
	display: block;
	height: 250px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #B6C4EB;
	border-right-color: #B6C4EB;
	border-bottom-color: #B6C4EB;
	border-left-color: #B6C4EB;
}
#contenttable #form1 {
	padding-top: 20px;
	padding-left: 80px;
	border: 1px solid #999999;
	padding-bottom: 20px;
	margin-top: 20px;
}
#contenttable #form1 label {
	text-align: left;
	display: block;
	float: left;
	height: auto;
	width: 150px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#contenttable #form1 #contentname {
	text-align: left;
	display: block;
	height: auto;
	width: 180px;
}
#form1 #contentsubmit {
	font-family: "Arial Rounded MT Bold", Arial;
	color: #0000FF;
	background-color: #666666;
	border: 1px double #FFFFFF;
	height: auto;
	width: 150px;
	left: 220px;
	font-weight: normal;
	display: block;
	padding: 2px;
	margin: 5px;
	cursor: pointer;
}
