* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 800px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color: #57575A;
	
}
h1, h2, h3{

	color: #ee1c23;
	font-size: 18px;
	font-weight: 500;
	padding-top: 10px;
}

p {
	padding-bottom: 10px;
}
p.price, span.price, p.questions { /*this is for all bolded portions of paragraphs or sentences*/
	font-weight: bold;
}

p.help {
	color: #f00;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
ul.ul-items li {					/*applied to all lists within main content to differentiate between <p>s*/
	margin-left: 35px;
	padding-bottom: 5px;
}
.inner_content p span.float {
	float: right;
}
h2.normal {
	color: #57575A;
	font-size: 15px;
}
#layout {
	width: 1000px;
	margin:  auto;
}
#topcontainer {
	width:65%;
	min-width: 600px;
	height:auto;
	text-align: right;
	margin-top: 15px;
	margin-left: 15px;
}
#layout_logo {
	height: 66px;
	width: 549px;
	text-align: left;
	float: left;
	}
#layout_logo  h1 a:link, #layout_logo h1 a:visited, #layout_logo h1 a:hover, #layout_logo h1 a:active {
	background: url(images/logo.jpg) no-repeat center top; /*This uses your logo as a background, so you can change it here if
																you ever change your logo, and not worry about the HTML
																It is also more search engine friendly and screen-reader friendly*/
	width: 549px;
	height: 66px;
	display: block;
	clear: both;
	text-decoration: none;
}

#layout_logo h1 span {
	display:none;
}
#layout_logo h1 a img {
	border: none;	
}
#layout_navigation {
	display: inline;
	height: 102px;
}
#layout_navigation .buttons {
	width: 600px;
	margin-top: 15px;
	float: left;
}
#layout_navigation .buttons img {
	border: 0;
}
#layout_navigation .buttons li {
	float: left;
	list-style-type: none;
	text-align: center;
}
#layout_navigation .buttons a:link, #layout_navigation .buttons a:visited {
	display:block;
	font-size: 14px;
	text-decoration: none;
	color: #57575A;
	border: 1px solid #fff; /*this is so the buttons don't appear to move on hover*/
}
#layout_navigation .buttons a:hover{
	color: #E67817;
	border: 1px solid #e67817; /*this is to make a little more obvious the buttons are part of the links and not the logo*/
}

#layout_navigation .slogan {
	font-size: 14px;
	font-weight: bold;
	width: 200px;
	color: #3188B6;
	text-align: center;
	float: left;
}
#main_content {
	width: 65%;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}
.inner_content {
	width: 86%;	
	margin-right: 10px;
}
#right_bar {
	clear: both;
	position:absolute;
	top:10px;
	left:75%;
	width:200px;
	height:710px;
}
#right_bar img {
	padding-left: 21px;
}
#right_bar  ul#homelinks {
	text-align: center;
	font-weight: 500;
	list-style: none;
	width: 200px;
	font-size: 15px;
	margin-top: 10px;
}
#right_bar ul#homelinks li {
	border-bottom: 1px dotted #DDDDDB;
	width: 200px;
	line-height: 12pt;
}
#right_bar ul#homelinks li a {
	text-decoration: none;
}
#right_bar h2 {
	color: #f00;
	text-align: center;
	padding: 10px;
	font-size: 18px;
}
#right_bar ul#services {
	list-style: none;
	text-align: left;
}
#right_bar ul#services li {
	margin-top: 15px;
	text-decoration: underline;
}
#right_bar ul#services li a {
	font-weight: bold;
}
#right_bar ul#services li a span {
	font-weight: normal;
	font-style: italic;
}
#right_bar ul#services li.em {
	font-weight: bold;
	font-style: italic;
	}
#cs { /*This page cs.html(the survey link) has very little content, this is to keep the footer from overlapping the right menu*/
	min-height: 400px;
}
					/*Service Area Map Page*/
.service-area {
	text-align: center;
	width: 1016px;
	margin: auto;
}
					/*end map page*/
.center {
	text-align: center;
}
.center h1 {
	color: #EE1C23;
}
.clear{ 
	clear: both;
	width: 540px;
	text-transform: uppercase;
}
.clear p {
	margin-top: 10px;
}
.special {            /*RED BOX WITH LINK TO DISCOUNT*/
	background: #f00;
	color: #fff;
}
.special p { 
	padding: 3px;
	margin: 0;
	text-align: center;	
	font-weight: bold;
}
.box {							/*Not sure what these styles are for, but left them just in case! JY*/
	background-color: #FFEEDF;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #E67817;
	margin-top: 20px;
	padding: 5px;
}								
.box_content {
	border: 1px solid #E67817;
	border-top: 0px;
	padding: 5px;
} 
								/*end unknown*/

.heavy {
	font-weight: bold;
	font-style: italic;
	color: #EE1C23;
}
span.em {					/*bolded AND italic portions of paragraphs and sentences*/
	font-weight: bold;
	font-style: italic;
}
								/*styles for all tables except virus removal page*/
table {
	text-align: center;
	border-bottom: 1px solid #57575a;
	border-left: 1px solid #57575a;
}
table td {
	padding: 10px;
	border-top: 1px solid #57575a;
	border-right: 1px solid #57575a;
}
table th {
	border-top: 1px solid #57575a;
	border-right: 1px solid #57575a;
	height: 30px;
}
table th.bold, table td.bold {
	font-weight: bold;
}
.inner_content table h2 {
	color: #EE1C23;
	font-size: 14px;
}
								/*Virus removal page table styling*/
table#virus {
	border: none;
}
table#virus tr {
	padding-bottom: 10px;
}
table#virus td {
	width: 45%;
	margin-right: 10px;
}
#virus td.def {
	padding-left: 5%;
	font-weight: bold;
}
									/*end virus table*/

#footer {
	border-top: 1px dotted #DDDDDB;
	clear: both;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
}


.testimonials p {
	font-style: italic;
}

.testimonials .odd {
	padding: 10px;
	background-color: #f8f6f6;
}

.testimonials .even {
	padding: 10px;
	background-color: #fff;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}

.testimonials .first {
	border-top: 0px;
}


