/**
 * Layout
 */
		#homeContent {
			width: 600px;
			padding: 0px 16px 16px 16px;
		}
		
		#homeWelcome {
			float: left;
			width: 380px;
			padding: 0px 8px 0px 0px;
		}
		#homeTips {
			float: left;
			width: 150px;
			padding: 0px 8px 0px 0px;
		}		
		#homeCalendar {
			float: left;
			width: 200px;
			margin: 0px 0px 0px 0px;
		}			
		#homeQuickLinks {
			position: absolute;
			top: 0px;
			right: 0px;
			width: 340px;	
			padding: 0px 8px 16px 0px;		
		}
		#homePromotions {
			border: 1px solid #000000;
			
		}		
		
	
/**
 * Quick Links
 */			
 		#homeQuickLinks .search {
			background: #f9fcff;
			height: 65px;
			border: solid 1px #d1d1d1;
			position: relative;
			padding: 0px 0px 0px 10px;
			margin: 0px 0px 8px 0px;
		} 	
 		#homeQuickLinks .box {
			background: #f9fcff;
			height: 110px;
			border: solid 1px #d1d1d1;
			position: relative;
			padding: 0px 0px 0px 116px;
			margin: 0px 0px 8px 0px;
		}
 		#homeQuickLinks h1 {
			color: #0079c2;
			font: 15px/30px Arial;
			font-weight: bold;
			margin: 0px 0px 0px 0px;
		}
 		#homeQuickLinks ul {
			list-style-image: url(/images/ql.ico.list.gif);
			padding: 0px;
			margin: 0px 0px 0px 15px;
		}				
 		#homeQuickLinks .picture {
			position: absolute;
			top: -1px;
			left: -1px;
		}			
 		#homeQuickLinks .corner {
			position: absolute;
			top: -1px;
			right: -1px;
			background-image: url(/images/ql.corner.2.gif);
			background-repeat: no-repeat;
			height: 14px;
			width: 14px;
		}	
 		#homeQuickLinks .corner1 {
			position: absolute;
			top: -1px;
			left: -1px;
			background-image: url(/images/ql.corner.1.gif);
			background-repeat: no-repeat;
			height: 14px;
			width: 14px;
		}	
 		#homeQuickLinks .corner3 {
			position: absolute;
			bottom: -1px;
			left: -1px;
			background-image: url(/images/ql.corner.3.gif);
			background-repeat: no-repeat;
			height: 14px;
			width: 14px;
		}		
 		#homeQuickLinks .corner4 {
			position: absolute;
			bottom: -1px;
			right: -1px;
			background-image: url(/images/ql.corner.4.gif);
			background-repeat: no-repeat;
			height: 14px;
			width: 14px;
		}				
 		#homeQuickLinks .more {
			position: absolute;
			bottom: -1px;
			right: -1px;
			height: 21px;
		}
 		#homeQuickLinks .more a:hover {
			background: none;
		}						
		
/**
 * News
 */				
		
		#homeNews {
			
		}
		#homeNews .item {
			background: url(/images/news.bg.jpg) repeat-x;
			height: 120px;
			width: 170px;			
			float: left;			
			padding: 10px 10px 20px 10px;
			margin: 0px 8px 0px 0px;
			overflow: hidden;
			position: relative;
			border-bottom: solid 1px #dedede;
			border-right: solid 1px #dedede;			
		}
		#homeNews .date, #homeNews .title {
			color: #0079c2;
			font: 12px/14px Arial;
			font-weight: bold;			
		}
		#homeNews .title {
			color: #7bacdc;
			text-decoration: none;			
		}
		#homeNews .title:hover {
			background: #7bacdc;
			color: #ffffff;
		}			
		#homeNews .more {
			background: #ffffff;
			bottom: 0px;
			font: 10px/12px Arial;
			padding: 2px 4px 2px 4px;
			position: absolute;
			right: 0px;
			text-transform: uppercase;
		}
		#homeNews .more a {
			color: #0080c6;
		}
		#homeNews .more a:hover {
			background-color: #0080c6;
			color: #ffffff;
		}
		#homeNews .item p {
			position: absolute;
			width: 160px;
		}
		
/**
 * News
 */				
				
		#bwa {
			background: #f7f9fd;
			color: #0079c2;
			border: solid 4px #0079c2;
			padding: 10px;
		}
		
		#bwa h1 {
			color: #0079c2;
			margin: 0px;
		}		