body
{
	background-color:#CCC;
}

#splashDiv
{
	position: 			absolute;
	
	background-color:	#FF9;
	
	width: 				960px;
	height:				600px;
	left: 				50%;
	top:				50%;
	
	margin-left: 		-480px;	
	margin-top:			-300px;
}


#centerDiv
{
	position: 			absolute;
	
	width: 				960px;
	left: 				50%;
	margin-left: 		-480px;	
}


#frame
{
	background-color:#FFF;
	
	float: left;
	height: 100%;	
	
	min-height: 600px;
}

#menu
{
	/*background-color: 	#F00; */
	width: 				200px;
	height:				400px;
	
	float: left;
	
	overflow: hidden;
	text-decoration: none;
	
	padding: 0;
	margin: 0;
}

#content
{
	/*position: 			absolute;
	top:				100px;
	left: 				200px;*/
	width: 				760px;
	
	float: left;
	/*background-color: 	#00F;
	height:				100%; */
}

#header
{
	/*background-color: 	#0F0; */
	width:				960px;
	height: 			126px;
	
	/*position: relative;
	
	position: 			absolute;
	top: 				0px;
	left: 				0px;*/
}

#headerImg
{
	height:				126px;
	width:				960px;
}


h2
{
	font-size: 18px;
	color: #006b3f;
	text-transform:uppercase;
}

#contentTxt
{
	width:		525px;
	float:		left;
	
	margin-bottom: 30px;
	padding-left: 17px;
}

#contentTxt h2
{
	font-family: Verdana,Arial,Sans-serif;
	text-transform:uppercase;
	margin-top: 0;
}

#contentTxt h3
{
	font-family: Verdana,Arial,Sans-serif;
	text-transform:uppercase;
	font-size: 14px;
	font-weight:normal;
	

}

#contentTxt p
{
	font-family: Verdana,Arial,Sans-serif;
	font-size: 12px;
}

#contentImg
{
	width:		200px;
	float:		right;
}

.aboutImg
{
	max-width: 150px;
	max-height: 150px;
	
	display: block;
/*	margin-left: auto; */
	float: right;
	margin-right: 25px;
}

#contentImg a
{
	font-family: Verdana,Arial,Sans-serif;
	font-size: 12px;
	text-align: center;

}

/******************** TESTIMONIALS **********************/

.quote
{
	margin-bottom: 25px;
	width: 730px;
	height: 100px;
	
	
}

.quoteTxt {
	text-indent: 25px;
	background: url(images/quotes1.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
}

.quoteTxt p {
	display: inline;
	margin: 0;
	padding-right: 24px;
	background: url(images/quotes2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	
	font-family: Verdana,Arial,Sans-serif;
	line-height: 20px;
}

.quoteAuthor
{
	font-family: Verdana,Arial,Sans-serif;
	/*font-style:italic;*/
	text-transform:uppercase;
	font-size: 10px;
	/*float: right;*/
	position: absolute;
	top : 70px;
	right: 200px;
	/*margin-bottom: 10px;*/
	width: 300px;
	text-align: right;
	
}

.quoteBody
{
	width: 525px;
	float: left;
	height: 100px;
	
}

.quoteImgDiv
{
	width: 200px;
	/*background: #F90;*/
	float: right;
	position: relative;

}

.quoteImg
{
	height: 83px;
	width: 125px;
	
	display: block;
	margin-left: auto;
	margin-right: auto;
		
}

/******************** NEWS **********************/
.newsContent h2
{
	margin-top: 0px;
	font-family: Verdana,Arial,Sans-serif;
	text-transform:uppercase;
}

.newsItem
{
	
	width: 730px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	
	/*background: #F0F;*/
	
	float: left;
	padding-left: 5px;
}

.newsContent
{
	width: 525px;
	/*background: #FFF;*/
	float: left;
	
	vertical-align: text-top;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	
}

.newsImageDiv
{
	width: 200px;
	/*background: #F90;*/
	float: right;
}

.newsImage
{
	/*max-height: 200px;
	max-width: 200px;*/
	
	width: 125px;
	
	display: block;

    margin-left: auto;

    margin-right: auto
}


/******************** SERVICES **********************/

.textLink
{
	text-decoration: underline;
	color: #060;
	cursor: pointer
}

#servicesDiv
{
	width: 760px;
}

.link
{
	font-family: Verdana,Arial,Sans-serif;
	font-size: 12px;
	text-align: center;

}
	
.servicesCategory
{
	width: 250px;
	float: left;
	
	padding-left: 0;

}

.serviceList
{
	margin-left: 0;	
	padding-left: 0;
	list-style: none;
}

.serviceItem
{
	margin-left: 0;
	padding-left: 0;
}

.servicesCategory ul li
{
	font-family: Verdana,Arial,Sans-serif;
	font-size: 11px;	
}


.servicesCategory h2
{
	font-family: Verdana,Arial,Sans-serif;
	font-size: 13px;
}

#servicePlacerDiv 
{
	float: left;
	width: 250px;
}

#servicePlacerDiv
{
		
}

.downloadButton
{
	width: 10px;
	height: 10px;
	text-decoration: none;
	overflow: hidden;
	border: none;
}



/******************** EUROPE **********************/

#europeTxt
{
	width: 525px;
	float: left;
}

#europeImgDiv
{
	width: 200px;
	float: right;
}

#europeImgDiv img
{
	max-width: 180px;
	margin-right: 20px;
}