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


/*
	..............................................................
	Global settings applied to all elements
	- Sets all margins and padding to help consistency in browsers
	- Global font setting
	..............................................................
*/

* {
	margin: 0;
	padding: 0;
	border: 0;

	
}
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:center;
	margin: 10px auto;
	width: 100%;
	padding: 0px;
	position:relative;
}
body.green {
	background-image: url(../images/bg_body_green.gif);
	background-position: 0 0;
	color: #e9f3df;
}
body.blue {
	background-image: url(../images/bg_body_blue.jpg);
	background-position: 0 0;
	color: #013160;
}
body.lightblue {
	background-image: url(../images/bg_body_light_blue.jpg);
	background-position: 0 0;
	color: #013160;
}
body.red {
	background-image: url(../images/bg_body_red.jpg);
	background-position: 0 0;
	color: #013160;
}
body.brown{
	background-image: url(../images/bg_body_brown.jpg);
	background-position: 0 0;
	color: #013160;
/*
	.......................................
	Global settings for text based elements
	Ordered hierarchy <h1> down to <p>
	.......................................
*/
}
p {
	padding-bottom: 15px;
	text-align: left;
	line-height:1.1em;
	font-size: 12px;
}
h1 {
	font-size:22px;
	padding: 15px 0px 15px 0px;
}

h2 {
	font-size: 18px;
	padding: 0px;
	font-weight: normal;
	margin-bottom: 4px;
	line-height: 20px;
}
h2:first-letter 
{
font-size:19px;
}
h3 {
	font-size: 18px;
	padding: 0px;
	font-weight: normal;
	}
h4 {
	font-size: 16px;
	text-align:left;
	padding: 0px;
	font-weight: bold;
	margin-bottom: 4px;
	line-height: 1.3em;
	}
h5 {
	font-size: 14px;
	padding: 0px;
	font-weight: bold;
	text-align: left;
	line-height: 1.3em;

}

a:link, a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:hover, a:active {
	color:#0066FF;
	
}

.strong { /* In place of the <strong> tag - use <p class="strong"> or <span class="strong"> instead of <strong> */
	font-weight: bold;
	line-height: 14px;
}
ul {
	list-style:circle; 
	line-height:1.5em;
}

li {
	margin-top: 5px;
	margin-left: 25px;
	}

td div {
	font-size: 14px;

}

input, textarea, select {
	border: 2px solid #a9c4da;
	background-color: #d7edff;

}
tr {
margin: 10px 0px;
}

table.quick {
	text-align:center;
	font-size:13px;
	color: #5B320B;
	font-weight:500;
	margin: 20px auto;
}
table.quick th {
background-color: #B2A97F;
color: white;
padding: 2px;
}
table.quick td {
color: #5B320B;
padding: 2px;
border: 1px solid #B2A97F;
background-color: white;
}
table.list td {
vertical-align: top;
}
table.list {
padding: 0px;
width: 515px;
}
table.phone td {
line-height:1.5em;
}
table.list ul li {
list-style:disc;
line-height:1em;


/*
	.....................................
	Global layout settings for the header
	.....................................
*/
}
#wrapper {  /* The most outter wrapping div */
	width: 810px;
	font-size: 1.2em;
	margin: 0px auto;
	height: auto;
	position:relative;
	background: transparent;

}
#wrapper.blue {
	background-position: 100% 0%;
	background-repeat: repeat-y;
}
#banner {
	width:810px;
	position: absolute;
	display:block;
	top: 0px;
	left: 0px;
	background-color:#FFFFFF;
	height: 95px;
}
#home_link {
	left: 9px;
	top: 10px;
	position:absolute;
	width: 150;
	height: 50;
	z-index: 2;
	visibility: visible;
}
#lang_link {
	left: 743px;
	top: 0px;
	position:absolute;
	width: 65;
	height: 20;
	z-index: 3;
	visibility: visible;
}
#verde1_link {
	left: 0px;
	top: 0px;
	position:absolute;
	width: 235px;
	height: 59px;
	z-index: 4;
	visibility: visible;
	text-align: left;
}
#verde2_link {
	left: 0px;
	top: 59px;
	position:absolute;
	width: 235px;
	height: 57px;
	z-index: 4;
	visibility: visible;
	text-align: left;
}
#verde3_link {
	left: 0px;
	top: 116px;
	position:absolute;
	width: 235px;
	height: 57px;
	z-index: 4;
	visibility: visible;
	text-align: left;
}
#mapHL {
	text-align: center;
	padding: 5px;
}
#mapLL {
	text-align: center;
	padding: 0px;
}
#mapCV {
	text-align: center;
	padding: 0px;
}
#mapTS {
	text-align: center;
	padding: 0px;
}
#mapTV {
	text-align: center;
	padding: 0px;
}
#booking_form_wrapper {
	width: 440px;
	height: 45px;
	z-index:100;
	position: relative;
	left: 190px;
	top: 45px;
	font-size: 11px;
	color: #08458C;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#booking_form {
	position:relative;
	margin-top: 0px;
	margin-right: 0px;
}
#booking_form {
	position:relative;
	margin-top: 0px;
	margin-right: 0px;
}

