@charset "UTF-8";
/* CSS Document */

/*/////////////////////////////////////////
Website Styling for the elements for every page
/////////////////////////////////////////*/

/*Index Page Styling */
#bodyImage{
	margin-top:14px;
	height:340px;
	background-image:url(../Assests/image_home.jpg);
	background-repeat:none;
}

/* About Us Page Styling */		
#aboutImage{
	margin-top:14px;
	height:210px;
	background-image:url(../Assests/about.jpg);
	background-repeat:none;
}

/* Clients Page Styling */
#clientsImage{
	height:330px;
	width:280px;
	background-image:url(../Assests/client.jpg);
	background-repeat:none;
	float:left;
}

#clientsText{
	width:460px;
	float:right;
	
}

#cont {
	width:760px;
	margin:0px auto;
}

/*
*Locations page:
*/

#left {
	width:590px;
	margin: 0px 0px 10px 0px;
	float:left;
	margin-right:10px;
}

#left2{
	width:490px;
	margin: 0px 0px 10px 0px;
	float:left;
	margin-right:10px;
}

#right {
	margin-top:50px;
	float:right;
	width:160px;
	height:350px;
	background-image:url(../Assests/specialevents.jpg);
}

#right2 {
	margin-top:20px;
	float:right;
	width:160px;
	height:160px;
	background-image:url(../Assests/staff.jpg);
}

#right3 {
	margin-top:0px;
	float:right;
	width:260px;
	height:320px;
	background-image:url(../Assests/work.jpg);
} 

#imgName {
	display:block;
	float:left;
	margin-right:5px;
	margin-top:10px;
	height:20px;
	width:20px;
	background-image:url(../Assests/good.png);
}

/**/

#move {
	margin-right:40px;
}

dl {
	padding:0px;
	margin:0px;
	display:block;
	width:360px;
	float:left;
}


.fright{
	float:right;
}
.fleft{
	float:left;
}

/**/

#leftForm {
	width:330px;
	float:left;
	margin-bottom:10px;
}
#rightForm {
	width:430px;
	float:right;
	margin-bottom:10px;
}
#textC{
	display:block;
	margin-bottom:4px;
	font-size:12px;
}

.head {
	text-align:center;
	font-weight:bold;
	font-size:18px;
}

#link {
	font-size:16px;
	text-decoration:underline;
	color:#333;
}