@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* my standard font styles */
body, p, ul, li, td { 
	font-size: 12px; 
	line-height: 20px;
}
p, ul, ol {
	margin: .5em 0em 1em 0em;
}
/* 
Link states must be defined in this order if you want them to work in IE:
1. a:link    2. a:visited    3. a:hover    4. a:active    */
a:link, a:visited, a:hover, a:active { 
	color: #424f24;
	font-weight: bold;
	text-decoration: underline;
}
a:hover { 
	color: #4f7102;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #424f24;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	margin: .5em 0 .5em 0;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1em; }
h5 { font-size: .83em; }
h6 { font-size: .83em; }
/* done with my styles */


.twoColFixLtHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f1f2ed url(../images/template/page_bkgrd.gif) top left repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
} 
/* header banner */
.twoColFixLtHdr #header {
	background: #142046 url(../images/template/header_bkgrd.jpg) top left no-repeat;
	padding: 0;  /* 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. */
	height: 145px;
	/* some tips: */
	/* 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 */
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
} 
.twoColFixLtHdr #header #topContactInfo p {
	margin: 6px 0 0 32px;
	color: #cfd2da;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
}
.twoColFixLtHdr #header #topContactInfo {
	float: left;
	width: 370px;
	margin: 0;
	padding: 0;
	border: 0px solid #fff;
}
.twoColFixLtHdr #header #topLogo {
	margin-top: 8px;
}
.twoColFixLtHdr #header #topTagline {
	float: right;
	margin-top: 46px;
}
span.orange {
	color: #fcb034;
}
.twoColFixLtHdr #header a:link, .twoColFixLtHdr #header a:visited, .twoColFixLtHdr #header a:hover, .twoColFixLtHdr #header a:active { 
	color: #fcb034;
	font-weight: bold;
	text-decoration: underline;
}
.twoColFixLtHdr #header a:hover { 
	color: #ffffff;
}

/* left sidebar */
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 213px; /* 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: #818634 url(../images/template/left_sidebar_bkgrd.jpg) top left repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0 0 0 31px;
	height: 400px;  /* normally we don't spec height but in this case we have a vertical gradient that needs to be completely visible */
}
.twoColFixLtHdr #mainContent { 
	margin: 26px 0 0 256px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 25px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#leftNav img {
	margin: 0;
	padding: 0;
}

ul.leftSubNav {
	color: #ffffff;
	list-style-type: none;
	margin: 0 0 1em 36px;
	padding: 0;
}
ul.leftSubNav li {
	margin: 3px 0;
	line-height: 1.5em;
}
ul.leftSubNav a:link, ul.leftSubNav a:visited, ul.leftSubNav a:hover, ul.leftSubNav a:active { 
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
ul.leftSubNav a:hover { 
	color: #fcb034;
	text-decoration: underline;
}

img#mainLogoLarge {
	margin: 0;
	padding: 0;
}

.twoColFixLtHdr #footer { 
	padding: 0 30px 0 264px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	color: #555555
}


/* 2-column layout for all pages */
#multiColContainer {
	margin: 0;
	padding: 0;
}
#colLeft, #colFullWidth {
	margin: 0;
	padding: 0;
	width: 446px;
	float: left;
	/* border: 1px solid #ff0000; */
}
#colFullWidth {
	width: 580px;
}
#colRight {
	margin: 0;
	padding: 0;
	width: 227px;
	float: right;
	/* border: 1px solid #00ff00; */
	text-align: center;
	/*min-height: 530px;*/
}
#btmQuote {
	padding: 340px 0 0 0;
	width: 673px;
	float: center;
	/* border: 1px solid #ff0000; */
}
#colRight img {
	margin: 0 auto;
}
p.sideBarQuote, p.sideBarQuoteAttr {
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}

p.sideBarQuote {
	color: #424f24;
}
p.sideBarQuoteAttr {
	font-weight: bold;
	font-size: 10px;
	color: #444444;
    line-height: 15px;
	margin: 0;
}

p.feedbackQuote, p.feedbackQuoteAttr {
	text-align: left;
}
p.feedbackQuote {
	margin-top: 25px;
	color: #424f24;
}
p.feedbackQuoteAttr {
	font-weight: bold;
	font-size: 10px;
	color: #444444;
    line-height: 15px;
}

