@charset "UTF-8";
body  {
	font: 90% "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	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;
}
.twoColFixLtHdr #container {
	width: 788px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/bg_int.jpg);
	background-repeat: no-repeat;
	background-position: left 123px;
} 

.twoColFixLtHdr #containerBlank {
	width: 788px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	color: #D25A2A;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #003D66;
	font-weight: normal;
}

.twoColFixLtHdr #header {
	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. */
	height: 123px;
} 
.twoColFixLtHdr #header h1 {
	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 */
	margin-top: -100px;
	position: absolute;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 243px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 4px 10px 15px 20px;
	clear: both;
}
.twoColFixLtHdr #mainContent {
	margin: 20px 0 20px 275px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #BB977E;
} 




.homeAnim {
	margin-left: -20px;
	margin-bottom: 10px;
}
#homeAbout {
	float: left;
	width: 290px;
}
#homeClientnews {
	width: 271px;
	margin-left: 400px;
}
.twoColFixLtHdr #container #mainHome p {
	padding-left: 10px;
	color: #666666;
	font-size: 90%;
}

.twoColFixLtHdr #mainHome {
	margin: 0; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C3C3C3;
	margin-top: 15px;
} 
.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 */
	color: #808080;
	font-size: 80%;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
.logo {
	padding-top: 20px;
	float: left;
}
#navbar {
	float: right;
	width: 503px;
	padding-top: 55px;
	clear: both;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #D25A2A;
	font-weight: normal;
}
.imgheader {
	border: 2px solid #000000;
}
.twoColFixLtHdr #container .sideTaupe h3 {
	font-variant: small-caps;
	color: #BB977E;
	font-style: normal;
	font-size: 150%;
	font-weight: bold;
}
.twoColFixLtHdr #container .sideTaupe {
	color: #BB977E;
}
.bioThumb {
	border: 2px solid #000000;
	float: left;
	margin-right: 9px;
	margin-bottom: 2px;
	margin-top: 3px;
}
.twoColFixLtHdr #container .mainBios h2 {
	margin-bottom: 2px;
	margin-top: 0px;
}
.twoColFixLtHdr #container .mainBios p {
	margin-top: 3px;
}
.bullet1 {
	color: #D25A2A;
	font-weight: bold;
}
.datePosted {
	color: #999999;
	text-transform: uppercase;
	font-size: 75%;
}
.twoColFixLtHdr #container .sideWhoweare p {
	margin-top: 2px;
	margin-bottom: 2px;
	color: #999999;
	font-size: 85%;
}
.twoColFixLtHdr #container .mainPress a:link, .twoColFixLtHdr #container .mainPress a:visited {
	text-decoration: none;
	color: #D25A2A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 125%;
}

.twoColFixLtHdr #container .mainPress a:hover, .twoColFixLtHdr #container .mainPress a:active {
	color: #FFAB80;
	text-decoration: underline;
}
.twoColFixLtHdr #container .mainPress h1 {
	font-size: 180%;
}
.twoColFixLtHdr #container #mainContent p {
	padding-right: 25px;
}
.newsLine {
	color: #E3D3CA;
}
.newsSection {
	font-style: italic;
	color: #003D66;
	font-size: 85%;
}
.twoColFixLtHdr #container .sidePress p {
	text-transform: uppercase;
	font-size: 90%;
}
.newsNav {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ba967e;
	margin-right: 20px;
	padding-bottom: 7px;
	padding-top: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.newsLast {
	margin-right: 20px;
	padding-bottom: 7px;
	padding-top: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.twoColFixLtHdr  #container  .sidePress {
	margin-left: 15px;
}
.twoColFixLtHdr #container .sidePress a:link, .twoColFixLtHdr #container .sidePress a:visited {
	text-decoration: none;
	color: #4D4D4D;
}

.twoColFixLtHdr #container .sidePress a:hover, .twoColFixLtHdr #container .sidePress a:active {
	text-decoration: underline;
	color: #999999;
	}


.twoColFixLtHdr #container #sidebar1 .pressYear {
	color: #999999;
}

.twoColFixLtHdr #container #sidebar1 .pressYear:hover {
	color: #CFCFCF;
	text-decoration: underline;
}
.testimonialSide {
	padding-top: 25px;
	padding-left: 25px;
}
.testimonialSource {
	color: #999999;
	font-size: 85%;
}
.quotemark1 {
	font-weight: bolder;
	color: #CE5A2A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	line-height: 65%;
}
.bullet2 {
	color: #B3B3B3;
	font-weight: bold;
}
.twoColFixLtHdr #container .sideWhoweare a:link, .twoColFixLtHdr #container .sideWhoweare a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-size: 115%;
}

.twoColFixLtHdr #container .sideWhoweare a:hover, .twoColFixLtHdr #container .sideWhoweare a:active {
	color: #666666;
	border-bottom-color: #666666;
}

.twoColFixLtHdr #container #mainHome a:link, .twoColFixLtHdr #container #mainHome a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	color: #333333;
}

.twoColFixLtHdr #container #mainHome a:hover, .twoColFixLtHdr #container #mainHome a:active {
	border-bottom-color: #999999;
	color: #999999;
}




.twoColFixLtHdr #container .contact#mainContent a:link, .twoColFixLtHdr #container .contact#mainContent a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	color: #333333;
}


.twoColFixLtHdr #container .contact#mainContent a:hover, .twoColFixLtHdr #container .contact#mainContent a:active {
	border-bottom-color: #999999;
	color: #999999;
}







.twoColFixLtHdr #container #mainContent #pageNav a:link, .twoColFixLtHdr #container #mainContent #pageNav a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	color: #666666;
	font-size: 85%;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 15px;
}

