/* ATAC CSS Stylesheet */
/* general structural styles */
* {
	padding:0px;
	margin:0px;
	}
* html foo {
	bar:none;
} 
html {
	min-width: 725px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* hack to force IE5.x pc to center our wrapper div */
	background:  url("resources/backgrnd.gif");
}
p {
	margin-bottom:24px;
}
#external_wrapper {
	width: 725px;
	height:100%;
	height:auto;
	padding:0px;
	margin: 0px auto; 
	background-image:url("resources/back_pattern.gif");
	color:#FFFFFF;
}
#copyright_info {
	margin-top:10px;
	padding-bottom:10px;
	font-size:80%;
	font-weight:bolder;
}
#copyright_info a {
	color: #CC0000;
	text-decoration:none;
}
#copyright_info a:hover {
	color: #BDC5B4;
	text-decoration:none;
	border-top:2px solid #CC0000; 
}
#copyright_info a:active {
	color:#CC0000;
	text-decoration:none;
	border-top:2px solid #BDC5B4; 
}
#wrapper {
	width:725px;
	height:100%;
	color:#000000;
	margin: 0px auto;
	background-image:url("resources/page_wrapper.jpg");
	background-repeat: repeat-y;
	text-align: left; /* re-align the text to the left after the above hack */
}
#wrapper a {
	margin:0px;
	padding:0px;
	color:#51534F;
	text-decoration:none;
	font-weight:bold;
}
#wrapper a:hover {
	margin:0px;
	padding:0px;
	color: #BDC5B4;
	text-decoration:none;
	border-top:2px solid #CC0000; 
}
#wrapper a:active {
	margin:0px;
	padding:0px;
	color:#CC0000;
	text-decoration:none;
	border-top:2px solid #BDC5B4; 
}

/* other internal structural elements */
div#topImage {
	background-image:url("resources/top.jpg");
	background-repeat:none;
	width:725px;
	height:119px;
}
/* NAVIGATION */
#navBar {
	height: 31px; 
	clear: both;
	padding:0px;
	margin:0px;
	background:url("resources/navBar.jpg") no-repeat 0% 0%;
}
#navBar ul#menu {
	height: 31px; 
	padding:0px;
	margin: 0px;
	position: relative;
}
#navBar ul#menu li {
	height: 31px; 
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	position: absolute;
	top: 0px;
	display: block;
}
#navBar ul#menu a {
	height: 31px;
	display: block;
}
#navBar ul#menu li a {
	display: block;
	text-decoration: none;
}
ul#menu li span {
	display:none;
	text-indent: -9999px;
}


/* MENU OPTIONS */
#home {
	left:0px;
	width: 144px;
	height: 31px;
	background: url("resources/home.jpg") no-repeat 0px 31px;
	border:0px;
}
#home_current {
	left:0px;
	width: 144px;
	height: 31px;
	background: url("resources/home.jpg") no-repeat 0px -31px;
	border:0px;
}
#home a:hover {
	background:    url("resources/home.jpg") no-repeat 0px -31px;
	height: 31px;
	border:0px;
}
#home a:active {
	background:    url("resources/home.jpg") no-repeat 0px -31px;
	height: 31px;
	border:0px;
}

#about {
	left:144px;
	width: 131px;
	height: 31px;
	background:  url("resources/about.jpg") no-repeat 0px 31px;
	border:0px;
}
#about_current {
	left:144px;
	width: 131px;
	height: 31px;
	background:  url("resources/about.jpg") no-repeat 0px -31px;
	border:0px;
}
#about a:hover {
	background:    url("resources/about.jpg") no-repeat 0px -31px;
	height: 31px;
	border:0px;
}
#about a:active {
	background:    url("resources/about.jpg") no-repeat 0px -31px;
	height: 31px;
	border:0px;
}

#directions {
	left:275px;
	width: 141px;
	height: 31px;
	background:  url("resources/directions.jpg") no-repeat 0px 31px;
	border:0px;
}
#directions_current {
	left:275px;
	width: 141px;
	height: 31px;
	background:  url("resources/directions.jpg") no-repeat 0px -31px;
	border:0px;
}
#directions a:hover {
	background:    url("resources/directions.jpg") no-repeat 0px -31px;
	height: 31px;
	border:0px;
}
#directions a:active {
	background:    url("resources/directions.jpg") no-repeat 0px -31px;
	height: 31px;
	border:0px;
}

#services {
	left:416px;
	width: 125px;
	height: 31px;
	background:  url("resources/services.jpg") no-repeat 0px 31px;
	border:0px;
}
#services_current {
	left:416px;
	width: 125px;
	height: 31px;
	background:  url("resources/services.jpg") no-repeat 0px -31px;
	border:0px;
}
#services a:hover {
	background:    url("resources/services.jpg") no-repeat 0px -31px;
	height: 31px;
	border:0px;
}
#services a:active {
	background:    url("resources/services.jpg") no-repeat 0px -31px;
	height: 31px;
	border:0px;
}

