/* Keynote Stylesheet - Login Page */

#banner-login {
	height: 120px;
	width: 1000px;
	float: left;
	margin-bottom:0px;
	border-top:1px solid white;
	border-bottom:1px solid white;
}

#banner .image{
	float: left;
	width: 1000px;
}


#content{
	background-image:url(../../_media/images/login/main_content_bg.gif);
	width: 1000px;
	background-repeat:repeat-y;
	float:left;
	border-top: 1px solid white;
}

#content .firstColum{
	float: left;
	width: 249px;
   

}


#content .secondColum{
	float: left;
	width: 249px;
    margin-left: 1px;

}

#content .thirdColum{
	float: left;
	width: 249px;
    margin-left: 1px;

}



#content .fourthColum{
	float: left;
	width: 250px;
	margin-left: 1px;
}


#content .firstColum h3{
	background-color: #f7e4b7;
	height:19px;
	margin:0px;
	padding-top:4px;
	padding-left:12px;
	color: #333333;
	font-size:11px;
    font-weight: bold;

}

#content .secondColum h3{
	background-color: #d5d5e6;
	height:19px;
	margin:0px;
	padding-top:4px;
	padding-left:12px;
	color: #333333;
	font-size:11px;
    font-weight: bold;

}

#content .thirdColum h3{
	background-color: #c1d0d9;
	height:19px;
	margin:0px;
	padding-top:4px;
	padding-left:12px;
	color: #333333;
	font-size:11px;
    font-weight: bold;

}

#content .fourthColum h3{
	background-color: #d1e8e6;
	height:19px;
	margin:0px;
	padding-top:4px;
	padding-left:12px;
	color: #333333;
	font-size:11px;
	font-weight: bold;
   

}


#contentBox {
	float: left;
	width: 1000px;
	background-color: #ecf0e8;
	color: inherit;
}














