@charset "UTF-8";

html, body {
	font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	color:#655F53; 
	padding: 0px;
	margin:0px;
	top:0px;
	left:0px;
	margin-top:0px;
	margin-bottom:10px;
	line-height:1;
}

h1, h2, h3, h4, h5, h6, .website {
	margin:0px;
	padding:0px;
}

h1 {
	margin-bottom:15px;
	font-size:15pt;
	font-weight:bold;
	color:#00792A;
}

h1.website span {
	display:none;
}

h2 {
	font-size:22pt;
	font-weight:bold;
	color:#00792A;
	margin-bottom:10px;
}

h3 {
	font-weight:15px;
	color:#00792A;
	margin-bottom:15px;
	margin-top:15px
}

ul, ol {
	
}

p {
	margin:0px;
	padding:0px;
}

a, a:link, a:visited {
	color:#939B6E;
}

a:hover, a:active {	
}

img {
	border:0px;
}

a, img {
	outline:none;
}


#container {
	padding:0px;
	width:992px;
	background:url('../../../images/gec_background.jpg') no-repeat top center;
	margin:0 auto
}

#window_top {
	padding:0px;
	border:0px solid red;
}

#window_bottom {
	padding:0px;
	border:0px solid red;
}

#main_window {
	width:900px;
	margin:0 auto;
	min-height:450px;
	
}

#header {
	height:145px;
	border:0px solid green;
	background:url('../../../images/gec_header_background.jpg') no-repeat top left;
}

/*	
	Logo
	-------------------------------- */
	
#logo {
	margin: 0;
	margin-top:15px;
	margin-left:25px;
	float:left;
	border:0px solid yellow;
}

#logo,
#logo a {
	width: 115px;
	height: 116px;
}

#logo a {
	display: block;
	border:0px solid red;
	background: url('../../../images/gec_header_logo.png') no-repeat;
}

#logo a span {
	display:none;
}

/*	
	Strapline 
	-------------------------------- */
	
#strapline {
	margin: 0;
	margin-top:48px;
	margin-left:45px;
	float:left;
	border:0px solid yellow;
}

#strapline {
	width: 223px;
	height: 29px;
	display: block;
	border:0px solid red;
	background: url('../../../images/gec_header_caring.png') no-repeat;
}

#strapline span {
	display:none;
}


/*	
	Search Box 
	-------------------------------- */
	
#search {
	margin:10px 10px 0px 0px;
	float:right;
	font: normal 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	height: 29px;
	background:url('../../../images/gec_header_phone.png') no-repeat 0 6px;
	padding-left:160px;
}

#search span {
	display:none;
}



/*	
	Main Menu
	-------------------------------- */
	
#navigation {
	margin-top:20px;
	height:48px;
	float:right;
	border:0px solid red;
	top:0px;
	margin-right:10px;
}

#navigation ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#navigation ul li {
	display: inline;
	white-space: nowrap;
	margin:0px;
	padding:0px;
	list-style: none;
	margin-right:3px;
}

#navigation ul a:link, #navigation ul a:visited {
	color: #999999;
	text-decoration:none;}
	
#navigation ul a:hover, #navigation ul a.active {
	color: #0081c3;
	text-decoration:underline;
}



#content  {
	padding:0px;
	border:0px solid red;
	margin-top:15px;
}

#footer {
	background-color:#FFFFC3;
	border-top:2px solid #80bc77;
	border-bottom:2px solid #80bc77;
	height:295px;
	width:885px;
	margin-top:20px;
	color:#939B6E;
	padding-bottom:20px;
	padding-left:15px;
}


#rtmedia {
	padding-top:10px;
	font-size:11px;
}

/*	
	Guide 
	-------------------------------- */
	
#guide {
	margin: 0;
	padding:0px;
	float:right;
	border:0px solid yellow;
	background: url('../../../images/gec_footer_guide.png') no-repeat top right;
}

#guide, #guide a {
	width: 183px;
	height: 89px;
	display: block;
	
}

#guide span {
	display:none;
}

/*	
	Footer logo 
	-------------------------------- */
	
#footer-logo {
	margin: 0;
	padding:0px;
	margin-top:0px;
	margin-right:20px;
}

#footer-logo {
	width: 88px;
	height: 77px;
	background: url('../../../images/gec_footer_logo.png') no-repeat;
}

#footer-logo span {
	display:none;
}

#footer-menu {
	clear:both;
	width:100%;
}

div.foot-box {
	background:url('../../../images/gec_footer_dots.jpg') no-repeat top left;
	height:150px;
	width:220px;
	float:left;
	margin-top:15px;
}

