@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
#menu {
	height: 38px;
	background-image: url(images/menu_line.jpg);
	text-align: center;
}
.read_more {
	float: right;
	height: 22px;
	width: 110px;
	margin-right: 30px;
	margin-top: 80px;
}
#content1 {
	height: 153px;
	background-image: url(images/content1.jpg);
}


#content2 {
	height: 258px;
	background-image: url(images/content2.jpg);
}
#services {
	height: 411px;
	background-image: url(images/services.jpg);
}
.flash_services {
	float: left;
	height: 380px;
	width: 400px;
	margin-left: 15px;
	margin-top: 10px;
}



.slide_show {
	float: right;
	height: 235px;
	width: 297px;
	margin-right: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #333333;
	margin-top: 0px;
}

#footer {
	height: 52px;
	background-color: #535353;
}



#banner {
	height: 125px;
	background-image: url(images/banner.jpg);
}


.oneColFixCtrHdr #container {
	width: 837px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 126px;
	background-image: url(images/header.jpg);

}
.welcome {
	height: 130px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F26A20;
	font-weight: bolder;
	margin-left: 50px;
	margin-top: 10px;
	text-align: justify;
	float: left;
	cursor: crosshair;
}
.text {
	height: 100px;
	width: 400px;
	margin-left: 50px;
	margin-top: 8px;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.footer_links {
	float: right;
	height: 30px;
	width: 500px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 10px;
	text-align: right;
	margin-right: 20px;
}
.contact {
	height: 380px;
	width: 400px;
	margin-top: 20px;
	margin-left: 15px;
	float: left;
}

.what_we_do {
	float: left;
	height: 220px;
	width: 500px;
	margin-top: 20px;
	margin-left: 10px;
	z-index: 2;
}
.development {
	float: left;
	height: 25px;
	width: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	margin-top: 20px;
	margin-left: 20px;
}
.color_flash {
	float: right;
	height: 130px;
	width: 330px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-top: 5px;
}
.flash_gallery {
	height: 400px;
	width: 780px;
	margin-left: 26px;
	margin-top: 5px;
	float: left;
}
.text_services {
	float: left;
	height: 350px;
	width: 500px;
	margin-left: 30px;
	margin-top: 20px;
	overflow: scroll;
	font-size: 12px;
}
