/* + + + + maderachamber.com - CSS Document + + + + */
/* + + + + cortes.tony@gmail.com + + + + */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: 76% 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	color: #000000;
	background: #99CCFF url(assets/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
}
a , a:active , a:visited {
	color: #3399FF;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #6BAB51;
	text-decoration: underline;
}




/* + + + + Layout + + + + */
#strip_frame {
	margin: 0 auto;
	width: 100%;
	background: #A0DB8F;
	border-bottom: 1px solid #FFFFFF;
}
#strip {
	color: #FFFFFF;
	margin: 0 auto;
	width: 900px;
	height: 20px;
	padding: 0 10px 0 10px;
	text-align: right;
}
#strip a {
	color: #FFFFFF;
	padding: 0 5px 0 5px;
	text-decoration: none;
}
#strip a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#wrap_frame {
	margin: 0 auto;
	width: 100%;
}
#frame {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
#search {
	background: #99CCFF;
	color: #FFFFFF;
	height: 30px;
	margin: 0 50px 50px auto;
	padding: 20px 10px 0 10px;
	text-align: center;
	width: 180px;
}
#menu_hor {
	width: 900px;
	height: 20px;
}
#pan_hi {
	overflow: hidden;
	background: #FFFFFF url(assets/bg_hi.gif) no-repeat top right;
	padding: 20px 0 0 0;
	height: 100%;
}
#pan_1 {
	float: left;
	width: 180px;
	padding: 0 10px 0 10px;
	text-align: left;
}
#pan_2 {
	float: left;
	text-align: left;
}
#pan_3 {
	float: right;
	background: transparent url(assets/bg_ban.gif) no-repeat center left;
	padding: 0 10px 0 10px;
	text-align: right;
}
#mid {
	background: #FFFFFF;
	overflow: hidden;
	padding: 20px 0 0 0;
	height: 100%;
}
#mid_1 {
	float: left;
	width: 180px;
	padding: 0 10px 0 10px;
	text-align: left;
}
#mid_2 {
	float: left;
	width: 690px;
	padding: 0 10px 0 0;
	text-align: left;
}
#foot {
	clear: both;
	background: #FFFFFF;
	padding: 20px 10px 0 10px;
	font-size: 0.8em;
	text-align: right;
}
#foot h2 {
	background: transparent url(assets/line.gif) repeat-x center;
}
#foot2 {
	height: 120px;
	background: transparent url(assets/low.gif) no-repeat top;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 0.8em;
}
#foot2 table {
	margin: 0 auto;
}



/* + + + + Styles + + + + */
h1 , h2 , h3 , .contentheading, .moduletable th {
	font-family: Georgia, Times New Roman, Times, Serif;
	font-weight: normal;
}
h1 {
	font-size: 200%;
	color: #6BAB51;
}
h2 {
	font-size: 125%;
	color: #666666;
}
h4 {
	font-size: 150%;
	color: #FF9900;;
}
.hl0 {
	padding: 0 0 0 10px;
	background: #FFFFFF;
}
.hl1 {
	color: #3399FF;
}
.hl2 {
	color: #000000;
}




/* + + + + CMS + + + + */
.search {
  margin-left: auto;
  margin-right: auto;
}
#search .inputbox, #search .button {
	background: #A0DB8F;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 90%;
	letter-spacing: 0.1em;
	padding: 3px;
	text-align: center;
}
#search .inputbox {
	width: 120px;
}
#search .button {
	background: #A0DB8F url(assets/arrow3.gif) no-repeat center;
	height: 21px; 
	margin: 0 0 0 10px;
	width: 30px;
}
input, .inputbox, .button {
	background: #FFFFFF;
	border: 1px solid #3399FF;
	color: #000000;
	font-size: 90%;
	letter-spacing: 0.1em;
	padding: 3px;
	text-align: left;
}
.contentpaneopen td div , p {
	line-height: 1.75em;
	font-size: 1em;
}
.contentheading {
	color: #6BAB51;
	font-size: 2em;
}
.createdate , .modifydate {
	color: #999999;
	font-size: 0.8em;
	text-align: right;
	text-transform: uppercase;
}
.readon , .back_button a {
	background: transparent url(assets/arrow.gif) no-repeat center left;
	float: right;
	font-size: 0.9em;
	padding: 0 0 0 20px;
	text-decoration: none;
	text-transform: uppercase;
}
.readon:hover , .back_button a:hover {
	background: transparent url(assets/arrow2.gif) no-repeat center left;
	color: #6BAB51;
	text-decoration: none;
}
.moduletable {
	width: 100%;
	margin: 1em 0 0 0;
}
.moduletable td {
	padding: 1em 0;
}
h3, .moduletable th {
	border-bottom: 1px solid #CCE5FF;
	color: #3399FF;
	font-size: 1.25em;
	margin: 1em 0;
}
.mainlevel {
	font-size: 100%;
	margin: 0.5em 0;
	padding: 0 0 0 20px;
	text-decoration: none;
}
.mainlevel:hover {
	background: transparent url(assets/arrow2.gif) no-repeat center left;
	color: #6BAB51;
	text-decoration: none;
}
#active_menu {
	background: transparent url(assets/arrow.gif) no-repeat center left;
	color: #3399FF;
}

/* + + + + Print + + + + */
@media print {
	body  {
		background: #FFFFFF;
		background-image: none;
		color: #000000;
	}
	#strip_frame, #search, #pan_hi, #mid_1, #foot, #foot2, #menu_hor {
		display: none;
		background: none;
		height: 0;
	}
}
