@charset "utf-8";
body {
	font: 100% Calibri, sans-serif;
	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: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 0% 20%;
	background-color: #FFFFFF;
}
.style #container {
	width: 930px;
	height: 755px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #A6A6A6;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
	margin-bottom: 40px;
}
.style #header {
	width: 930px;
	height: 140px;

}
.style #headernavbar {
	float: right;
	width: 200px;
	height: 140px;
	background: none;
	display: block;
	color: #fff;
	text-align: right;
}
.style #headernavbar ul {
	font-family: Myriad Pro, Verdana;
	color: #fff;
	font-size: 20px;
	list-style-type: none;
	line-height: 150%;
}
.style #headernavbar ul a:link {
	color:#060;
}
.style #headernavbar ul a:visited {
	color:#060;
}
.style #headernavbar ul a:active {
	color:#060;
}
.style #headernavbar ul a:hover {
	padding-right: 20px;
	color: #030;
	
}

.style #mainContent {
	width: 930px;
	height: 500px;
	background-image: url(images/services_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 10px;
	padding-top: 10px;
}
.style #maincontenttext {
	width: 600px;
	height: 460px;
	margin-left: 135px;
	margin-right: 135px;
	background-color:#FFF;
	padding: 15px;
	vertical-align: inherit;

}
.style #maincontenttextright {
	float: right;
	width: 360px;
	height: 150px;
	padding-top: 20px;
	position: static;
	top: 0px;
}
.style #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.style #footer {
	background:#fff;
	height: 90px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 930px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.style #footer_left {
	float: left;
	height: 90px;
	width: 400px;
}
.style #footer_right {
	float: left;
	height: 90px;
	width: 520px;
	margin-left: 8px;
	vertical-align: top;
	font-family: Calibri, Verdana;
	font-size: 11px;
	text-align: center;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCC;
	
}
.footer_right_gda {
	float: right;
	margin-top: 0px;
	display: inline;
}
a:active {
	text-decoration: none;
	color: #000;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
.title {
	font-size: 100px;
	font-family: Calibri, Verdana;
	color: #060;
	}
	.style #footer_right img {
	border: 0;
}