.twoColFixLtHdr #container #mainContent #pageNav a:hover, .twoColFixLtHdr #container #mainContent #pageNav a:active {
	border-bottom-color: #999999;
	color: #999999;
	
}
.biggerBlue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-style: normal;
	color: #003D66;
	font-weight: normal;
}

.formA {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	color: #333333;
	border: 1px solid #003D66;
	margin-bottom: 4px;
	padding: 2px;
	width: 250px;
}
.formB {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	color: #333333;
	border: 1px solid #003D66;
	margin-bottom: 4px;
	padding: 2px;
	width: 400px;
	height: 400px;
}

.tableLeft {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}
.iconLeft {
	margin: 0px;
	padding: 0px 5px 5px 0px;
	float: left;
}







.twoColFixLtHdr #sidebarMedia {
	padding: 0 10px 0 10px;
	margin-left: 500px;	
}
.twoColFixLtHdr #mainContentMedia {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 450px;
	clear: both;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #BB977E;
	margin: 20px 0 20px 0;
} 

.twoColFixLtHdr #mainContentMediaBlank {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 450px;
	clear: both;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #BB977E;
	margin: 0 0 20px 0;
} 

.twoColFixLtHdr #container #sidebarMedia p {
	margin-top: 2px;
	margin-bottom: 2px;
	color: #999999;
	font-size: 85%;
}

.twoColFixLtHdr #container #sidebarMedia h3 {
	margin-bottom:3px;
	}
	
.twoColFixLtHdr #container #mainContentMedia h3 {
	margin-bottom:3px;
	}

.twoColFixLtHdr #container #mainContentMedia p {
	margin-top: 2px;
	margin-bottom: 2px;
	color: #999999;
	font-size: 85%;
}


.twoColFixLtHdr #container #mainContentMediaBlank h3 {
	margin-bottom:3px;
	}

.twoColFixLtHdr #container #mainContentMediaBlank p {
	margin-top: 2px;
	margin-bottom: 2px;
	color: #999999;
	font-size: 85%;
}



.twoColFixLtHdr #container #sidebarMedia a:link, .twoColFixLtHdr #container #sidebarMedia a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	
}

.twoColFixLtHdr #container #sidebarMedia a:hover, .twoColFixLtHdr #container #sidebarMedia a:active {
	color: #666666;
	border-bottom-color: #666666;
}


.twoColFixLtHdr #container #mainContentMedia a:link, .twoColFixLtHdr #container #mainContentMedia a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	
}

.twoColFixLtHdr #container #mainContentMedia a:hover, .twoColFixLtHdr #container #mainContentMedia a:active {
	color: #666666;
	border-bottom-color: #666666;
}

.twoColFixLtHdr #container #mainContentMedia #imgTable a:link, .twoColFixLtHdr #container #mainContentMedia #imgTable a:visited {
	border:0;
	}

.twoColFixLtHdr #container #mainContentMedia #imgTable img {
	border: 2px solid #000000;
	}
.twoColFixLtHdr #container #mainContentMedia h1 {
	margin-top: -5px;
}







.warning {
	font-weight:bold;
	color:#FF0000;
	}












.twoColFixLtHdr #container #mainContentMediaBlank a:link, .twoColFixLtHdr #container #mainContentMediaBlank a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	
}

.twoColFixLtHdr #container #mainContentMediaBlank a:hover, .twoColFixLtHdr #container #mainContentMediaBlank a:active {
	color: #666666;
	border-bottom-color: #666666;
}

.twoColFixLtHdr #container #mainContentMediaBlank #imgTable a:link, .twoColFixLtHdr #container #mainContentMediaBlank #imgTable a:visited {
	border:0;
	}

.twoColFixLtHdr #container #mainContentMediaBlank #imgTable img {
	border: 2px solid #000000;
	}
.twoColFixLtHdr #container #mainContentMediaBlank h1 {
	margin-top: -5px;
}




.twoColFixLtHdr #container #mainContent .bioBlock {
	margin-bottom: 25px;
}
.twoColFixLtHdr #container #mainContent .bioBlock a:link, .twoColFixLtHdr #container #mainContent .bioBlock a:visited {
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
	letter-spacing: 0.1em;
	text-decoration: none;
}

.twoColFixLtHdr #container #mainContent .bioBlock a:hover, .twoColFixLtHdr #container #mainContent .bioBlock a:active {
	color: #333333;
	text-decoration: underline;
}


.twoColFixLtHdr #container #mainContent .bioBlockMore a:link, .twoColFixLtHdr #container #mainContent .bioBlockMore a:visited {
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
	letter-spacing: 0.1em;
	text-decoration: none;
}

.twoColFixLtHdr #container #mainContent .bioBlockMore a:hover, .twoColFixLtHdr #container #mainContent .bioBlockMore a:active {
	color: #333333;
	text-decoration: underline;
}


.twoColFixLtHdr #container #footer .twitter {
	padding-left: 26px;
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	margin-top: -8px;
	padding-top: 10px;
}
.twoColFixLtHdr #container #footer .twitter a:link, .twoColFixLtHdr #container #footer .twitter a:visited,
.twoColFixLtHdr #container #footer .facebook a:link, .twoColFixLtHdr #container #footer .facebook a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

.twoColFixLtHdr #container #footer .twitter a:hover, .twoColFixLtHdr #container #footer .twitter a:active,
.twoColFixLtHdr #container #footer .facebook a:hover, .twoColFixLtHdr #container #footer .facebook a:active {
	color: #999999;
	border-bottom-color: #999999;
}

.twoColFixLtHdr #container #footer .facebook {
	padding-left: 26px;
	background-image: url(images/facebook.jpg);
	background-repeat: no-repeat;
	background-position: left 50%;
	margin-top: -8px;
	padding-top: 10px;
}

.headerIcon {
	padding-left:12px;
	}
