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

body  {
	margin: 0;
	padding: 0;
	width:100%;
	background-color: #2a2a3d;
}

#JCR {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}

#header {
	position: relative;
	width:100%;
	left:0px;
	top:0px;
	height:243px;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-color: #dfdfdf;
	background-position: top;
}

#header-logo_ {
	position:absolute;
	left:0px;
	top:0px;
	width:292px;
	height:243px;
}

#header-flash_ {
	position:absolute;
	left:292px;
	top:0px;
	width:648px;
	height:243px;
}

#mainmenu_ {
	position: relative;
	clear: both;
	left:0px;
	top:0px;
	width:100%;
	height:30px;
	background-color: #2a2a3d;
}

#maincontent {
	width: 100%;
	background-color:#606060;
}

#maincontent-main_ {
	position:relative;
	left:0px;
	top:0px;
	background-color:#606060;

}

#maincontent_text {
	position:relative;
	padding: 20px 20px 40px 30px;
	top:0px;
	min-height: 360px;
	line-height: 20px;
}

#maincontent-rightmodule_ {
	float: right;
	width:235px;
	top: 0px;
	padding-left: 20px;
	background-color:#606060;
	z-index:15;
}

#footer_ {
	position:relative;
	left:0px;
	top:-20px;
	clear: both;
	height:85px;
	background-color: #2a2a3d;
	padding: 20px 20px 20px 30px;
}

#footer_ p {
	font-size:9px;
}

.rmb {
	position:relative;
	left:2px;
	top:2px;
	width: 94px;
	height: 14px;
}

/*-------------------------- Heading Stylings -------------------------------*/

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color:#d0d1d2;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ff6634;
}

p, ul li, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-decoration:none;
}

ul li {
	line-height: 20px;
}

a {
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

/*----------------------------------- Image Gallery ----------------------------------------*/

img.gallery {
	margin: 10px;
	border-width:4px;
	border-color:#ffffff;
	border-style:solid;
}
