/*********************************************************************/
/*                 GENERAL TEXT AND BACKGROUND COLORS                */
/*********************************************************************/

body {
background: #fafafa url("images/enviro/background.gif") top center repeat-x;;
margin:2px 0 0 0px;
padding:0px;
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .80em;
}

p { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
} 

ul { 
font-family: Verdana, Arial, Helvetica, sans-serif;  margin: 0px 5px 10px 25px;
} 

td { 
font-size: 0.9em; font-family: Verdana, Arial, Helvetica, sans-serif;
} 

label
{ 
font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
} 

img { 
border: none;
}


ul { 
margin-bottom: 0%; padding-top:3px; font-family: Verdana, Arial, Helvetica, sans-serif; list-style-type: square; 
}

ul.standard li {padding:3px;}

input.text { 
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border : 1px;
	border-color : 7F9DB9;
	border-style : solid;
}

#footerlinks a {color:black; text-decoration:none;}
#footerlinks a:hover {cursor:text;}

#more {display:none;}

/*********************************************************************/
/*                               LAYOUT                              */
/*********************************************************************/

#mainbody
{
padding: 8px 0 0 0px;
}


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 779px;
	margin-top: 10px;
	border: 3px solid #df3365;
	background: white;	
}

#header {
	margin: 0px;
	background: #fff;
	width: 779px;
}

#side-left {
	float: left;
	width: 165px;
	background: url("XXXimages/enviro/sidebar-left.gif") repeat;
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#side-right {
	float: right;
	width: 200px;
	background: url("images/enviro/sidebar-right.gif") repeat;
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#content { 
	float: left;
	width: 759px;
	margin: 0px 10px 10px 10px;
	padding: 0px;
	background: white url(images/enviro/page_leaves.gif) top right no-repeat;
}

#footer {
	clear: both;
	padding: 10px 0px;
	background: #fff;
}

div.hr {

  height: 2px;
  background: #f594b1 url(xxximages/enviro/footer.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}



.thumbnail
{
float: left;
width: 225px;
height: 215px;
background: #fff;
border: 2px solid #999;
margin: 0 12px 12px 0;
padding: 5px;
text-align: center;
font-size: 1em;
font-family: arial, helvetica, sans-serif;
}

.thumbnail a
{
text-decoration: none;
}

.clearboth { clear: both; }




/*********************************************************************/
/*                               NAVBAR                              */
/*********************************************************************/

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 16px Arial;
width: 779px;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #df3365;
border-width: 1px 0;
background: black url(images/enviro/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 8px 25px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/enviro/blockactive.gif) center center repeat-x;
}


/* END NAVBAR CODING */


h1.mainbody { 
padding: 0 0 5px 0px; font-size: 22px; margin: 5px 0px 5px 0px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#052597; 
background: url(images/enviro/gradient.gif);
background-position: left bottom;
background-repeat: no-repeat;
height:30px;

} 

h1.sidebar { 
padding: 0 0 5px 0px; font-size: 22px; margin: 5px 0px 0px 0px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#052597; width:165px; text-align:center;
border-bottom: 3px solid white;
} 

h2 { 
padding: 0 0 0px 0px; font-size: 18px; margin: 5px 0px 0px 0px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#d92853;
} 

h3 { 
padding: 0px 0 0px 0px; font-size: 14px; margin: 5px 0px 0px 0px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#333;
} 

h4 { 
padding: 0px 0 0px 0px; font-size: 12px; margin: 5px 0px 0px 0px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#000;
} 


#copyright {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
text-align : center;
padding-top:5px;
}

#copyright a {
color:#aaaaaa;
}

#copyright a:hover {
color:red;
}

#gotop { 
float: right;
margin:5px 10px 25px 10px;
text-align:center;
font-size: 8pt;
} 
 


div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 70px;
  text-align: right;
  font-weight:bold;
  }

div.row span.formw {
  float: right;
  width: 205px;
  text-align: left;
  font-weight:bold;
  }


/*********************************************************************/
/*                                LINKS                              */
/*********************************************************************/

.cursor {cursor: default;}
.hand {cursor: hand;}

a:link { 
color: #034a1c
} 
a:visited { 
color: #034a1c
} 
a:hover { 
color: #57b314
} 
a:active { 
color:#db0023 
} 
a.hide { 
display: none 
} 
a.clean { 
text-decoration: none 
} 



 
#content a:link { 
color: #001057;
} 

