/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000;
}
#container {
	height: 415px;
	width: 900px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background.png);
	padding-top: 185px;
}
#topNav {
	float: left;
	height: 36px;
	width: 650px;
	padding-left: 250px;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
}
.navElement {
	margin-right: 5px;
	margin-left: 5px;
	padding: 2px;
	width: auto;
	float: left;
	height: 32px;
	cursor: pointer;
}
.navSpacer {
	padding: 2px;
	width: auto;
	float: left;
	height: 32px;
	cursor: default;
}
#slideShowContainer {
	height: 354px;
	width: 710px;
	float: left;
	padding-left: 175px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 10px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	position: relative;
}
#lContent {
	height: 229px;
	width: 425px;
	float: left;
	padding-left: 175px;
	padding-bottom: 150px;
	color: #FFF;
	font-size: 14px;
}
#lContentServices {
	height: 229px;
	width: 370px;
	float: left;
	padding-left: 175px;
	padding-bottom: 150px;
	color: #FFF;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
}
#lContentContactUs{
	height: 150px;
	width: 325px;
	float: left;
	padding-top: 59px;
	padding-left: 200px;
	padding-bottom: 150px;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	overflow: visible;
	padding-right: 10px;
}
#rContent {
	height: 345px;
	width: 250px;
	float: left;
	background-image: url(images/homeRight.jpg);
	margin-left: 20px;
	margin-top: 10px;
}
#rContentServices {
	height: 27px;
	width: 330px;
	float: left;
	background-image: url(images/servicesRight.jpg);
	margin-top: 10px;
	padding-top: 336px;
	background-repeat: no-repeat;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
}
#rContentContactUs {
	height: 250px;
	width: 348px;
	float: left;
	background-image: url(images/contactRight.jpg);
	background-repeat: no-repeat;
	margin-top: 60px;
}
#slideButtons {
	height: 25px;
	width: 100px;
	position: absolute;
	top: 335px;
	left: 682px;
	visibility: visible;
	z-index: 1;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.button {
	height: 22px;
	width: 30px;
	float: left;
	padding-top: 3px;
	cursor: pointer;
	background-color:#521711;
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#back {
	margin-right: 5px;
}
#pause {
}
#forward {
	margin-left: 5px;
}
