/* Layout for Brochure CSS Document for Dr. George A. Toledo v2 _2007  */

/* 3 column for brochures */
#column_wrapper_brochure {
	float: left;
	width: 100%;
	font-size: 90%;
	color: #00331e;
	line-height: 1.5em;
	background: url(img/info_btm_2x.png) repeat-x bottom left;
	border: #990000 solid 0px;
	}

#columnRight_brochure {
	 width: 49%;
	 float: left;
	 padding-bottom: 2em;
	}
#columnLeft_brochure {
	 width: 49%;
	 float: left;
	 padding-bottom: 2em;
	}
#columnLeft_brochure h3, #columnRight_brochure h3 {
	margin: 0;
	padding-left: 15px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 135%;
	font-weight: normal;
	color: #00331e; 
	}
	
#columnLeft_brochure ul {
	margin: 0;
	padding: 0 0 20px 0px;
	color: #00331e;
	}
#columnRight_brochure ul {
	margin: 30px 0 0 0;
	padding: 15px 0 20px 0px;
	color: #00331e;
	} 
#columnLeft_brochure h3 {
	background: url(img/divide.gif) repeat-y top right;
	margin: 0 0 2em 0;
	} 
	
#columnLeft_brochure ul {
	background: url(img/divide.gif) repeat-y top right;
	margin: 0 0 2em 0;
	} 
#columnLeft_brochure a, #columnRight_brochure a {
	text-decoration:none;
	font-weight: normal;
	}
#columnLeft_brochure ul li, #columnRight_brochure ul li {
	margin: 0 0 0 30px;
	padding: 0 0 0 5px;
	list-style: circle;
	font-size: 100%;
	line-height: 135%;
	}
	
#clear {
	clear: both;
	}
/* End 3 column */

/* Brochure caption
----------------------------------------------------------------------------------------------------------- */
#content p.br_captions {
	font-size: 93%;
	line-height: 1em;
	color: #103819;
	text-align: center;
	font-weight: bold;
	}
	
/* Brochure copyright
----------------------------------------------------------------------------------------------------------- */
#content p.br_copyright {
	padding: .5em 0 .5em 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	border-top: 1px dotted #a9a99d;
	border-bottom: 1px dotted #a9a99d;
	}
	
/* medical 2 column has <h3> in both columns and margin-top changes
----------------------------------------------------------------------------------------------------------- */
#columnRight_brochure_med h3 {
	margin:0;
	padding-left: 30px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 135%;
	font-weight: normal;
	color: #00331e; 
	}	
#columnRight_brochure_med ul {
	margin: 0;
	padding: 0 0 20px 0px;
	color: #00331e;
	}
#columnRight_brochure_med a {
	text-decoration: none;
	font-weight: normal;
	}
#columnRight_brochure_med ul li {
	margin: 0 0 0 30px;
	padding: 0 0 0 5px;
	list-style: circle;
	font-size: 100%;
	line-height: 135%;
	}
	
/*Start .back-button_br
----------------------------------------------------------------------------------------------------------- */	
#content p.back_button_br {
	font-size: 82%;
	line-height: 1.1em;
	text-align: right;
	}
#content p.back_button_br a {
	color: #092a0b;
	text-decoration: underline;
	}
#content p.back_button_br a:hover {
	color: #BD1B19;
	text-decoration: underline;
	}
	
#content p {
	font-size: 100%;
	color: #222222;
	line-height: 1.5em;
	text-align: justify;
	}
	
#content blockquote {
	font-size: 100%;
	color: #555;
	line-height: 1.5em;
	text-align: justify;
	}
