/* Framework */
.clearboth, .clearBoth {
	clear:both;
}
html {
	height:100%;
	margin-bottom:1px;
}
body {
	background-color: #FFFFFF;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main {
	width:960px;
	min-height:572px;
	margin:20px auto 0 auto;
	padding:0;
	position:relative;
	/* overflow:auto; */
}
#header {
	width:960px;
	height:120px;
	background-image: url(library/gfx_header.jpg);
	background-repeat: no-repeat;
	position:relative;
}
#addressbox {
	width:200px;
	min-height:1em;
	position:absolute;
	top:6px;
	left: 10px;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
	margin:0;
	padding:0;
	line-height:1.2;
}
	#addressbox p {
		margin:0;
	}

#menu {
	width:180px;
	min-height:270px;
	padding:0 60px 0 20px;
	margin:20px 0 20px 0;
	float:left;
	background-image: url(library/bg_menu.jpg);
	background-repeat: no-repeat;
}
	.menu_title {
		display:block;
		font-size:18px;
		font-weight:bold;
		text-transform:uppercase;
		font-style:italic;
		line-height:1;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #666C7A;
		margin-top:1em;
	}
	.menu_item {
		display:block;
		font-size:12px;
		font-style:italic;
		margin-left:1em;
		margin-top:.25em;
		cursor:default;
	}
	.menu_title a:link, .menu_title a:visited, .menu_item a:link, .menu_item a:visited {
		color:#000000;
	}
	.menu_title a:hover, .menu_item a:hover {
		/* color:#000000; */
		text-decoration:none;
		color: #F7931D;
	}
#content {
	margin:20px 20px 20px 0;
	width:510px;
	min-height:220px;
	background-color: #FFFFFF;
	float:left;
	overflow:auto;
}
	#staff p {
		line-height:1.25;
		margin:0;
	}
	.success_story_question {
		font-weight:bold;
		font-style:italic;
	}
	.success_story_answer, .testimonial {
		padding:.5em 2.5em;
		color: #844A04;
		background-image: url(library/gfx_quote.jpg);
		background-repeat: no-repeat;
	}
	.testimonial {
		font-style:italic;
	}
	.testimonial_writer {
		font-style:normal;
		font-weight:bold;
	}
#links {
	width:130px;
	min-height:260px;
	padding:0 20px 0 20px;
	margin:20px 0 20px 0;
	float:left;
	background-image: url(library/bg_links.jpg);
	background-repeat: no-repeat;
}
	#links br {
		clear:both;
		width:100%;
		height:20px;
	}

#footer {
	width:960px;
	height:229px;
	background-image: url(library/gfx_footer.jpg);
	background-repeat: no-repeat;
}

/* Other structural items */
.clearBoth {
	clear:both;
}

/* Fonts and text */
.img_left, .img_right {
	float:left;
	border:0;
	margin:0 5px 5px 0;
}
.img_right {
	float:right;
	margin:0 0 5px 5px;
}
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	text-transform: uppercase;
	margin:0;
	line-height:2;
}
h2 {
	font-size: 16px;
	text-transform:none;
}
.infobox p {
	margin:0;
	line-height:1.5;
}
ul {
	margin:0;
	padding:0;
}
li {
	line-height:1.25;
	margin:0 0 0 1.5em;
	padding:0;
}
a:link, a:visited {
	color: #9A5606;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F7931D;
}
.phone {
	color: #9A5606;	
}
.phone:hover {
	text-decoration: underline;
	color: #F7931D;
	cursor:pointer;
}
table#table_feature_benefit {
	/* border: 1px black solid; */
	border-collapse:collapse;
}
table#table_feature_benefit tr td {
	vertical-align:top;
	text-align: left;
	padding:1em 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CACCD1;
}
table#table_feature_benefit tr th {
	background-color:#caccd1;
}
.table_altline {
	background-color: #F2F2F4;
}