#previewContent {
	width: 770px;
	background: #e5ebf2;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

#clearer {
	clear: both;
}

#pcLeft {
	width: 380px;
	float: left;
}

#pcLogo {
	width: 380px;
	height: 210px;
	overflow: hidden;
}

#pcLeft h1 { 
	font-size: 20px;
	color: #055a8d;
	padding: 15px 10px;
}

#pcLeft h2 { 
	font-size: 14px;
	font-weight: bold;
	color: #055a8d;
	padding: 5px 10px;
}

#pcLeft h3 { 
	font-size: 11px;
	font-weight: bold;
	color: #055a8d;
	padding: 5px 10px;
}

#pcBodyText {
	padding: 15px 10px 25px 10px;
	line-height: 18px;
	font-size: 11px;
	font-weight: normal;
}

#pcBodyText p { margin-top: 10px;  }
#pcBodyText ul { padding: 5px 20px; }

#pcBodyText a:link, #pcBodyText a:visited { color: #055a8d; text-decoration: none; }
#pcBodyText a:hover { text-decoration: underline; }

#pcRight {
	width: 380px;
	float: right;
	margin-right: 5px;
	
	display:inline;
}

#companyInfo {
	float: right;
	height: 210px;
	width:380px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#companyBox {
	width: 198px;
	height: 200px;
	background: #88a3c4;
	margin: 10px 0 0 0;
	line-height: 200px;
	color: #ffffff;
	text-align: center;
	float: left;
	
	display:inline;
}

#contactInfo {
	float:right;
	margin: 10px 10px 0 0;
	height: 198px;
	width: 170px;
	background: #ccd8e6;
	border: 1px solid #88a3c4;
	
	display:inline;
}

#contactBoxHead {
	height: 30px;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left:5px;
	border-bottom: 1px solid #6487b2;
	background: url('../../img/layout/titleBarBg.gif') repeat-x;
	color: #055a8d;
	overflow: hidden;
}

#contactBoxInfo {
	color: #333333;
	line-height: 14px;
	padding: 5px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

#contactBoxInfo strong { font-weight: bold; color: #5279a9; }
#contactBoxInfo a:link, #contactBoxInfo a:visited { color: #055a8d; text-decoration: none; font-weight: bold; }
#contactBoxInfo a:hover { border-bottom: 2px solid #055a8d; }


#servicesBox {
	margin: 10px;
	list-style-type: none;
	width: 370px;
	border-bottom: 1px solid #6487b2;
}

#servicesBox #servicesHead {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	padding-left:10px;
	border-bottom: 1px solid #6487b2;
	background: url('../../img/layout/titleBarBg.gif') repeat-x;
	color: #055a8d;
	border-left: 1px solid #6487b2;
	border-right: 1px solid #6487b2;
	border-top: 1px solid #6487b2;
	border-bottom: none;
}

#servicesBox li {
	height: 19px;
	color: #333333;
	font-weight: bold;
	line-height: 18px;
	padding-left:10px;
	border-left: 1px solid #6487b2;
	border-right: 1px solid #6487b2;
	border-top: 1px solid #6487b2;
	border-bottom: none;
	font-size: 11px;
}

.serviceOdd { background: #c1cfe0; }
.serviceEven { background: #a8bcd4; }

#right-sidebar { margin: 30px 5px 15px 5px; color: #486281; }

#sb-image { width: 364px; overflow: hidden; }
#sb-file-foot #ft-text { 
	height: 45px; 
	float: left; 
	width: 115px;
	margin-top: 8px; 
	margin-left: 90px; 
	background: #ffffff; 
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;	
	line-height: 15px;
}

#sb-file-foot #fileTypeIcon { height: 50px; width: 50px; margin: 5px; float: right; margin-right: 90px;}


