body {
	font: normal 12px Arial;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url('images/bg_l.jpg') repeat;
	color:#25424B;
	
}

.LRbg{
	/*background-image: url('images\bg_u.jpg');
	background-repeat: no-repeat;*/
	background: url('images/bg_u.jpg') repeat-x;
}

table{
	font: normal 12px Arial;
}



.Content{
	/*background: #F8F7FC;*/
	background: #FCFCFF;
	height:300px;
	vertical-align:text-top;

}

#scroll3{
	scrollbar-face-color:#DDE5F4;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#EFEFE7;
	scrollbar-highlight-color:#DDE5F4;
	scrollbar-3dlight-color:#DDE5F4;
	scrollbar-darkshadow-Color:#9CB6D6;
}

em{
	color:red;
}
.news label{
	display:block;
	font:bold 14px Arial;
	color: #5CA0AB;
}
label{
	display:block;
	font:bold 18px Arial;
	color: #5CA0AB;
}
.topDiv{
	line-height:120%;
}
.topDiv label{
	display:block;
	font:bold 13px Arial;
	color: #5CA0AB;
}

a{
	text-decoration: none;
	color:#7C9799;
	font: bold 12px Arial;
}

a:hover{
	text-decoration: underline;
}


.terms{
	background: #738588;
	color:white;
}

.terms td{
	color:white;
	font:normal 11px Arial;
}

li{
	list-style: outside url('images/icon.gif');
	padding: 4px 0 4px 0;
	vertical-align:middle;
}
textarea{
	font:normal 12px Arial;
}
.icon{
	padding-right:12px;
	background : url('images/icon.gif') no-repeat;
}

.iconVisited{
	padding-right:12px;
	background : url('images/icon2.gif') no-repeat;
}

.visited a{
	color: #FC4700;
}

.hidden{
	display:none;
	visibility:hidden;
}

.formStyle th{
	font: bold;
	padding-top:5px;
	text-align:left;
}

.questionLayer
{
	position:absolute;
	top:0px;
	left:0px;
	width:780px;
	height:410px;
	display:none;
	z-Index:1001;
	border:2px solid black;
	background-color:#FFFFFF;
	
	vertical-align:middle;
	padding:10px;
}

.propertiesLayer
{
	position:absolute;
	top:0px;
	left:0px;
	width:510px;
	height:100%;
	display:none;
	z-Index:1002;
	border:2px solid black;
	background-color:#FFFFFF;
	text-align:left;
	vertical-align:middle;
	padding:10px;
}

.opaqueLayer
{
	-moz-opacity:0.6;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0.6;
	filter:alpha(opacity=60);
	background-color: #000000;
	z-Index:1000;
}

.tc{
	font: normal 9px Arial;
	padding:0;
	margin:0;
}

.s a{
	text-decoration: none;
	color:red;
	font: bold 12px Arial;
}

.s a:hover{
	text-decoration: underline;
}
/*************************************************************************************/
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
height: 230px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/

background: white;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
text-align: right;
padding-left: 5px 10px;
padding-right: 5px ;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: white;
background: #5CA0AB;
}

.pagination a:hover, .pagination a.selected{
color: white;
background-color: #CCCCCC;
}


.page ul{
margin: 0;
padding: 0;
padding-top:8px;
padding-bottom:8px;
text-align: left; 
font:normal 12px Trebuchet MS;
}

.page li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

*:first-child+html .page li{ /*IE7 only CSS hack*/
margin-right: 2px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .page li{ /*IE6 and below CSS hack*/
margin-right: 2px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.page a, .page a:visited, .page span{
padding: 0 3px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}
.page span{
font-weight:bold;
}

.page a:hover, .page a:active{
border: 1px solid #2b66a5;
color: #EAEAEA;
background-color: #9aafe5;
}

.page a.currentpage, .current{ /*Style for currently selected page link*/
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.page a.disabled, .page a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.page a.prevnext{ /*Style for previous and next link*/
font-weight: bold;
}

sup{
	font:normal 10px;
}

p{
	text-align:left;
}
