/** Styles specific to the home page **/

/** intro panel **/
#introHome {
	width: 950px;
	height: 130px;
	float: left;
	margin-bottom: 0px;
	padding: 20px;
	background-repeat: repeat-x;
	
}

#introText {
	width: 808px;
	float: none;
	background-repeat: repeat;
	padding: 1px;
	margin-bottom: 3px;
	background-color: #DDF1FB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 200px;
}

#introText p {
	margin-bottom: 10px;
	margin-top: 5px;
}

#introText h1 {
	color: #027EA8;
	font-size: 130%;
	font-weight: bold;

}

#testimonial {
	width: 130px;
	float: right;
	padding: 1px;
	background-color: #F6FBEA;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E7F4FD;
	border-right-color: #E7F4FD;
	border-bottom-color: #E7F4FD;
	border-left-color: #E7F4FD;
}

#testimonial2 {
	width: 130px;
	float: right;
}


#testimonial h2 {
	color: #027EA8;
	font-size: 105%;
	font-weight: bold;
}

#testimonial p {
	margin-top: 5px;
}

#bannerHome {
	width: 395px;
	height: auto;
	float: left;
	margin-bottom: 3px;
	border: 1px none #E7F4FD;
	background-color: #DEDEFF;
	margin-top: 4px;
	margin-right: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#bannerHome2 {
	width: 400px;
	height: auto;
	float: right;
	margin-bottom: 3px;
	padding: 2px;
	border: 1px none #E7F4FD;
	background-color: #DEFFBE;
	clear: none;
	margin-right: 8px;
	margin-top: 4px;
}

#bannerHome h1{
	color: #027EA8;
	font-size: 130%;
	font-weight: bold;
		
}

/** columns **/

#col1 {
	width: 170px;
	height: 340px;
	margin: 0 22px 20px 0;
	background: #DDF1FB url(../images/balloons.jpg) no-repeat;
	float: left;
}

#col1 .title {
	background-color: #99CC00;
	color: #ffffff;
	margin-top: 70px;
	width: 160px;
	height: 25px;
	padding: 5px 0 0 10px;
	font-weight: bold;
}

a.white {
	color: #ffffff;
}


#col1 p {
	padding: 10px;
}

#col2 {
	width: 170px;
	height: 340px;
	margin: 0 20px 20px 0;
	background: #DDF1FB url(../images/paraglider.jpg) no-repeat;
	float: left;
}

#col2 .title {
	background-color: #ff6600;
	color: #ffffff;
	margin-top: 70px;
	width: 160px;
	height: 25px;
	padding: 5px 0 0 10px;
	font-weight: bold;
}

#col2 p {
	padding: 10px;
}

#col3 {
	width: 170px;
	height: 340px;
	margin: 0 20px 20px 0;
	background: #DDF1FB url(../images/penguins.jpg) no-repeat;
	float: left;
}

#col3 .title {
	background-color: #996699;
	color: #ffffff;
	margin-top: 70px;
	width: 160px;
	height: 25px;
	padding: 5px 0 0 10px;
	font-weight: bold;
}

#col3 p {
	padding: 10px;
}

#col4 {
	width: 170px;
	height: 340px;
	background: #DDF1FB url(../images/flags.jpg) no-repeat;
	float: left;
	margin-bottom: 20px;
}

#col4 .title {
	background-color: #0099cc;
	color: #ffffff;
	margin-top: 70px;
	width: 160px;
	height: 25px;
	padding: 5px 0 0 10px;
	font-weight: bold;
}

#col4 p {
	padding: 10px;
}
.bordertop {
	border: 1px solid #CCCCCC;
	color: #CCC;
}
.rightalign {
	text-align: right;
	color: #014896;
}

