<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  03: 2 Col Flex Sidebar Left
  Modified by: Pat Geary July 2013
  ------------------------------------------------
*/
body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #000;
	background: #FAEFC1;
	margin: 0px;
	padding: 0px;
}
img {
	vertical-align: bottom;
}
/* ========================

keeps linked images from having a hyperlink border

=========================== */
body img {
	border: 0px;
	text-decoration: none;
}
.masthead {
	background-color: #FAEFC1;
	padding: 0px;
	text-align: left;
	position: relative;
}
.masthead .banner {
	box-shadow: 0px 0px 30px rgba(0,0,0,.5);
	border-bottom: 1px solid #fff;
	background-repeat: repeat-x;
}
.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
.content-wrapper {
	border: 1px solid #222;
	margin: 0px;
	overflow: hidden;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: 0 0 20px #999;
	-webkit-box-shadow: 0 0 20px #999;
	box-shadow: 0 0 20px #999;
}
.main-content {
	float: right;
	width: 80%;
}
.sidebar {
	width: 20%;
	float: right;
}
/*The Sidebar content areas.*/
.sidebar .content {
	padding: 30px;
	font-size: .8em;
	line-height: 1.5em;
	background-color: #F7F3F7;
}
.main-content .content {
	padding: 30px;
	font-size: .9em;
	line-height: 1.5em;
	
}
/*===========================================

Heading styles

============================================*/
h1, h2, h3, h4 {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
h1 {
	font-size: 1.500em;
}
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1.125em;
}
h4 {
	font-size: 1em;
}
/*A utility rule assigned to the first heading to remove top margins.*/
.page-topper {
	margin-top: 0px;
}
/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li {
	margin-bottom: 4px;
}
/*Ordinary Link Styles*/
.content a {
	color: #0066CC;
}
.content a:hover, .content a:focus {
	color: #C30;
}
.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus {
	color: #FFF;
}
/*===============================

Misc. Typographic Styles

================================*/
.content em {
	font-style: normal;
	text-transform: uppercase;
	font-size: 110%;
}
.content em.big {
	font-size: 125%;
}
.smalltxt {
	font-size: x-small;
}
.ctr {
	text-align: center;
}
.sale {
	font-size: large;
	color: #993300;
	font-weight: bold;
}
blockquote {
	color: #666;
	margin: 1em;
	padding: 0 50px 10px 50px;
	background: url("images/blockquote.gif") no-repeat left top;
	font-size: 90%;
}
.strikeout {
	text-decoration: line-through;
}
.lft-margin {
	margin-left: 40px;
}
.huggins {
	font-variant: small-caps;
}
.ezine-am {
	margin: 0px;
}
.ezine-image {
	margin: 0px;
	border : 0px;
}
.ezine-menu {
	background-color: green;
	color: #FFFFFF;
	margin: 0px;
}
.search {
	text-align: center;
	margin: 3px auto 8px auto;
	font-size: .8em;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}