div.foot-box2 {
	height:40px;
	width:220px;
	float:left;
	margin-top:40px;
} 

div.foot-box2 ul {
	list-style-type:none;
	padding-top:5px;
}

div.foot-box2 ul li {
	padding-bottom:5px;
	width:29px;
	height:29px;
	float:left;
	margin-right:5px;
}


div.foot-box ul {
	list-style-type:none;
	padding-left:15px;
	font-size:13px;
	color: #939B6E;
}

div.foot-box ul li {
	padding-bottom:5px;
}

div.foot-box a {
	color:#939B6E;
	text-decoration:none;
}

div.foot-box a:hover {
	text-decoration:underline;
}

/*
	Colors
*/
.light-green {
	color: #92D511
}

.green-bk {
	background-color:#00792A;
}

input[type=text] {
	padding:2px;
	color:#655F53;
	font-size:12px;
	height:17px
}

input.button {
	border:0;
	background-color:#00792A;
	font-weight:bold;
	cursor:pointer;
}

input.button:hover {
	background-color: #92D511;
	color:#FFF;
}


#signup {
	margin:0px !important;
	padding:0px;
	color:#FFF;
	padding:15px;
	height:123px;
	margin-top:3px;
	background-color:#00792A;
	font-size:11px;
	text-align:left;
	width:191px;
}

#signup p.title { 
	font-weight:bold;
	font-size:11pt;
	padding-bottom:10px;
}

.legend {
	margin:0px !important;
	padding:0px !important;
	line-height:1 !important;
	padding-bottom:0px !important;
	margin-bottom:0px  !important;
	margin-top:0px !important;
	width:100%;
}

#signup input {
	width:200px;
	padding:2px;
}

#signup p.field {
	margin:0px;
	padding:0px;
	padding-bottom:6px;
	padding-top:4px;
}

#signup p.submit {
	padding-top:4px;
	font-size:12px;
}

#address {
	padding-top:10px;
	width:400px;
}

#address a { 
	text-decoration:underline;
}

div.submenuWrapper {
	margin-top:10px;
	margin-bottom:20px;
} 

table.submenu {

	padding-top:10px;
	padding-bottom:10px;
}

table.submenu a {
	font-size:13px;
	text-decoration:none;
	color:#959E72;
	font-weight:bold
}

table.submenu a:hover {
	color:#00792A;
}

table.submenu td {
	padding-bottom:5px;
}

#content td.leftside hr {
	margin-top:10px;
	margin-bottom:10px;
	color:#959E72;
	background-color:#959E72;
	height:1px;
}

#content td.leftside em {
	font-style:italic;
	margin-top:10px;
	margin-bottom:10px;
	color:#97C032
}

#content td.leftside p {
	line-height:1.4;
	margin-bottom:10px;
}

#content td.leftside img {

}

#content td.leftside ul  {
	line-height:1.4;
	margin-left:15px;
}



/* the overlayed element */
div.overlayRed {
	
	/* growing background image */
	background-image:url('../../../images/enquiry_form_background2.png');
	
	/* dimensions after the growing animation finishes  */
	width:485px;
	height:436px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:50px;
	color:#000000;	
}

div.overlayRed p {
	font-size:12px;
	color:#037a2a;
	line-height:1 !important;
	margin-bottom:3px !important;
}

/* 
	image is contained on the overlay background image. 
	the closing button is thus just a transparent container. 
*/
div.overlayRed div.close {
	background-image:url('../../../images/close.png');
	position:absolute;
	left:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


div.overlayRed p.label {
	padding-bottom:1px;
	padding-top:6px;
	font-size:12px;
	color:#006800;
	line-height:1.1 !important;
}

div.overlayRed input, div.overlayRed textarea {
	width:208px;
	padding:2px;
	font-size:12px;
}

div.overlayRed textarea {
	height:112px;
}

.overlaybutton,.overlaybutton2, .mapicon {
	cursor:pointer;
	border:0px;
}

div.overlayRed  input.button {
	background-color: #006800;
	color:#8fd817;
	border:0px;
	padding: 2px 3px 2px 3px;
	margin-right:-6px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	width:87px;
	height:27px;
}

div.overlayRed  input.button:hover {
	background-color:#005300;
	cursor:pointer;
}

.red {
	color:#006800;
}

div.line {
	width:100%;
	height:1px;
	background-color:#939B6E;
}
div.address p {
	margin:0px;
	padding:0px;
	line-height:1.1 !important;
}

#breadcrumbs {
	margin-top:8px;
	margin-bottom:8px;
}

#breadcrumbs span {
	padding-left:4px;
	padding-right:4px;
}

#breadcrumbs a {
	color:#999;
	font-size:12px;
}

