@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
p {
	margin-top: 0px;
	margin-bottom: 14px;
}
h4 {
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h5 {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

#container {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	padding: 22px;
}

#footer {
	background-color: #f4f4f4;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	height: 167px;
	text-align: center;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#footer a {
	color: #666666;
	text-decoration: underline;
}
#footer a:hover {
	color: #333333;
	text-decoration: none;
}
.padding {
	padding: 8px;
}

.linkBlue {
	font-weight: bold;
	color: #006198;
	text-decoration: underline;
}
.linkGolden {
	font-weight: bold;
	color: #986C01;
	text-decoration: underline;
}
.linkGreen {
	font-weight: bold;
	color: #8E9000;
	text-decoration: underline;
}
.linkRed {
	font-weight: bold;
	color: #BB0D02;
	text-decoration: underline;
}
.linkPortfolio {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-size: 15px;
}
.linkPortfolio:hover {
	font-weight: bold;
	color: #006198;
	text-decoration: none;
}
.bgNews {
	background-image: url(../images/bg_news.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
}







.bgVline {
	background-image: url(../images/bg_vline.gif);
	background-repeat: repeat-y;
	width: 47px;
}
.bg_imgContact {
	background-image: url(../images/img_contact.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 205px;
}

.btn_whatwedo {
	background-image: url(../images/bg_btn.jpg);
	background-repeat: repeat-x;
	display: block;
	padding-left: 8px;
	height: 22px;
	padding-top: 8px;
}
.btn_whatwedo a{
	color: #666666;
	text-decoration: none;
}
.btn_whatwedo a:hover{
	color: #000000;
	text-decoration: none;
}
.title01 {
	font-size: 15px;
	color: #333333;
	text-decoration: none;
}
.txtBold {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.textbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.btn_newsletter {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #027588;
	padding: 3px;
}
.btn {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6450;
	padding: 3px;
}




.img_holder {
	background-color: #666666;
	width: 100px;
}
.borderimg {
	border: 2px solid #CCCCCC;
}
.borderimg:hover {
	border: 2px solid #005D9F;
}
.borderSeparator {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}



.floatRt {
	float: right;
}

