/* CSS Document */


/* -- Links -- */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #85ab34;
	text-decoration: underline;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

a:active {
	text-decoration: underline;
	color: #666666;
}

/* ----- */

a.coast:link {
	text-decoration: none;
	color: #666666;
}

a.coast:visited {
	text-decoration: none;
	color: #666666;
}

a.coast:hover {
	text-decoration: underline;
	color: #85ab34;
}

a.coast:active {
	text-decoration: none;
	color: #85ab34;
}

/* ----- */

a.sitemap:link {
	text-decoration: none;
	font-weight: bold;
	line-height: 220%;
}

a.sitemap:visited {
	text-decoration: none;
	font-weight: bold;
	line-height: 220%;
}

a.sitemap:hover {
	text-decoration: underline;
	font-weight: bold;
	line-height: 220%;
}

a.sitemap:active {
	text-decoration: none;
	font-weight: bold;
	line-height: 220%;
}

/* ----- */

h1 {
	font-weight: bold;
	font-size: 13px;
	color: #85ab34;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-weight: bold;
	font-size: 13px;
	color: #85ab34;
	margin: 0px;
	padding: 0px;
}

hr {
	clear: all;
	border-top: 1px dashed #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul {
	margin-left: 0px;
	padding: 0px;
}

li {
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	list-style-type: none;
}

.bullet {
	padding-top: 30px;
}

.homeSellingPoints {
	border: 1px solid #85ab34;
	padding: 0px;
}

.sellingPointsHeader {
	font: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #85ab34;
	padding-left: 20px;
	/*background-image:url(../images/page/homestripe.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #85ab34;*/
	height: 30px;
	padding-top: 5px;
}

.sellingPointsTitle {
	font: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #85ab34;
	padding-left: 0px;
}

div.header {
	background-image: url(../images/header/header.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.bgimage {
	background-image:url(../images/page/holiday2.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.planebgLeft {
	background-image:url(../images/page/planebg_left.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

div.rightCol {
	background-image: url(../images/page/planebg_right.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div.baseRight {
	background-image: url(../images/page/bot_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.errorMsg {
	color:red;
	font-size: 13px;
	font-weight: bold;
}

.steps {
	color: #85ab34;
	font-weight: bold;
}

#homeOfferContent {
	font-weight: bold;
	color: #638c1a;
	line-height: 140%;	
}

div#homeOfferContent h1, #homeOfferContent h2, #homeOfferContent h3, #homeOfferContent h4, #homeOfferContent h5 {
	color: #fff;
}

div#homeOfferContent h1, #homeOfferContent h2 {
	font-size: 145%;
	line-height: 160%;
}
	

