@charset "utf-8";

body {
	background-color: #000000;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
}

.logoHeader {
	background-image: url(images/logo_citi-airport-transportation.png);
	background-repeat: no-repeat;
	height: 124px;
	width: 889px;
}

.mainborder {
	border: 2px solid b3aa7e;
}
.leftborder {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: b3aa73;
}
.topborder {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: b3aa7e;
}
.bottomborder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B3AA73;
}
.topbottomborder {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B3AA73;
	border-bottom-color: #B3AA73;
}



.specialratesTop {
	background-image: url(images/special-rates_table-top.png);
	background-repeat: no-repeat;
}
.specialratesleft {
	background-image: url(images/special-rates_table-left.png);
	background-repeat: repeat-y;
}
.specialratesright {
	background-image: url(images/special-rates_table-right.png);
	background-repeat: repeat-y;
}
.contentspacerleftright {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.cities {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #B3AA73;
	font-weight: bold;
}
.prices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.formbackground {
	background-image: url(images/form-bg.gif);
	background-repeat: no-repeat;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #b3aa73;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #b3aa73;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #b3aa73;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #b3aa73;
}

/*	================================================================================
			HTML5 and new styles
	================================================================================ */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{ 
display:block;
}

#secondary {
margin:0;
padding:0;
}
#secondary aside {
margin:0;
padding:0;
}
#secondary aside h1,
#secondary aside h2,
#secondary aside h3,
#secondary aside h4,
#secondary aside h5,
#secondary aside h6,
#secondary aside ul li, {
margin:0;
padding:0;
}
#secondary aside ul li {
list-style:none;
margin:0 0 10px -40px;
}
#secondary aside ul li a {
text-decoration:none;
}
#secondary aside ul li a:hover,
#secondary aside ul li a:focus {
text-decoration:underline;
}
.blog .maincontent a {
text-decoration:none;
}
.blog .maincontent a:hover,
.blog .maincontent a:focus {
text-decoration:underline;
}