#booking_form #resform label {
    border: 0 solid #000000;
    float: left;
    font: bold 11px arial;
    margin: 0 5px;
    padding: 0;
    text-transform: uppercase;
}

#booking_form #resform label img{
	margin:0px 0px -2px 0px;
}
#restop_text {
	left: 265px;
	top: 25px;
	position: absolute;
	width: 295px;
	height: 34px;
}
#menu {
	height: 27px;
	top: 95px;
	left: 0px;
	position:absolute;
	display:block;
	width: 810px;
	background-position: 0 0;
	background-repeat:no-repeat;
	z-index:0;
}
#menu ul {
	list-style: none;
	text-align:center;
	width: 814px;
}
#menu ul li {
	text-align: left;
	display: inline;
	color: #FFFFFF;
	height: 27px;
	float: left;
	margin-left: -1px;
	margin-top: 0px;
}
#menu ul li a:link, #menu ul li a:visited {
color: #ffffff;
text-decoration: none;
margin: 3px 25px;
}
#menu ul li a:hover, #menu ul li a:active {
	color: #fff;
	text-decoration: underline;
}
select {
width: 225px;
}
#map_home {
	text-align: center;
	background-color: #d0e9ff;
	padding: 5px;
}
/**************************************** VIDEO CONTENT   ********************************************************************/

.video_home {
	left: 14px;
	top: 175px;
	position:absolute;
	width: 233;
	height: 135;
	z-index: 4;
	visibility: visible;
}

/**************************************** FLASH CONTENT   ********************************************************************/

.flash_home {
	left: 245px;
	top: 122px;
	position:absolute;
	width: 799;
	height: 258;
	z-index: 2;
	visibility: visible;
}
.flash_pages {
	left: 245px;
	top: 123px;
	position:absolute;
	width: 799;
	height: 258;
	z-index: 2;
	visibility: visible;
}

/**************************************** START LEFT MENU ********************************************************************/

