/********************************************
* The Schuster Center
* Developed by I-ology
* http://www.i-ology.com
*
* Created 05/23/07 - MB
*
* General Style Definitions
********************************************/

/*********************************
* Layout Definitions
*********************************/

#right-column {
	padding: 0;
	width: 519px;
	float: right;
}

#left-column {
	width: 217px;
	padding: 0 ;
	float: left;  
}

#content-text {
	padding: 20px 34px 38px 23px; 
}

#box-bg {
	background: #ffffff;
	width: 217px;
	width/**/:/**/ 209px;
	padding: 4px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

#box-border {
    border: 1px solid #d9d6d6;
    padding-bottom: 10px;
}

#text {
	padding: 0 10px 0 15px; 
}

#text p {
    font-size: 10px;
    color: #5c77a0;
}

#image-border {
	float: right;
    border: 1px solid #EAEAEA; 
	margin: 0 0 5px 10px;
	padding: 4px 5px 4px 5px;
}

#quote-area {
	width: 519px;
	height: 103px;
 	text-decoration: none;
    text-indent: -9999px;
	background:  url(/images/quote_1.gif) top left no-repeat;
}

#header-quote {
    float: right;
    width: 540px;
    height: 158px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/images/header_image.gif) top left no-repeat;
}

/*********************************
* Titles
*********************************/

#ttl-site-map {
    height: 28px;
	text-indent: -9999px;
}

#ttl-site-map {
	background: url(/images/ttl_site_map.gif) top left no-repeat;
}

/*********************************
* Promos
*********************************/

#promo-diagnosis {
	display: block;
	width: 197px;
	height: 94px;
	margin: 5px 5px 0 5px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	background:  url(/images/promo_diagnosis.gif) top left no-repeat;
}
a:hover#promo-diagnosis {
	background:  url(/images/promo_diagnosis.gif) bottom left no-repeat;
}

#view-testimonials {
	display: block;
	width: 167px;
	height: 27px;
	margin: 0 22px 0 18px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	background:  url(/images/btn_view_testimonials.gif) top left no-repeat;
}
a:hover#view-testimonials {
	background:  url(/images/btn_view_testimonials.gif) bottom left no-repeat;
}


/*********************************
* Lists 
*********************************/

#promo-list {
    width: 229px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#promo-list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
}

#promo-list a {
    height: 29px;
	display: block;
    text-decoration: none;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
}


#promo-list a#free-information {
	width: 229px;
	background:  url(/images/promo_free_information.gif) top left no-repeat;
}
#promo-list a:hover#free-information, body#free-information-on #promo-list a#free-information {
	width: 229px;
	background:  url(/images/promo_free_information.gif) bottom left no-repeat;
}

#promo-list a#coaching-call {
	width: 229px;
	background:  url(/images/promo_coaching_call.gif) top left no-repeat;
}
#promo-list a:hover#coaching-call, body#coaching-call-on #promo-list a#coaching-call {
	width: 229px;
	background:  url(/images/promo_coaching_call.gif) bottom left no-repeat;
}

#promo-list a#audio-library {
	width: 229px;
	background:  url(/images/promo_audio_library.gif) top left no-repeat;
}
#promo-list a:hover#audio-library, body#audio-libraryl-on #promo-list a#audio-library {
	width: 229px;
	background:  url(/images/promo_audio_library.gif) bottom left no-repeat;
}
