@charset "UTF-8";
/**
 *  Styles for UEA Home Page Only 
 * Includes the Helping Employers Image, and Three columns beneath the image.
 * 
 */

@media screen, projection
{
#home-main-picture-container {
		width: 639px;
		background-image:  url(/images/home-center-block-footer.gif);
		background-repeat: repeat-y;
		background-position: top right;
		height: auto;
		color: #FFFFFF;
		margin-top: 8px; 
		position: relative;
		float: right;
}
		
#home-picture-block {
		padding: 0; 
		width: 639px;
		height: 180px;
		background-image:  url(/images/uea-home-default.jpg);
		background-repeat: no-repeat;
		background-position: top right;
		color: #FFFFFF; 
		border-bottom: 1px solid #FFFFFF;
		margin-top: 5px;
		position: relative;
}
	
#home-picture-block p {
		text-align: center;
		font-size: small;
		color: #FFFFFF;
		padding: 0;
		margin: 0;
}
	
table.ueaHome {
		color: #FFFFFF;
		margin: 1px 0 0 0;
		padding: 0;
		border-collapse: collapse;
		width: 637px;
		background-image:  url(/images/home-sub-tricolor.jpg);
		background-repeat: repeat-y;
		background-position: top;		
}

table.ueaHome h2 {
		color: #FFFFFF;
		border-bottom: none;
		font-size: 150%;
		line-height: inherit;
		padding: .5em .5em .25em 0 ;			
	}

table.ueaHome td {
		vertical-align: top;
		padding: .5em 1em;
}

table.ueaHome td.left {
	/*	background-color: #de6200; */
		width: 213px;
}

table.ueaHome td.center {
	/*		background-color: #0a66d5;	*/
		width: 212px;		
}
	
table.ueaHome td.right {
	/*		border-left: 1px solid #FFFFFF;
		background-color: #006d8a;*/
		width: 214px;
}
	
table.ueaHome td.right h2{ 	
		margin-bottom: 10px;
		margin-left: -2px;
}

table.ueaHome td.right div{
		position: absolute;
		margin-left: -5px;
}

table.ueaHome a, table.ueaHome a:visited, table.ueaHome a:hover{
		color: #FFFFFF;
}
		
table.ueaHome ul li{ margin: .5em;   }

td.home-sub-footer {
	padding: 0; 
	height: 15px;
	background-image:  url(/images/home-sub-tricolor-footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: 0 ;
}

.newsticker-jcarousellite { width: 200px; }

}