#servicesLeft {
	background: #e8e9e3;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px 10px 10px 10px;
	width: 180px;
	float: left;
	/* border: 1px solid #ff0000; */
}
#servicesRight {
	margin: 0;
	padding: 0px 30px 0px 0px;
	width: 425px;
	float: right;
	/* border: 1px solid #00ff00; */
	text-align: left;
}
p.servicesHead { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #142046;
	font-weight: bold;
    margin-top: 12px;
	margin-bottom: 10px;
}
p.servicesSubHead { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4f7102;
	font-weight: bold;
	margin-top: 21px;
	margin-bottom: 0;
}
p.servicesIntro {
	font-size: 10px; 
	font-weight: bold;
    line-height: 15px;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #142046;
	margin-bottom: 9px;
}
p.servicesReturn, p.backToTop  {
	font-size: 11px; 
    text-align: left;
	color: #424f24;
   	font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
	font-weight: bold;
	margin-top: 0;
	padding: 0;
}
p.backToTop {
	line-height: .5em;
    font-style: normal;
}
p.servicesTag {
	font-size: 13px; 
    text-align: left;
	color: #424f24;
   	font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
	font-weight: bold;
}
ul.servicesSubNav li {
    font-size: 10px; 
	text-align: left;
	font-weight: bold;
    line-height: 15px;
    padding: 0;
	margin-bottom: 6px;
    /*margin: 5px;*/
	/*border: 1px solid #00CC33;*/
}
ul.servicesSubNav {
	list-style-type: none;
    padding: 0;
    /*border: 1px solid #00CC33;*/
	/*margin: 10px;*/
}
ul.servicesSubNav a:link, ul.servicesSubNav a:visited, ul.servicesSubNav a:hover, ul.servicesSubNav a:active { 
    padding: 0;
    font-size: 10px; 
    color: #424f24;
    font-weight: bold;
	text-decoration: none;
}
ul.servicesSubNav a:hover { 
	color: #4f7102;
	text-decoration: underline;
}

div.miniContainer {
	padding: 0 0 0 15px;
}
div.miniContainer p.contactInfo, p.contactInfo {
	border-top: 1px solid #999999;
	padding-left: 6px;
	width: 90%;
	text-align: left;
}
p.contactInfo a {
	font-size: 10px;
	font-weight: normal;
}

.twoColFixLtHdr #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 */
	font-family: Georgia, "Times New Roman", Times, serif;
}
.floatRight { /* 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;
}
.floatLeft { /* 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:0;
	font-size: 1px;
	line-height: 0px;
}
a#top {
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* client profiles */
h1.profilesCatHeading {
	margin-top: 0;
	font-size: 28px;
	padding-bottom: 8px;
	border-bottom: 1px solid #aaaaaa;
}
.profilesSubHeading {
	margin: 0 0 0 0;
	color: #666666;
}
#profiles {
	width: 680px;
	margin: 10px 0 0 0;
}
#profiles #clients {
	margin: 0;
	padding: 0;
	width: 470px;
	float: right;
}
#profiles #clients .clientTitle {
	margin: 0;
}
#profiles #clients .clientDescr {
	margin-top: 0;
}
#profiles #categories ul.catList {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}
#profiles #servicesLeft ul.servicesSubNav a:link, #profiles #servicesLeft ul.servicesSubNav a:visited, #profiles #servicesLeft ul.servicesSubNav a:hover, #profiles #servicesLeft ul.servicesSubNav a:active {
	font-weight: normal;
}
#profiles #servicesLeft ul.servicesSubNav a:link.selected {
	background: #d6d7d1;
}
#profiles #clients .noRecords {
	font-weight: bold;
}

.smallType {
	font-size: 10px;
	line-height: 16px;
	margin-top: 0;
}

.quoteFullWidth {
	width: 590px;
	margin: 0 0 0 20px;
	float: left;
}

#rwForm {
	margin: 0;
	padding: 10px 15px;
	border: 1px solid #cccccc;
}
.reqd {
	color: #be3907;
	font-weight: bold;
}
.successMsg {
	color: #006600;
}
.formSubHead {
	margin: .2em 0;
	color: #000000;
}
.message-text {
	font-weight: bold;
}