/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*END GLOBAL RESET/*

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	background-color: #1f395e;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position:top center; 
	background-attachment: fixed;
}

a {
	color:#13316F;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 8px;
	font-weight:normal;
}

/*END GLOBAL STYLES*/


#container {
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 100px;
	margin-top:-20px;
}

#header #logo {
	left:-10px;
	position:absolute;
	top:20px;
}

#header #toll-free-number {
	float:right;
	height:18px;
	padding-left:650px;
	position:absolute;
	top:30px;
	width:267px;
}
#login  {
	background-image: url(../images/bg_login.png);
	height: 71px;
	width: 444px;
	float: right;
	position:relative;
	top: 65px;
}

#topNav {
	height:61px;
	float:right;
	z-index:1000;	
}

#contentWrapper {
	background-image:url(../images/bg_contentWrapper.png);
	background-position:center center;
	background-repeat:repeat-y;
	margin:0;
	padding:0px 10px;
}

#sidebar {
	color: #000;
	background-color: #fff;
}

#sidebar span.first-word {
	color: #13316f;
}

#instant-quote {
	background-color: #e4e3e2;
	height: auto;
	width: auto;
}

#service-locations {
	background-image: url(../images/bg_locations.png);
	background-repeat:no-repeat;
	padding: 10px;
	margin: 10px;
	width:282px;
	height:218px;	
}

#service-locations td {
	border-bottom: 1px solid #d7d6d4;
	color:#032854;
}

#mainContent {
	padding-top: 10px;
	padding-bottom:70px;
}
#mainContent span.first-word {
	color: #ce8408;
}

#mainContent p{
	padding-right: 20px;
}


#footer {
	background-color: #ccc;
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat-x;
	height: 110px;
	padding-top: 65px;
	text-align:center;
	font-size:11px;
	color:#7c7e80;
	margin-left:0;
}

#footer a {
	color:#7c7e80;
	text-decoration:none;
	padding-left: 3px;
	padding-right: 3px;
}

#footer a:hover {
	text-decoration:underline;
}

#login #account-login, #login #pw {
	height: 15px;
	width: 110px;
	font-size: 9px;
	color: #4c5765;
}
#login  table#login-bar {
	margin-top: 9px;
	height: 17px;
}

#login #login-bar #btn-Go {
	position:absolute;
	top:11px;
	width:31px;
	display:block;
	float:left;
	height:17px;
}

.rounded {
	padding: 10px;
	margin: 10px;
}

#instant-quote select {
	width: 125px;
}

#instant-quote input {
	/*width: 255px;*/ 
}
#quick-buttons a {
	display: block;
	float:left;
	height: 87px;
	background-repeat: no-repeat;
	background-position: left top;	
}
#btn_see-our-fleet {
	width: 312px;
	background-image: url(../images/btn_see-our-fleet.png);
}

#btn_corporate-account {
	width: 313px;
	background-image: url(../images/btn_Corporate-Account.png);
}

#btn_reservations-chat {
	width: 315px;
	background-image: url(../images/btn_Reservations-Chat.png);
}

#btn_see-our-fleet:hover, #btn_corporate-account:hover, #btn_reservations-chat:hover {
		background-position: left bottom;
}

#quick-buttons a span {
	display: none;
}

#logos {
	float: right;
	margin-top: -130px;
}
.more-link {
	background-image: url(../images/link-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
	padding-left:10px;
	display: inline;
	text-align: right;
	margin-right:20px;
}

#mainContent img {
	padding: 3px;
	border: solid 1px #e8e9e9;
	margin: 0px 6px;
	float: right;
}


#mainContent img.noborder{
	padding: 0px;
	border: none;
	margin: 0px 0px;
	float: left;
	vertical-align:top
}


/*BEGIN SIDENAV STYLE*/
.side-nav, .side-nav ul {
	margin-left:-15px;
}
.side-nav {
	width: 95%;
}
.side-nav li {
	list-style: none;

}
.side-nav a {
	display: block;
	width: 100%;
	padding-left: 20px;
	line-height: 25px;
	color: #59595b;
	font-weight:bold;
	font-size:90%;
	background-image: url(../images/bg_company-links_underline.png);
	background-repeat: no-repeat;
	background-position: -5px bottom;
}

/*HOVER AND ACTIVE PAGE*/
.side-nav a:hover,
/*company*/
.company .side-nav a#company,
.history .side-nav a#history,
.our-team .side-nav a#our-team,
.reviews .side-nav a#reviews,
/*corp accounts*/
.certificates .side-nav a#certificates,
.corpaccounts .side-nav a#corpaccounts,
.terms .side-nav a#terms,
/*services*/
.services .side-nav a#services,
.executive .side-nav a#executive,
.transfers .side-nav a#transfers,
.meetings .side-nav a#meetings,
.leisure .side-nav a#leisure,
/*accounts*/
.accounts .side-nav a#accounts,
.corpaccounts .side-nav a#corpaccounts,
.terms .side-nav a#terms,
/*partners*/
.partners .side-nav a#partners,
.affiliate .side-nav a#affiliate,
.admin .side-nav a#admin,
.travel .side-nav a#travel,
/*fleet*/
.fleet .side-nav a#fleet,
.corpfleet .side-nav a#corpfleet,
.Leisure .side-nav a#Leisure 
/*make sure there is no comma at the end of your last line*/
 {
	text-decoration: none;
	background-image: url(../images/bg_company-links.png);
	background-repeat: no-repeat;
	background-position: -5px -5px;
}

/*END SIDENAV*/


#flashcontent {
	width: 940px;

}

/**************** FORM ***********/
#form {
            margin-top: 10px;
}
#form fieldset {
            border: 1px solid #d0d1be;
}
.radioButton {
            width: 50px;
            height: 20px;
            padding: 0px;
            margin: 10px 10px 0px 50px;
            float:left;
            text-align: left;
}
#form label.radioButton {
	width: 60px;
}
#form input.radioButton {
            margin: 0px;
            padding: 0px;
            width:10px;    
}
.radioLabel {
            color: #67656d;
}
 
#form input#submit {
            display:block;
            margin:0 auto;
            width:100px;
            margin-top: 20px;
            margin-left:320px;
}

/******************************************************************/
#form			{ font-size: 100%; width:90%;}
#form legend	{ color:#333; margin:2px;padding:5px; margin: 10px;}
#form label		{ color:#777; width:170px; text-align:right;display:block;float:left; margin:0px 10px 0px 10px;}
#form dt		{ text-align: right; width: 100px; float: left; padding-right: 5px; height: 30px; margin: 0px; }
#form dd		{ margin: 0px; margin-bottom: 10px; }
#form input 	{ width: 230px; }
#form textarea	{ width: 250px; height: 150px; }
#form fieldset	{  }
#form .row		{ padding: 0px 0px 10px 0px; clear:both;}
#form input#submit			{ width: 100px; display:block; margin:0px auto;}



td.form2 {font-size: 12px;
line-height: 13px;
vertical-align: top;
text-align: left;
color: #000000;
background-color: #FFFFFF;
}

.shortform {width: 100px;
}

.mediumform {width: 120px;
}

.longform {width: 245px;
}


#pic {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 10px;
	width: 135px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	height: 90px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 135px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 233px;
	left: 150px;
	position: absolute;
	top: -60px;
	width: 300px;
}