.left_bg  {
	left: 0px;
	top: 122px;
	position: absolute;
	width: 240px;
	height: 491px;
	display:block;
	background-position: top left;
	background-repeat:no-repeat;
	background-image: url(../images/bg_left_blue.jpg);
}
.left_bg_green  {
	left: 0px;
	top: 122px;
	position: absolute;
	width: 11px;
	height: 491px;
	display:block;
	background-position: top left;
	background-repeat:no-repeat;
	background-image: url(../images/bg_left_green.gif);
}
.left_bg_lightblue  {
	left: 0px;
	top: 122px;
	position: absolute;
	width: 240px;
	height: 491px;
	display:block;
	background-position: top left;
	background-repeat:no-repeat;
	background-image: url(../images/bg_left_lightblue.jpg);
}
.left_bg_red  {
	left: 0px;
	top: 122px;
	position: absolute;
	width: 240px;
	height: 491px;
	display:block;
	background-position: top left;
	background-repeat:no-repeat;
	background-image: url(../images/bg_left_red.jpg);
}
.left_bg_brown {
	left: 0px;
	top: 122px;
	position: absolute;
	width: 240px;
	height: 491px;
	display:block;
	background-position: top left;
	background-repeat:no-repeat;
	background-image: url(../images/bg_left_brown.jpg);
}
.left_bg_home {
	background-image: url(../images/home_bg_left.jpg);
}
.left_menu ul {
	width: 231px;
	margin-left: 9px;
	list-style: none;
	margin-top: 10px;
}
.left_menu ul li {
	background-image:url(../images/submenu_line_blue.gif);
	height: 26px;
	width: 231px;
	display:block;
	text-align: left;
	margin-left: 0px;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 11px;
	color: #013160;
	background-position: 0 25px;
}
.left_menu ul li a:link, .left_menu ul li a:visited  {
	color: #013160;
	text-decoration:none;
}
.left_menu ul li a:active, .left_menu ul li a:hover {
	color: #013160;
	text-decoration:underline;
}
.left_menu ul li ul {
margin-left: -9px;
}
.left_menu ul li ul li {
background-image:none;
height: 26px;
/***************************************** START MAIN CONTENT ON RIGHT **************************************************/
}
.content_right_wrapper
 {
	position: absolute;
	left: 240px;
	top: 122px;
	display:block;
	background-repeat: no-repeat;
	width: 570px;
	height: 491px;
	background-position: top left;
	background-repeat:no-repeat;
	z-index:0;
}
.content_right_green
 {
	position: absolute;
	left: 11px;
	top: 122px;
	display:block;
	background-repeat: no-repeat;
	width: 799px;
	height: 172px;
	background-position: top left;
	background-repeat:no-repeat;
	z-index:0;
}
.content_right_green_home {
	background-image: url(../images/header_green1.jpg);
}
.content_right_green_real {
	background-image: url(../images/header_green2.jpg);
}
.content_right_green_turtle {
	background-image: url(../images/header_green3.jpg);
}
.content_right_green_touch {
	background-image: url(../images/header_green4.jpg);
}
#content_right_gmenu {
	position:absolute;
	display:block;
	left: 11px;
	top: 294px;
	display:block;
	width:235px;
	height:319px;
}
.content_right_gbody {
	position:absolute;
	left: 246px;
	top:294px;
	display:block;
	width:564px;
	height:319px;
	background-position: top left;
	background-repeat:no-repeat;
	background-image: url(../images/green_body.gif);
}
.gbody_header {
	position: absolute;
	top: 5px;
	left: 10px;
	color: #315501;
	font-size:10px;
	width: 555px;
	display: block;
	text-align: left;
	height: 17px;
}
.gbody_header a {
	display: inline;
	font-size:10px;
	color: #315501;
	text-decoration: none;
}
.gbody_img {
	position:absolute;
	top: 35px;
	left: 20px;
	display:block;
	width: 157px;
	height: 184px;
	background-position: top left;
	background-repeat:no-repeat;
}
.gbody_img1 {
	background-image: url(../images/gbody_img1.jpg);
}
.gbody_img2 {
	background-image: url(../images/gbody_img2.jpg);
}
.gbody_img3 {
	background-image: url(../images/gbody_img3.jpg);
}
.gbody_img3a {
	background-image: url(../images/gbody_img3a.jpg);
}
.gbody_img3b {
	background-image: url(../images/gbody_img3b.jpg);
}
.gbody_img3c {
	background-image: url(../images/gbody_img3c.jpg);
}
.gbody_img3d {
	background-image: url(../images/gbody_img3d.jpg);
}
.gbody_img4 {
	background-image: url(../images/gbody_img4.jpg);
}
.gbody_img4a {
	background-image: url(../images/gbody_img4a.jpg);
}
.gbody_img4b {
	background-image: url(../images/gbody_img4b.jpg);
}
.gbody_img4c {
	background-image: url(../images/gbody_img4c.jpg);
}
.gbody_img4d {
	background-image: url(../images/gbody_img4d.jpg);
}
.gbody_img4e {
	background-image: url(../images/gbody_img4e.jpg);
}
.gbody_img4f {
	background-image: url(../images/gbody_img4f.jpg);
}
.gbody_text { /* IE6 sees this **/
	position: absolute;
	top: 35px;
	left: 192px;
	font-size:12px;
	text-align: left;
	line-height: 1em;
	color: #315501;
	height: 260px;	
	width: 355px;
}
.gbody_text_scroll {
	z-index: 0;
	width: 355px;
	overflow: auto;
	height: 260px;
}
.gbody_text p {
	display: inline;
	font-size:12px;
	color: #315501;
	text-decoration: none;
}	
.content_right_wrapper_home {
	background-image: url(../images/home_bg_right.jpg);
}
.content_right_wrapper_fullPage {
	background-image: url(../images/bg_rt_fullPage.jpg);
}
.content_right_wrapper_dining {
	background-image: url(../images/dining_bg_rt.jpg);
}
.content_right_wrapper_suites {
	background-image: url(../images/suites_bg_rt.jpg);
}
.content_right_wrapper_entertainment {
	background-image: url(../images/entertainment_bg_rt.jpg);
}
.content_right_wrapper_fishing {
	background-image: url(../images/entertainment_bg_rt_fishing.jpg);		
}
.content_right_wrapper_golf {
	background-image: url(../images/entertainment_bg_rt_golf.jpg);
}
.content_right_wrapper_adventure {
	background-image: url(../images/entertainment_bg_rt_adventure.jpg);
}
.content_right_wrapper_water {
	background-image: url(../images/entertainment_bg_rt_water.jpg);	
}
.content_right_wrapper_family {
	background-image: url(../images/entertainment_bg_rt_family.jpg);	
}
.content_right_wrapper_sightseeing {
	background-image: url(../images/entertainment_bg_rt_sightseeing.jpg);
}
.content_right_wrapper_shopping {
	background-image: url(../images/entertainment_bg_rt_shopping.jpg);	
}
/*********************************************************************************************/
.content_right_wrapper_amenities {
	background-image: url(../images/facilities_bg_rt.jpg);	
}
.content_right_wrapper_spa {
	background-image: url(../images/amenities_bg_rt_spa.jpg);
}
.content_right_wrapper_business {
	background-image: url(../images/facilities_bg_rt_business.jpg);	
}
.content_right_wrapper_concierge {
	background-image: url(../images/facilities_bg_rt_concierge.jpg);	
}
.content_right_wrapper_pool_concierge {
	background-image: url(../images/facilities_bg_rt_pool_concierge.jpg);
}
.content_right_wrapper_family_concierge {
	background-image: url(../images/facilities_bg_rt_family_concierge.jpg);
}
.content_right_wrapper_golf_concierge {
	background-image: url(../images/facilities_bg_rt_golf_concierge.jpg);
}
.content_right_wrapper_kids_place {
	background-image: url(../images/facilities_bg_rt_kids.jpg);
}
.content_right_wrapper_beach_club {
	background-image: url(../images/facilities_bg_rt_beach.jpg);	
}
.content_right_wrapper_pools {
	background-image: url(../images/facilities_bg_rt_pool.jpg);
}
.content_right_wrapper_car {
	background-image: url(../images/facilities_bg_car.jpg);	
}
/*********************************************************************************************/
.content_right_wrapper_spa {
	background-image: url(../images/spa_bg_rt.jpg);	
}
.content_right_wrapper_spa_services {
	background-image: url(../images/spa_bg_rt_services.jpg);
}
.content_right_wrapper_spa_packages {
	background-image: url(../images/spa_bg_rt_packages.jpg);
}
.content_right_wrapper_spa_salon {
	background-image: url(../images/spa_bg_rt_salon.jpg);
}
.content_right_wrapper_spa_shop {
	background-image: url(../images/spa_bg_rt_spashop.jpg);
}
.content_right_wrapper_spa_etiquette {
	background-image: url(../images/spa_bg_rt_etiquette.jpg);	
}
/*********************************************************************************************/
.content_right_wrapper_groups {
	background-image: url(../images/group_bg_rt.jpg);
}
.content_right_wrapper_groups_weddings {
	background-image: url(../images/group_bg_rt_weddings.jpg);
}
.content_right_wrapper_groups_events {
	background-image: url(../images/group_bg_rt_events.jpg);
}
.content_right_wrapper_groups_banquets {
	background-image: url(../images/group_bg_rt_banquet.jpg);
}
.content_right_wrapper_groups_request {
	background-image: url(../images/group_bg_rt_request.jpg);
}
/*********************************************************************************************/	
.content_right_wrapper_suite_deluxe {
	background-image: url(../images/suites_bg_rt_deluxe.jpg);
}
.content_right_wrapper_suite_junior {
	background-image: url(../images/suites_bg_rt_junior.jpg);
}
.content_right_wrapper_suite_onebed {
	background-image: url(../images/suites_bg_rt_onebed.jpg);
}
.content_right_wrapper_suite_twobed {
	background-image: url(../images/suites_bg_rt_twobed.jpg);
}
.content_right_wrapper_suite_penthouse {
	background-image: url(../images/suites_bg_rt_pent.jpg);
}
.content_right_wrapper_suite_1penthouse {
	background-image: url(../images/suites_bg_rt_1pent.jpg);
}
.content_right_wrapper_suite_2penthouse {
	background-image: url(../images/suites_bg_rt_2pent.jpg);
}
.content_right_wrapper_suite_3penthouse {
	background-image: url(../images/suites_bg_rt_3pent.jpg);
}
/*********************************************************************************************/
.content_right_wrapper_dining_tribes {
	background-image: url(../images/dining_bg_rt_tribes.jpg);
}
.content_right_wrapper_dining_maydan {
	background-image: url(../images/dining_bg_rt_maydan.jpg);
}
.content_right_wrapper_dining_okianus {
	background-image: url(../images/dining_bg_rt_okianus.jpg);
}
.content_right_wrapper_dining_theb {
	background-image: url(../images/dining_bg_rt_theb.jpg);
}
.content_right_wrapper_dining_room {
	background-image: url(../images/dining_bg_rt_room.jpg);
}
/*********************************************************************************************/	
.content_right_wrapper_resort {
	background-image: url(../images/resort_bg_rt.jpg);
}
/************************************************************************************************/
#gallery {
	position:absolute;
	top: 1px;
	left:5px;
	/*border-left: 2px solid white;	border-right: 1px solid white;
*/
	height:257px;
	z-index: 0;
	display: block;
}
#gallery_buttons_map, #gallery_buttons_pic {
	position:absolute;
	top:237px;
	width: 110px;
	height:20px;
	left: 2px;
	z-index:100;
	display: none;
}		
#gallery_buttons_map img, #gallery_buttons_pic img {
	margin: 0px;
	float:left;
}
#extra_buttons {
	position:absolute;
	top: 238px;
	right: 4px;
	z-index: 100;
	margin-right: 0px;
	margin-top: 0px;
}
#extra_buttons_scroll {
	position:absolute;
	z-index: 100;
	margin-right: 100px;
	margin-top: 0px;
}
#extra_buttons_left {
	position:absolute;
	left: 24px;
	top: 304px;
	z-index: 100;
	text-align: left;
	width: 208px;
	height: 96px;
}
#extra_buttons_homeAd {
	position:absolute;
	left: 16px;
	top: 263px;
	z-index: 100;
	margin-right: 0px;
	margin-top: 0px;
}
#extra_buttons_home {
	position:absolute;
	left: 15px;
	top: 454px;
	z-index: 100;
	margin-right: 0px;
	margin-top: 0px;
}
.text_list {
	font-size:12px;
}
.text { /* IE6 sees this **/
	text-align: left;
	line-height: 1em;
	height: 200px;	
	width: 513px;
	margin-top: 270px;
	float: left;
	margin-left: 15px;
	margin-right: 40px;
	z-index: 0;

}
html>body .text  { /*ignored by IE 6*/ /**use for all browsers except IE6*/
	margin-left: 30px;
	margin-right: 28px;
	z-index: 0; 
}
.text_scroll {
	margin-right: 40px;
	margin-left: 15px;
	z-index: 0;
	width: 537px;
	overflow: auto;
	height: 211px;
}
html>body .text_scroll  {
	margin-left: 30px;
	margin-right: 15px;
	z-index: 0;
	} 
