@charset "UTF-8";
/* CSS Document */

table {
	margin: 10px;
}
td {
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.odd {
	background-color: #BDEFBA;
}
.even {
	background-color: #E2F6DA;
}
div.prices_group {
	margin-left: 10px;
}
div.full_livery {
	float: left;
	width: 240px;
	background-image: url(../images/RosetteBlue.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #EEE;
	border: 1px solid #CCC;
	margin-right: 10px;
}
div.assisted_livery {
	float: left;
	width: 240px;
	background-image: url(../images/RosetteGreen.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #EEE;
	border: 1px solid #CCC;
}
div.tailored_livery {
	float: left;
	width: 240px;
	background-image: url(../images/RosetteRed.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #EEE;
	border: 1px solid #CCC;
	margin-right: 10px;
}
div.prices_group h3 {
	margin-left: 35px;
	margin-top: 15px;
}
div.prices_group h3 a {
	text-decoration: none;
	color: #01723C;
}
div.prices_group h3 a:hover {
	color: #F90;
}
div.prices_group p {
	margin-left: 10px;
}
div.prices_group ul {
	margin-left: 40px;
}
div.prices_group li {
	margin-top: 2px;
	margin-bottom: 2px;
}
div.prices_group p a{
	display: block;
	padding: 10px;
	color: #FFF;
	background-color: #333;
	text-decoration: none;
}
div.prices_group p.link {
	margin-left: 10px;
}
h2.full_livery {
	background-image: url(../images/largeRosetteBlue.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 40px;
}
h2.assisted_livery {
	background-image: url(../images/largeRosetteGreen.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 40px;
}
h2.tailored_livery {
	background-image: url(../images/largeRosetteRed.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 40px;
}
div.services ul {
	margin-left: 30px;
	margin-bottom: 20px;
}
div.services li {
	margin-top: 3px;
	margin-bottom: 3px;
}
.notes {
	font-size: 0.9em;
	color: #999;
}
div.prices {
	background-color: #EEE;
	border: 1px solid #CCC;
	margin: 20px;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
div.prices td {
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.apply {
	padding: 10px;
	color: #FFF;
	background-color: #333;
	text-decoration: none;
}
div.services p.link {
	margin-top: 20px;
}
.bold_note {
	color: #333;
	font-weight: bold;
}
div.services td {
	padding-top: 3px;
	padding-bottom: 3px;
}

