﻿/************************* Module Layout Styles *************************/
div.ConcreteBase, .reContactArea{
	font-size: 9pt;
	color: #111;
	font-family: Arial, Helvetica, sans-serif
}
.ConcreteBase .module-title
{
	text-align: left;
	vertical-align: middle
}
.ConcreteBase .ModuleTitleBg
{
	background-image: url(moduletitle_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left
}
.ConcreteBase h1.module-title,
.ConcreteBase h2.module-title
{
	font-weight: bold;
	font-size: 11px;
	line-height: 25px;
	margin: 0px;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 0 0 0 7px;
	vertical-align: middle;
	background-image: url(moduletitle_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.ConcreteBase .module-title-text
{
	background-image: url(moduletitle_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 25px;
	display: block;
	padding-left: 4px;
}
.ConcreteBase .module-content{
	border-top: white 2px solid;
	background: #f3f3f3 url(bg_module.jpg) repeat-x center top;
}
#m2 .module-content
{
	background: none transparent;
}
.ConcreteBase .module-content{
	font-size: 9pt;
	padding-bottom: 10px;
	vertical-align: top;
	color: #111;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	border-radius: 10px
}
.ConcreteBase .module-content td{
	color: #111;
	font-size: 9pt
}
/*====================================Module Content Text Styles====================================*/
.Highlight{
	font-weight: bold;
	color: #1a5d32
}
.ConcreteBase .Highlight{
	font-weight: bold;
	color: #1a5d32
}
.ConcreteBase h1, .ConcreteBase .Head{
	font-weight: normal;
	font-size: 13pt;
	margin: 0px;
	color: #1a5d32;
	padding-top: 5px
}
.ConcreteBase h2, .ConcreteBase .SubHead{
	font-weight: bold;
	font-size: 12pt;
	color: #1a5d32;
	padding-top: 5px;
	padding-bottom: 2px;
	margin: 0
}
.SubHead{
	font-weight: bold;
	font-size: 12pt;
	color: #1a5d32;
	line-height: 1.3em
}
.ConcreteBase h3, .ConcreteBase h4, .ConcreteBase h5, .ConcreteBase h6{
	font-weight: bold;
	font-size: 10pt;
	color: #1a5d32;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0
}
.ConcreteBase a, .ConcreteBase a:link, .ConcreteBase a:visited, .ConcreteBase a:active{
	color: #1a5d32;
	text-decoration: underline
}
.ConcreteBase a:hover{
	color: #F7C824;
	text-decoration: underline
}
.ConcreteBase hr{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	background-color: #ccc;
	border-bottom-style: none
}
.ConcreteBase .field,
.ConcreteBase .Field{
	font-weight: normal;
	font-size: 10px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
	border: 1px dimgray solid;
	width: 100%;
}
.ConcreteBase .Button, .ConcreteBase a.Button, .ConcreteBase a:link.Button, .ConcreteBase a:visited.Button, .ConcreteBase a:hover.Button, .ConcreteBase a:active.Button{
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #696969;
	border-top: silver 1px solid;
	border-right: 1px solid #696969;
	border-left: silver 1px solid;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 1em;
	padding-left: 1em;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	overflow: visible;
	color: gray;
	background-image: url(buttonbg.gif);
	background-repeat: repeat-x;
	text-align: center;
	text-decoration: none;
	line-height: 20px
}
.ConcreteBase input.Button{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px
}