﻿/* styles ----------------------------------------------- */
body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #58585A;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, address {
	margin-bottom: 1em;
}
ul, ol {
	padding-left: 2em;
	color: #555555;
}
h1 {
	color: #B10124;
	/*font-size: 24px;
	font-weight: normal;*/
	border-bottom: solid #BEC0C2 1px;
	padding: 0 0 10px 0;
	clear: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: Bold;
	font-style: italic;
}
h2 {
	color: black;
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	color: #005695;
	font-size: 16px;
}
p, li {
	line-height: 22px;
}
a img {
	border: none;
}
a:link {
	color: navy;
}
a:visited {
	color: navy;
}
a:hover {
	color: maroon;
	font-style: italic;
	text-decoration: none;
}
img {
	border: none;
}
.imgNoLink {
	border: 1px;
	border-color: silver;
	border-style: solid;
	vertical-align: top;
}
.svcsImage {
	border: 1px;
	border-color: silver;
	border-style: solid;
	vertical-align: top;
	opacity:1;
	filter:alpha(opacity=100);
}
.svcsImage:hover {
	border: 1px;
	border-color: silver;
	border-style: solid;
	vertical-align: top;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.svcsText {
	padding: 0 25px 20px 25px
}
a.moreLinks {
	color: black;
	font-style: italic;
	font-size: small;
}
a.moreLinks:hover {
	color: maroon;
	font-style: normal;
	text-decoration: none;
}
.boldMaroon {
	color: maroon;
	font-weight: bold;
}
.boldMaroon a {
	color: maroon;
	font-weight: bold;
	text-decoration: underline;
}
.boldMaroon a:hover {
	color: maroon;
	font-style: italic;
	text-decoration: none;
}
.watermark-yellow {
	background-image:url('../images/trioyellow_bg.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 200px;
	padding: 0 0 0 0;
}
.watermark-blue {
	background-image:url('../images/trioblue_bg.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 200px;
	padding: 0 0 0 0;
}
.watermark-green {
	background-image:url('../images/triogreen_bg.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 200px;
	padding: 0 0 0 0;
}
.splitHeader {
	background-color: #B10124;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: white;
	border: none;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.copy {
	color: white;
	font-size: x-small;
	margin: 0px;
}
.copy a {
	color: orange;
	text-decoration: underline;
}
.copy a:hover {
	color: orange;
	text-decoration: none;
	font-style: normal;
}
.redBG {
	background-image: url('../images/red-trans_bg.jpg');
	background-repeat: repeat;
}
.blueBG {
	background-image: url('../images/blue-trans_bg.jpg');
	background-repeat: repeat;
}
.greenBG {
	background-image: url('../images/green-trans_bg.jpg');
	background-repeat: repeat;
}
.grayBG {
	background-image: url('../images/gray-trans_bg.jpg');
	background-repeat: repeat;
}
.yellowBG {
	background-image: url('../images/yellow-trans_bg.jpg');
	background-repeat: repeat;
}
.list-numOne {
	list-style-image: url('../images/listNum/btn_numOne.png');
	vertical-align: top;
}
.list-numTwo {
	list-style-image: url('../images/listNum/btn_numTwo.png');
	vertical-align: top;
	margin: 10px 0 0 0;
}
.list-numThree {
	list-style-image: url('../images/listNum/btn_numThree.png');
	vertical-align: top;
	margin: 10px 0 0 0;
}
.list-numFour {
	list-style-image: url('../images/listNum/btn_numFour.png');
	vertical-align: top;
	margin: 10px 0 0 0;
}
.list-numFive {
	list-style-image: url('../images/listNum/btn_numFive.png');
	vertical-align: top;
	margin: 10px 0 0 0;
}
.serviceList {
	width: 947px;
	padding: 1px 0 0 0 !important;
}
.portfolio {
	width: 400px;
	height: auto;
	padding: 0 0 15px 0;
}
.portfolio img {
	float: left;
	padding: 5px;
	border: thin silver solid;
}
.portfolioText {
	width: 450px;
	height: auto;
	padding: 5px 0 0 0;
	border-top: 1px silver dashed;
}
a.email-contact {
	color: #58585A;
	text-decoration: none;
}
a:hover.email-contact {
	font-style: normal;
	text-decoration: underline;
}