/*The Footer*/
.footer {
	border-top: 1px solid #1C140E;
	background-color: #316994;	padding: 10px 30px;
	font-size: .85em;
	color: #FFF;
	text-align: center;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
}
.footer p {
	margin: 0px;
}
/* ===================

images 

=================== */
.imglft {
	padding: 5px 10px 5px 0px;
	float: left;
}
.imgrgt {
	padding: 5px 0px 5px 10px;
	float: right;
}
.imgctr {
	display: block;
	margin: 0px auto;
}
img.dynasize {
	max-width: 100%;
}
.box-img {
	padding: 5px 15px 5px 5px;
	float: left;
}
/*=============

form styles 

==============*/
form fieldset {
	padding: 1em;
	font: 80%/1 sans-serif;
	border: 2px solid #000000;
/*width: 300px;*/width: 90%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 3px 3px 6px #dddddd;
	-moz-box-shadow: 3px 3px 6px #dddddd;
	-webkit-box-shadow: 3px 3px 6px #dddddd;
}
form fieldset label {
	width: 15%;
	margin-right: 0.5em;
	padding-top: 0.2em;
	text-align: right;
	font-weight: bold;
}
form fieldset legend {
	padding: 0.2em 0.5em;
	color: #000000;
	font-size: 90%;
	text-align: right;
	font-variant: small-caps;
}
.cf {
	border: 1px #353c48 solid;
	background-image: url('images/form-bg.jpg');
	background-repeat: repeat;
}
.button {
	font: normal 90% Verdana, serif;
	height: 22px;
	border: 1px solid #336600;
	background-color: #649845;
	color: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
input:focus {
	border: 2px solid #993300;
}
/*=============error page formatting contact page script=============*/
.error-page-heading1 {
	font-family: "Times New Roman";
	color: #564c66;
	font-size: 1.5em;
	font-weight: bold;
}
.error-page-heading2 {
	font-family: "Times New Roman";
	color: #564c66;
	font-size: 1.2em;
	font-weight: bold;
}
.error-page-line-closing {
	font-family: "Times New Roman";
	color: #0066CC;
	font-size: .9em;
	font-weight: bold;
}
.error-page-line-opening {
	font-family: "Times New Roman";
	color: #0066CC;
	font-size: .9em;
	font-weight: bold;
}
.error-msg {
	font-family: "Times New Roman";
	color: #CC3300;
	font-size: 1em;
	font-weight: bold;
}
.error-page-footer {
	font-family: "Times New Roman";
	color: #000000;
	font-size: .8em;
	font-weight: bold;
}
/*==========================

Template Examples

============================*/
.thumbs img {
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 6px;
/*	box-shadow: 0px 0px 20px #aaa;

*/border: 1px solid #999;
}
.thumbs img:hover, .thumbs .current {
	background-color: #222222;
	-webkit-box-shadow: 0px 0px 20px #666;
	box-shadow: 0px 0px 30px #999;
	border-color: transparent;
}
.thumbs p {
	display: inline-block;
	padding: 0 6px;
	text-align: center;
	font-size: x-small;
	text-transform: uppercase;
}
/* =============

profile box styles 

=============*/
.container {
	width: 85%;
	margin-bottom: 15px;
}
.profile {
	border: 1px solid #CCCCCC;
	position: relative;
}
.profileText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 10px;
}
.profileStats {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
}
.profileStats img {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.profileName {
	padding-bottom: 5px;
	padding-right: 98px;
	font-size: 1.2em;
	font-weight: bold;
	color: #2e4672;
}
.profileJob {
	font-size: 0.8em;
	padding-right: 98px;
	padding-top: 5px;
	background-image: url('images/testimonial-bg.jpg');
	background-repeat: repeat-x;
	height: 45px;
	color: #FFFFFF;
}
.profileJob a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/*===============

Zoom Search

================= */
.highlight {
	background: #FFFF66;
	padding: 5px;
}
.searchheading {
	font-size: 130%;
	font-weight: bold;
}
.summary {
	font-size: 80%;
	font-style: italic;
}
.suggestion {
	font-size: 100%;
}
.results {
	font-size: 100%;
}
.category {
	color: #999999;
}
.sorting {
	text-align: right;
}
.result_title {
	font-size: 100%;
}
.description {
	font-size: 100%;
	color: #008000;
}
.context {
	font-size: 100%;
}
.infoline {
	font-size: 80%;
	font-style: normal;
	color: #808080;
}
.zoom_searchform {
	font-size: 100%;
}
.zoom_results_per_page {
	font-size: 80%;
	margin-left: 10px;
}
.zoom_match {
	font-size: 80%;
	margin-left: 10px;
}
.zoom_categories {
	font-size: 80%;
}
.zoom_categories ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.zoom_categories li {
	display: inline;
	margin-left: 15px;
	list-style-type: none;
}
.cat_summary ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.cat_summary li {
	display: inline;
	margin-left: 15px;
	list-style-type: none;
}
input.zoom_button {
}
input.zoom_searchbox {
}
.result_image {
	float: left;
	display: block;
}
.result_image img {
	margin: 10px;
	width: 80px;
	border: 0px;
}
.result_block {
	margin-top: 15px;
	margin-bottom: 15px;
}
.result_altblock {
	margin-top: 15px;
	margin-bottom: 15px;
}
.result_pages {
	font-size: 100%;
}
.result_pagescount {
	font-size: 100%;
}
.searchtime {
	font-size: 80%;
}
.recommended {
	background: #DFFFBF;
	border-top: 1px dotted #808080;
	border-bottom: 1px dotted #808080;
	margin-top: 15px;
	margin-bottom: 15px;
}
.recommended_heading {
	float: right;
	font-weight: bold;
	padding-right: 20px;
}
.recommend_block {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px 15px;
}
.recommend_title {
	font-size: 100%;
}
.recommend_description {
	font-size: 100%;
	color: #008000;
}
.recommend_infoline {
	font-size: 80%;
	font-style: normal;
	color: #808080;
}
.recommend_image {
	float: left;
	display: block;
}
.recommend_image img {
	margin: 10px;
	width: 80px;
	border: 0px;
}
/*============ 

For sitemap 

==============*/
#sitemap ul li {
	margin: 0px;
	padding: 0px 2px 0px 10px;
	list-style-image: url('images/home.gif');
	background-repeat: no-repeat;
}
#sitemap ul li li {
	list-style-image: url('images/smfolder.gif');
	background-repeat: no-repeat;
	margin: 0px 5px 5px 0px;
	padding: 0px;
}
#sitemap ul li li li {
	list-style-image: url('images/smfile.gif');
	background-repeat: no-repeat;
	margin: 0px 5px 5px 0px;
	padding: 0px;
}
#confirmation {
	width: 90%;
	border-collapse: collapse;
}
#confirmation td {
	border: 1px #c0c0c0 solid;
	padding: 5px;
	background-color: #eef6ed;
}
.data td {
	padding: 10px;
}
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 699px) {
.sidebar, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
}
.content {
	padding: 10px 10px !important;
	border: none !important;
	height: auto !important;
	max-height: 888678px;
}
input[type=text], select, textarea {
	width: 100%;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 900px) {
.content {
	padding: 10px 10px !important;
}
input[type=text], select, textarea {
	width: 100%;
}
}
h2.underline, h3.underline {
    border-bottom: 1px solid #DDD;
    padding-bottom: 6px;
}
.rounded2 {
border: 2px solid rgb(255, 255, 255);
margin-bottom: 18px;
padding: 10px 18px 10px 18px;
position: relative;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
background-clip: padding-box;
background-color: #F1F7FD;
}</pre></body></html>