@charset "UTF-8";
/* CSS Document */


.thrColFixHdr #container {
	width: 932px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #CCCCCC;
	background-image: url(images/grey_repeat.gif);
	background-repeat: repeat-x;
	background-position: 0px 105px;
} 
.sub {
	color: #002F65;
	font-size: 10px;
	text-align: left;
}
.Header {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: #002F65;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #EDB52C;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* padding keeps the content of the div away from the edges */
	height: 670px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #EBEBEB;
	background-image: url(images/blue_repeat.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.thrColFixHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 774px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	height: auto;
	border: 1px solid #000000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	vertical-align: top;
}
.thrColFixHdr #sidebarIndex {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* padding keeps the content of the div away from the edges */
	height: 700px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #EBEBEB;
	background-image: url(images/blue_repeat.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.thrColFixHdr #sidebarServices {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* padding keeps the content of the div away from the edges */
	height: 520px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #EBEBEB;
	background-image: url(images/blue_repeat.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.thrColFixHdr #sidebarManagement {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* padding keeps the content of the div away from the edges */
	height: 1360px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #003A6E;
	background-image: url(images/blue_repeat.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-repeat: repeat-x;
}
.indent25 {
	padding-left: 5px;
}
.indent10 {
}
.thrColFixHdr #sidebar1gallery {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* padding keeps the content of the div away from the edges */
	height: 500px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #EBEBEB;
	background-image: url(images/blue_repeat.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.thrColFixHdr #sidebarSiteMap {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* padding keeps the content of the div away from the edges */
	height: 840px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #003A6E;
	background-image: url(images/blue_repeat.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-repeat: repeat-x;
}
.thrColFixHdr #sidebarShort {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* padding keeps the content of the div away from the edges */
	height: 580px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #EBEBEB;
	background-image: url(images/blue_repeat.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.thrColFixHdr #mainContent {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 620px;
	height: auto;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.thrColFixHdr #sidebarLogos {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* padding keeps the content of the div away from the edges */
	height: 1650px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #003A6E;
	background-image: url(images/blue_repeat.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-repeat: repeat-x;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	font-size: 10px;
	background-color: #FFFFFF;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
.style4 {	color: #999999;
	font-size: 12px;
	font-weight: 600;
}
.bullets {
	font-size: 10px;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: -15px;
	text-align: left;
}
.mainPanel {
	background-color: #FFFFFF;
	width: 770px;
	border: 1px solid #000000;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.mPanelGallery {
	padding: 0px;
	height: auto;
}
.clientSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #002F65;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
.mainPanelLogos {
	background-color: #00FF99;
	width: 770px;
	border: 1px solid #000000;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.PageHeads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 900;
	color: #002F65;
	text-decoration: none;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 5px;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
	text-align: left;
	padding: 0px;
	margin: 10px;
}
.bodyTextServices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	text-align: left;
	text-indent: 10px;
	padding: 0px;
	margin: 10px;
}
.statement {
	padding-left: 25px;
}
.barText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	padding-left: 10px;
	height: 25px;
	padding-top: 0px;
}
.featureImage2 {
	float: left;
	border: 1px solid #000000;
	padding-top: 0px;
	padding-left: 0px;
	width: 150px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
}
.Mission {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	width: 480px;
	text-align: left;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFFDDE;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #002F65;
}
.TestimonialsRight {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	width: 300px;
	text-align: left;
	padding: 10px;
	float: right;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.Testimonials {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	width: 320px;
	text-align: left;
	float: left;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.TestimonialsRight2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	width: 320px;
	text-align: left;
	float: right;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.featureImage {
	float: right;
	border: 1px solid #000000;
	padding-top: 0px;
	padding-left: 0px;
	width: 350px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imageBorder {
	border: 1px solid #000000;
	margin-left: 5px;
}
.headShot {
	float: left;
	border: 1px solid #000000;
	padding-top: 0px;
	padding-left: 0px;
	width: 150px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}
.Jane {
	float: left;
	width: 358px;
	clear: none;
}
.headShot_noBorder {
	float: left;
	border: 0px none #000000;
	width: 209px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 47px;
}
.bulletsServices {
	font-size: 10px;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	width: 120px;
	float: left;
	text-align: left;
	text-indent: 0px;
	padding-left: 15px;
	color: #002F65;
}
.ContactCard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 320px;
	padding: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.siteMap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	width: 300px;
}
.servicesPG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #002F65;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Flush right {
	text-align: right;
}
.border {
	border: 1px solid #000000;
	height: auto;
	width: 450px;
	clear: none;
	float: none;
}
.indent5 {
	padding-left: 25px;
}
.bodyTextManagement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	text-align: left;
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
}
.owners {
	width: 165px;
}
.headShot_Owners {
	float: left;
	border: 1px none #000000;
	padding-top: 0px;
	padding-left: 25px;
	width: 175px;
	margin-right: 40px;
	padding-bottom: 20px;
	clear: none;
}
.headShot_brothers {
	float: left;
	border: 1px none #000000;
	padding-top: 0px;
	padding-left: 100px;
	width: 175px;
	margin-right: 0px;
	padding-bottom: 20px;
	clear: none;
}
.headShot_janeText {
	float: left;
	border: 1px none #000000;
	padding-top: 0px;
	padding-left: 25px;
	width: 290px;
	margin-right: 0px;
	padding-bottom: 20px;
	clear: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.headShot_boys {
	float: left;
	border: 1px none #000000;
	padding-top: 0px;
	padding-left: 25px;
	width: 350px;
	margin-right: 0px;
	padding-bottom: 20px;
	clear: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.clearfloatspacer {
	clear:both;
	height:40px;
	font-size: 1px;
	line-height: 0px;
}
.headShot_noBorderLast {
	float: left;
	border: 1px none #000000;
	width: 165px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
}
.Bottom_margin10 {
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.bodyTextCopyRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 100;
	text-align: right;
	padding: 0px;
	margin: 10px;
	float: right;
	width: 300px;
}
.News {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	width: 110px;
	float: left;
	margin-left: 3px;
	margin-top: 10px;
	padding: 7px;
	font-size: 12px;
	color: #002F65;
	border: 2px inset #EDB52C;
	background-image: url(images/grey_repeat.gif);
	background-repeat: repeat-x;
}
