body
{
	margin: 0;
	padding: 0;
	font: 12px trebuchet ms;
	text-align: left;
	color: #000;
	background: url(images/bg.jpg) no-repeat;
	text-decoration: none;
}

/*********************
        LINKS
*********************/

a:link { color: #990000; }
a:visited { color: #990000; }
a:hover, a:active { color: #999; }

/*********************
      NAVIGATION
*********************/

#nav
{
	position: absolute;
	left:110px;
	top:567px;
	width: 125px;
	margin: 0 35px 0 40px;
	display: inline;
	font-size: 80%;
}

#nav ul
{
	margin: 50px;
	padding: 0;
	list-style-type: none;
	text-align: left;
	width: 187px;
	border-top: 1px dotted #999999;
}

#nav ul a
{
	display: block;
	width: 180px;
	padding: 5px 8px 5px 0px;
	border-bottom: 1px dotted #999999;
	text-decoration: none;
	color: #666666;
}

#nav a:hover { background: #ffffff; color: #990000; font-weight: bold;}
#navi #nav .navigation a { font-weight: bold; }

/*********************
        CONTENT
*********************/

 #content
{
	position: absolute;
	top: 532px;
	left: 475px;	
	width: 504px;
	background: #ffffff;	
	padding: 0px 0 60px 0;
	line-height: 140%;
}

*html #content
{
	position: absolute;
	top: 532px;
	left: 475px;	
	width: 504px;
	padding: 0px 0 60px 0;
	line-height: 140%;
}

/*********************
        IMAGES
*********************/

img.logo
{
position:absolute;
left:120px;
top:82px
}

html>body img.logo
{
position:absolute;
left:120px;
top:82px
}

img.colbox
{
position:absolute;
left:125px;
top:192px
}

html>body img.colbox
{
position:absolute;
left:125px;
top:192px
}

/*********************
    CONTENT SLIDER
*********************/

.sliderwrapper{
position: absolute; /*leave as is*/
left: 485px; 
top: 192px;
overflow: hidden; /*leave as is*/
border: 1px solid white;
width: 488px; /*width of featured content slider*/
height: 300px;
z-index: 1;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 488px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
position: absolute;
left: 500px; 
top: 212px;
padding: 0px 0px;
z-index: 2;
}

.pagination a{
padding: 0 0px;
text-decoration: none; 
/*color: #00007D;
background: white;
border: 1px solid white;*/
}

*+html .pagination{
position: absolute;
left: 500px; 
top: 240px;
text-align: top;
padding: 0px 0px;
z-index: 2;
}

*+html .pagination a{
padding: 0 0px;
/*text-decoration: none; 
color: #00007D;
background: white;
border: 1px solid white;*/
}

.pagination a:hover, .pagination a.selected{
color: #FFF;
background-color: #FFF;
}