﻿@charset "UTF-8";
/* CSS Document */

#homecontainer{
		margin: 0 auto;
		width: 960px;
		height: 340px;
		overflow: hidden;
		background:url("../../home/images/home-main.png") 0 0 no-repeat;	
}

.flashhome{
	float: left;
	width: 693px;
	margin-left: 11px;
	border:0px;
}

#homeright{
	float: right;
	width: 206px;
	height: 280px;
	padding: 10px 30px 20px 20px;
	overflow: hidden;
}

#homeright h2 a{
	color: #192d55;
	font-size: 14px;
	font-family: Arial,Verdana,Sans-serif;
}

#homeright h2 a:hover{
	color: #666666;
	font-size: 14px;
	font-family: Arial,Verdana,Sans-serif;
}

#homeright h3{
	color: #192d55;
}

#homeright p{
	color: #192d55;
	font-size: 12px;
}

#homeright p a:link{
	padding-bottom: 10px;
	font-size: 12px;
	color: #424242;	
}

#homeright p a:hover{
	padding-bottom: 10px;
	font-size: 12px;
	color: #666666;	
}

#basecontainer{
		margin: 0 auto;
		margin-top: 5px;
		width: 960px;
		height: 385px; /*200*/
		overflow: hidden;
		/*background:url("../../home/images/base.png") 0 0 repeat-x;*/		
}

#baseleft{
		width: 420px;
		height: 85px;
		padding: 20px 30px 20px 30px;
		overflow: hidden;
		float: left;
}

#baseright{
		width: 420px;
		height: 85px;
		padding: 20px 30px 20px 30px;
		overflow: hidden;
		float: right;
}

#basecontainer h2{
		font-size: 22px;
		color: #00b4f0;
		margin: 0 0 8px 0;
		font-weight: normal;
	}

.voicemail-email{
		float: left;
		width: auto;
		position: relative;
		left: -20px;
		top: -25px;
}

/*Adjust padding on client logos if they change size to centre them properly in the bottomleft div*/

.client01{
	display: inline;
	margin-left: 30px;
	margin-top: 5px;
	float: left;
}

.client02{
	display: inline;
	margin-left: 30px;
	margin-top: 5px;
	float: left;
}

.client03{
	display: inline;
	margin-left: 30px;
	margin-top: 5px;
	float: left;
}

/* paragraph box */
/*
#paragraph{
		margin: 0 auto;
		margin-top: 5px;
		margin-bottom: 10px;
		width: 960px;
		height:200px;
		overflow: hidden;
		clear: both;
		background:url("../../home/images/carousel-bg.png") 0 0 no-repeat;	
		font-size: 13px;
		color: #424242;	
}

#paragraphtext{
	float: left;
	width: 900px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#paragraph h2{
	font-size: 13px;
	color: #666666;
	position: relative;
	font-weight: bold;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}

#paragraph p
{
	text-indent: 20px;
	line-height: 130%;
	background: transparent url("../../home/images/padded-square-bullet.png") top left no-repeat;
}*/