﻿@import url('PublicGeneral.css'); 
@import url('twoColumnsRight.css'); 

#pageWrapper
{
	background: white url('img/header_bg_home.jpg') 0 90px repeat-x;

}

#rightColumn {
	width:178px;
}


#outerColumnContainer {
	background: transparent url(img/bg_home.gif) repeat-y scroll center top;
}

#contentColumn {
	
	width: 560px;
	position: relative;
	right: -30px;
	padding-top: 10px;
}

.more:hover {
	text-decoration: underline;
}

#welcome {
	
	float: left;
	width: 550px;
	background: transparent url('img/home_welcome_line.gif') bottom repeat-x;
	margin-bottom: 20px;
}

#welcome h1 {
	font-size: 30px;
}


#col1, #col2, #col3 {
	
	float: left;
	width: 180px;
	margin-right: 10px;
}

#col3 {
	margin-right: 0;
}

#col1 h1,
#col2 h1,
#col3 h1 {
	font-size: 24px;
	color: #027442;

}

#rightColumn .inside {
	padding-top: 10px;
}

#flash_header {
	clear: both;
	background: #0488da;
	display: block;
	height: 192px;
}
