@charset "UTF-8";
/* CSS Document */


body {
	background-color: #c7cec9;
	background-image: url(images/general/backGround.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover no-repeat;
}

body,td,th {
	font-family: "Driod Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 150%;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	line-break: 1em;
}
h2 {
	font-size: 12px;
	/* [disabled]font-weight: normal; */
}
h3 {
	font-size: 12px;
	color:#000;
	font-weight: normal;
	line-height: 200%;
}
h4 {
	text-align:center;
	text-transform: capitalize;
	letter-spacing: 0.1em;
	font-size: 12px;
	color:#666;
	line-height:14px;
	/* [disabled]font-weight: normal; */
}
#container {
    width: 920px;
    margin:0px auto;
}

#logoheader {
	margin: 20px 0 10px 0;
	float: left;
	width:100%;
	text-align:center;
	/* [disabled]border:1px dashed #333; */
	/* [disabled]background-color:#eee; */
	/* [disabled]border-top:2px solid #ddd; */
	/* [disabled]border-bottom:2px solid #ddd; */
	padding-bottom: 10px;
	}
	
#maincontent {
	/* [disabled]margin: 10px auto; */
	float: left;
	width:880px;
	text-align:left;
	/* [disabled]border:1px dashed #333; */
	background-color:#c7cec9;
	/* [disabled]border-top:2px solid #7D6E74; */
	/* [disabled]border-bottom:2px solid #7D6E74; */
	padding: 0px 20px 10px 20px;
	font-weight: normal;
	/* [disabled]height: auto; */
}

.one-col {
	column-width: 50%;
}

.two-col {
	column-width: 360px;
	column-count: 2;
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	font-size: 100%;
	line-height: 200%;
}
.three-col {
	column-width: 240px;
	column-count: 3;
	-moz-column-count: 3;
	-moz-column-gap: 30px;
	-webkit-column-count: 3;
	-webkit-column-gap: 30px;
}

#footer {
	margin: 10px auto;
	padding: 10px 20px 0px 20px;
	width:840px;
	text-align:center;
	/* [disabled]border-top:2px solid #ddd; */
	border-bottom:2px solid #ddd;
}
#centeredmenu {
	float:left;
	width:100%;
	/* [disabled]background:#c7cec9; */
	/* [disabled]border-top:2px solid #ddd; */
	/* [disabled]border-bottom:2px solid #ddd; */
	overflow:hidden;
	position:relative;
}
#centeredmenu ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	position:relative;
	left:50%;
	text-align:center;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-size: 11px;
	font-weight: bold;
}
#centeredmenu ul li {
   display:block;
   width: 176px;
   height: 30px;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
	display:block;
	margin:0 0 0 1px;
	padding:10px;
	background:#ddd;
	color:#000;
	text-decoration:none;
	line-height:1.3em;
}
#centeredmenu ul li a:hover {
	background:#222;
	color:#fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
	color:#F7941E;
	background-color: #7D6E74;
}

.boldText {
	font-weight: bold;
}
.hr
{
	border: 0;
	height: 1px;
	background: #7D6E74;
	baseline-shift: 1em;
	width:99%;
	margin: 10px 0px 10px 0px;
	vertical-align: 140%;
}
.hrThick
{
	border: 0;
	height: 5px;
	background: #7D6E74;
	width:100%;
	margin: 0px 0px 10px 0px;
}
.hrThin
{
	border: 0;
	height: 1px;
	background: #7D6E74;
	width:100%;
	margin: 10px 0px 10px 0px;
	font-size: 80%;
}
img.floatLeft {
	float: left;
	/* [disabled]margin: 4px; */
}
IMG.centred {
    display: block;
    margin-left: auto;
    margin-right: auto; 
	margin-top: 10px;
}
