/* Background Properties */

.background {
	background-color: #4B4B4B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.background-02 {
	background-image: url(images/background-our-locations.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.background-03 {
	background-color: #71714D;
}
.background-04 {
	background-color: #B2862F;
}
.background-05 {
	background-color: #303030;
}
.background-06 {
	background-color: #EDE9B9;
}
.background-07 {
	background-image: url(images/spacer-body.jpg);
	background-repeat: repeat-x;
}
.background-08 {
	background-image: url(images/text-areas-separator.jpg);
	background-repeat: repeat-y;
}
.background-09 {
	background-image: url(images/background-left-shadow.jpg);
	background-repeat: repeat-y;
}
.background-10 {
	background-image: url(images/background-right-shadow.jpg);
	background-repeat: repeat-y;
}
.background-11 {
	background-image: url(images/background-text-areas-separator.jpg);
	background-repeat: repeat-y;
}


/* Body Text */

.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}
.body-text-02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #981039;
	font-weight: bold;
}
.body-text-03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3F3F;
	font-weight: bold;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}


/* Body Links */

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B2862F;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B2862F;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B2862F;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B2862F;
	font-weight: bold;
	text-decoration: none;
}


/* Main & Side Navigation */

a.navigation:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.navigation:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a.navigation:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.navigationprime:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.navigationprime:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.navigationprime:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a.navigationprime:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}


/* Section Links */

a.section:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F5F5F;
	font-weight: bold;
	line-height: 19px;
	text-decoration: none;
}
a.section:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F5F5F;
	font-weight: bold;
	line-height: 19px;
	text-decoration: none;
}
a.section:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F5F5F;
	font-weight: bold;
	line-height: 19px;
	text-decoration: underline;
}
a.section:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F5F5F;
	font-weight: bold;
	line-height: 19px;
	text-decoration: underline;
}