@charset "utf-8";
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #000 url(../images/StaffLines_BG_talltrans.gif) repeat;
	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;
	background-color: #000033;
	margin-top: 0px;
}
.thrColFixHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/NoteSM.gif) no-repeat 165px 190px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
.thrColFixHdr #header {
	background: #FFF url(../images/StaffLines_BGwhite4.gif) repeat-x left top;
	padding: 0;
	margin: 0;
	height: 180px;
} 
.thrColFixHdr #navarea {
	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. */
	background: repeat-x left top;
	height: 52px;
	margin: 0;
	float: right;
	width: 678px;
	position: absolute;
	left: 200px;
	top: 122px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: url(../images/gradient_vert.gif) repeat-x left bottom; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 22px 10px 5px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* 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: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px; /* padding keeps the content of the div away from the edges */
	border-left: 2px solid #999;
	margin-top: 5px;
}
.thrColFixHdr #mainContent {
	margin: 0 200px 0 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/NoteMED.gif) no-repeat 100% 70%;
	font-size: .95em;
} 
.thrColFixHdr #mainContentSecondaryTemplate {
	margin: 0 25px 0 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/NoteMED.gif) no-repeat 100% 70%;
	font-size: .95em;
}
#mainContentSecondaryTemplate ul li {
	font-size: .9em;
	list-style: square;
}
#mainContentSecondaryTemplate .quoteMain {
	font-size: 0.85em;
	font-style: italic;
	margin-right: 60px;
	margin-left: 30px;
	border-top: thin solid #BABA98;
	border-bottom: thin solid #B9B996;
	color: #633;
	background: #E6E6DA;
	padding: 10px 10px 5px;
}
.thrColFixHdr #mainContentClientTemplate {
	margin: 0 25px 0 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px;
	font-size: .95em;
}

#mainContentClientTemplate table tr th {
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #336;
	text-align: center;
	vertical-align: bottom;
}
#mainContentClientTemplate table tr td {
	font: normal 0.8em Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
	border-bottom: thin solid #B0B189;
}

#navarea img {
	margin: 0px;
	padding: 3px 3px 1px;
}
#sidebar1 img {
	margin: 0px;
	padding: 0px;
	border: thin solid #172838;
}
#sidebar1 .logo {
	margin: 0px 2px 2px 0px;
	padding: 0px 2px 2px 0px;
	border-style: none;
}
#sidebar1 a {
	font: normal 0.7em Arial, Helvetica, sans-serif;
	color: #633;
	margin: 0px;
	padding: 0px;
}
#sidebar1 a:hover {
	font: normal 0.7em Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px;
	padding: 0px;
}
#sidebar2 .clientquotesHeading{
	font: italic 0.8em/2em Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px 0px 5px;
	padding: 0px 0px 15px 32px;
	background: url(../images/quoteTop2.gif) no-repeat 0px 0px;
}
#sidebar2 .clientquotes{
	font: italic 0.8em/1.1em Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
}


#sidebar2 .clientquotesName{
	font: normal 0.7em/1.1em Arial, Helvetica, sans-serif;
	color: #633;
	border-bottom: 1px solid #ACAA81;
	margin: 0px;
	padding: 0px 0px 5px;
	text-align: right;
}
#sidebar2 .clientquotesFooter {
	font: normal 0.7em/1.1em Arial, Helvetica, sans-serif;
	color: #633;
	border-bottom: 1px solid #ACAA81;
	margin: 0px;
	padding: 0px 0px 5px;
	text-align: center;
}
#sidebar2 a {
	font: normal 0.7em Arial, Helvetica, sans-serif;
	color: #633;
	margin: 12px 0px 0px;
	padding: 0px 0px 0px 15px;
	text-align: center;
}
#sidebar2 a:hover { color: #666; }
#sidebar2 a { font-size: 1em; }
#sidebar2 .clientquotesName a:hover {
	font-size: 1em;
	color: #666;
}

#mainContent ul li {
	font-size: .9em;
	list-style: square;
}
#mainContent li.svcslist {
	margin: 2pt;
	padding: 2pt;
	border-style: none;
	list-style: square;
}




#container .overhang {
	position: absolute;
	left: -30px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}


#footer {
	margin: 2px 5px 15px;
	padding: 2px 15px 15px;
	clear: both;
	background: url(../images/NoteLG.gif) no-repeat 100% 50%;
}


#footer a  {
	font: 0.75em Arial, Helvetica, sans-serif;
	color: #666;
}
#footer a:hover { color: #900; }
#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 */
}
#footer .quote {
	color: #003;
	margin: 1px 195px;
	padding: 0px;
	height: auto;
	font: italic normal .9em "Times New Roman", Times, serif;
	border-bottom: thin solid #B1B18A;
	text-align: center;
	border-top: thin solid #B1B18A;
}
#footer .companyinfo {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #666;
}
.indentRight { padding-right: 50px; }
.leftColHalf {
	margin: 2px;
	padding: 2px;
	width: 48%;
	float: left;
	font-size: .9em;
}
.rightColHalf {
	float: right;
	width: 48%;
	margin: 2px;
	padding: 2px;
	font-size: .9em;
}


.photocaption  {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #336;
	margin: 0px;
	padding: 0px 0px 2px;
}
.logocaption {
	font: 0.7em/1.2em Arial, Helvetica, sans-serif;
	color: #336;
	margin: 0px;
	padding: 0px;
}
.points  {
	font: normal 0.8em/1em Arial, Helvetica, sans-serif;
	color: #633;
	text-align: left;
	border-bottom: none;
	margin: 0px;
	padding: 4px 0px 4px 18px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background: url(../images/check.gif) no-repeat left 2px;
}
body,td,th { font-family: Georgia, "Times New Roman", Times, serif; }
.nopad {
	margin: 0px;
	padding: 0px;
}
.textburg {
	color: #663333;
	font: normal 0.85em Arial, Helvetica, sans-serif;
}
.textblue {
	color: #212142;
	font: normal 0.85em Arial, Helvetica, sans-serif;
}
.textsmall { font: .8em Arial, Helvetica, sans-serif; }

.textgreen {
	color: #336633;
	font: normal 0.85em Arial, Helvetica, sans-serif;
}
.textpurple {
	color: #4D3366;
	font: normal 0.85em Arial, Helvetica, sans-serif;
}
.boxemphasis    {
	background: #ECECE2;
	text-align: center;
	display: inline-block;
	margin: 1em;
	padding: 1em;
	width: 80%;
	border: thin solid #900;
	color: #003;
	clear: none;
	font: bold .9em Verdana, Geneva, sans-serif;
}

.emphasis {
	font-size: .85em;
	font-style: italic;
}

.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;
}
a  { color: #633; }
a:hover { color: #666; }
a:visited { color: #664D33; }
p.clientname {
	color: #633;
	font: bold 0.85em Verdana, Geneva, sans-serif;
	margin: 1em 0px 0px;
	padding: 0px;
}
p.cliientinfo {
	font-size: 0.8em;
	color: #336;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
.question {
	font-style: italic;
	font-weight: bold;
	color: #336;
	margin: 1em 0em 0em;
	padding: 0px;
	font-size: .9em;
}
.answer {
	margin: 0px;
	padding: 0px;
	font-size: .9em;
}



.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;
}
.blueCentered {
	text-align: center;
	color: #336;
	font: bold .9em Verdana, Geneva, sans-serif;
}
