

/*


	file : 	gla.css
	desc :	Stylesheet duh.
	

	------------------------------------------------------------------------
	Layout Style Classes

*/

body {
	text-align:center;
	/* nasty IE hack - text-align affects block level elements */	
	
	font-family:Arial, Helvetica, sans-serif;
}

h1, h2 {
	margin:0px;
	padding:0px;
	font-weight:normal;
}

.glasite {
	width:800px;
	height:1132px;
	padding:20px 0px 0px 0px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image:url('images/newback.jpg');
	background-repeat:no-repeat;
	background-position:top right;

}
.contact 
{
	background-image:url('images/contact_back.jpg');
	background-repeat:no-repeat;
	background-position:top right;

}

.header {
	height:150px;
	padding:0px 0px 0px 0px;
}
.headergifalign {
	width:500px;
	/*float:left;*/
}
.subheaderholder {
	/*height:1%;*/

	overflow:auto;
	margin-bottom:5px;
	margin-right:0px;

}
.subheader { 
	margin:20px;
}
.leftcol {
	clear:both;
	float:left;
	padding-bottom:20px;
	width:240px;
	border-width:0px;
	
/*	background-image:url('images/leftcolback2.jpg');
	background-repeat:no-repeat;
	background-position:left top;*/
}

.picholder {
	margin:5px 20px 0px 20px;
	border-width:0px;
}

.maincontentholder {
	float:left;
	border-width:0px;
	padding:5px 5px 5px 5px;
	
/*	border-left:1px solid #536D4A;*/
	/*	background-color:white;
	background-image:url('images/maincontentback.jpg'); 
	background-repeat:no-repeat;
	background-position:left top;*/
}
.maincontent {
	border-width:0px;
}

.intro {
	width:350px;
	
	padding:0px;
	margin-bottom:25px;
	margin-right:40px;
}
.teamDivHolder {
	/*overflow:auto;*/
	width:380px;
	margin:1px;
/*	margin-bottom:10px; findme */

	border-top:1px dashed green;
/*	background-image:url(images/teamback.gif);
	background-position:top left;
	background-repeat:no-repeat;*/
}
.teamDiv {
	/*overflow:auto;*/
	height:145px;
	
}

.teamTitle {
	margin-top:15px;
}
.teamJob {
	margin-top:10px;
}

.teamContent {
	padding:35px 0px 0px 0px; /* findme was 30px */ 
	width:260px;
	float:left;
	border-width:0px;
}
.teamPic {
	width:78px;
	float:right;
	border-width:0px;
	margin: 23px 0px 5px 0px;
	}
.portfolioTop {
	float:left;
	padding:25px 0px 0px 25px;
}
.portfolioItem { 
	height:1%;
	overflow:auto;
	margin-bottom:0px;
	margin-right:20px;
	margin-left:15px;
}

.contactItem{ 
	height:1%;

	overflow:auto;
	margin-bottom:0px;
	margin-right:20px;
	margin-left:15px;

}
.portfolioPicHolder {
	float:left;
/*	width:240px;*/
/*	height:190px;*/
		
	padding:20px;
	
	background-color:#536D4A;
	border-width:0px;
/*	border:1px solid #6B8265;*/
}

.contactTextHolder {
	float:left;
	padding:8px 33px 0px 10px;
	border-width:0px;

}
.lineht {
	line-height:6px;
}
.contactPicHolder {
	float:left;
		
	padding:8px 33px 7px 30px;
	
	border-width:0px;
}
.contactMidgetPicHolder {
	float:left;
	padding:0px 5px 7px 0px;
	border-width:0px;
}

