@charset "UTF-8";

/* Basic page structure and styling */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images_new/body_background_3.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #8C230A;
	text-align: center;
}
#container {
	padding: 0px;
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#banner {
	height: 128px;
	width: 650px;
	display: block;
	background-image: url(../images_new/banner_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo {
	float: left;
}
#logo a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 128px;
	width: 216px;
	background-image: url(../images_new/banner_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo a span, #navone ul li a span, .hide {
	position: absolute;
	left: -500px;
	top: -500px;
	margin: 0px;
	padding: 0px;
}
#navone {
	display: block;
	height: 27px;
	width: 420px;
	margin: 101px 0px 0px;
	padding: 0px;
	float: right;
}
#navone ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#navone ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#navhome {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 47px;
	background-image: url(../images_new/nav_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a#navhome:hover {
	background-position: -47px;
}
#navthegroup {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 77px;
	background-image: url(../images_new/nav_thegroup.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a#navthegroup:hover {
	background-position: -77px;
}
#navbooks {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 51px;
	background-image: url(../images_new/nav_books.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a#navbooks:hover {
	background-position: -51px;
}
#navservices {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 67px;
	background-image: url(../images_new/nav_services.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a#navservices:hover {
	background-position: -67px;
}
#navtestimonials {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 97px;
	background-image: url(../images_new/nav_testimonials.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a#navtestimonials:hover {
	background-position: -97px;
}
#navcontact {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 63px;
	background-image: url(../images_new/nav_contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a#navcontact:hover {
	background-position: -63px;
}

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBD4B5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	color:#B0A98F;
	padding: 10px;
	text-align: center;
	clear: both;
	margin: 0px;
}

/* Text styling for body content */


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 160%;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 10px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	line-height: 140%;
	margin: 0px;
	padding: 0px 0px 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8C230A;
	font-weight: bold;
	font-size: 100%;
	margin: 0px;
	padding: 0px 0px 5px;
}
h2.highlight {
	margin: 0px;
	padding: 8px 0px 0px 11px;
	background-image: url(../images_new/feature_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 22px;
	width: 179px;
	color: #F3EFDC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
div.feature {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DBD4B5;
	border-left-color: #DBD4B5;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
}
div.featurebottom {
	background-image: url(../images_new/feature_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 14px;
	width: 190px;
	margin-bottom: 10px;
}
ul, ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
}
ul ul, ul ol, ol ul, ol ol {
	font-size: 100%;
}
#responses div {
	padding: 10px;
	border-bottom: solid 1px #DBD4B5;
}
#responses {
	margin-bottom: 20px;
}
#blogsearch {
	margin-top: 20px;
}
div.post {
	border-bottom: solid 1px #DBD4B5;
	margin-bottom: 20px;
}
.alignleft {
	float: left;
}
.alignright {
	float:right;
}



/* Link styling */

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #8C230A;
	text-decoration: underline;
}
a:active {
	color: #8C230A;
	text-decoration: underline;
}
h2 a:link, h2 a:visited {
	color: #8C230A;
}
h2 a:hover, h2 a:active {
	color: #000000;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2.highlight a:link, h2.highlight a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h2.highlight a:hover, h2.highlight a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.clearspace {
	margin: 0px;
	padding: 0px;
	clear: both;
}
