@charset "utf-8";
/* CSS Document
blue: #006699;
orange: #FF6600
*/

* { margin: 0; padding: 0; }

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #ffffff;
}

a { color: #FF6600; text-decoration: none; border-bottom: 1px solid #FF6600; font-weight: bold;}
a.imp { border-bottom: 1px solid #FF6600 !important; }

a:hover { border: none; color: #009933; }

p { margin-bottom: 15px; line-height: 150%; }

h2, h3 { margin: 5px 0 10px 0; padding-bottom: 5px; color: #006699; }
h1 { margin: 5px 0 0 0; padding-bottom: 5px; color: #006699; }
h2 { font-size: 20px; border-bottom: 1px dashed #006699; letter-spacing: -2px; }
h3 { font-size: 16px; margin-top: 10px !important; border-bottom: 1px dashed #006699; letter-spacing: -1px; }
h4 { font-size: 16px; color: #006699; font-weight: normal;}

.bluetxt { color: #006699 }
.rightalign { text-align: right }
.centrealign { text-align: center; }

#message {
	width: 100%;
	padding: 10px;
	background: #000000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

#container {
	width: 100%;
	background: url(../images/bg.gif) repeat-x top;
	border-top: 10px solid #e1e1e1;
	border-bottom: 10px solid #e1e1e1;
	float: left;
}

#container2 {	
	margin: 0 auto;
	width: 960px;
}

#content {
	height: 500px;
	background: #FFFFFF;
}

#contentarea {
	border-left: 1px dashed #dddddd;
}

#contentarea #mainblock {
	padding: 10px;
	width: 430px;
	float: left;
	border-left: 1px dashed #dddddd;
}

#contentarea #sidebar {
	width: 200px;
	padding: 10px 4px;
	float: right;
	background: #f1f1f1;
}

#contentarea #sidebar a { border: none; }

#contentarea ol { margin: 0 0 0 20px; }

	#contentarea ol li { margin-bottom: 10px; line-height: 150%; }

#contentarea #gallery {
	padding: 10px;
	float: left;
	border-left: 1px dashed #dddddd;
}

#header {
	width: 660px;
	height: 100px;
	float: right;
	background: #006699;
	color: #ffffff;
}

#header img { margin: 8px 0 0 20px; color: #ffffff; }

#leftblock {
	width: 300px;
	background: url(../images/logo.jpg) no-repeat;
	float: left;
}

#navigation {
	margin: 290px 0 0 0;
}

#navigation ul {
	margin: 10px;
	list-style: none;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	margin: 0 0 1px 0;
	padding: 10px;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: none;
}

#navigation ul li a:hover {
	background: #006699;
	color: #FFFFFF;
}

#navigation .selectednav {
	background: #006699 url(../images/icons/selected1.gif) no-repeat right;
	color: #FFFFFF;
}

#navigation .selectednav2 {
	background: #e8e8e8 url(../images/icons/selected2.gif) no-repeat right;
	color: #006699;
}

#navigation .selectednav3 {
	background: #006699 url(../images/icons/selected3.gif) no-repeat right;
	color: #FFFFFF;
}

.noborder { border: none; }
/* Secondary Navigation*/
#navigation ul li ul {
	margin: 0;
	border-top: none;
	background: #E8E8E8;
}

#navigation ul li ul li {
	border: none;
}

#navigation ul li ul li a {
	border-top: none;
	text-transform: none;
}

#navigation ul li ul li a:hover {
	background: #006699;
	color: #ffffff;
}

/* END - Secondary Navigation*/

ul.plist {
	margin: 20px 0 0 40px;
	list-style: url(../images/icons/bullet.gif);
	font-size: 14px;
}

ul.plist li {
	margin: 10px;
	padding-left: 30px;
	
}

#address {
	padding: 10px;
	background: #FFFFFF;
}

#rightblock {
	width: 660px;
	background: #ffffff;
	float: right;
}

#banner {
	width: 660px;
	height: 200px;
	background: url(../images/home/banner1.jpg) no-repeat;
	border-bottom: 1px dashed #CCCCCC;
	overflow: hidden;
}

#contactform {
	width: 940px;
	margin: 5px 0;	
	padding: 5px 10px;
	background: #eeeeee;
	float: left;
	text-align: center;
	color: #CCCCCC;
	text-align: left;
}

.contactformcol {
	margin-right: 10px;
	width: 450px;
	float: left;
}

.contactformcol p {
	margin-bottom: 5px;
	padding: 2px;
	font-size: 11px;
	border-bottom: 1px solid #FFFFFF;	
}

#footer {
	width: 960px;
	padding: 10px 0;
	background: #333333;
	float: left;
	text-align: center;
	color: #CCCCCC;
}

#footer a {
	text-decoration: none;
	border-bottom: 1px solid #666666;
}

#footer a:hover { color: #ffffff; border: none; }

/* Picture Album */
#photogallery a { border: 5px solid #E8E6DA; display: inline-block; margin: 5px; }
#photogallery a:hover { border: 5px solid #bbbbbb; display: inline-block; margin: 5px; }
#photogallery a img { width: 180px; height: 180px; }

.testimonials {
	margin: 10px;
}

.testimonial {
	margin: 15px 0 25px 0;
}


.testimonial-header {
	display: flex;
	align-items: center;
	grid-gap: 1em;
}

.testimonial-header .pic img {
	width: 100px; height: 100px;
	border-radius: 50%;
	border: 3px solid #eee;
}

.testimonial-content {
	border-left: 5px solid #eee;
	margin-left: 1rem;
	padding-left: 1rem;
}

.testimonial-footer {
	margin-left: 2rem;
	padding-left: 5px;
}