#dykbody {
 border:0px solid #939B6E;
 background-color:#d3fdb4;
 font-size:15pt; 
 height:40px; 
 min-height:195px; 
 margin-bottom:15px; 
 padding:15px; 
 margin-top:-20px; 
 width:auto; 
 display:none;
}

#dykbody p {
	color: #007727 !important;
}



/* the overlayed element */
div.overlayRed2 {
	
	/* growing background image */
	background-image:url('../../../images/vs_background.png');
	
	/* dimensions after the growing animation finishes  */
	width:723px;
	height:457px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:50px;
	color:#000000;	
}

div.overlayRed2 p {
	font-size:12px;
	color:#037a2a;
	line-height:1 !important;
	margin-bottom:3px !important;
}

/* 
	image is contained on the overlay background image. 
	the closing button is thus just a transparent container. 
*/
div.overlayRed2 div.close {
	background-image:url('../../../images/close.png');
	position:absolute;
	left:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


div.overlayRed2 p.label {
	padding-bottom:1px;
	padding-top:6px;
	font-size:12px;
	color:#006800;
	line-height:1.1 !important;
}

div.overlayRed2 input, div.overlayRed2 textarea {
	width:208px;
	padding:2px;
	font-size:12px;
}

div.overlayRed2 textarea {
	height:112px;
}


div.overlayRed2  input.button {
	background-color: #006800;
	color:#8fd817;
	border:0px;
	padding: 2px 3px 2px 3px;
	margin-right:-6px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	width:87px;
	height:27px;
}

div.overlayRed2 input.button:hover {
	background-color:#005300;
	cursor:pointer;
}

p.vrooms {
	padding-bottom:5px !important;  
	font-size:14px !important;   
	cursor:pointer !important;  
	font-weight:bold !important;   
	color:#919496 !important;  	
}

p.vrooms:hover {
	color:#006120 !important;  
}


a.downl-btn {
	text-decoration:none;
	font-size:12px;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	color:#FFF;
	background-color:#8D966D;
}

a.downl-btn:hover {
	background-color:#005300;
}

a.activesub, .activevr {
	color:#00792A !important;
}

.pics { height: 352px; width: 528px; padding:0; margin:0; overflow: hidden }
.pics img { height: 352px; width: 528px; padding: 0px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }

.nav {
	display:none;
}

#vrtxt {
	margin-right:10px;
	font-size:13px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.2;
	margin-bottom:23px;
}



/* the overlayed element */
div.overlayRed3 {
	
	/* growing background image */
	background-image:url('../../../images/enquiry_form_background2.png');
	
	/* dimensions after the growing animation finishes  */
	width:485px;
	height:436px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:50px;
	color:#000000;	
}

div.overlayRed3 p {
	font-size:12px;
	color:#037a2a;
	line-height:1 !important;
	margin-bottom:3px !important;
}

/* 
	image is contained on the overlay background image. 
	the closing button is thus just a transparent container. 
*/
div.overlayRed3 div.close {
	background-image:url('../../../images/close.png');
	position:absolute;
	left:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


div.overlayRed3 p.label {
	padding-bottom:1px;
	padding-top:6px;
	font-size:12px;
	color:#006800;
	line-height:1.1 !important;
}

div.overlayRed3 input, div.overlayRed3 textarea {
	width:208px;
	padding:2px;
	font-size:12px;
}

div.overlayRed3 textarea {
	height:112px;
}


#special-menu ul {
	list-style-type:none;
	margin-top:15px;
	margin-bottom:10px;
	font-size:10px;
}

#special-menu ul li {
	float:left;
	padding:0 10px 0 10px;
	border-right:1px solid;
}

#special-menu ul li.first {
	padding:0 10px 0 0px;
}

#special-menu ul li.zero {
	border-right:0px !important;
}

#special-menu ul li a {
	font-size:11px;
}

.social-box {
	width:395px;
	text-align:left !important;
	height:180px;
	background-color:#DAEE8F;
	padding:10px;
	margin-top:5px;
}

.social-box p {
	text-align:left !important;
	font-size:15px;
	font-weight:bold;
	padding-bottom:10px;
	color:#797979;
}

#twitter {
	list-style-type:none;
	height:145px;
	margin-top:7px;
	margin-bottom:7px;
}

#twitter li {
	line-height:1.4;
	margin-bottom:10px;
}

#twitter  li span {
	font-size:12px;
	color:#95AD33;
	display:block;
	margin-top:4px;
	margin-bottom:4px;
	clear:both;
}
#twitter  li a {
	color:#797979;
	font-size:14px;
	text-decoration:none;
}

