/* Brown Style 002 */
/* Copyright 2007 Casey Lee for Joomlashack.com */
/* main background color, header background, and default text color */

/* (RDJ)  The background color should be coordinated with the page_bg.png file */
body#page_bg {
	background: #333366 url(../image/page_bg.png) repeat-x center top;
	color: #5e5745;
}


/*Top Nav Link Color*/
/* (RDJ) Header li a color should be coordinated with the nav bar top background color */
#header-top li a {
	color: #6666cc;
}
#header-top li a:hover {
	color: #fff;
}


/*Header (TEXT) */
#header-text h1, #header-text h1 a {
	color: #f7f7f7;
	font: normal 22px/22px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -3px;
}
/*Header (GRAPHIC) */
/*Adjust the height below - Proceed with caution or use "text" based logo from config*/
/*Notes: If your logo extends the default size (67px) the page.png must be re-exported as well */
/*It is recommended to use the Fireworks source */

#header-graphic {
	height: 67px;
	background-image: url(../image/header_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Defines the clickable hotspot area of the logo */
/* You can temporarily uncomment the red border to see your zone */
#header-graphic h1 a {
	height: 58px;
	width: 215px;
	/*border: 1px solid red;*/
	cursor: pointer;
}


/* Headings Typography */

h1 {
	font-size: 14px;
	color: #2e456b;
}

h2 {
	font-size: 12px;
	color: #2e456b;
}

h3 {
	font-size: 10px;
	color: #2e456b;
}

h4 {
	font-size: 8px;
	color: #2e456b;
}
/* Default Link Styles */
a {
	color: #8b7f65;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

/* Because serifs don't look all that great. Remove this if you change to a sans-serif font */

b, strong {
	font: bold .95em Arial, Helvetica, Geneva, sans-serif;
}

/* Left and Right Column Typography */

#leftcol h1, #rightcol h1 {
	font-size: 18px;
	line-height: 125%;
}

#leftcol h2, #rightcol h2 {
	font-size: 16px;
	line-height: 125%;
}
#leftcol h4, #rightcol h4 {
	font-size: 14px;
	line-height: 125%;
}

#leftcol .inside,
#rightcol .inside {
	font-size: 12px;
	line-height: 135%;
}

#leftcol a.contentpagetitle,
#rightcol a.contentpagetitle,
#rightcol td.contentheading,
#leftcol td.contentheading {
	font-size: 22px;
	line-height: 22px;
}
/* (RDJ) The border bottom color should be changed to match color scheme */
/* Bottom stroke */
table#main {
	border-bottom: 5px solid #333333;
}

/* Teaser Background */

#teaser-wrapper {
	background: #d5cfb8 url(../image/teaser_bg.png) repeat-x center top;
}
/* Secondary (inner) Teaser Background */
#teaser {
	background: url(../image/teaser.jpg) repeat-x center top;
}

/* Teaser (icon position) Typography */

#teaser h3 {
	color: #3d3d3d;
	font-size: 28px;
	line-height: 32px;
}
#teaser p {
	color: #3d3d3d;
	font-size: 18px;
	line-height: 20px;
}
#teaser a {
}

#teaser a.readon {
	background-color: #dddac9;
	border: 1px solid #555243;
}
/* @group Module Headings */

/* Style 1 - S1/Default */

div.moduletable h3, div.moduletableS1 h3 {
	text-transform: uppercase;
	font-size: 13px;
	background: #333366 url(../image/moduleheading1.png) repeat-x left bottom;
	color: #fff;
	line-height: 165%;
	word-spacing: .25em;
}

/* Style 2 - S2 */

div.moduletableS2 h3 {
	text-transform: uppercase;
	font-size: 13px;
	background: #66334d url(../image/moduleheading2.png) repeat-x left bottom;
	color: #fff;
	line-height: 165%;
	word-spacing: .25em;
}
/* Style 3 - S3 */

div.moduletableS3 h3 {
	text-transform: uppercase;
	font-size: 13px;
	background: #663333 url(../image/moduleheading3.png) repeat-x left bottom;
	color: #fff;
	line-height: 165%;
	word-spacing: .25em;
}
/* Style 4 - S4 */

div.moduletableS4 h3 {
	text-transform: uppercase;
	font-size: 13px;
	background: #664d33 url(../image/moduleheading4.png) repeat-x left bottom;
	color: #fff;
	line-height: 165%;
	word-spacing: .25em;
}

/* Style 5 - S5 */

div.moduletableS5 h3 {
	text-transform: uppercase;
	font-size: 13px;
	background: #663333 url(../image/moduleheading5.png) repeat-x left bottom;
	color: #fff;
	line-height: 165%;
	word-spacing: .25em;
}

/* Style 6 -bdr */


div.moduletable-bdr {
	background: #f4f4f4;
	border: 1px solid #ccc;
}

/* Style 7 -nopad */

div.moduletable-nopad h3 {
	text-transform: uppercase;
	font-size: 13px;
	color: #333;
	line-height: 165%;
	background: none;
}

/*Footer*/
/* (RDJ) The border bottom color should be changed to match color scheme */
#footer {
	color: #f0f9eb;
	background: #000 url(../image/footer_bg.png) repeat-x center top;
	border-bottom: 5px solid #333333;

}
#footer a {
	color: #dad7c4;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
#footer a, #footer p, #footer div, #footer a {
}
#footer .moduletable h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* @end */

/*Author Text*/
span.small,.createdate {
	font: normal small-caps 11px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-transform: uppercase;
}
/*Last Updated Text*/
.modifydate {
	font: normal small-caps 11px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-transform: uppercase;
}

/* Content Headings */

a.contentpagetitle {
	text-decoration: none;
	color: #655334;
}

a.contentpagetitle:hover {
	color: #000;
	text-decoration: none;
}

td.contentheading {
	color: #5f5748;

}

.contentheading {
	color: #5f5748;
	letter-spacing: -2px;
	font: normal normal 14px/15px Verdana, Arial, Helvetica, sans-serif;
}

.componentheading {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #000;
}
/*Read more...*/
a.readon {
	font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #777462;
}

a.readon:hover {
	color: #333;
	text-decoration:none;
}

/*Buttons*/

input.button {
	border: 1px outset #666;
	background: #3d3d3d;
	color: #fff;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
/* Category Tables */

td.sectiontableheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fdf9e2;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #555243;
	font-weight: bold;
}

td tr.sectiontableentry1 td,
td.sectiontableentry1 {
	background: #fbfbf8;
	border-bottom: 1px solid #f1f0e6;
}

td tr.sectiontableentry2 td,
td.sectiontableentry2 {
	background: #f7f8f6;
	border-bottom: 1px solid #edece3;
}

.sectiontableentry1 a,
.sectiontableentry2 a {
	text-decoration: none;
}

/* (RDJ) added styles */
div.figure-right {
  float: right;
  width: 25%;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure-right p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.figure-left {
  float: right;
  width: 25%;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure-left p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}


