body {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

a:link,
a:visited {
	background-color: #b1c162;
	padding: 0 4px;
	color: white;
	text-decoration: none;
}
a:hover {
	background-color: #ededed;
	border-bottom: 1px solid #b1c162;
	color: black;
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #6d6d6d;
	margin: 0;
	padding: 5px 0 10px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6d6d6d;
	margin: 0;
	padding: 10px 0 2px 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6d6d6d;
	margin: 0;
	padding: 5px 0 2px 0;
}

hr {
	clear: both;
	height: 0px;
	border: none;
	border-bottom: 1px solid #b1c162;
}
h2 a:link,
h2 a:visited {
}
h2 a:hover {
}

/*****************************
 design
******************************/

.left_lane {
	position: fixed;
	margin: 0;
	width: 115px;
	height: 100%;
	background-color: #ededed;
	background-image: url(../images/logo_left.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-right: 12px solid #d8e0b0;
}

.layout {
	position: absolute;
	padding: 40px 10px 60px 150px;
	width: 680px;
}

.footer {
	color: #6d6d6d;
	height: 48px;
	background-color: white;
	padding-top: 5px;
	width: 100%;
}

.content {
	clear: both;
	padding-top: 25px;
	min-height: 400px;
}
.content p {
	padding: 4px 0;
	/*text-indent: 30px;*/
	text-align: justify;
}

.lightbox_img_set {
	text-align: center;
	margin: 0 auto;
}
img.lightbox_img {
	border: 5px solid #b1c162;
	margin: 5px 10px;
}

.first_letter {
	color: #b1c162;
	font-size: 30px;
	padding: 0;
}

.lightbox_img_set a:link,
.lightbox_img_set a:visited,
.lightbox_img_set a:hover,
a.simple_link:link,
a.simple_link:visited,
a.simple_link:hover {
	padding: 0;
	background: none;
	border: none;
	text-decoration: none;
}

a.simple_link1:link,
a.simple_link1:visited {
	background-color: #ffffff;
	color: #b1c162;
	text-decoration: underline;
}
a.simple_link1:hover {
	background-color: #ffffff;
	color: black;
	text-decoration: underline;
}

/*****************************
 MENU
******************************/

.menu {
	margin-top: 25px;
	padding-bottom: 30px;
}

.menu a:link,
.menu a:visited {
	display: block;
	float: left;
	color: #6d6d6d;
	background-color: white;
	padding: 5px 0;
	margin-right: 30px;
	text-decoration: none;
	border-bottom: 4px solid white;
}
.menu a:hover,
.menu a.selected:link,
.menu a.selected:visited {
	color: black;
	border-bottom: 4px solid #b1c162;
}

.subMenu {
}

.subMenu a:link,
.subMenu a:visited {
}
.subMenu a.selected:link,
.subMenu a.selected:visited {
}


/****************************
Project styles
*****************************/

.rowNorm,
.rowAlt {
	padding: 5px 0;
	clear: both;
}
.rowNorm p,
.rowAlt p {
	padding: 0;
	margin: 0;
}

.flash_gallery {
	text-align: center;
}
.imageBorder {
	border: 1px solid #999999;
}
/*****************************
 OTHER
******************************/

.contact_form,
.contact_form_table {
    margin: 5px 0;
}
.contact_form_table th {
    font-weight: normal;
    text-align: right;
}

.paging a:link,
.paging a:visited {
	padding: 0 2px;
}

.newsImage,
.picBorder {
	float: left;
	border: 5px solid #b1c162;
	margin: 0 5px 5px 0;
}

.errorInput {
	border: 1px solid red;
}
.errorText {
	color: red;
}

.solution {
	text-align: left;
	vertical-align: middle;
	width: 170px;
}
.solution_lt {
	color: #d33f97;
}

/****************************
Form styles
*****************************/

form {
	padding: 0;
	margin: 0;
}

.button {
	background-color: #e0e0e0;
	border: 1px solid #c1c1c1;
	font-family: Tahoma, Arial;
	font-size: 11px;
	padding: 1px 10px 1px 10px;
}

.textField {
	background-color: white;
	border: 1px solid #c1c1c1;
	font-family: Tahoma, Arial;
	font-size: 11px;
	width: 170px;
}
/*textarea {
	width: 100%;
}*/

.formSpecial {
	display: none;
}
.required {
	color: red;
	font-weight: bold;
	padding: 0 1px 0 3px;
}
div.errorDiv {
	background-color: #ffd9d9;
	border: 1px solid red;
	color: #990000;
	padding: 3px 10px 3px 10px;
	margin: 10px 0 10px 0;
	font-weight: bold;
	text-align: left;
}

div.errorBorder {
	float: left;
	border: 1px solid red;
	padding: 1px;
	/*width: 145px;*/
}
div.errorNull {
	width: 100%;
	position: relative;
	display: table;
}
div.errorMessage {
	float: left;
	background-color: #ffd9d9;
	border: 1px solid red;
	font-weight: normal;
	margin: 1px;
	padding: 1px 10px 1px 10px;
	width: 150px;
	vertical-align: middle;
}

.actionMessage {
	background-color: #c5ffb6;
	border: 1px solid #1d8800;
	color: #1d8800;
	padding: 3px 10px 3px 10px;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: left;
}



