@charset "utf-8";
body {
	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/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #33312F;
	font-family: "Myriad Pro";
	font-size: 100%;
	font-weight: normal;
	background-size:cover;
}
.oneColFixCtr #container {
	width: 970px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container #header {
	height: 180px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 10px;
}
#container #header #logo {
	padding-top: 10px;
	height: 140px;
	padding-left: 15px;
	width: 290px;
	float: left;
}
#container #header #search {
	float: right;
	height: 81px;
	width: 650px;
}
#container #header #menu {
	float: right;
	height: 26px;
	width: 580px;
	padding-left: 30px;
	padding-right: 40px;
	padding-top: 1px;
	padding-bottom: 2px;
}


#container #body {
	background-image: url(../images/bgstripe.png);
	background-repeat: repeat-y;
	background-position: center center;
	width: 930px;
	margin-left: 25px;
	padding-left: 10px;
	clear: both;
}
#container #bodyCap {
	background-image: url(../images/bgbottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
	width: 940px;
	margin-left: 25px;
	clear: both;
}

#container #footer {
	background-image: url(../images/reflection.png);
	height: 40px;
	width: 945px;
	margin-left: 25px;
}
#container #body #servicesMenu {
	width: 280px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-bottom: 20px;
	float: left;
}
#container #body #mainContent {
	padding-right: 30px;
	float: right;
	width: 598px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 18px;
}
#container #body #mainContent p {
	margin: 0px;
	text-indent: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#container #body #mainContent a {
	margin: 0px;
	padding: 0px;
	color: #000;
	text-decoration: underline;
}
#container #body #mainContent a:hover {
	margin: 0px;
	padding: 0px;
	color: #707070;
	text-decoration: underline;
}




#container #body #servicesMenu #servicesMenuHeader {
	text-align: center;
	font-size: 25px;
	text-decoration: underline;
	text-transform: capitalize;
	font-weight: normal;
	margin-bottom: 10px;
}
#container #header #pageTitle  {
	float: right;
	width: 650px;
	text-align: center;
	padding-top: 15px;
}
#container h1   {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#container #body #adSpace {
	padding-right: 30px;
	float: right;
	width: 598px;
	padding-left: 20px;
	padding-top: 10px;
	clear: both;
	background-image: url(../images/shortBorderBottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#container #body #adSpace  a {
	color: #000;
}
#container #body #adSpace a:hover {
	color: #707070;
}


#container #body #adSpace #leftColumn {
	float: left;
	width: 298px;
}
#container #body #adSpace #rightColumn {
	float: right;
	width: 288px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
	padding-left: 10px;
}
#container #body #adSpace #rightColumn #clipBoard {
	background-image: url(../images/clipBoard.png);
	background-position: left center;
	height: 26px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
}
#container #body #adSpace #leftColumn #youTube {
	background-image: url(../images/youtube_logo.png);
	background-position: left center;
	height: 26px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
}
#container #header #search #seachBar {
	float: right;
	height: 24px;
	width: 200px;
}
#container #header #search #seachBar #query {
	background-image: url(../images/searchbar.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 162px;
	height: 20px;
	background-color: #434240;
	padding-left: 10px;
	padding-top: 4px;
}
