/* CSS Document */
/*Script that centers your website to the centre of the page*/

layer{'baseLayer',(winW-936)/2,(winH-638)/2,936,638)
}
body{background-color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #333333;
	margin-top:10px;
	
}

html { 
	scrollbar-arrow-color:#666666;; 
	scrollbar-track-color:#E6E6E6; 
	scrollbar-face-color:#E6E6E6; 
	scrollbar-highlight-color:#666666;; 
	scrollbar-3dlight-color:#E6E6E6; 
	scrollbar-darkshadow-color:#E6E6E6; 
	scrollbar-shadow-color:#666666;
} 

.wrappper {
	margin-left:auto;
	margin-right:auto;
	
	width:1024px;
	height:auto;}

.main {
	position:relative;
	float:left;
	margin:0;
	margin-left:0px;
	width:1024px;
	min-height:870px;
	height:auto;
	background-color:#fff;
	-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
}
	
.image {
	margin-left: 23px;
	margin-top:90px;
	width: 650px;
	max-height: 650px;
	alignment-adjust:central;
	float:left;
	z-index:10;
	/*border:#C4C4C4 thin solid;
	background-color:#F7F7F7; */
}

.stitch {
	margin-left: 23px;
	margin-top:90px;
	width: 960px;
	max-height: 650px;
	alignment-adjust:central;
	float:left;
	z-index:10;
}


.signature {
	margin-left: 10px;
	margin-top: 10px;
	width: 500px;
	height: 180px;
	position: absolute;
	z-index: 5000;
	left: 13px;
	top: 0px;

}

.contact {
	width: 300px;
	height: 32px;
	text-align: right;
	margin-right: 22px;
	margin-top: 38px;
	float: right;
	
	
	}

.glendaimg {
	margin-right: 22px;
	margin-top:20px;
	float:right;
	width:300px;
	height:220px;

	}

.textBox {
	margin-right: 22px;
	margin-top: 10px;
	width: 300px;
	height:auto;
	padding-right: 0px;
	float:right;
	overflow: auto;
}

#footer{
	margin-top: 5px;
	margin-right: 22px;
	font-weight: 400;
	font-size: 10px;
	float:right;
	

	
	
	}

.symbol {
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #00CC99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00CC99;
}
a:hover {
	text-decoration: underline;
	color: #00CC99;
}
a:active {
	text-decoration: none;
	color: #00CC99;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #333333;
	text-align:justify;
}

.addressText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #009966;
}
a.small:link {
	color: #00CC99;
	text-decoration: none;
}
a.small:visited {
	text-decoration: none;
	color: #00CC99;
}
a.small:hover {
	text-decoration: underline;
	color: #00CC99;
}
a.small:active {
	text-decoration: none;
	color: #00CC99;
}
.footerText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #CCC;
	}
