html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
body {
	background-color:#f0f9fd;
	color:#252525;
	background-image:url(/images/background.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
a:link, a:visited { color:#249169; text-decoration:underline; }
a:hover { text-decoration:underline; }
.container {
	width:955px;
	margin-left:auto;
	margin-right:auto;
}
hr {
	height:1px;
	border-top:1px;
	color:#29aae2;
	width:95%;
}
ul li {
	list-style-type:disc;
	margin-left:20px;
}
div:target {
	background-color:#FFFFFF;
}
strong { font-weight:bold; }
em { font-style:italic; }
#top {
	padding-top:155px;
	background-image:url(/images/top_header.jpg);
	background-repeat:no-repeat;
	padding-bottom:24px;
}
#logo {
	float:left;
	margin-top:10px;
}
.clear { clear:both; }
h1 { 
	font-size:2em;
	color:#29aae2;
	margin-bottom:5px;
}
h2 {
	font-size:1.4em;
	color:#249169;
}
#top_contact {
	float:right;
	margin-right:8px;
	margin-top:42px;
	text-transform:uppercase;
}
#top_contact_blue {
	color:#29aae2;
	font-size:1.6em;
}
#top_contact_green {
	color:#249169;
	font-size:3em;
}
#navigation {
	background-color:#2e8b69;
	background-image:url(/images/nav_bg.gif);
	background-repeat:repeat-x;
	width:100%;
	height:31px;
}
#nav_list { padding:0; margin:0; }
#nav_list li {
	float:left;
	text-transform:uppercase;
	color:#FFFFFF;
	height:31px;
	line-height:31px;
    margin:0;
    list-style-type:none;
	font-weight:bold;
	margin-left:71px;
}
li#nav_list_first { margin-left:0; }
#nav_list a:link, #nav_list a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#nav_list a:hover { color:#252525; }
#sub_navigation {
	background-image:url(/images/sub_nav_bg.gif);
	background-repeat:repeat-x;
	width:100%;
	height:23px;
}
#sub_navigation ul { padding-top:5px; }
#sub_navigation li {
	float:left;
	padding-right:10px;
	text-transform:uppercase;
    list-style-type:none;
	padding-left:10px;
    margin:0;
	border-right:1px solid #f0f9fd;
	font-weight:bold;
}
li#sub_navigation_last { border:0; }
li#sub_navigation_first { padding-left:0; }
li#sub_navigation_solo { border:0; padding-left:0; }
#sub_navigation a:link, #sub_navigation a:visited {
	color:#f0f9fd;
	text-decoration:none;
}
#breadcrumb a:link, #breadcrumb a:visited {
	color:#249169;
	text-decoration:none;
}
#sub_navigation a:hover { color:#252525; text-decoration:underline; }
.activelink a:link, .activelink a:visited { text-decoration:underline !important; }
.activelink a:hover { color:#252525 !important;}
#left_column {
	float:left;
	width:380px;
}
#center_column {
	float:left;
	width:251px;
	margin-left:30px;
}
#right_column {
	float:left;
	width:273px;
	margin-left:20px;
}
#wide_right_column {
	margin-left:30px;
	float:left;
	text-align:center;
	width:534px;
}
#main_container { margin-top:30px; margin-bottom:10px; }
#main_container p { margin-bottom:10px; }
#footer {
	width:100%;
	background-color:#29aae2;
	text-transform:uppercase;
	font-size:0.8em;
	color:#ffffff;
	height:25px;
	margin-bottom:15px;
}
#footer li {
	margin-top:6px;
	float:left;
	padding-right:10px;
    list-style-type:none;
    margin-left:0;
	padding-left:10px;
	border-left:1px solid #FFFFFF;
}
#footer_first {
	padding-left:0 !important;
	border-left:0 !important;
}
#footer a:link, #footer a:visited {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover { color:#252525; text-decoration:underline; }
#cfa {
	margin-top:6px;
	float:right;
}
.small_box {
	background-image:url(/images/small_grey_box.jpg);
	background-repeat:no-repeat;
	height:93px;
	width:237px;
	text-align:left;
	padding:7px;
}
.small_box img {
	float:right;
	margin-top:7px;
	margin-right:8px;
}
.small_box p {
	margin-top:20px;
	margin-left:7px;
	color:#429f7d;
	font-size:1.4em;
	font-weight:bold;
	text-transform:uppercase;
}
.moreinfo {
	color:#FFFFFF;
	margin-left:7px;
	background-image:url(/images/small_green_bg.jpg);
	background-repeat:repeat-x;
	display:block;
	text-decoration:none;
	padding:1px;
	width:120px;
}
a.moreinfo { text-decoration:none; }
.moreinfo:hover { color:#252525; }
.small_blue_box {
	background-image:url(/images/small_blue_box.jpg);
	background-repeat:no-repeat;
	height:40px;
	width:249px;
	text-align:center;
	padding-top:15px;
}
.small_blue_box a:link, .small_blue_box a:visited {
	color:#ffffff;
	text-transform:uppercase;
	font-size:1.4em;
	text-decoration:none;
}
.small_blue_box a:hover { color:#252525; text-decoration:underline; }
.grey_box {
	background-image:url(/images/grey_box.jpg);
	background-repeat:no-repeat;
	width:253px;
	height:224px;
	text-align:center;
	padding:10px;
}
.grey_box h2 a:link, .grey_box h2 a:visited {
	font-size:1.2em;
	color:#555555;
	text-decoration:none;
	text-transform:uppercase;
}
.grey_box img { margin-top:10px; }
.green_box {
	background-image:url(/images/green_box.jpg);
	background-repeat:no-repeat;
	width:253px;
	height:222px;
	text-align:left;
	padding:10px;
	color:#FFFFFF;
	text-align:center;
}
.green_box p { margin-left:25px; }
.green_box cite {
	margin-left:25px;
	font-style:italic;
	font-size:0.85em;
}
.green_box h2 a:link, .green_box h2 a:visited {
	font-size:1.2em;
	color:#467977;
	text-decoration:none;
	text-transform:uppercase;
}
.bqstart {
	float: left;
	margin-top: -15px;
	font-size: 6em;
}
.bqend {
	float: right;
	margin-top: -10px;
	font-size: 6em;
}
#testimonials { position:relative; }
.testimonial_box {
	margin-top:10px;
	width:253px;
	height:222px;
	overflow:hidden;
	text-align:left;
	position:relative;
	display:none;
}
#slider, #slider ul { margin:0; padding:0; }
#slider ul li {
    width:253px;
    list-style-type:none;
    margin:0;
    display:none;
    padding:0;
}
#slider .first_box  { display:block; }
.first_box  { display:block; }
#breadcrumb {
	height:30px;
	line-height:30px;
	font-size:0.8em;
	color:#249169;
	text-transform:uppercase;
}
#maintestimonials {
	width:auto;
	margin-left:auto;
	margin-right:auto;
}
#maintestimonials cite { font-style:normal; color:#249169; font-size:0.85em; }
.subpagebox {
	float:left;
	margin-right:3px;
}
.subpagebox_container {
	width:510px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
.thumbnailContainer {
    display:block;
    position:relative;
	background-image:url(/images/thumb_bg.gif);
	background-repeat:no-repeat;
	width:185px;
	padding:10px 0 0 13px;
	margin-bottom:10px;
	float:left;
}
.thumbnailCaption {
	margin-top:15px;
}
#gallery_container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
.videoContainer {
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    width:320px;
    height:285px;
}
#video_container {
	width:660px;
	margin-left:auto;
	margin-right:auto;
}
.hiddenVar { display:none; }
caption {
	padding: 0 0 5px 0;
	text-align: right;
}
.packages-prices { font-size:0.8em; }
.packages-prices th {
    color:#4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/images/th_header.jpg) repeat-x;
}
.packages-prices .nobg {
    border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
.packages-prices .row {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
.packages-prices .altrow {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
    background: #F5FAFA;
	color: #797268;
}
.packages-prices .altth {
	border-left: 1px solid #C1DAD7;
}
.textPlaceholder
{
    /* position and size */
    position:absolute;
    width:160px; height:60px;
    top:70px; left:13px;
    /* margins and padding */
    margin:0px; padding:0px;
    /* fonts */
    font-family:Arial; font-size:12px; font-weight:bold;
    color:#ffffff;
    text-decoration:none;
    /* background */
    background-color:Black;
    opacity: .7;
    filter: alpha(opacity=70);
    /* other */
    display:none;
    cursor:pointer;
}
.textPlaceholder div
{
    padding: 10px;
} 