.text_scroll  {
	z-index: 0;
	width: 537px;
	overflow: auto;
	height: 212px;
	margin-left: 30px;
	margin-right: 16px;
	z-index: 0;
}
.text_suite {
	height: 210px;
	width: 290px;
	display:inline;
	margin-left: 30px;
	margin-right: 10px;
}
html>body .text_suite {
	height: 210px;
	width: 285px;
	display:inline;
	overflow: auto;
}
.text_suite2 {
	width: 285px;
	float:left;
	display:inline;
}
.text_fullPage {
	height: 450px;
	width: 537px;
	margin-top: 20px;
	margin-right: 0px;
	overflow: auto;
	}
.text_fullPage2 {
	height: 450px;
	width: 513px;
	margin-top: 20px;
}
.text.contact p {
	line-height:1.2em;	
}
p.smallerText {
	font-size:11px;
}
.text h2 {
	text-align:left;
	margin-bottom: 10px;
	padding: 0 0px 15px 0px;
	background-image: url(../images/text_header_underline.gif);
	background-repeat: no-repeat;
	background-position: 0 15px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.text_spa h2 {
	text-align:left;
	margin-bottom: 10px;
	padding: 0 0px 15px 0px;
	background-image: url(../images/text_header_underline.jpg);
	background-repeat: no-repeat;
	background-position: 0 15px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul.etiquette {
	line-height:1.1em;
	list-style:disc;
}
#amenities {
	width: 210px;
	height: 200px;
	font-size: 10px;
	overflow: auto;
	float: right;
	margin-top: 270px;
	margin-right: 3px;
	background-color: #d0e9ff;
	text-align: left;
	padding: 5px;
	display:inline;	
}
#amenities2 {
	width: 195px;
	font-size: 10px;
	background-color: #d0e9ff;
	text-align: left;
	margin-left: 20px;
	padding: 5px;
	display:inline;
	line-height: 15px;
	position: absolute;
}
html>body #amenities2 {
	position:relative;
	width: 195px;
	margin-left: 0px;
	font-size: 10px;
	padding: 5px;
	float: right;
}
#threebed_scroll {
	width: 285px;
}
#mapH {
	text-align: center;
	padding: 5px;
}
#map {
	text-align: center;
	background-color: #d0e9ff;
	padding: 5px;
}
#vacation {
	margin-right: 5px;
	margin-top: -15px;
	z-index: -5;
}
#golf {
	margin-right: 5px;
	margin-top: -55px;
	z-index: -5;
}
.caps {
	font-size: 19px;
	
/************************************************ START FOOTER ****************************************************************/

}
#footer {
	position: absolute;
	top: 605px;
	color: #FFFFFF;
	font-size:10px;
	width: 810px;
	display: block;
	left: 0px;
	text-align: center;
	height: 33px;
}
#footer a {
	display: inline;
	font-size:10px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	font-size:10px;
	color: #FFFFFF;
	margin: 3px 3px;
}
#footer ul li a {
	display: inline;
	font-size:10px;
	color: #FFFFFF;
}
#footer ul li a:link, #footer ul li a:visited {
color: #ffffff;
text-decoration: none;
}
#footer ul li a:hover, #footer ul li a:active {
	color: #fff;
	text-decoration: underline;
}
#footer p {
text-align:center;
margin-top: 10px;
}
/* HACKS */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#footerGreen {
	position: absolute;
	top: 605px;
	color: #315501;
	font-size:10px;
	width: 810px;
	display: block;
	left: 0px;
	text-align: center;
	height: 33px;
}
#footerGreen a {
	display: inline;
	font-size:10px;
	color: #315501;
	text-decoration: none;
}
#footerGreen ul li {
	display: inline;
	font-size:10px;
	color: #315501;
	margin: 3px 3px;
}
#footerGreen ul li a {
	display: inline;
	font-size:10px;
	color: #315501;
}
#footerGreen ul li a:link, #footerGreen ul li a:visited {
color: #315501;
text-decoration: none;
}
#footerGreen ul li a:hover, #footerGreen ul li a:active {
	color: #315501;
	text-decoration: underline;
}
#footerGreen p {
text-align:center;
margin-top: 10px;
}
