@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
p {
	padding-top: 4px;
	padding-bottom: 4px;
}
a {
	color: #26497D;
	text-decoration: none;
}
a:hover {
	color: #436597;
	text-decoration: underline;
}
a.more {
	font-size: 11px;
	text-transform: uppercase;
}
#footer a {
	color: #669BF0;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
ul, ol {
	padding-left: 25px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
li {
	padding-top: 2px;
	padding-bottom: 2px;
}
ul#list-services {
	padding-left: 10px;
	font-weight: bold;
	color: #555555;
	font-size: 14px;
	line-height: 20px;
}
ul#list-services li {
	padding-top: 10px;
	padding-bottom: 10px;
}
ul#list-services li+li {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #B2B8C3;
}
ul#list-news li {
	margin-bottom: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 10px;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #1E3A64;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1E3A64;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 35px;
	margin-bottom: 5px;
}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}
#sidebar h3 {
	background-image: url(/images/bkg-sidebar-h3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -30px;
	padding-left: 30px;
	width: 318px;
	height: 34px;
	padding-top: 6px;
	margin-top: 20px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #1E3A64;
	margin-top: 10px;
}
img.img-left {
	background-color: #FFFFFF;
	padding: 2px;
	float: left;
	margin-right: 15px;
	border: 1px solid #CCCCCC;
}
.label {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.phone {
	font-size: 16px;
	font-weight: bold;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #999999;
}
.credits {
	margin-top: 20px;
	display: block;
}
.disclaimer {
	font-size: 11px;
	line-height: 16px;
}
/*  FORMS 
    --------------------------------------------------------------- */	
	
.error_message	{ 
	display:inline;	
	font-weight: bold;	
	font-size: 9px;	
	color: #990000;	
	background-color:#FFFFCC;	
	border: 1px solid #990000;	
	margin: 3px 5px 5px 5px;	
	padding: 3px; 
}
.required {	color: #CC0000; 
}
input#anti-spam {
	display: none;
}
td img#captcha {
	border: 1px solid #CCCCCC;
	margin-top: 15px;
}
div#captcha-box {
	background-color: #FAFAFA;
	text-align: center;
	border: 1px solid #DEDEDE;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	width: 262px;
}