#testimonials {
	left:541px;
	width:185px;
	height: 31px;
	background:  url("resources/testimonials.jpg") no-repeat 0px 31px;
	border:0px;
}
#testimonials_current {
	left:541px;
	width:185px;
	height: 31px;
	background:  url("resources/testimonials.jpg") no-repeat 0px -31px;
	border:0px;
}
#testimonials a:hover {
	background:    url("resources/testimonials.jpg") no-repeat 0px -31px;
	height: 31px;
	border:0px;
}
#testimonials a:active {
	background:    url("resources/testimonials.jpg") no-repeat 0px -31px;
	height: 31px;
	border:0px;
}

/* END OF MENU OPTIONS */	

#left_column {
	float:left;
	width: 332px;
	margin-top: 15px;
	margin-left: 20px;
}
#right_column {
	position:relative;
	width: 332px;
	margin-top: 15px;
	margin-left: 370px;
}
#bottom {
	background-image:url(resources/bottom.jpg);
	background-repeat:no-repeat;
	width:725px;
	height:42px;
	padding:0px;
}
/* BEGINNING CONTACT PAGE STYLES */
#content {
	margin-left:20px;
	margin-right:20px;
}

#content table{
	margin-top:20px;
}
/* END CONTACT PAGE STYLES */
#special_offers {
	background-image:url(resources/sub_sides.jpg);
	background-color:transparent;
	background-repeat:repeat-y;
	background-color:#BDC5B4;
	text-align:center;
}
#special_offers img {
	margin-top:10px;
}
#so_top {
	background-image:url(resources/special_offers.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width: 332px;
	height: 35px;
	padding: 0px;
	margin: 0px auto;
}
#so_bottom {
	background-image:url(resources/sub_bottom.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width: 332px;
	height: 18px;
	padding: 0px;
	padding-bottom:20px;
}
#looking {
	background-image:url(resources/sub_sides.jpg);
	background-color:transparent;
	background-repeat:repeat-y;
	background-color:#BDC5B4;
	text-align:center;
}
#look_top {
	background-image:url(resources/looking_for_work.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width: 332px;
	height: 35px;
	padding: 0px;
	margin: 0px auto;
}
#look_bottom {
	background-image:url(resources/sub_bottom.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width: 332px;
	height: 18px;
	padding: 0px;
	padding-bottom:20px;
}

#right_column img {
	margin-bottom:10px;
}

#need {
	background-image:url(resources/sub_sides.jpg);
	background-color:transparent;
	background-repeat:repeat-y;
	background-color:#BDC5B4;
	text-align:center;
}
#need_top {
	background-image:url(resources/need_to_talk_to.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width: 332px;
	height: 35px;
	padding: 0px;
	margin: 0px auto;
}
#need_bottom {
	background-image:url(resources/sub_bottom.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width: 332px;
	height: 18px;
	padding: 0px;
	padding-bottom:20px;
}
.empName {
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size:18px;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
}
.empName a {
	color:#000000;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size:18px;
	text-align:left;
	padding-bottom:10px;
}
.empName a:hover {
	color:#A20000;
	text-decoration:underline;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size:18px;
	text-align:left;
	padding-top:10px;
}
.empTitle {
	color:#BDC5B4;
	font-weight: bold;
	font-size:14px;
	font-style:italic;
	text-align:left;
	padding-left:10px;
}
span#testimonials_text {
	font-size:90%;
	margin-top:-2px;
	font-style:italic;
}
#testimonial_side {
	background-image:url(../images/testimonials_side.jpg);
	background-repeat:no-repeat;
	width:391px;
	height:341px;
}
#right_column li {
	list-style-image:url("resources/brakes.gif");
	list-style-position:inside;
	vertical-align:middle;
	margin-top:4px;
}
#left_column_about {
	float:left;
	width:332px;
	height:498px;
	background-image:url("resources/left_about.jpg");
	background-repeat:no-repeat;
	background-position:left top;
	padding:0px;
	margin-top:0px;
	margin-left:10px;
}
#left_column_directions {
	float:left;
	width:332px;
	height:617px;
	background-image:url("resources/left_directions.jpg");
	background-repeat:no-repeat;
	background-position:left top;
	padding:0px;
	margin-top:0px;
	margin-left:10px;
}
#left_column_services {
	float:left;
	width:332px;
	height:443px;
	background-image:url("resources/left_services.jpg");
	background-repeat:no-repeat;
	background-position:left top;
	padding:0px;
	margin-top:0px;
	margin-left:10px;
}
#left_column_testimonials {
	float:left;
	width: 332px;
	height:249px;
	background-image:url("resources/left_testimonials.jpg");
	background-repeat:no-repeat;
	background-position:left top;
	padding:0px;
	margin-top:0px;
	margin-left:10px;
}
#addtnl_info {
	font-size: 12px;
	padding: 20px;

}