@charset "UTF-8"; 
* {
margin: 0;
padding: 0;
}
body {
   font: 100% Verdana, Arial, Helvetica, sans-serif;
   background: #0b1e52;
   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-image: url(images/bcknd.jpg);
   background-repeat: repeat-x;
} .twoColFixRtHdr #container {
   width: 960px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
   background: #FFFFFF;
   margin: 0 auto;
   text-align: left;
   background-image: url(images/whiteborder.jpg);
   background-repeat: repeat-x;
   max-height: 100%;
} .twoColFixRtHdr #header {
	background: transparent;
	height: 115px;
	background-image: url(images/header_bcknd.jpg);
	background-repeat: no-repeat;
	background-position: 438px -18px;
} .twoColFixRtHdr #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 */ } .twoColFixRtHdr  #topnav {
	width: 575px;
	float: right;
	padding-top: 74px;
} .twoColFixRtHdr #logo {
	width: 340px;
	padding-left: 20px;
	height: 40px;
	padding-top: 35px;
}
#slideshow {
	height: 251px;
	padding-top: 1px;
	width: 932px;
	overflow: hidden;
	position: relative;
	margin-left: 14px;
}
#slideshow img {
	position: absolute;
	left: 0px;
	top: 0px;
}
.twoColFixRtHdr  #profphoto {
   clear: both;
   height: 251px;
   padding-left: 14px;
   padding-top: 1px;
   background-image: url(images/professionals.gif);
   background-repeat: no-repeat;
   background-position: 14px 0;
}
.twoColFixRtHdr #servicesphoto {
   clear: both;
   height: 251px;
   padding-left: 14px;
   padding-top: 1px;
   background-image: url(images/services.gif);
   background-repeat: no-repeat;
   background-position: 14px 0;
}
.twoColFixRtHdr #taxesphoto {
   clear: both;
   height: 251px;
   padding-left: 14px;
   padding-top: 1px;
   background-image: url(images/taxes.jpg);
   background-repeat: no-repeat;
   background-position: 14px 0;
}
.twoColFixRtHdr #contactphoto {
   clear: both;
   height: 251px;
   padding-left: 14px;
   padding-top: 1px;
   background-image: url(images/contact.jpg);
   background-repeat: no-repeat;
   background-position: 14px 0;
}
.twoColFixRtHdr #privacyphoto {
   clear: both;
   height: 251px;
   padding-left: 14px;
   padding-top: 1px;
   background-image: url(images/flashimages_4.jpg);
   background-repeat: no-repeat;
   background-position: 14px 0;
}
.twoColFixRtHdr #newsphoto {
	clear: both;
	height: 251px;
	padding-left: 14px;
	padding-top: 1px;
	background-image: url(images/inthenews.jpg);
	background-repeat: no-repeat;
	background-position: 14px 0;
}
.twoColFixRtHdr #wrapper {
	width: 932px;
	background-color: #FFFFFF;
	margin-left: 14px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 0px 5px;
} .twoColFixRtHdr #sidebartext {
	width: 210px;
	padding-left: 12px;
	border-left-color: #FBB829;
	border-left-style: solid;
	border-left-width: 1px;
	margin-bottom: 8px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 265px 0 30px; /* the right margin on this div element creates the column down the right 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: 15px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 100%;
} .twoColFixRtHdr #footer {
   background:#ffffff;
   width: 932px;
   margin-top: 0px;
   margin-left: 14px;
   clear: both;
} .twoColFixRtHdr #footer p {
   padding: 13px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
   text-align: center;
   border-top-style: solid;
   border-top-width: 1px;
   margin: 0 15px 0 15px;
} .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: 12px;
	margin-bottom: 6px;
} .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;
}
.twoColFixRtHdr #cpalogo {
   width: 200px;
   padding-top: 10px;
   text-align: center;
}
.twoColFixRtHdr  #sidebarsub {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 0px 5px;
}
.twoColFixRtHdr #sidebarsubtext {
	width: 210px;
	padding-left: 12px;
	border-left-color: #FBB829;
	border-left-style: solid;
	border-left-width: 1px;
	margin-bottom: 8px;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 0px 5px;
}
#sidebar2 ul {
	width: 195px;
	display: inline;
}
#sidebar2 li {
	display: block;
	font-size: 13px;
	width: 195px;
	list-style-type: none;
	padding: 10px 0;
}
#sidebar2 li  a {
	display: block;
	text-decoration: none;
}
#sidebar2 li a:link {
   color: #0B1E52;
}
#sidebar2 li a:visited {
   color: #666666;
}
#sidebar2 li a:hover {
   color: #666666;
}
.twoColFixRtHdr #foreclosurephoto {
	clear: both;
	height: 251px;
	padding-left: 14px;
	padding-top: 1px;
	background-image: url(images/foreclosure.jpg);
	background-repeat: no-repeat;
	background-position: 14px 0;
}
