/*
*************************************************

Healing Design
Common Screen Styles

Created by Bob Schwartz
http://www.fotografics.it

*************************************************
*/

/*-------------------------------------------  
  General Selectors
-------------------------------------------*/
* { 
	margin: 0;
	padding: 0;
}
body {
	background-color: #0d2c4b;
	text-align: center;
	font: 9pt/14pt Verdana, Arial, helvetica, sans-serif;
	color: #b7b8b7;
}
img {
	border: 0;
}
a img { 
	border: none;
}
h1, h2 {
	font: 9pt/11pt Arial, helvetica, sans-serif;
	font-weight: bold;
	color: #beb5a0;
	letter-spacing: 0.10em;
}
/*-------------------------------------------  
  Basic Page
-------------------------------------------*/
#wrapper {
	width: 740px;
	margin: 0 auto;
}
#head {
	width: 740px;
	height: 133px;
}
#content {
	min-height: 400px;
	height: auto !important;
	height: 400px;
	width: 740px;
	text-align: left;
	font: 8pt/14pt Verdana, Arial, helvetica, sans-serif;
	color: #8f9090;
}
#footer {
	width: 550px;
	padding: 30px 0 0 0;
	font: 8pt/12pt Verdana, Arial, helvetica, sans-serif;
	text-align: left;
}
/*-------------------------------------------  
  Content
-------------------------------------------*/
#slogan {
	float: right;
	margin: 103px 10px 0 0;
	display: inline;
}
#con_txt {
	float: left;
	display: inline;
	width: 550px;
	margin: 20px 0 0 190px;
}
#con_txt_lft {
	float: left;
	display: inline;
	width: 245px;
	margin: 0 0 0 15px;
}
#con_txt_rht {
	float: right;
	display: inline;
	width: 245px;
	margin: 0 10px 0 0;
}
#hd-logo {
	width: 180px;
	height: 85px;
	float: left;
	display: inline;
	margin: 30px 0 0 10px;
	background: url(../im/logo_full.jpg) no-repeat bottom left;
}
/*-------------------------------------------  
  Left Menu
-------------------------------------------*/
#lft_mnu {
	display: inline;
	width: 180px;
	float: left;
	margin: 0 0 0 -730px;
	text-align: left;
	font: 10pt/14pt Verdana, Arial, helvetica, sans-serif;
}
#lft_mnu ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	color: #c3c3c3;
}
#lft_mnu li {
	height: 20px;
}
#lft_mnu li.no-link {
	background: url(../im/lft_dwn_arw.jpg) no-repeat left;
	color: #F2AB21;
	padding: 0 0 0 15px;
}
#lft_mnu ul a {
	padding: 0 0 0 15px;
	color: #c3c3c3;
	text-decoration: none;
}
#lft_mnu ul a:hover {
	background: url(../im/lft_ovr_arw.jpg) no-repeat left;
	color: #A09CC4;
}
#lft_mnu ul a:active {
	background: url(../im/lft_dwn_arw.jpg) no-repeat left;
	color: #F2AB21;
}
/*-------------------------------------------  
  Left Menu - Contact
-------------------------------------------*/
#cntct {
	color: #A09CC4;
}
#cntct a {
	color: #A09CC4;
}
#cntct a:hover {
	background: url(../im/lft_ovr_arw_contact.jpg) no-repeat left!important;
}
#cntct a:active {
	background: url(../im/lft_dwn_arw_contact.jpg) no-repeat left;
}
#cntct li.no-link {
	background: url(../im/lft_dwn_arw_contact.jpg) no-repeat left;
}
/*-------------------------------------------  
  Styling
-------------------------------------------*/
.no_bullet {
	list-style: none;
}
#con_txt_rht a {
	color: #8f9090;
}
#con_txt_rht a:hover {
	color: #F2AB21;
}
#con_txt_rht a:active {
	color: #F00;
}
#footer a {
	color: #8f9090;
	background: url(../im/poplink.gif) no-repeat right;
	padding: 0 15px 0 0;
}
#footer a:hover {
	color: #F2AB21;
	background: url(../im/poplink_ovr.gif) no-repeat right;
}
#footer a:active {
	color: #F00;
}
#contact-footer a {
	color: #8f9090;
	background: url(../im/poplink_contact.gif) no-repeat right;
	padding: 0 15px 0 0;
}
#contact-footer a:hover {
	color: #F2AB21;
	background: url(../im/poplink_contact_ovr.gif) no-repeat right;
}
#contact-footer a:active {
	color: #F00;
}
.sml {
	font: 6.5pt/9pt Verdana, Arial, helvetica, sans-serif;
}
.red {
	color: #F00;
}
/*-------------------------------------------  
  Positioning
-------------------------------------------*/
.mar_top_5 {
	margin-top: 5px;
}
.mar_bot_5 {
	margin-bottom: 5px;
}
.mar_top_10 {
	margin-top: 10px;
}
.mar_bot_10 {
	margin-bottom: 10px!important;
}
.mar_top_bot_10 {
	margin: 10px 0;
}
.mar_lft_15 {
	margin-left: 15px;
}
.cen {
	text-align: center;
}
/*-------------------------------------------  
  Hacks
-------------------------------------------*/
.clearit {
	clear: both;
	height: 1px;
	margin-top: -1px;
}