#indexslide {
	width: 625px;
	float: left;
	
}
#indexslide img {
	width: 625px;
	height: 325px;
}

#indexlogin {
	float: right;
	width: 250px;
	font-size: 1.2em;
	background-color: #FF0000;
	margin: 0px;
	padding: 0px;
}

#indexlogin #topback{
	width: 250px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/topbar.gif);
	margin: 0px;
	padding: 0px;
}
#indexlogin #bottomback{
	width: 250px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/buttombar.gif);
	margin: 0px;
	padding: 0px;
}

.indexform {
	width: auto;
	padding-right: 15px;
	padding-left: 10px;
	margin: 0px;
}
ol.indexf-ol li	{
	background:none!important; 
	margin:10px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}
.indexform label {
	width:90px;  
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
}

.indexform label span {
	width:90px; /* must be the same as above!*/
	display:block;
	font-weight: bold;
	color: #FFFFFF;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */
.indexform input { 
	padding: 5px 5px;
	background: #f9f9f9; 
	border: 1px solid #ccc; 
	vertical-align:top;
}
/* added by nick */
.indexform .single {
	width: 200px;
}

.indexform input:hover	{
}

.indexform input:focus	{ 
	background:#fff; 
	border: solid 1px #333;
}
 
/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.indexf-sb {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.indexform input.loginbutton	{
	width:100px;
	padding:0px;
	border:0px!important;
	background-image: url(../images/button.png);
	height: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	background-color: #FF0000;
	font-weight: bold;
	color: #FF0000;
	cursor: pointer;
}
.indexform input.loginbutton:hover{
	background-image: url(../images/button.png);
	background-color: #FF0000;
	width:100px;
	padding:0px;
	border:0px!important;
	height: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	color: #000000;
}
/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html ol.indexf-ol,
* html ol.indexf-ol li { 
	display: inline-block;  /*for ie6*/
}
*+html .indexform label,
*+html ol.indexf-ol,
*+html ol.indexf-ol li {
	display: inline-block; /*for ie7*/
}

#regislinks {
	margin-top: 20px;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 20px;
}

#regis_links
{
width: auto;
}

#regis_links li
{
	list-style: none;
	margin: 0;
	padding-top: 13px;
	padding-right: 5px;
	padding-bottom: 13px;
	padding-left: 5px;
}

#regis_links li a {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
#regis_links li a:hover {
	text-decoration: none;
	color: #4D4D4D;
}
#imagediv {
	width: 900px;
	margin-top: 5px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
#imagelist
{
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}

#imagelist li
{
	list-style: none;
	display: inline;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 10px;
}

#imagelist li img {
	height: 150px;	
}