/* Brown */

body.bc-brown {
	border-top: 4px solid #7F5124;
}

.bc-brown .contentheading,
.bc-brown #main-section a,
.bc-brown .moduletable h3,
.bc-brown #left-column .module h3,
.bc-brown #right-column .module h3,
.bc-brown #left-column .module-menu h3,
.bc-brown #right-column .module-menu h3,
.bc-brown #bottommodules1 .module h3,
.bc-brown #bottommodules2 .module h3,
.bc-brown #sub-menu a {
	color: #8B6846;
}

.bc-brown img#logo {
	background: url(../images/brown/logo.png) 0 0 no-repeat;
}

.bc-brown #showcase {
	background: #56402C url(../images/brown/showcase-bg.png) 0 0 no-repeat;
}

.bc-brown .showcase-div {
	background: url(../images/brown/showcase-div.png) 0 0 repeat-x;
}

.bc-brown #showcase .column-1 {
	border-right: 1px solid #8B6846;
}

.bc-brown #showcase a {
	color: #DDC2A9;
}

.bc-brown #showcase ul.latestnews li {
	background-color: #57422E;
}

.bc-brown #showcase ul.latestnews li:hover {
	background-color: #3D2E20;
}

.bc-brown .date-block {
	border-bottom: 1px solid #8B6846;
}

.bc-brown span.date-number {
	background: #7E6043;
	color: #fff;
}

.bc-brown #horiz-menu li.active a,
.bc-brown #horiz-menu li.active .separator,
.bc-brown #bottom-menu ul#mainlevel-bottom a#active_menu.mainlevel-bottom,
.bc-brown #bottom-menu ul#mainlevel-bottom a.mainlevel-bottom:hover {
	border-top: 5px solid #8B6846;
	color: #8B6846;
}

.bc-brown #news-rotator .story {
	border-top: 5px solid #8B6846;
	color: #DDC2A9;
}
/**
* @version 1.5.1 $Id: style.css
* @package Joomla 1.5.x
* @subpackage RS-Monials
* @copyright (C) 2009 RS Web Solutions (http://www.rswebsols.com)
* @license GNU/GPL
*/

/* Success Message Text after submitting a testimonial */
.RSM_success { color:#009900; font-weight:bold; }

/* Css class for "Submit a Testimonial" Link */
.RSM_submit_link { text-align:right; }
.RSM_submit_link a { }
.RSM_submit_link a:hover { }

/* Horizontal Rule Color */
.RSM_hr_color { color:#cccccc; }

/* Manage the image and alignment of both quotation */
.RSM_left_quote { padding-right:0px; }

.RSM_right_quote { padding-left:0px; }

/* Manage Testimonial Text */
.RSM_testimonial { font-size:12px; font-weight:bold; text-align:justify; }

/* Manage the Subtext of Testimonial, i.e. Date of Posting, Posted By etc. etc. */
.RSM_testmonial_subtext { text-align:right; }

/* Manage Text and link of Pagination */
.RSM_pagination_text { text-align:center; }
.RSM_pagination_text a { }
.RSM_pagination_text a:hover { }

/*********************************************************/
/*** Manage the display of Testimonial Submission Form ***/
/*********************************************************/

/* Text "Submit A Testimonial" */
.RSM_form_heading { }

/* Manage the Style of main Table */
.RSM_form_main { width:90%; }

/* Manage the error Text */
.RSM_form_error { color:#ff0000; }
.RSM_form_error p { }
.RSM_form_error div ul li { }

/* Manage the row that is displaying " * fields are mandatory" */
.RSM_form_mandatory { text-align:right; }

/* Color of the "*" (Star) */
.RSM_form_star_color { color:#ff0000; }

/* Manage width of the First Column, i.e. the column that is showing text like "Your First Name", "Your Last Name" etc. */
.RSM_form_first_col { width:25%; }

/* Manage the style of text in the form */
.RSM_form_text {}

/* Manage Input fields of the form */
.RSM_form_input { width:100%; }

/* Manage Textarea field of the form */
.RSM_form_textarea { width:100%; height:150px; }

/* Manage Button field of the form */
.RSM_form_button { width:auto; }