﻿/* Home page styles */
.mainpanel_top, .mainpanel_bottom, .mainpanel_middle{
width: 857px;
background-position: left top;
background-repeat: no-repeat;
}
.mainpanel_top{
background-image: url(../images/home_panel_top.gif);
height: 14px;
}
.mainpanel_bottom{
background-image: url(../images/home_panel_bottom.gif);
height: 14px;
}
.mainpanel_middle{
background-image: url(../images/home_panel_bg.gif);
background-repeat: repeat-y;
padding: 0px;
text-align: left;
height: 240px;
}
.panel{
padding: 10px 0px 10px 20px;
background-image: url(../images/panel_bg.gif);
background-position: right top;
background-repeat: repeat-y;
float: left;
height: 200px;
}
.panel.noborder{
background-image: url();
}
.panel.adjustwidth1{
width: 255px;
}
.panel.adjustwidth2{
width: 275px;
}
.panel.adjustwidth3{
width: 255px;
}
.panel .text{
color: #BBC0C4;
padding: 20px 50px 0px 0px;
font-size:12px;
}

#loginbox{
position: absolute;
width: 180px;
padding: 0px;
margin: 0px;
}
#loginbox .login_top, #loginbox .login_bottom{
width: 180px;
height: 10px;
background-position: left top;
background-repeat: no-repeat;
}
#loginbox .login_top{
background-image: url(../images/login_box_top.png);
}
#loginbox .login_bottom{
background-image: url(../images/login_box_bottom.png);
}
#loginbox .login_bg{
background-image: url(../images/login_box_bg.png);
width: 180px;
height: 170px;
background-position: left top;
background-repeat: repeat-y;
}
#loginbox .login_title{
background-image: url(../images/login_box_caption.png);
width: 180px;
height: 69px;
background-position: center top;
background-repeat: no-repeat;
}
#divloading, #divsignup{
	position:absolute;
	padding: 0px;
	margin: 0px;
}
#divvideo,#divHomeImage{
	position:absolute;
	width:376px;
	height:240px;
	margin-top:270px;
	margin-left:17px;
	float: left;
	text-align: -moz-center;
}
#divHomeImage{
	background-repeat:no-repeat;
	overflow:hidden;
}
#divVideoLinks{
	position:absolute;
	margin-top:508px;
	margin-left: 330px;
	float: left;
	text-align: -moz-center;	
}
#divVideoLinks a, #divVideoLinks a:hover{
	font-size:12px;
	color:White;
	text-decoration:none;
}
#divDefaultEventsImage{
	position:absolute;
	width:190px;
	height:125px;
	float: right;
	text-align: -moz-center;
	background-color: #455660;
}
#divevents
{
	width:190px;
	height:125px;
	
	position:absolute;
	z-index:4000;
}
#diveventscaption{
	position:absolute;
	margin-top:35px;
	margin-left:575px;
	font-family: Arial;
	font-size:15px;
	font-weight: bold;
	color:#BC293B;
	text-align: right;
	z-index:5000;
}
#divDefaultEventsImage{
	background-image:url(../images/header_right.jpg);
	background-repeat:no-repeat;
}
#divsignup{
position:absolute;
z-index:100;
margin-top:20px;
margin-left:20px;
background-image: url(../images/signup_bg.gif);
background-position: left top;
background-repeat:no-repeat;
width:115px;
height:115px;
padding-top:25px;
text-align: -moz-center;
}
#divsignup .signup{
color:#ffffff;
font-size:20px;		
font-weight:bold;
width:100px;
text-align: center;
}
#divsignup .signup a{
text-decoration: none;
color:#ffffff;
}
#divsignup .trail{
padding-top:4px;
color:#ffffff;
font-size:12px;		
font-weight:bold;
}
.form{
width: 184px;
margin: 0px;
color: #FFFFFF;
text-align: left;
position:absolute;
left: 860px;
/*background-color: #618AA0;*/
display:none;
}
.form form{
padding: 0px;
margin: 0px;
}
.form label{
width: 100%;
font-size: 10px;
}
.form input{
width: 150px;
border: solid 1px #7E9DB9;
height: 17px;
}
.form .img{
width: 62px;
height: 21px;
border: solid 0px;
padding-top: 8px;
float: left;
}
.form .validate{
color: #91BFCF;
width: 100px;
margin-top: 12px;
float: right;
display: inline;
text-align: right;
} 
.form .loginclose{
text-align: right;
padding-top: 4px;
width: 150px;
cursor: pointer;
}
.homeboxcontainer
{
	float:left;
	padding-top:10px;	
	width:900px;	
}
.homeboxleft
{
	float:left;	
	margin-left:10px;
}
.homebox
{
	float:left;	
	margin-left:15px;
}
.homeboxtop
{
float:left;
background-image: url(../images/bot_box_t.jpg);
background-position: left top;
background-repeat: no-repeat;
background-color:#46555F;
float: left;
width:290px;
}
.homeboxbottom
{
clear:both;
background-image: url(../images/bot_box_b.jpg);
background-position: left center;
background-repeat: no-repeat;
float: left;
height: 11px;
width:290px;
}