@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html {
	background-attachment: fixed;
	background-image: url(../images/BG/htmlBG.jpg);
	background-repeat: no-repeat;
	background-position: center 210px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
}
div#pageWrapper {
	width: 980px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
div#contentShellLeft {
	float: left;
	width: 200px;
	position: fixed;
}
div#theMainNav a:link, div#theMainNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
div#theMainNav a:Hover {
	color: #E4E4E4;
	text-decoration: none;
}
a:active, a:focus {
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}

div#theLogo {
	margin-top: 20px;
	background-image: url(../images/logosHeaders/logoATS.jpg);
	height: 130px;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}
#theMainNav UL {
	list-style-type: none;
	text-align: right;
	color: #FFFFFF;
	margin-top: 20px;
	font-weight: normal;
	font-size: 1.3em;
}
div#theMainNav li {
	margin-bottom: 5px;
}
div#contentShellRight {
	float: right;
	width: 780px;
}
div#topCapBG {
	background-image: url(../images/BG/topCapBG.png);
	height: 40px;
	width: 780px;
	background-repeat: no-repeat;
}
div#theBodyContentBG {
	background-image: url(../images/BG/theBodyBG.png);
	background-repeat: repeat-y;
	width: 780px;
}
div#theHeader {
	height: 130px;
	width: 700px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../images/logosHeaders/taglineGreen.jpg);
	color: #FFFFFF;
	position: relative;
}
div#theHeader h1 {
	position: absolute;
	left: 171px;
	top: 53px;
	right: auto;
}

div#sectionInfo {
	background-color: #666666;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../images/BG/noiseSectionInfoBG.jpg);
	background-repeat: repeat;
}
div#sectionInfo  a:link, div#sectionInfo a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
div#sectionInfo a:hover {
	color: #CCCCCC;
}


div#leftSide {
	background-color: #FFFFFF;
	height: 220px;
	width: 220px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	margin-bottom: 19px;
}
div#rightSide {
	float: right;
	width: 420px;
	margin-top: 20px;
	margin-right: 20px;
	color: #E9E9E9;
}
div.clearBothSpace {
	clear: both;
	height: 1px;
}
div#theBody {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	color: #666666;
}
.serviceTitle {
	background-color: #CCCCCC;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	background-image: url(../images/BG/servicesSectionBG.jpg);
	background-repeat: no-repeat;
}
.serviceTitle p, .serviceTitle h4 {
	margin-left: 105px;
}

div.serviceTitle img {
	margin-right: 20px;
}
#theBody ul {
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: .9em;
}

.noMargineBtm {
	margin-bottom: 0px;
}
.margine20_RtBt {
	margin-right: 20px;
	margin-bottom: 20px;
}
.margin20_Bt {
	margin-bottom: 20px;
}
.margine20_Rt {
	margin-right: 20px;
}





div#bodyLeft {
	float: left;
	width: 340px;
}
div#bodyRight {
	float: right;
	width: 340px;
}

div#theModules {
	margin-right: 40px;
	margin-left: 40px;
}

div#moduleLeft {
	width: 320px;
	float: left;
	padding: 10px;
	background-image: url(../images/BG/newsBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
div#moduleRight {
	width: 320px;
	float: right;
	padding: 10px;
	background-image: url(../images/BG/testimonialsBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
div#btmCapBG {
	background-image: url(../images/BG/btmCapBG.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 780px;
}
div#siteInfo {
	font-size: .7em;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
div#siteInfoLogo {
	position: absolute;
	left: 631px;
	top: -4px;
}

li.selectedNav  {
	color: #CCCCCC;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(../images/Layout/liArrow.png);
}
