/* @override http://bonsfeather.com/new/assets/style/screen.css */

* {
	padding: 0;
	margin: 0;
}

a {
	outline: none;
}

body {
	font: 62.5% Geneva, Arial, Helvetica, sans-serif;
	color: #727272;
}

#header {
	width: 953px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#header_left {
	float: left;
	width: 240px;
}

#header_right {
	float: left;
	width: auto;
}

#header_right blockquote {
	padding: 1em;
	color: #901643;
	background-color: #F6E8ED;
	

/*border: 2px solid #ebdee3;*/
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2;
}

#header_right p {
	font-size: 1.8em;
	font-weight: bold;
	color: #210500;
	margin: 5px 0 0 0;
}

#header_right p span {
	color: #7B6A67;
	font-weight: normal;
}

#header_right h2 {
	background: url(../images/h2_bg.png) no-repeat top left;
	display: block;
	height: 18px;
	width: 284px;
	margin: 5px 0 0px 0px;
	text-indent: -9999px;
}

h1#logo a {
	background: url(../images/logo.png) no-repeat top left;
	display: block;
	float: left;
	width: 238px;
	height: 100px;
	display: block;
	margin: 0 0 20px 0;
	text-indent: -9999px;
}

#nav_wrap {
	clear: both;
	width: 100%;
	background: #000 url(../images/nav_bg.png) repeat-x top left;
}

/* navigation */

#nav, ul.drop {
	width: 953px;
	margin: 0 auto;
	position: relative;
}

ul#nav li {
	font-size: 1.2em;
	display: inline;
}

ul#nav li a {
	float: left;
	color: #fff;
	display: block;
	padding: 1.4em 1em 1.1em 1em;
	margin: 0;
	text-decoration: none;
}

ul#nav li a:hover {
	color: #f6e8ed;
	background-color: #670023;
}

ul#nav li a.active {
	font-weight: bold;
	color: #210500;
	background-color: #efefef;
}

/* sub navigation */

ul.drop li {
	display: inline;
}

ul.drop li a {
	text-decoration: none;
	display: block;
	float: left;
	font-size: 1.1em;
	padding: 1.3em 1em 1em 1em;
	color: #fff;
}

ul.drop li a.active {
	background-color: #333;
}

ul.drop li a:hover {
	background-color: #272727 !important;
}

/* content */

#content_wrap {
	clear: both;
	width: 953px;
	margin: 0 auto;
	padding: 30px 0;
}

#content {
	width: 680px;
}

#content a:link, #content a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #a6183e;
	border-bottom: 1px dotted #8d0030;
	border-color: #fa4f8a;
}

#content ul {
	font-size: 1.3em;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 2em;
	line-height: 1.6;
	margin-bottom: 18px;
	color: #980033;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1.3em;
	line-height: 1.1;
	margin: 0 0 5px 0;
	color: #980033;
}

h3 span {
	font-size: 1.6em;
}

#homeicon1 {
	background: url(../../images/homeicon1.gif) no-repeat top left;
	height: 98px;
	padding-left: 110px;
	margin-right: 40px;
	width: 200px;
	float: left;
}

#homeicon2 {
	background: url(../../images/homeicon2.gif) no-repeat top left;
	height: 98px;
	padding-left: 110px;
	width: 200px;
	float: left;
}

#servicesicon1 {
	background: url(../../images/homeicon1.gif) no-repeat top left;
	height: 98px;
	padding-left: 110px;
	margin-right: 40px;
}

#servicesicon2 {
	background: url(../../images/homeicon2.gif) no-repeat top left;
	height: 98px;
	padding-left: 110px;
}

h4 {
	font-weight: bold;
	color: #670023;
	font-size: 1.4em;
	line-height: 1.1;
	margin: 0 0 5px 0;
}

.give_space {
	margin: 0 0 15px 0;
}

.space-me {
margin: 15px 0px 0px 0px;
}

p {
	font-size: 1.2em;
	line-height: 1.2;
	padding: 0 0 .5em 0;
	margin: 0 0 1em 0;
}

address {
	font-style: normal;
	font-size: 1.2em;
	margin: 0px 0px 20px 0px;
}

blockquote.tips {
	font-size:  1.2em !important;
	border-bottom: 1px solid #efefef;
	padding:  0 0 1em 0;
}

body#tips-tools #content_wrap h2 {
	padding:  0 0 .5em 0;
}

body#tips-tools #content_wrap h3 {
	padding:  0 0 .3em 0;
}

/* testimonials */

body#testimonials #content_wrap blockquote {
	background-color: #f6f6f6;
	color: #555;
	padding: 20px;
	margin: 0 0 15px 0;
	border: 5px solid #efefef;
}

body#testimonials #content_wrap blockquote.q1st {
	background: #f6f6f6 url(../images/quote_1st.gif) no-repeat 10px 10px;
}

#tips-tools #content blockquote {
	margin: 0 0 15px 0;
	font-size: 1.4em;
}

body#testimonials #content_wrap blockquote.q2nd {
	background: #fcfcfc url(../images/quote_2nd.gif) no-repeat 580px 10px;
}

/* forms */

input, textarea {
	font-size: 0.9em;
	background-color: #fff;
	color: #555;
	padding: 20px;
	margin: 0 0 15px 0;
	border: 1px solid #bfbfbf;
}

input {
	padding: 3px 5px;
	width: 250px;
}

textarea {
	padding: 5px;
	width: 400px;
	font-family: "Helvetica Nue", Helvetica, Arial, sans-serif;
}

form p {
	margin-bottom: 0px!important;
}

.bottom-space {
	margin-bottom: -5px!important;
}

/* sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 0 0 30px 0;
}

#sidebar img {
	border-style: none;
}

#sidebar h3 a {
	color: #a6183e;
	text-decoration: none;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li a {
	color: #a6183e;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.1;
}

#sidebar li a.active {
	color: #000!important;
}

/* footer */

#footer {
	border-top: 1px dotted #ccc;
	clear: both;
	width: 953px;
	margin: 0 auto;
	padding: 10px 0;
}

#footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 1em;
}

#footer p span {
	display: none;
	float: right;
}

#footer a {
	

/*font-weight: bold;*/
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

div.bubbleQuote {
	background: url(../../images/bubble2.gif) repeat-y left;
	margin-bottom: 18px;
}

div.bubbleQuote span {
	font-size: 1.4em;
	display: block;
	width: 150px;
	padding-left: 13px;
	margin-top: -7px;
}

/* clears */

/* clear the right way - add the id's or classes here that need clearing */

ul#nav:after, ul#nav ul:after, #nav_wrap:after, #content_wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul#nav, ul#nav ul, #nav_wrap, #content_wrap {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html ul#nav, * html ul#nav ul, * html #nav_wrap, * html #content_wrap {
	height: 1%;
}

ul#nav, ul#nav ul, #nav_wrap, #content_wrap {
	display: block;
}

/* End hide from IE-mac */