@charset "utf-8";
/******************************************************** 
* Client: Greentails
* Coded by: Christopher Ward (chris@brighsquareinc.com)
* Version: 1.0
********************************************************
top,right,bottom,left

COLORS
tiffany blue: #81cec1
white: #fff
light green:  #81AB3F
dark green: #26592C
*/
body {
	background-color:#C5DD9F;
	color:#81AB3F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:1.5em;
	margin:15px;
}

#wrap {
	background:#ffffff url(../images/gtbackground.jpg) bottom right no-repeat;
	margin:3% auto;
	padding-bottom:0px;
	width:980px;
	margin-top:5px;
}

a:link {
	color:#81AB3F;
}

a:visited,a:hover {
	color:#81AB3F;
}

strong {
	color:#26592C
}

/********************************************************
						MASTHEAD
********************************************************/
#masthead {
	margin:0px;
	padding:5px 0px 0px 0px;
	overflow:hidden;
	width:980px;
	background-color:#81AB3F;
}

#masthead-logo {
	padding:0px;
	margin:0px;
}




/********************************************************
						MENU
********************************************************/
#menu {
	padding: 0px;
	margin:  10px 20px 40px 20px;
	border: 0px solid #ccc;
	}


	
/* circle */

#navCircle {
	margin: 0;
	padding: 0px 20px 20px 0px;
	border-bottom: 1px solid #81AB3F;
	}

#navCircle li {
	margin: 0px; 
	padding: 0px;
	display: inline;
	list-style-type: none;
	}
	
#navCircle a:link, #navCircle a:visited {
	float: left;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 0px 12px 6px 12px;
	text-decoration: none;
	color: #82AB3F;
	}

#navCircle a:hover {
	margin-top:1px;
	padding-bottom: 6px;
	color: #265A2C;
	background: url(../images/tab_circle.gif) no-repeat top left;
	}

#navCircle a:visited.active,#navCircle a:link.active {
	margin-top:4px;
	padding-bottom: 6px;
	padding-left:32px;
	color: #265A2C;
	background: url(../images/tail.gif) no-repeat top left;	
	height:51px;
	}
	


/*SUBMENU*/
#submenu{
	margin:10px 0px 0px 0px;
	padding:0px;
	background-color:#fff;
	width:420px;
	float:right;
	height:20px;
	border-bottom:2px solid #26592C;
}

#menuchild {
margin:2px 0px 0px 0px;
text-align:left;
}

#menuchild a {
color:#26592C;
padding:3px 7px 3px 7px;
text-decoration:none;
}

#menuchild a:hover,#menuchild li.subactive a {
color:#fff;
background: #26592C;
}

#menuchild li {
display:inline
}

/********************************************************
						MAIN
********************************************************/
#main {
	padding:0px 20px 0px 20px;;
	width:940px;
	margin:0px;
}

#leftcol {
	float:left;
	width:490px;	
}
  
#rightcol{
	float:right;
	text-align:left;
	width:420px;
}  
   
/********************************************************
						IMAGE HOLDER
********************************************************/
#imageholder {
background-color:#81AB3F;
border-left: 10px solid #81AB3F;
border-right: 10px solid #81AB3F;
border-top: 10px solid #81AB3F;
width:400px;
margin-top:0px;
margin-bottom:10px;
float:right;
line-height:0.8em;
}


div.mediumimage {
background-color:#ffffff;
border-bottom:10px solid #81AB3F;
position:relative; 
width:400px;
}

div.mediumimage:last-child {
border-bottom:0
}

div.image-small {
background-color:#ffffff;
float:left;
position:relative;
width:195px;
}

#smallimage0 {
margin-right:10px
}

span.caption {
background:url(../images/bg-caption.png) repeat;
bottom:10px;
font-size:10px;
padding:3px 5px;
position:absolute;
right:0;
line-height:1.5em;
z-index:100;
}

#loader {
background:#fff;
border:15px solid #A1C765;
position:relative;
cursor:pointer;
line-height:0.8em;
}

#loader div {
background:url(../images/bg-caption.png) repeat;
color:#26592C;
cursor:pointer;
line-height:1.5em;
}


p.instructions  {
margin-top:10px;
padding:0px;
text-align:center;
width:400px;
font-size:10px;
}

p.brochurelink {
margin-top:15px;
}

.brochurelink {
margin-top:15px;
}


.brochurelink img {
margin-top:0px;
margin-left:3px;
vertical-align:middle;
}

ul.brochurelink {
list-style-type:none;
}

ul.brochurelink li {
list-style-type: none;
background: url(../SiteAssets/icon-pdf.png) left no-repeat;
padding-left:20px;
margin-bottom:5px;
}

/********************************************************
						TEXT
********************************************************/
#text {
	color:#122A15;
	padding:0px;
	text-align:justify;
	margin:0px 0px;
	padding:0px;
	line-height:1.5;
}

#text p {
	padding:0px;
	margin-bottom:15px;
}

#text h1 {
	color:#26592C;
	font-size:24px;
	text-align:left;
	/*text-transform:capitalize;*/
	padding:0px;
	line-height:24px;
	margin-bottom:10px;
}

#text h2 {
	color:#26592C;
	margin-bottom:10px;
	font-size:16px;
	text-align:left;
	/*text-transform:capitalize*/
}

#text em {
color:#26592C;
}

#noimages #text {
	padding:0px 0px;
}

#text ul {
margin-bottom:15px;
}

#text ul li {
list-style: circle;
margin-left:15px
}
    
/********************************************************
						FOOTER
********************************************************/
#footer {
font-size:12px;
padding:15px 25px 0;
text-align:center;
}

#footer li {
display:inline;
margin-right:5px
}

#footer a {
text-decoration:none;
color:#81AB3F;
}

#footer li.subactive a {
	color:#26592C;
}


#footer a:hover {
color:#26592C;
}
	

   
/********************************************************
						GALLERY
********************************************************/
#imagegallery {
background-color:#81AB3F;
border:10px solid #81AB3F;
width:900px;
margin-top:0px;
float:left;
position:relative;
z-index:1;
}

#imagegallery .galleryimage{
	width:195px;
	height:129px;
	overflow:hidden;
	float:left;
	border:3px solid #C5DD9F;
	margin:10px 10px;
	position:relative;
	z-index:1;
	
}

#imagegallery img {
background-color:#81AB3F;
position:relative; 
width:195px;

}

#imagegallery .galleryimage span.caption {
background:url(../images/bg-caption.png) repeat;
bottom:10px;
font-size:10px;
padding:3px 5px;
position:absolute;
right:0;
/*visibility:hidden;*/
z-index:100;
}	

/**************************************************
				DEVELOPMENT TEAM
**************************************************/

.devthumb {
width:175px;
height:175px;
overflow:hidden;
float:left;
margin: 0 9px 14px 9px;
border:3px solid #C5DD9F
}

.devthumb:hover {
	border:3px solid #245A2C
}


.mapdetails {
	width:450px;
	height:170px;
}

.mapdetailsblank {
	width:200px;
	height:10px;
}


.mapdetails #maptext {
	float:left;
	width:310px;
}
.mapdetails h3 {
	font-size:14px;
	margin-bottom:10px;
}

.mapdetails p {
	font-size:10px;
	text-align:justify;
	float:left;
}

.mapdetails img {
	margin-right:10px;
	font-size:10px;
	text-align:justify;
	float:left;
	width:110px;
}

.mapdetails #maptext a:link, .mapdetails #maptext a:hover{
	color:#008177;
	font-size:10px;
	text-decoration:underline;
}

#map {
	margin:5px 5px;
	width:940px;
	height:700px;
}
