@font-face {
 font-family: "Trebuchet MS";
 src: url("fonts/trebuc.eot") /* EOT file for IE */
}
@font-face {
 font-family: "Trebuchet MS";
 src: url("fonts/trebuc.ttf") /* TTF file for CSS3 browsers */
}

.page-background {
	background-color: #FFF;
	background-image: url(images/index-bg_04.jpg);
	background-repeat: repeat-x;
}
.home-cell-background {
	background-color: #184562;
	background-image: url(images/index_13.jpg);
	background-repeat: no-repeat;
}
h2 {
	color: #184562;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 21px;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
}
a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #039;
	text-decoration: underline;
}
a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #039;
	text-decoration: underline;
}
a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #78BBC3;
	text-decoration: none;
}
a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #039;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.small-links a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
}
.small-links a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
}
.small-links a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #78BBC3;
	text-decoration: none;
}
.small-links a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
}

.other-page-background {
	background-color: #FFF;
	background-image: url(images/other-pg-bg_04.jpg);
	background-repeat: repeat-x;
}
li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
}
.portfolio-border {
	border: thin solid #174662;
}

