@charset "utf-8";
/* CSS Document */

body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/layout/SideBarBack3.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	overflow: hidden;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 227px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 3px;
}
#mainContent {
	width: 720px;
	float: right;
} 
#pageContent {
	width: 620px;
	float: right;
	padding-right:10px;
}

#SideLogin {
	width:180px;
	margin:auto;
	margin-top:10px;
}

.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;
}
#navigation {
	clear: both;
	margin-top: 10px;
}
#navigation ul  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

#navigation li  {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 37px;
	padding-bottom: 8px;
	background-image: url(/images/layout/PawButton_left.png);
}

.here {
	background-image: url(/images/layout/PawButton_right.png);
}

a {
color: #304196;
text-decoration: none;
}
a:hover {
color: #8C2804;
}


.paw_right {
	background-image: url(/images/layout/PawButton_right.png);
}
.paw_left {
	background-image: url(/images/layout/PawButton_left.png);
}
	#phoneNumber {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left:10px;
	}
#tipCloud {
	width:403px;
	height:308px;
	background-image:url(/images/layout/TipCloud.png);
	font-size: 10px;
	background-position: top;
	background-repeat: no-repeat;
	}
#tip {
	margin-left: 40px;
	height: 160px;
	width: 300px;
/*	overflow:auto;
	overflow-x:hidden;*/
}
#moreTips {
	float: right;
}
#Welcome {
	margin-left: 90px;
	margin-right: 3px;
	height: 109px;
	width:232px;
	float:left;
	clear:both;
	z-index: 100;
}

#top {
	background-image: url(/images/layout/DogFace.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 330px;
}
#logo {
	text-align: right;
}

  h1 {
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #8C2703;
    }

  h2 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
    }

  h3 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
    }
	#address {
	font-size: 10px;
	text-align: right;
}
    #copyright {
	font-size: 10px;
	text-align: right;
}

.tdinfobox {

    position: relative;

    float: right;

    width: 190px;

    //margin-right: -12px;

    margin-left: 10px;

    margin-bottom: 10px;

    }



  .tdinfobox table.tdwhite {

    background-color: #ffffff;

    width: 100%;

    background-image: url(../images/infotexture.jpg);

    background-repeat: repeat;

    }



  .tdinfobox table.tdyellow {

    background-color: #FBF9CC;

    width: 100%;

    }



  .tdinfobox .tdheading {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #CCC;
	color: #8C2703;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 5px;

    }



  .tdinfobox .tdbody {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;

    }



  .tdinfobox .tdlink {
	font-size: 11px;
	font-weight: bold;
	color: #304196;
	text-align: right;

    }



  .tdinfobox p {

    margin-top: 10px;

    margin-bottom: 10px;

    }

