body {
	background-repeat: repeat-x;
	background-position: top;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #00688f;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

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

p {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 14px;
	margin: 0;
	padding: 2px 0 0 0;
}

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

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

hr {
	clear: both;
	height: 0px;
	border: none;
	border-bottom: 1px solid #afdff3;
}
h2 a:link,
h2 a:visited {
	color: #00688f;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}

ul {
    list-style-position: inside;
}

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

.layout {
	margin: 0 auto;
	width: 950px;
}

.header {
	width: 950px;
	height: 130px;
	background-image: url(../images/header_img.jpg);
	background-repeat: no-repeat;
	background-position: left;
	vertical-align: top;
}

.contentContainer {
	background-image: url(../images/content_bg.gif);
	width: 725px;
	vertical-align: top;
}

.right {
	width: 195px;
	background-image: url(../images/right_content_bg.gif);
	padding: 5px 10px;
	vertical-align: top;
	color: white;
}
.right hr {
	border-bottom: 1px solid #3497be;
}
.right * {
	color: white;
}
.right input {
	color: black;
}
.right a:link,
.right a:visited {
	color: white;
}


.borderRight,
.borderLeft {
	background-image: url(../images/border_left.gif);
	background-repeat: repeat-y;
	background-position: right;
	vertical-align: top;
	width: 4px;
}
.borderRight {
	background-image: url(../images/border_right.gif);
	background-position: left;
}

.header_left_b,
.header_right_b {
	background-image: url(../images/header_bott_left.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 4px;
	height: 8px;
}
.header_right_b {
	background-image: url(../images/header_bott_right.gif);
}

.content {
	padding: 10px 15px;
	vertical-align: top;
	min-height: 400px;
}

.footer {
	background-image: url(../images/border_foot.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px 15px;
}
.footer_left {
	background-image: url(../images/corner_bott_left.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.footer_right {
	background-image: url(../images/corner_bott_right.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.rss_link {
	float: right;
}
.rss_link a:link,
.rss_link a:visited {
	margin-left: 10px;
}

.box {
	border-top: 1px solid #53b2d8;
	padding: 0 0 10px 0;
}
.clear_both {
	clear: both;
}
.jci_chapters {
	clear: both;
	background-image: url(../images/jci_lt_map.png);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 110px;
}
.lang_box {
	float: right;
	width: 215px;
	color: white;
	vertical-align: top;
}
.lang_box_content {
	background-image: url(../images/top_box_bg.gif);
	padding: 5px 10px;
	min-height: 40px;
}
.lang_box_shadow {
	background-image: url(../images/top_box_shadow.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 3px;
}
.lang_box a:link,
.lang_box a:visited {
	display: block;
	color: white;
	padding: 1px 0;
}

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

.banner {
	padding: 3px 0;
}

.jci_chapters .banner {
	padding: 0;
}

.lom_news {
    margin: 2px 0;
}
.lom_news span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #00688f;
    padding: 0 5px 0 0;
}

.google_search {
    padding: 5px 0 1px 0;
}

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

.menuBar {
	background-image: url(../images/header_bott_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 0 30px 15px;
}

.menu_1 {
	background-image: url(../images/menu_bg_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 6px;
	height: 25px;
}
.menu_2 {
	background-image: url(../images/menu_bg_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 4px;
	height: 25px;
	margin-right: 3px;
}

.heading,
.menuBar a:link,
.menuBar a:visited {
	display: block;
	float: left;
	color: white;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 2px 6px 0 3px;
	height: 25px;
	vertical-align: middle;
	text-decoration: none;
}
.menuBar a:hover {
	text-decoration: underline;
}
.menuBar a.selected:link,
.menuBar a.selected:visited {
	color: #b6db86;
}

.subMenu {
	padding: 5px 15px 0 15px;
}

.subMenu a:link,
.subMenu a:visited {
	color: #00688f;
	margin-right: 15px;
}
.subMenu a.selected:link,
.subMenu a.selected:visited {
	font-weight: bold;
}

/*****************************
 TOP NAVIGATION
******************************/

.navigCell {
	padding: 31px 10px 0 0;
	vertical-align: top;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
}

.navigCell a:link,
.navigCell a:visited {
	text-decoration: none;
}

.navigCell a:hover {
	text-decoration: underline;
}


/****************************
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 {
	float: right;
	width: 250px;
	padding: 15px 0 0 5px;
}

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

.newsImage {
	float: left;
	margin: 5px 7px 2px 0;
	vertical-align: top;
}

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

.copyright {
	color: black;
	text-align: right;
}

.solution {
	text-align: left;
	vertical-align: middle;
	width: 170px;
}
.solution_lt {
	color: #d33f97;
}
.footer a:link,
.footer a:visited,
.footer a:hover {
}

.picBorder {
	border: 5px solid #c1c1c1;
	margin: 0 5px 5px 0;
}

.newsDate {
	padding: 0 0 1px 0;
	margin: 0;
}

/****************************
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;
}



