body {
	margin-left:auto;
	margin-right:auto;
	font-size:12px;	
	font-family: Arial, Helvetica, sans-serif;
	background:#bdbdbd url(../images/container_grad.jpg) repeat-x top;
}
body.test {
	background:#FFF;
	margin-left:15px;
	margin-right:0;
}

img  {
	border:none;	
}

.container_16 {
}	

.header {
	margin-top:20px;
	margin-bottom:10px;
}

/*login form */
.form-box, select {
	background-color:#000;
	color:#fff;
	height:20px;
	width:230px;	
	margin-top:3px;
	border:1px #bdbdbd inset;
	font-size:1.2em;
	color:#bdbdbd;
	padding-top:3px;
	padding-left:5px;
}

.bodytext select {
	width:150px;	
}

textarea.form-box {
	height:100px;
}
select {
	width:238px;
	height:30px;	
}

#loginform #form1 {
	margin-top:5px;
	text-align:right;
}
#loginform p{
	font-size:0.9em;
	text-align:right;
}

#loginform .form-box {
	width:135px;	
}
#loginform .spacer  {
	display:block;
	margin-left:78px;
	margin-bottom:5px;
	white-space: nowrap;
}

.grid_5 p {
	width:230px;	
}

/*navigation links*/
#nav {
	border-top:1px #000 solid;
}
/*
#nav ul {
	padding-left:15px;
}

#nav ul li {
	position:relative;
	list-style:none;
	display:inline;
	margin-right:12px;
	text-align:center;
	font-size:1.2em;
}

#nav ul li ul {
	padding-top:12px;
	z-index:10px;
	position:absolute;
	left:-20px;
	list-style:none;
	display:none;
	width:270px;
}

#nav ul li:hover ul {
	list-style:none;
	display:block;
}
#nav ul li ul li {
	position:relative;
	font-size:12px;	
	display:block;
	text-align:left;
	background:#bdbdbd url(../images/container_grad.jpg) repeat-x top;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	border-left:1px #ababab solid;
	border-right:1px #ababab solid;
	border-bottom:1px #ababab solid;
}
#nav ul li ul li:hover {
	color:#FFF;
	background:#bdbdbd;
}*/

/* menu styles */
#jsddm
{ 
position:relative;
margin: 0;
padding: 0;
font-size:1.2em;
z-index:3000;
}

#jsddm li
{ float: left;
list-style: none;
}

#jsddm li a
{ display: block;
padding: 5px 12px;
text-decoration: none;
color: #000;
white-space: nowrap}

#jsddm li a:hover
{ background: #bdbdbd}

#jsddm li ul
{ margin: 0;
padding: 0;
position: absolute;
visibility: hidden;
border-bottom: 1px solid #bdbdbd;
border-left: 1px solid #bdbdbd;
border-right: 1px solid #bdbdbd;
}

#jsddm li ul li
{ float: none;
display: inline;
font-size:0.9em;

}

#jsddm li ul li a
{ width: auto;
color: #000;
background:#bdbdbd url(../images/container_grad.jpg) repeat-x top;
}

#jsddm li ul li a:hover
{ background: #bdbdbd;}

/*ad and article*/
#banner {
	border-left:10px #ff0015 solid;
	background:url(../images/road1.jpg) no-repeat top;
	padding-top:15px;
	padding-bottom:15px;
}

#banner_text {
	margin-left:0px;
	padding-left:20px;
	padding-bottom:15px;
	background:url(../images/bannertext.png);
	color:#fff;
}

#article {
	border-left:10px #ff0015 solid;
	padding-top:15px;
	padding-bottom:15px;
}
#article.carpark {
	background:#000 url(../images/road1.jpg) no-repeat top;
}
#article.road2 {
	background:#000 url(../images/road2.jpg) no-repeat top;
}
#article_blank {
	color:#FFF;	
}

