/* Core styles for v4 browsers */
body {
	font:normal 68.75% trebuchet,verdana,arial,helvetica,sans-serif;
	}
	
img {
	border:0;
	}
	
a:link, a:visited {
	color:#000000;
	text-decoration: none
	}
a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

textarea {
	text-align:left;
	font-color:#0079c6;
	}
	
form {
	display:inline;
	}	
form, input, select, textarea {
	font:normal 1em trebuchet,verdana,arial,helvetica,sans-serif;
	font-color	:#0079c6;
	}
table, td, th {
	font:normal 1em trebuchet,verdana,arial,helvetica,sans-serif;
	color:#000000;
	}

h1 {
	font-size:1.64em;
	margin:0 0 1em 0;
	}
h2 {
	font-size:1.45em;
	}
h3 {
	font-size:1.27em;
	}
h4 {
	font-size:1.1em;
	}
h1, h2, h3, h4 {
	color:#0079c6;
	}


/*************************/
/* Header box & tabs */
/*************************/

#quoteContainer {
	/* container for quote header box */
	width:700px;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	}

#quoteHead {
	/* main header box */
	float:left;
	padding:10px;
	border-top:1px solid #755500;
	border-left:1px solid #755500;
	border-right:1px solid #755500;
	border-bottom:1px solid #755500;
 	background: #ffffff;
  	width:698px;
	height:auto;
	font-family:trebuchet,verdana,arial,helvetica,sans-serif;
	font-size:24px;
	color: #000000;
	}

#head {
	/* main header box */
	float:left;
	padding:10px;
	border-left:1px solid #755500;
	border-right:1px solid #755500;
	border-bottom:1px solid #755500;
 	background: #ffffff;
  	width:798px;
	height:auto;
	font-family:trebuchet,verdana,arial,helvetica,sans-serif;
	font-size:24px;
	color: #000000;
	}

#tabs {
	/* top row of tabs */
	float:right;
	width:820px;
	background:url('../css_images/tab_border.gif') repeat-x bottom;
    }
#tabs ul {
	float:right;
    margin:0;
    padding:0;
    list-style:none;
	white-space:nowrap;
    }
#tabs li {
    display:inline;
    margin:0;
    padding:0;
    }
#tabs a {
    float:left;
    display:block;
	text-decoration:none;
	background: url("../css_images/tab_corner_right.gif") no-repeat right top;
    }
#tabs a:hover {
	text-decoration:underline;
	color:#755500; /* Default */
	}
#tabs a span {
	float:left;
	display:block;
	padding:5px 10px;
	background:url("../css_images/tab_corner_left.gif") no-repeat left top;
	}
#tabs #airportlynx a {
	background-color:#ffffff;
	color:#000000;
	}
#tabs #airportlynx a span {
	padding-bottom:6px;
	background:url("../css_images/tab_corner_left_end.gif") no-repeat left top;
	}
#tabs #airportlynx a:hover {
	background-color:#755500;
	color:#755500;
	}	
#tabs #aboutus a {
	background-color:#ffffff;
	color:#000000;
	}
#tabs #aboutus a:hover {
	background-color:#666600;
	color:#755500;
	}
#tabs #differences a {
	background-color:#ffffff;
	color:#000000;
	}
#tabs #differences a:hover {
	background-color:#666600;
	color:#755500;
	}
#tabs #references a {
	background-color:#ffffff;
	color:#000000;
	}
#tabs #references a:hover {
	background-color:#666600;
	color:#755500;
	}

/*************************/
/*      Quick Quote      */
/*************************/

#left_menu {
	float:left;
	width:170px;
	background:#755500;
	}
#left_menu h3 {
	color:#ffffff;
	text-align:center;
	background:#94baa8;
	padding-bottom:6px;
	padding-top:3px;
	margin:0;
	height:14px;
	}
#quickquote, #quickquoteName, #quickquote select {
	margin:0 0 4px;
	width:156px;
	}

#service {
	background:#755500;
	padding:5px;
	}

#service a {
	font-size:12px;
	line-height:20px;
	color:#ffffff;
	text-indent:10px;
	font-weight: bold;
	text-decoration:none;
	}
#service a:hover {
	text-decoration:underline;
	}

/*************************/
/*      Main panel       */
/*************************/

#main {
	/* Main content area, main panels*/
	background:url(../css_images/back.jpg) no-repeat;
	width:584px;
	height:293px;
	float:left;
	padding-left:10px;
	padding-right:50px;
	font-size:14px;
	color:#000000;
	}

#main a:link, #main a:visited {
	text-decoration:none;
	font-color: #000000;
	}
#main a:hover, {
	text-decoration:underline;
	}
#main a:active {
	text-decoration:underline;
	font-color:#000000;
	}

.topMainHead {
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
}

#refMain {
	/* Main content area, main panels*/
	background:url(../css_images/back.jpg) no-repeat bottom;
	width:584px;
	height:auto;
	float:left;
	padding-left:10px;
	padding-right:50px;
	font-size:14px;
	color:#000000;
	}

#linksPanel a:link, #linksPanel a:visited {
	color:#000000;
	text-decoration:underline;
	}

#linksPanel a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/*************************/
/*        Footer         */
/*************************/

#footer {
	float: left;
	width:800px;
	text-align:center;
	color:#000000;
	font-size:9px;
	line-height:14px;
	}	
#footer a:link, #footer a:visited {
	color:#94baa8;
	text-decoration: none;
	}
#footer a:hover {
	color:#94baa8;
	text-decoration: underline;
	}

#cardFooter {
	/* main header box */
	float:left;
	padding:3px;
	border-top:1px solid #755500;
	border-left:1px solid #755500;
	border-right:1px solid #755500;
	border-bottom:1px solid #755500;
 	background: #ffffff;
  	width:812px;
	height:auto;
	}


#terms {
	font-color: #ffffff;
	}

	/* classes for validator */
	.tfvHighlight
		{color: Red;}
	.tfvNormal
		{color: white;}
	.inputHighlighted
		{color: Red;}
	.inputNormal
		{color: white;}

#parking {
	font: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
}
