/* @override http://localhost/~andy/Anderson/styles.css */

body {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}

/* @group bground */

div.bground_top {
	width: 820px;
	height: 35px;
	display: block;
	background: url(images/bground_top.jpg) no-repeat;
	margin-bottom: 0;
	padding-bottom: 0;
}

div.bground_middle {
	width: 820px;
	display: block;
	background: url(images/bground_middle.jpg) repeat-y;
}

div.bground_bottom {
	width: 820px;
	height: 50px;
	display: block;
	background: url(images/bground_bottom.jpg) no-repeat;
}



/* @end */

/* @group header */

div.header {
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
	background: url(images/top_header_box.jpg) no-repeat;
	width: 475px;
}

div.header h1 {
	color: blue;
	font: italic bold 24px "Times New Roman", Times, serif;
	text-align: center;
}

div.header h2 {
	color: blue;
	font: italic 18px "Times New Roman", Times, serif;
	text-align: center;
}



/* @end */

/* @group sidebar */

ul.sidebar {
	display: block;
	list-style-type: none;
	width: 180px;
	margin-top: 0;
	padding: 10px;
	height: 650px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}


ul.sidebar li a {
	height: 50px;
	width: 170px;
	display: block;
	background: url(images/button_normal.jpg) no-repeat;
	text-decoration: none;
	color: blue;
	padding: 12px 0 0 20px;
}

ul.sidebar li a.tall {
	width: 170px;
	height: 74px;
	display: block;
	background: url(images/button_tall.jpg) no-repeat;
	text-decoration: none;
	padding: 12px 0 0 20px;
}

ul.sidebar li a#active {
	font-weight: bold;
	font-style: italic;
}

ul.sidebar li a:hover {
	text-decoration: underline;
	background: url(images/button_normal_over.jpg) no-repeat;
}

ul.sidebar li a.tall:hover {
	text-decoration: underline;
	background: url(images/button_tall_over.jpg) no-repeat;
}

ul.sidebar li a:visited {
	color: blue;
}



/* @end */

/* @group main content */

div.main {
	width: 550px;
	padding: 15px;
	min-height: 650px;
	font: 16px Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	background-color: transparent;
	position: relative;
	left: 200px;
	top: -680px;
}

div.main a {
	text-decoration: none;
	color: blue;	
}

div.main a:hover {
	text-decoration: underline;
}

div.main p {
	text-indent: 20px;
	display: block;
}

div.main p.no_indent {
	text-indent: 0px;
}

img.inpage_image {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

div.main a img.inpage_image {
	border-style: none;
}

p.image_caption {
	font-size: smaller;
	text-align: center;
}

p.service_area
 {
	font-size: x-small;
	clear: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: -400px;
}

p.service_area_second
 {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* @group contact form */

form fieldset span.red_bold {
	color: red;
	font-weight: bold;
	font-size: larger;
}

form fieldset label {
	display: inline;
}

form fieldset input {
	display: block;
}

form fieldset input.checkbox {
	display: inline;
}

form fieldset input.button {
	display: inline;
}

form fieldset input.textarea {
	width: 40em;
	height: 4em;
}



/* @end */



/* @end */

div#copyright p {
	width: 750px;
	text-align: center;
	padding-bottom: 0;
	clear: left;
	border-top: 1px dotted blue;
	padding-top: 10px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

img.angies_list {
	padding: 15px;
}

/* @group gutter colors */

ul.gutter_color_list {
	list-style-type: none;
}

ul.gutter_color_list li {
	list-style-type: none;
	height: 25px;
}

ul.gutter_color_list li img {
	border-style: solid;
	border-width: 1px;
	margin-right: 10px;
}



/* @end */

ul.no_main_bullet li {
	list-style-type: none;
	font-weight: bold;
}

ul.no_main_bullet li li {
	list-style-type: disc;
	font-weight: normal;
	font-style: normal;
}

/* @group sublinks */

ul.sub_link_list {
	list-style-type: none;
	padding: 0;
}

ul.sub_link_list li {
	display: inline;
	padding: 0 .5em;
}

ul.sub_link_list li a {
	text-decoration: underline;
}



/* @end */

a img {
	border: none;
}

div.highlight {
	border: 5px double yellow;
	padding: 10px;
}

div.highlight h3 {
	margin-top: 0;
}