/* Background Properties */

.background-accolades {
	background-image: url(images/accolades-bk.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #231F20;
	margin: 0px;
}
.background-body {
	background-color: #FFF;
	margin: 0px;
}
.background-footer {
	background-color: #231F20;
	height: 260px;
	margin: 0px;
}
.background-header-bk-01 {
	background-image: url(images/header-bk-01.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #231F20;
	margin: 0px;
}
.background-header-bk-02 {
	background-image: url(images/header-bk-02.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #231F20;
	margin: 0px;
}
.background-header-bk-03 {
	background-image: url(images/header-bk-03.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #231F20;
	margin: 0px;
}
.background-header-bk-04 {
	background-image: url(images/header-bk-04.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #231F20;
	margin: 0px;
}
.background-header-bk-05 {
	background-image: url(images/header-bk-05.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #231F20;
	margin: 0px;
}
.background-header-01 {
	background-image: url(images/header-01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 300px;
	margin: 0px;
}
.background-header-02 {
	background-image: url(images/header-02.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 141px;
	margin: 0px;
}
.background-header-03 {
	background-image: url(images/header-03.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 141px;
	margin: 0px;
}
.background-header-04 {
	background-image: url(images/header-04.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 141px;
	margin: 0px;
}
.background-header-05 {
	background-image: url(images/header-05.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 141px;
	margin: 0px;
}


/* Text Properties */

.accolades-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595B;
	line-height: 20px;
}
.accolades-text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595B;
	font-weight: bold;
}
.clients-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595B;
	line-height: 20px;
}
.company-information-titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #58595B;
	font-weight: bold;
}
.company-information-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #58595B;
	line-height: 21px;
}
.company-information-text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #58595B;
	font-weight: bold;
}
.contact-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #58595B;
	line-height: 21px;
}
.contact-text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #58595B;
	font-weight: bold;
}
.copyright-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #58595B;
}
.footer-contact-text { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D0D2D3;
}
.footer-contact-text-bold { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D0D2D3;
	font-weight: bold;
}
.project-titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
}
.project-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58595B;
}
.services-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595B;
	line-height: 20px;
}
.services-text-02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.services-text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #58595B;
	font-weight: bold;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #EEE;
	margin: 0px;
}
.titles-accolades {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #055D7C;
	margin: 0px;
}


/* Link Properties */

a.contact-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #58595B;
	line-height: 20px;
}
a.contact-links:link {
	text-decoration: none;
}
a.contact-links:visited {
	text-decoration: none;
}
a.contact-links:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #231F20;
}
a.contact-links:active {
	text-decoration: none;
	color: #FFF;
	background-color: #231F20;
}

/**/

a.footer-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D0D2D3;
}
a.footer-links:link {
	text-decoration: none;
}
a.footer-links:visited {
	text-decoration: none;
}
a.footer-links:hover {
	text-decoration: none;
	color: #FFF;
}
a.footer-links:active {
	text-decoration: none;
	color: #FFF;
}

/**/

a.footer-navigation-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D0D2D3;
	line-height: 16px;
}
a.footer-navigation-links:link {
	text-decoration: none;
}
a.footer-navigation-links:visited {
	text-decoration: none;
}
a.footer-navigation-links:hover {
	text-decoration: none;
	color: #FFF;
}
a.footer-navigation-links:active {
	text-decoration: none;
	color: #FFF;
}

/**/

a.project-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
}
a.project-links:link {
	text-decoration: none;
}
a.project-links:visited {
	text-decoration: none;
}
a.project-links:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #231F20;
}
a.project-links:active {
	text-decoration: none;
	color: #FFF;
	background-color: #231F20;
}