
/* CSS Document */

/*clear the air*/ 
html {
	height:101%} 

* {margin:0; padding:0;} 

body * {
	font:100.01%/130% Verdana, Arial, Helvetica, sans-serif;
	}

a img {
	border: none;
	}

/*universal styles*/

body {
	background-color:#fff;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 13px;
	background-color: #fff;
	
	}
p {
	margin-bottom: 10px;
	}

h1 {
	font-size: 32px;
	color:#006699;
	border-bottom: 1px solid #003399;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 5px;
	}
	

h2 {
	font-size: 24px;
	color:#006699;
	border-bottom: 1px solid #003399;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 5px;
	}


/* link styles */ 

a{ color:#333 }


/*layout divs*/

/*header*/	
#header,
#flashcontent,
#nav,
div.bottomlink,
div.firstbottomlink,
#topfooter,
form,
#navwrapper {
	display: none;
	
	}

#flashcontent img {
	display: block;
	}

/*content area*/

#contentwrapper {
	width: 100%;
	margin:0px;
	}

#content {
	width: 100%;
	}

#footer {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  clear: both;
}

/*content area styles */

div.right-text p {
	/*margin-left: 335px;*/
	margin-bottom: 20px;
	}

div.right-text,
div.left-text {
  page-break-inside: avoid;
}

div.right-text,
div.left-text,
div.right-text h2,
div.left-text h2 {
  clear: both;
}

div.right-text ul {
	margin-left: 35px;
	margin-bottom: 20px;
	list-style: inside;
	}

div.right-text img {
	margin: 0 15px 5px 0;
	float: left;
	}

div.left-text img{
	margin: 0 0 5px 15px;
	float: right;
	}

div.left-text ul {
	margin-left: 30px;
	margin-bottom: 20px;
	}

.min-height {
	min-height: 240px;
	}

min-height-mid {
	min-height: 360px;
	}

div.min-height ul li {
	margin-bottom: 5px;
	}

.min-height-extra {
	min-height: 600px;
	}

div.firstbottomlink {
	width: 100%;
	background-color:#4d93b7;
	border-bottom: 2px solid #005279;
	margin-bottom: 15px;
	text-align: right;
	margin-top: 25px;
	text-decoration: none;
	color:#FFFFFF;
	clear: none;
	}

#rosielink {
	margin-top: 120px;
	}

#typicallink {
	margin-top: 100px;
	}

div.bottomlink {
	width: 100%;
	background-color:#4d93b7;
	border-bottom: 2px solid #005279;
	margin-bottom: 15px;
	text-align: right;
	margin-top: 25px;
	text-decoration: none;
	color:#FFFFFF;
	clear: both;
	}

	
div.bottomlink a, div.firstbottomlink a {
	text-decoration: none;
	color:#FFFFFF;
	font-size:18px;
	height: 31px;
	padding: 5px 5px 0px 0px;;
	display: block;
	font-size:18px;
	background-image:url(../images/common/mini-tree.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	}

#map {
	float:none;
	}

#gallerycontent {
	height: 650px;
	background-image:url(../images/common/bg-tree.gif);
	background-position:top;
	background-repeat:no-repeat;
	}


#feedback p {
	font-size: 18px;
	margin-bottom: 30px;
	}

#feedback p span {
	font-size: 11px;
	font-style:italic;
	}

/*menu styles*/

#navwrapper {
	margin-top: -17px;
	margin-right: 2px;
	float: right;
	}

#nav {
	width: 300px;
	text-align: right;
	margin-top: 12px;
	margin-left: 31px;
	border-bottom: 1px solid #005279;
	}

#nav a {
	display: block;
	text-decoration: none;
	}

#nav h3 {
	color: #FFFFFF;
	background-color:#4d93b7;
	font-size: 20px;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #005279;
	}

#menu-header {
	font-size: 20px;
	text-align: center;
	background-color:#005279;
	color: #FFFFFF;
	padding: 5px 0 5px 0;
	}

#nav h3 a {
	color: #FFFFFF;
	text-decoration: none;
	}

div.stretcher {
	background: #fff;
}

div.stretcher a {
	color: #000000;
	font-size:18px;
	padding: 0 5px 8px 5px;
}

	/*contact form styles*/
	
.contactform {
	padding-top: 10px;
	margin-top: 20px;
	}

fieldset {
	padding: 20px;
	}

legend {
	color: #000000;
	}

#name, #email {
	margin-bottom: 5px;
	}
	
#comments {
	width: 550px;
	height: 200px
	}

#submit {
	margin-top: 10px;
	margin-bottom: 0px;
	}
	/*links page styles */
	
ul.links li {
	margin-bottom: 8px;
	}
	
	/*page breaks*/
	
	.break-before {
	  page-break-before:always;
	}
	
	.break-after {
	  page-break-after: always;
	}

