
/* Homepage Header */

#banner {
	position:relative;
	height:75px;
	z-index:100;
	margin-bottom:25px;
}
	
#supra {
	font-size:10px;
	text-align:right;
	color:#ccc;
	height:12px;
	position:absolute;
	left:590px;
	top:28px;
}
	
	
	
/* Lower Service Blocks */

.serviceBlocks {
	background:url(../i/lowerServiceBlocks_bg.jpg) top left no-repeat;
	min-height:160px;
}

.serviceBlocks h2 {
	font-size:14px;
	color:#CC0000;
	padding-bottom:2px;
	margin-bottom:0;
}

.serviceBlocks img {
	float:left;
}

.serviceBlocks .serviceBlock {
	width:242px;
	float:left;
	font-size:10px;
	margin-left:10px;
	padding:15px 0 0 0;
}

.serviceBlocks .serviceBlock .serviceLinks {
	width:143px;
	padding:10px 0 0 7px;
	float:left;
}

.serviceBlocks .serviceBlock .serviceLinks ul {
	padding:0;
	margin:0;
	list-style:none;
}

.serviceBlocks .serviceBlock .news ul li {
	padding-bottom:5px;
}

.serviceBlocks .serviceBlock .serviceLinks ul li.separate, .serviceBlocks .serviceBlock .news ul li.separate {
	padding-top:10px;
	padding-bottom:0;
}

.serviceBlocks .serviceBlock .serviceLinks ul a {
	color:#666666;
}

.serviceBlocks .serviceBlock ul.social, .sideBox ul.social, mainImage ul.social {
	margin:0;
	padding:10px 0 0 0;	
	
	list-style:none;
}

.mainImage ul.social {
	margin-left:375px;
}

.serviceBlocks .serviceBlock ul.social li, .sideBox ul.social li, .mainImage ul.social li {
	float:left;
	margin-right:3px;
	
	list-style:none;
}

.sideBox ul.social li, .mainImage ul.social li {
	margin-right:8px;
}



/* Homepage Footer */

#footer {
	background:none;
	text-align:center;
	margin:35px 0 40px 0;
	padding:10px 0;
	border-bottom:#e5e5e5 solid 1px;
	border-top:#e5e5e5 solid 1px;
}







/* Homepage Sideboxes */

.sideBox{
	width:146px;
	overflow:hidden;
	padding:0px 12px 10px 12px;
	margin-bottom:0px;
	font-size:11px;
	line-height:13px;
	color:#333;
}

.sideBox p{
	margin:0;
	padding:0;
}

ul.sidebox {
	padding:0;
	margin:10px 0 15px 10px;
	list-style:none;
}

ul.sidebox li {
	padding:0 0 0 7px;
	margin:0 0 3px 0;
	list-style:none;
	background:url(../i/bullet_plus.gif) left no-repeat;
}

.sideBox.Login{
	background:url(../i/tileBox_login.jpg) top no-repeat;
	height:185px;
}

h1.sidebox{
	font:bold 14px Arial, Helvetica, sans-serif;
	margin:10px 0 0 0;
	padding:0;
}

.sideBox.Small{
	background:url(../i/tileBox_small.jpg) top no-repeat;
	height:102px;
}

.sideBox.Medium{
	background:url(../i/tileBox_medium.jpg) top no-repeat;
	height:148px;
}

.sideBox.social{
	background:url(../i/tileBox_70.jpg) top no-repeat;
	height:70px;
}

.sideBox.AC{
	background:url(../i/tileBox_130.jpg) top no-repeat;
	height:130px;
	text-align:center;
}

.login_but {
	margin-bottom:15px;
}










/* Slideshow */

#homeContent {
	width:575px;
	float:right;
	background:url(../i/slideshow_main_bg.jpg) top center no-repeat;
}

.thumbnails {
	height:48px;
	background:url(../i/slideshow_thumbnail_bg.jpg) left top no-repeat;
	margin-bottom:10px;
	overflow:hidden;
	padding:0;
	
	text-align:center;
}

.thumbnails ul {
	list-style-type: none;
	padding:0 0 0 2px;
	margin:0;
	height:48px;
	background:url(../i/slideshow_sep.jpg) left top no-repeat;
}

.thumbnails ul li {
	float:left;
	list-style-type:none;
	padding:0 2px 0 0;
	margin:0;
	background:url(../i/slideshow_sep.jpg) right top no-repeat;
}

.thumbnails ul li a {
	display:block;
	font-size:11px;
	margin:0;
	padding:17px 10px 15px 10px;
	font-weight:bold;
}

.mainImage {
	cursor:pointer;
	width:572px;
	height:406px;
	overflow:hidden;
	margin:0 0 1px 1px;
	padding:0;
}

.mainImage a {
	display:block;
	margin:10px 1px 1px 1px;
}

.thumbnails a.activeSlide {
	background:url(../i/slideshow_thumbnail_active.jpg) top center;
	color:#999;
}















