#slides{
	position : relative;
	width : 824px;
	height : 265px;
}

#slides h1{
	position : absolute;
	top : 30px;
	left : 235px;
	color : #1c4164;
	font : 20px "trebuchet MS", sans-serif;
}

#slides h2{
	position : absolute;
	top : 56px;
	left : 354px;
	color : #006acf;
	font : 14px "trebuchet MS", sans-serif;
}

#slides ul{
	position : absolute;
	top : 92px;
	left : 354px;
	width : 170px;
	color : #1c4164;
	font-size : 12px;
	list-style : disc outside;
}

*html #slides ul{
	padding-left : 20px;
	left : 334px;
}

#slides li{
	display : list-item;
	margin-bottom : 8px;
}

#slides img{
	position : absolute;
}

#slide1 img{ top : 178px;	left : 352px; }
#slide2 img{ top : 208px;	left : 352px; }
#slide3 img{ top : 158px;	left : 352px; }
#slide4 img{ top : 198px;	left : 318px; }

.slide{
	position : absolute;
	width : 824px;
	height : 265px;
}


#slide1{ background : url("images/slideshow/slideback1.jpg") no-repeat; }
#slide2{ background : url("images/slideshow/slideback2.jpg") no-repeat; opacity : 0; filter: alpha(opacity=0); }
#slide3{ background : url("images/slideshow/slideback3.jpg") no-repeat; opacity : 0; filter: alpha(opacity=0); }
#slide4{ background : url("images/slideshow/slideback4.jpg") no-repeat; opacity : 0; filter: alpha(opacity=0); }

/*
#slide1{ background : url("images/slideshow/slideback1.jpg") no-repeat; }
#slide2{ background : url("images/slideshow/slideback1.jpg") no-repeat; display : none; }
#slide3{ background : url("images/slideshow/slideback1.jpg") no-repeat; display : none; }
#slide4{ background : url("images/slideshow/slideback1.jpg") no-repeat; display : none; }*/

#login_box{
	position : absolute;
	top : 42px;
	left : 612px;
	width : 215px;
	height : 238px;
	background : url("images/login_back.gif") no-repeat;
	z-index : 2;
}

#login_box form{
	position : relative;
	padding : 28px 24px 6px 14px;
}

*html #login_box select, #login_box input{ font-size : 11px; }

#login_box a{
	color : #1972c7;
	text-decoration : underline;
}

ul.slidenav img{
	margin-top : 1px;
	float : left;
	cursor : pointer;
}

#tabs{
	position : relative;
	width : 604px;
	height : 430px;
	background : url("images/tabs/tab_back.jpg") no-repeat;
}

#tabs ul{
	position : absolute;
	top : 18px;
	left : 16px;
}

#tabs ul img{
	float : left;
	cursor : pointer;
}

#tabs a{ color : #1972c7; }
#tabs a:hover{ text-decoration : underline; }

#tab1{ display : block; }
#tab2{ display : none; }
#tab3{ display : none; }
#tab4{ display : none; }

.tab{
	position : absolute;
	top : 70px;
	left : 10px;
}

.tab h1{
	color : #1c4164;
	font : bold 12px helvetica;
	margin-bottom : 6px;
}

.tab h1.line{
	border-bottom : 1px solid #e2e2d0;
	margin-bottom : 8px;
	padding-bottom : 8px;
}

.tab p{
	margin-bottom : 14px;
}

.tab .col{
	float : left;
	margin-left : 20px;
}
*html .tab .col{ margin-left : 10px; }
.col.one{ width : 224px; }
.col.two{ width : 303px; }
.col.three{ width : 260px; }

#tabs div div ul{
	position : static;
	margin : 0px 0px 14px 20px;
}

#tabs div div ul li{
	display : list-item;
}
