/* CSS Document */

body {
	background-color: #029AFF;
	background-image: url(images/bg.jpg);
	margin: 2px;
}
.border-r {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
}
h1 {
	font-family: "Gill Sans MT", Verdana, Arial;
	font-size: 16px;
}

p, ul, li {
	font-family: "Gill Sans MT", Geneva, Arial;
	font-size: 17px;
	color: #333333;
	text-decoration: none;
	margin: 10px 10px 0px;
	line-height: 20px;
}
.nav-bg {
	background-image: url(images/nav-bg.jpg);
}
.bottom-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bottom-nav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bottom-nav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bottom-nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #CCCCCC;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bottom-nav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: underline;
	margin-top: 5px;
	margin-bottom: 5px;
}
.photo-border {
	padding: 5px;
	border: 1px solid #528AC3;
}
.testimonial {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #333333;
}

.gallery-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #075198;
}

.border-l-r {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #09F;
}
