@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #BED73B;
	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/blue_bar.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
}
.twoColFixRtHdr #container {
	width: 800px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

} 
.twoColFixRtHdr #header {
	background: #FFFFFF;	
	height: 105px;
	width: 100%;
	background-image: url(images/header_bar.gif);
	background-repeat: no-repeat;
	position: relative;
	padding: 0px;
} 

.twoColFixRtHdr #header h1 {
	position: absolute;	left: 12px;	top: 5px;
	width: 260px;
	height: 88px;
	padding: 0;
	margin: 0;
	background: url(images/executivedogs_logo.gif ) no-repeat;
}
.twoColFixRtHdr #header h1 a {
	display: block;
	width: 260px;
	height: 88px;
	text-indent: -9999px
}
.twoColFixRtHdr #header h2 {
	padding: 0;
	margin: 0;
	font-size: 13px;
	color: white;
}
.twoColFixRtHdr #header h2 a:link {
	text-decoration: none;
}
.twoColFixRtHdr #header h2 a:visited {
	color: #113f63;
	text-decoration: none;
}
.twoColFixRtHdr #header h2 a:hover {
	color: white;
	text-decoration: underline;
}
.twoColFixRtHdr #header h2 a:active {
	color: white;
	text-decoration: underline;
}
.nav1 {
	position: absolute;
	left: 300px;
	top: 53px;
}
.nav2 {
	position: absolute;
	left: 458px;
	top: 53px;
}
.nav3 {
	position: absolute;
	left: 584px;
	top: 53px;
}
.nav4 {
	position: absolute;
	left: 639px;
	top: 53px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* 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 */
	padding: 15px 20px 15px 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 265px 0 0; /* 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-left: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer1 {
	text-align: center;
} 
p.footera {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 70%;
	padding: 10px;
}
p.footerb {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 60%;
	padding: 10px;
}
p.credit {
	font-size: 60%;
}
p.credit a{
	color: #000000;	
}
.twoColFixRtHdr #footer2 {
	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;
	text-align: center;
	background-color: #BED73B;
} 
.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;
}
a:link {
	color: #113f63;
	text-decoration: underline;
}
a:visited {
	color: #27689c;
	text-decoration: underline;
}
a:hover {
	color: #113f63;
	text-decoration: none;
}
a:active {
	color: #113f63;
	text-decoration: none;
}
a img {
border: 0px;
}
h1, h2, h3 {
	color: #BED73B;	
}
p, ul, table {
	font-size: 75%;
	line-height: 140%;
}
.neighborhoods {
	padding: 0 0 20px 20px;
}
em {
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}
.sidephoto1 {
	position:relative;
	z-index: 5;
	left: 40px;
	top: 50px;
}
.sidephoto2 {
	position:relative;
	z-index: 4;
	left: -9px;
	top: -10px
}
.sidephoto3 {
	position:relative;
	z-index: 3;
	left: 60px;
	top: -20px;
}
table {
	border: 1px solid #bdd73c;
	margin-bottom: 25px;
}
caption {
	text-align: left;
	font-weight: bold;
	padding: 7px;
	border: 1px solid #bdd73c;
}
.row1 {
	text-align: left;
	background-color: #bdd73c;
}	
.row2 {
	text-align: left;
	background-color: #FFFFFF;
}	
.cell1 {
	padding: 3px 7px;
	width: 390px
} 
.cell2 {
	padding: 3px 7px;
	width: 80px;
} 
.indent {
	padding-left: 18px;
}
.i {
	font-style: italic;
}
.faqborder {
	border: 1px solid #bdd73c;
	display: block;
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: none;
}
.faqhead {
 padding: 2px 5px;
}
.faqbckgrnd{
	background-color: #bdd73c;
	display: block;
	padding: 2px 5px
}
.rt {
	text-align: right;
}
hr	{
height: 2px; background: #bdd73c;
}