#content a:visited { 
color: #001057;
} 

#content a:hover { 
color: #034fc2;
} 

#content a:active { 
color: #ffd700;
} 




#footerlinks { 
font-size: 11px; 
text-align:center
} 
 
#footerlinks a:link { 
color: #001057;
} 

#footerlinks a:visited { 
color: #001057;
} 

#footerlinks a:hover { 
color: #034fc2;
} 

#footerlinks a:active { 
color: #ffd700;
} 




/*********************************************************************/
/*                           WUFOO STYLE BUTTONS                     */
/*********************************************************************/


#button {text-align:center;font-size:small;font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;}

.buttons a, button{margin:0 0px 0 0;text-decoration:none;background-color:#f5f5f5;border:1px solid #dedede;border-top:1px solid #eee;border-left:1px solid #eee;padding:5px 10px 6px 7px;display:block;cursor:pointer;font-size:100%;line-height:130%;color:#333;font-weight:bold;}

button{font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;width:auto;overflow:visible;font-weight:bold;padding:4px 10px 3px 7px; }

button[type]{width:auto;padding:5px 10px 5px 7px; line-height:17px; }

*:first-child+html button[type]{padding:4px 10px 3px 7px; }

button img, .buttons a img{margin:0 3px -3px 0 !important;width:16px;height:16px;padding:0 !important;border:none !important;display:inline !important;}

button:hover, .buttons a:hover{background-color:#dff4ff;border:1px solid #c2e1ef;color:#336699;}

.buttons a:active{background-color:#6299c5;border:1px solid #6299c5;color:#fff;}

button.positive, .buttons a.positive{color:#529214;}

.buttons a.positive:hover, button.positive:hover{background-color:#E6EFC2;border:1px solid #C6D880;color:#529214;}
.buttons a.positive:active, td.positive{background-color:#529214;border:1px solid #529214;color:#fff;}
.buttons a.negative, button.negative{color:#d12f19;}
.buttons a.negative:hover, button.negative:hover{background:#fbe3e4;border:1px solid #fbc2c4;color:#d12f19;}
.buttons a.negative:active, td.negative{background-color:#d12f19;border:1px solid #d12f19;color:#fff;}









/*********************************************************************/
/*                             MISCELLANEOUS                         */
/*********************************************************************/

acronym { 
color: #666666 
} 
.ucase { 
text-transform: uppercase 
} 
.nobr { 
white-space: nowrap 
} 
.smalltext { 
font-size: 11px; 
line-height:13px;
padding:3px;
} 
.tinytext { 
font-size: 9px; 
}

.indent1 { 
margin-left: 12px;  
} 
.indent2 { 
margin-left: 24px; 
} 
.indent3 { 
margin-left: 36px; 
} 
.indent4 { 
margin-left: 48px; 
} 
.indent5 { 
margin-left: 60px; 
} 

#printheadings{display:none}


/*********************************************************************/
/*                               PRINTING                            */
/*********************************************************************/

@media print 
{ 


/* display the print header */
#printheadings{display:block}

/* turn off navigation and ad bar */
.left-margin {display: none}

img.noprint {display: none}

td.noprint {
display: none
}

.noprint {
display: none
}

#mainbody {
width:640px;
color:#000;
}

td {color:#000;}

h1 {  
page-break-inside: avoid 
} 
h2 { 
page-break-inside: avoid 
} 
h3 { 
page-break-inside: avoid 
} 
h4 { 
page-break-inside: avoid 
} 
h5 { 
page-break-inside: avoid 
} 
h6 { 
page-break-inside: avoid 
} 

td.noprint {
display: none
}
td.body1 {
display: none
}
td.body4 {
display: none
}
td.nav1 {
display: none
}
td.nav2 {
display: none
}
td.nav4 {
display: none
}
td.bottom {
margin-right:600px;
}
td.body2 {
margin-right:600px;
}


blockquote { 

} 
ul { 

} 
ol { 

} 
dl { 

} 

}

/*********************************************************************/
/*                      STYLES ADDED BY OLEG         		         */
/*********************************************************************/
td.lS {
	width: 180px;
}
td.bbText {
	font-size: 12px;
	font-weight: bold;
}
td.gText {
	font-size: 12px;
	color: #111111;
}
fieldset.booking {
	margin-bottom: 25px;
	width:435px;
	padding:10px;
}
span.bookError {
	font-size: 12px;
	color: red;
	margin-left: 15px;
}