@charset "utf-8";
body  {
	font: 100% 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;
	background-color: #4B7DAE;
}
.twoColFixLtHdr #container {
	width: 804px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #4C7EAF;
	background-image: url(nav-images/patti-headerjpg.jpg);
	background-repeat: no-repeat;
	height: 131px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #container #header .navigation {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 102px;
}
.twoColFixLtHdr #container #header .navigation a:link {
	margin-right: 22px;
	color: #fff;
	text-decoration: none;
}
.twoColFixLtHdr #container #header .navigation a:visited{
	margin-right: 22px;
	color: #fff;
	text-decoration: none;
}
.twoColFixLtHdr #container #header .navigation a:hover {
margin-right: 22px;
	color: #fff;
	text-decoration: underline;
}

.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 */
}
.twoColFixLtHdr #header h2 {
	font-size: 0;
	line-height: 0;
	display: none;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #4B7DAE;
	line-height: 130%;
	font-size: 21px;
}

.leftColumn {
font-size: 90%;
}


.twoColFixLtHdr #mainContent {
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.midBullet {
	font-size: 10.5pt;
	font-weight: bold;
}

.rightImage {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.leftMajorImage {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.twoColFixLtHdr #mainContent p{
	font-size: 80%;
	line-height: 135%;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #4B7DAE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
} 
.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 */
}
.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;
}
.twoColFixLtHdr #container .homePage {
	background-image: url(nav-images/homepage.jpg);
	background-repeat: no-repeat;
	height: 357px;
}
.twoColFixLtHdr #container .bottomNav {
	height: 182px;
}
.twoColFixLtHdr #container .homePageCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FFFFFF;
	padding-top: 100px;
	padding-left: 75px;
	width: 200px;
	line-height: 19pt;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20pt;
}
.orderInfo {
	color: #CC0000;
	font-size: 14pt;
	font-weight: normal;
	padding: 15px;
	background-color:#D6E1F8;
	width: 370px;
	margin-top: 15px;
}

.paraType {
	font-size: 80%;
	line-height: 135%;
}
.backgroundIm {
	background-image: url(images/walkdog-250.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.orderPartial {
	color: #000000;
	font-size: 12pt;
	font-weight: normal;
	background-color:#EBF0FC;
	width: 370px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin-top: 15px;
	line-height: 130%;
}
.backgroundAout {
	background-image: url(images/sun.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.homePage .designText h1{
	font-size: 9pt;
	color: #FFFFFF;
	vertical-align: bottom;
	padding-bottom: 5px;
	padding-left: 73px;
	margin-top: 85px;
	display:none;
}
.twoColFixLtHdr #container .backgroundAout #mainContent .eventBox {
	font-size: 10pt;
	padding: 22px;
	background-color: #eaeaea;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

