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

body {
	background-color: #e4e9ef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a, a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div {
	/*border: 1px solid #000;*/
}

#nest {
	width: 100%;
}
#nestLeft {
	background: url(../images/sideLeft.jpg) repeat-y right;
	width: 10%;
}
#nestRight {
	background: url(../images/sideRight.jpg) repeat-y left;
	width: 10%;
}

#web {
	width: 80%;
}

#webContent {
	width: 100%;
}

#header {
	background-color: #FFF;
	height: 190px;
}
#headerLeft {
	float: left;
	height: 180px;
	padding: 10px 10px 0;
	width: 22%;
}

#headerRight {
	background: url(../images/headerRight.jpg) no-repeat;
	float: right;
	height: 180px;
	left: 220px;
	width: 75%;
}

#topMenu {
	padding-top: 5px;
	text-align: right;
	width: 100%;
}
#topMenu a, #topMenu a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	padding: 0 10px 0 10px;
}
#topMenu a:hover {
	color: #000;
}

#slogan {
	width: 100%;
}

#content {
	background: url(../images/webContentBg.jpg) repeat-x top #FFF;
	/*height: 400px;*/
}

#contentLeft {
	float: left;
	padding: 5px 5px 5px 5px;
	width: 20%;
}
.leftWidget {
	padding: 10px;
	width: 100%;
}
.leftMenu a, .leftMenu a:visited {
	color: #FFF;
	text-transform: uppercase;
}
.leftMenu li:hover{
	background-color: #F00;
}
.leftMenu ul {
	padding-left: -10px;
}
.leftMenu li {
	background-color: #00F;
	font-weight: bold;
	list-style: none;
	margin: 0 1px 1px 0;
	padding: 5px 10px 5px 1em;
}

#contentRight {
	float: right;
	width: 77%;
}

#leftSide {
	width: 70%;
}
.contentHead {
	border-bottom: 0.2em dotted #999;
	font-size: 14px;
	height: 40px;
	width: 100%;
}
.headColored {
	color: #F00;
}

.contentText {
	border-bottom: 0.2em dotted #999;
	/*height: 110px;*/
	padding: 10px 10px 5px 0;
}
#leftSide h2 {
	color: #696969;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0 -5px 0;
	padding-top: 20px;
}

.contentText h2 {
	color: #696969;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0 -5px 0;
}
#leftSide p, .contentText p {
	color: #696969;
	text-align: justify;
}
.contentText a, .contentText a:visited  {
	color: #F00;
}

#rightSide {
	padding: 20px 0;
	text-align: center;
	width: 30%;
}

#footer {
	background: url(../images/footerBg.jpg) repeat-x;
	color: #FFF;
	height: 70px;
}
#footerTop {
	padding: 10px 0;
	text-align: right;
	width: 98%;
}
#footerBottom {
	padding: 8px 0 0 10px;
	width: 100%;
}



a.construction, a:visited.construction {
	color: #000;
}



