@charset "utf-8";

/* body */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0;
}

/* header */

#header{
	float:left;
	display:inline;
	margin:0;
	width:1000px;
	height:100px;
}

/* left column in header containing the Aurora logo */

#header_left_column{
	width:144px;
	float:left;
	display:inline;
	padding: 0;
}

/* right column in header containing the Aurora banner */

#header_right_column{
	width:834px;
	float:left;
	display:inline;
	padding: 0 0 0 9px;
}

/* content starts here */

#content{
	float:left;
	display:inline;
	margin:10px 0 0 0;
	width:1008px;
	height:500px;
}

/* div to allign content with the menu. */

#main_content{margin: 0 0 0 4px;}

/* left column in content containing the left menu + flash item */

#content_left_column{
	width:148px;
	float:left;
	display:inline;
	padding: 5px 0 0 2px;
}

/* create a 3px spacing between images in the left menu */
	#content_left_column img{
		margin:0 0 3px 0;
	}

/* div containing the link to warm */

#warm{
	background:url(../images/warm_left.jpg) no-repeat right bottom;
	color:#FFFFFF;
	height:53px;
	width:144px;
	padding:10px 0 0 0;
	text-align:center;
}
		#warm a, #warm a:visited {
			color:#FFFFFF;
			text-align:center;
			text-decoration:none;
		}
		
		#warm a:hover{
			text-decoration:underline;
		}


/* right column in content containing all content */

#content_right_column{
	width:790px;
	float:left;
	display:inline;
	padding: 0 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0;
}

#tv{ width:570px; height:400px;  background:url(../images/tv.gif) no-repeat top center; padding:78px 0 0 130px; }
	
#house{
	width:720px;
	height:300px;
	margin: 20px 0 0 90px;
}
	
	
	
#footer{
	color:#005BAB;	
	clear:both;
	width:1008px;
	text-align:center;
	line-height:24px;
	padding:15px 0px;
}
	#footer a{
	color:#005BAB;	
	text-decoration:underline;
	}
	
	#footer a:hover{
	color:#005BAB;	
	text-decoration:none;
	}
	
a img{
	border:0;
}
		
		
h1{
	font-size:16px;
	color:#005BAB;
	margin:20px 0 10px 0px;
}	

h2{
	font-size:16px;
	color:#005BAB;
	margin:0;
}	

.left{float:left; display:inline; width:320px;}

.house{float:left; display:inline; width:350px; margin: 0 0 0 50px;}

.tab{padding-left:35px;}

.table_heading{color:#fff; font-size:15px; padding-top:3px;}

.table_green_scheme{border:1px solid #019891; background: transparent url(../images/table_heading_background.jpg) repeat-x top;}
		
.border_table{border-bottom:1px solid #019891;}	

ul.tips	{padding:0; margin:0 2em;}
ul.tips li {padding:4px 0;}
ul.tips a:hover { color: #fff; background-color: #71c0bd; }
ul.tips .highlight { color: #fff; background-color: #71c0bd; }