#article_text {
	margin-left:15px;
	margin-left:0px;
	padding-left:20px;
	padding-bottom:15px;
	background:url(../images/articletext.png);
}


/*curvey blocks*/
.curveblock {
	background:#bdbdbd url(../images/curveblock.png) repeat-x center;
	height:248px;
	width:220px;
}

.curveblock .blocktext {
	height:190px;
	font-size:11px;	
}

.curveblock h2{
	font-size:1.2em;
	padding-left:15px;
	float:left;
	width:100px;
}
.curveblock p.image{
	float:left;
	padding:0;
}

.curveblock p{
	padding-left:15px;
	padding-right:15px;
}


/* footer */
.footer {
	text-align:center;
	font-size:0.9em;	
}


/*links and buttons*/
a:link {
	color:#000;
}
a:visited {
	color:#000;
}

a:hover {
	text-decoration:none;
	color:#000;
}

#banner_text a:link {
	color:#fff;
}
#banner_text a:visited {
	color:#fff;
}
#banner_text a:hover {
	color:#fff;
}

#nav a:link {
	text-decoration:none;
}
#nav a:visited {
	text-decoration:none;
}
#nav a:hover {
	text-decoration:underline;
}


a.button {
	/* Sliding right image */
	background: transparent url('../images/buttonRight.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 25px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 3px;
	margin-top:3px;
	padding-right: 14px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #FFF;
}
a.button span {
	/* Background left image */ 
	background: transparent url('../images/buttonLeft.png') no-repeat; 
	display: block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 1px 0 5px 14px;
} 
a.button:hover span{
	background: transparent url('../images/buttonLeftOn.png') no-repeat; 
}
a.button:hover{
    /* Sliding right image */
    background: transparent url('../images/buttonRightOn.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 25px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 3px;
	padding-right: 14px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
}

/* for submit buttons */
span.button {
	/* Sliding right image */
	background: transparent url('../images/buttonRight.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 25px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 3px;
	margin-top:3px;
	padding-right: 12px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	padding-bottom:1px;
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #FFF;
}
span.button input {
	/* Background left image */ 
	background: transparent url('../images/buttonLeft.png') no-repeat; 
	display: block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
	padding: 1px 0 4px 14px;
	border:0px #000 solid;
	color:#FFF;
	margin-top:0;
	margin-left:0;
	cursor:pointer;
	height:25px;
	font-size:12px;
} 
span.button:hover input{
	background: transparent url('../images/buttonLeftOn.png') no-repeat; 
}
span.button:hover{
    /* Sliding right image */
    background: transparent url('../images/buttonRightOn.png') no-repeat scroll top right; 

}



/* liScroll styles */
/*scroller*/
.opps {

}
.opps h2 {
	font-size:1.25em;
	padding-left:10px;	
	float:left;
}










/* SCROLLER */
.scroller {
	overflow:hidden;
	width: 670px;
}

#scrollingText
{
	width: 100%
	height: 16px;
	position: relative;
	padding-top:15px;
}

#scrollingText div.scrollableArea *
{
	float:left;
	margin: 0;
	padding-left:30px;
	font-size:12px; 
	font-weight: normal; 
	color: #000; 
	width: auto;
	height: auto;
}


/*	Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* 	The hotspots have a minimum width of 100 pixels 
	and if there is room the will grow and occupy 15% 
	of the scrollable area (30% combined). Adjust it 
	to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/*	There is a big background image and it's used 
		to solve some problems I experienced
		with Internet Explorer 6. */
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(../images/cursors/cursor_arrow_left.cur), url(images/cursors/cursor_arrow_left.cur),w-resize;
}

/*	Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(../images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(../images/cursors/cursor_arrow_right.cur), url(images/cursors/cursor_arrow_right.cur),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(../images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/*	The scroll wrapper is always the same width and 
	height as the containing element (div). Overflow 
	is hidden because you don't want to show all of 
	the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}
