body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body, th, td
{
	font-size: 11px;
	color: #777777;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

form {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	margin:0 auto;
	margin-top: 35px;
	width:810px;
	background-color: #ffffff;
	text-align: left;
}
#header {
	width: 810px;
}

#navigation {
	width: 204px; 
	background-color: #545456;
	float: left;
}

.nav 
{
	background-position: left bottom;
	background-image: url(Images/index17.jpg);
	background-repeat: no-repeat;
	background-color: #545456;
}

#content {
	width: 606px;
	float: left;
	background-color: #ffffff;
	padding: 1px 0px 150px 0px;
}

.input1 {
	width: 100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

.align-justify {
	text-align: justify;
}

.text1 {
	font-size: 9px;
}

.text2 {
	color: #FFFFFF;
}

.text3
{
	color: #000000;
}

.text4
{
	font-size: 10px;
	color: #555555;
}

.text5
{
	color: #888888;
}

.text6 {
	color: #D4D3D3;
}

.text7 {
	font-size: 9px;
	color: #B9B8B8;
}

.text8
{
	font-weight: bold;
	color: #333333;
}

.textYellow 
{
	color: #C0C000;
}

.panel1
{
	border-right: #555555 3px solid;
	padding-right: 5px;
	border-top: #555555 1px solid;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 5px;
	border-left: #555555 1px solid;
	color: #555555;
	padding-top: 5px;
	border-bottom: #555555 3px solid;
	background-color: gainsboro;
}

.panel2
{
	border-right: #A0A0A0 3px solid;
	padding-right: 5px;
	border-top: #A0A0A0 1px solid;
	padding-left: 5px;
	font-weight: lighter;
	padding-bottom: 5px;
	border-left: #A0A0A0 1px solid;
	color: #555555;
	padding-top: 5px;
	border-bottom: #A0A0A0 3px solid;
	background-color: white;
}

a
{
	color: #000000;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #FFFFFF;
}

a.link2
{
	color: #555555;
	text-decoration: none;
}
a.link3 
{
	color: #bcbcbc;
}
a.link4 
{
	color: #555555;
	cursor: pointer;
}

a.link2:hover {
	text-decoration: underline;
}

.adminBlack
{
	color: #AAAAAA;
}

.footerSpacer 
{
	padding: 2px 10px;
	width: 3px;
	height: 4px;
}

#quickcodeSlide
{
	background: #FFFFFF url(Images/quickcodes-graphic.png) no-repeat left top;
	height: 200px;
}

#quickcodeSlide p, #quickcodeSlide h3
{
	margin-left: 100px;
	margin-right: 10px;
	color: #000000;
}

#reserveSlide
{
	background: #FFFFFF url(Images/reservation-graphic.png) no-repeat right top;
	height: 200px;
}

#reserveSlide p, #reserveSlide h3
{
	margin-left: 10px;
	margin-right: 125px;
	color: #000000;
}

#estimateSlide
{
	background: #FFFFFF url(Images/estimates-graphic.png) no-repeat right top;
	height: 200px;
}

#estimateSlide p, #estimateSlide h3
{
	margin-left: 10px;
	margin-right: 160px;
	color: #000000;
}

#tripSlide 
{
	background: url(Images/triptracking-graphic.png) no-repeat left top;
	height: 200px;
}

#tripSlide p, #tripSlide h3
{
	margin-left: 10px;
	margin-right: 10px;
	color: #000000;	
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:585px;
		height:200px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:786px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
