body {
	background-color: #333;
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding-left: 14px;
	padding-bottom: 21px;
	margin: 0;
}
ul {
	list-style-type: disc;
}
li {
	padding-top: 6px;
	padding-left: 0px;
}
ul.tocontent {
	list-style-type: none;
}
.tocontent a {
	font-size: 16px;
	color: #900;
	font-family: "Open Sans Condensed", sans-serif;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
h1{
	font-size: 32px;
	font-weight: bold;
	color: #333;
	padding-bottom: 30px;
	font-family: "Open Sans Condensed", sans-serif;
	line-height: 38px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #900;
	font-family: 'Open Sans Condensed', sans-serif;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 21px;
	padding-top: 12px;
	padding-left: 60px;
	font-style: italic;
}
h4 {
	font-size: 16px;
	color: #900;
	line-height: 32px;
	font-style: italic;
	font-weight: normal;
}
.quote {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 24px;
	color: #900;
}
.quotelg {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 32px;
	color: #900;
	font-weight: bolder;
}
.callout p {
	color: #ccc;
}
.callout a:link {
	font-size: 12px;
	color: #666;
}
.callout a:visited {
	font-size: 12px;
	color: #666;
}
#hoffmanebook {
	font-size: 10px;
	color: #999;
	position: absolute;
	left: 117px;
	top: 19px;
}
a img {
	border: none;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}
.container {
	width: 960px;
	margin: 0 auto;
	background-image: url(images/bkg_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
}
.home{
	background-image: url(images/home_backgroud.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 714px;
}
.contact{
	background-image: url(images/contact_backgroud.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 714px;
}
.contact {
	color: #CCC;
	font-size: 14px;
	line-height: 24px;
}
.contact a {
	color: #CCC;
}
.contact a:visited {
	color: #CCC;
}
.contacth1 {
	font-size: 18px;
	font-weight: bold;
	color: #CCC;
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 0px;
	}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 170px;
}

/* ~~ content area ~~ */
.content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 120px;
	position: relative;
}
.textpadding_right  {
	padding-right: 60px;
	position: relative;
}
.content p img {
	float: right;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 12px;
}

/* ~~ footer ~~ */
.footer {
	background-color: #333333;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 35px;
}
#socialmedia {
	color: #999;
	top: 710px;
	left: 442px;
	font-size: 12px;
}
#socialmedia a {
	text-decoration: none;
	color: #999;
	}
#socialmedia a:hover {
	color: #999;
	text-decoration: underline;
	}
#page {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	vertical-align: bottom;
	padding-top: 12px;
}
.copyright {
	font-size: 10px;
	color: #999;
	float: left;
	}
.next a {
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
	background-color: #900;
	height: 22px;
	width: 120px;
	margin-right: 10px;
	margin-left: 26px;
	padding-top: 3px;
	padding-right: 32px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-image: url(images/back.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.next a:hover {
	text-decoration:underline;}
.toc a {
	text-decoration:underline;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
	background-color: #900;
	height: 22px;
	width: 120px;
	margin-right: 10px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 32px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-image: url(images/toc.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.toc a:hover {
	text-decoration:underline;}
.back a {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
	background-color: #900;	
	height: 22px;
	width: 120px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 32px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-image: url(images/next.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.back a:hover {
	text-decoration:underline;}
hr {
	color: #666;
	border: none;
	background-color: #666;
	height: 1px;
	width: 100%;
	margin-top: 20px;
}
.right {
	float: right;
	padding-right: 35px;
}
.rightimage {
	float: right;
	clear: left;
}
.red {
	font-size: 14px;
	font-weight: bold;
	color: #900;
}
.clearfloat {
	float: right;
}

.textpadding_right img {
	float: right;
}
#benefit1 {
	width: 599px;
	position: absolute;
	left: 0px;
	top: 1px;
	height: 142px;
}
#benefit2 {
	width: 599px;
	position: absolute;
	left: 0px;
	top: 143px;
	height: 139px;
}
#benefit3 {
	width: 599px;
	position: absolute;
	left: 0px;
	top: 295px;
	height: 125px;
}
.alignleftimage {
	float: left;
	padding-right: 6px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
