/* 
================================
Skin Styles for Comfort-WEB
================================
*/   
@import url("css/menu.css");

body
{
	background-image: url(images/background.gif);
	background-repeat: repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	margin: 0px;
}

div.Comfort-WEB {
	/*position:relative;*/
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align: center;
}

div.content-pane
{
	border: 1px solid #000000;
	/*position:relative;*/
	left: 180px;
	top: 0px;
	width: 953px;
	height: 700px;
	background: url(images/content_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
}

div.content-header
{
	/*position:relative;*/
	left: 0px;
	top: 0px;
	width: 100%;
	/* background-color: #FFF;*/
}

#logo
{
	/*position: relative ;*/
	
	left: 20px;
	top: 20px;
	margin-left:30px;
	margin-top: 30px;
	float:left;
}

#people
{
	/*position: absolute ;*/
	float:left;
	margin-top:0px;
	margin-left:60px;
	/*margin-right: 300px;*/
	
}

#user
{
	float: right ;
	margin-right:50px;
	margin-top:90px;
}

#menubar
{
	float:left ;
	margin-top:0px;
	width: 100%;
	text-align:left;

	background-color: #666666;
}

/*
div.user {

	left:700px;
	top: 80px;
	float:right;
}
*/


div.login 
{
	/*position: absolute;*/
	left: 750px;
	top: 80px;
}



div.content
{
	/*position:relative;*/
	top:90px;
	height: 400px;
}

div.breadcrumb
{
	float: left;
	margin-left: 10px;
	margin-top:10px;
	 margin-bottom:10px;
	
}

div.content_table
{
	/*position:relative;*/
	top: 10px;
	
}

div.footer_table
{
	/*position:relative;*/
	top: 0px;
	margin-top:10px;
	margin-bottom:10px;
	
}

div.links
{
	text-align: center;
	height:30px;
}


div.logos
{
	padding: 0px;
	/*position: relative;*/
	background-color: #FFF;
	top: 0px;
	left: 0px;
	height: 110px;
	width: 950px;
	
	text-align: center;
}

div.copyright_footer
{
	margin-bottom:20px;
	padding:0 30px 0 20px;
	height:5px;
}

#terms_style{float:left;}
#copy_style{float:right;}

#logos img
{
	border-style: none;
	margin: 0px;
	
}


/* Content Panes */
.ContentPane, .TopPane, .BottomPane, FooterPane{ padding:0px; margin:0px; }
.LeftPane{ padding:0px 10px 0px 0px; width:10em; margin:0px; }
.RightPane{ padding:0px 0px 0px 10px; width:10em; margin:0px; }


/* HOME Buttons */

#homeButtons
{
	margin: 0px;
	position: relative ;
	top: 10px;
	left: 30px;
	width: 950px;
	height:400px;
	text-align:left;
	/* float: left;*/
	/* background-color: #FF00FF; */

}

#homeButtons span.toprow span.layer
{
	padding: 0px 50px 0px 0px;
	background-image: url(images/actionbox_inactive.png);

}

#homeButtons span span.layer
{
	background-image: url(images/actionbox_inactive.png);
	width: 294px;
	height: 103px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;

}

#homeButtons span
{
	background: url(images/home_button.png) no-repeat 0 0;
	width: 290px;
	height: 222px;
	line-height: 1.5em;
	position: relative;
	padding: 0px 20px 20px 0px;
	float: left;

}

#homeButtons span h1
{
	font-size: 1.6em;
	padding: 0px 0px 0px 5px;
	color: #000000;
	text-decoration: none;
}


#homeButtons span a {
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	text-decoration: none;
	color:Black;
}


#homeButtons span p {
	font-weight: normal ;
	padding: 0px 0px 0px 12px;
}

#homeButtons span:hover,
#homeButtons span.sfhover {
	background-image: url(images/home_button_active.png);
	color: #fff;
	cursor: pointer;
}


#homeButtons span.sfhover span.layer,
#homeButtons span:hover span.layer {
	display: none;
}

#homeButtons span.toprow {

}

