.portfolioContentHolder	 {
	float:left;
	width:395px;
	height:185px;
	text-align:left;
}
.portfolioContent {
	margin:0px 20px 0px 20px;
}
.dottedTitle {
	border-bottom:1px dashed green;
	padding:0px 10px 10px 10px;
}
.blurb {
	padding:5px;
	border-width:0px;
}
.pdflink {
	margin-right:10px;
	padding:18px 60px 0px 5px;
	text-align:left;
	
	height:40px;
	
	background-image:url('images/pdf.gif');
	background-position:right top;
	background-repeat:no-repeat;
	border-width:0px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.link, 
.link:hover {
	text-decoration:none;
}
.pdflink a
{
	color:#CC0000;
	margin-top:15px;
	text-decoration:none;
}
.pdflink a:hover {
	text-decoration:underline;
}

.footer {
	clear:both;
	/* places it below bottom of floating divs */
	/*background-color:#fff;*/
	width:800px;
	margin:0px 0px 0px 0px;  /* top right bottom left - like a clock */
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* 
	------------------------------------------------------------------------
	Font & Text & Appearance Styles
	
	define colours here, in specific classes (as below) 
	multiple classes can be called for each element e.g. class="service thegreen"

*/ 
.border {
	border:1px solid #6B8265;
}
.lightbox {
	/*background-color:#DFE4DD;*/
	border:1px solid #6B8265;
}
.certainshadeofgreentext {
	color:#5F876C;
}
.lighttext {
	color:#96AC96;
}
.darktext {
	color:#035219;
}
/*.certainsahdeofgreenback {
	background-color:#5F876C;
}
.darkgreenback {
	background-color:#336633;
}
.lightgreenback {
	background-color:#99CC66;
}*/
.whitetext {
	color:white;
}
.largeFont {
	font-size:14px;
	line-height:22px;
}
.mediumFont {
	font-size:12px;
	line-height:16px;
}
.medsmallFont {
	font-size:11px;
}

}
.tinyFont {
	font-size:9px;
}

.smallFont {
	font-size:10px;
}

.dots {
	width:350px;
	padding-left:30px;
	margin-top:10px;
	background-image: url("images/dots.gif");
	background-position:top left;
	background-repeat:no-repeat;
}

.bold {
	font-weight:bold;
}
.normal {
	font-weight:normal;
}

.newfooter {
	clear:both;
	width:750px;
	background-color:none;
	padding:20px 0px 0px 20px;
}

.footercontentleft {
	background-color:none;
	width:250px;
	background-image: url("images/li.gif");
	background-position:left;
	background-repeat:no-repeat;
	color:#000000;
	font-size:10px;
	float:left;
	margin:100px 0px 0px 0px;
	padding:32px 0px 32px 40px;
}

.address {
	background-color:none;
	width:100px;
	line-height:12px;
	float:right;
	margin:100px 0px 0px 0px;
}

.footercontent {
	background-color:none;
	color:#999999;
	font-size:10px;
	text-align:right;
	clear:both;
	padding:10px 0px 0px 0px;
}

.footercontentleft .grey,
.footercontentleft .grey:hover {
	color:#999999;
}
.footercontentleft a {
	text-decoration:none;
}
.footercontentleft a:hover {
	text-decoration:underline;
}

.newfooter1 {
	clear:both;
	width:750px;
	background-color:none;
	padding:0px 0px 0px 20px;
}

.footercontentleft1 {
	background-color:none;
	width:250px;
	background-image: url("images/li.gif");
	background-position:left;
	background-repeat:no-repeat;
	color:#000000;
	font-size:10px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:32px 0px 32px 40px;
}

.address1 {
	background-color:none;
	width:100px;
	line-height:12px;
	float:right;
	margin:100px 0px 0px 0px;
}

.footercontent1 {
	background-color:none;
	color:#999999;
	font-size:10px;
	text-align:right;
	clear:both;
	padding:0px 0px 0px 0px;
}

.footercontentleft1 .grey,
.footercontentleft1 .grey:hover {
	color:#999999;
}
.footercontentleft1 a {
	text-decoration:none;
}
.footercontentleft1 a:hover {
	text-decoration:underline;
}

.newfooter2 {
	clear:both;
	width:750px;
	background-color:none;
	padding:0px 0px 0px 20px;
}

.footercontentleft2 {
	background-color:none;
	width:250px;
	background-image: url("images/li.gif");
	background-position:left;
	background-repeat:no-repeat;
	color:#000000;
	font-size:10px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:20px 0px 28px 40px;
}

.address2 {
	background-color:none;
	width:100px;
	line-height:12px;
	float:right;
	margin:100px 0px 0px 0px;
}

.footercontent2 {
	background-color:none;
	color:#999999;
	font-size:10px;
	text-align:right;
	clear:both;
	padding:0px 0px 0px 0px;
}

.footercontentleft2 .grey,
.footercontentleft2 .grey:hover {
	color:#999999;
}
.footercontentleft2 a {
	text-decoration:none;
}
.footercontentleft2 a:hover {
	text-decoration:underline;
}

.newfooter3 {
	clear:both;
	width:750px;
	background-color:none;
	padding:0px 0px 0px 20px;
}

.footercontentleft3 {
	background-color:none;
	width:250px;
	background-image: url("images/li.gif");
	background-position:left;
	background-repeat:no-repeat;
	color:#000000;
	font-size:10px;
	float:left;
	margin:30px 0px 0px 0px;
	padding:32px 0px 32px 40px;
}

.address3 {
	background-color:none;
	width:100px;
	line-height:12px;
	float:right;
	margin:100px 0px 0px 0px;
}

.footercontent3 {
	background-color:none;
	color:#999999;
	font-size:10px;
	text-align:right;
	clear:both;
	padding:20px 0px 0px 0px;
}

.footercontentleft3 .grey,
.footercontentleft3 .grey:hover {
	color:#999999;
}
.footercontentleft3 a {
	text-decoration:none;
}
.footercontentleft3 a:hover {
	text-decoration:underline;
}

img { 
	border-width:0px;
}
