* {
	margin: 0;
	padding: 0;
	padding-left: 0px;
}
body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 900px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #CCCCCC;
}
#header {
	height: 105px;
    padding-bottom: 0px;
	/*background-color: #015487;*/
}
#main {
  display: table;
  border-collapse: collapse;
}
#main .inner {
  display: table-row;
}
#nav {
  display: table-cell;
  width: 180px;
  background-color: #e7dbcd;
}
#extras {
  display: table-cell;
  padding-top: 25px;
  padding-left: 10px;
  border-left: 1px dashed #01588D;
  width: 245px;
}
#content {
	display: table-cell;
	width: 620px;
	padding-left: 10px;
	margin-top: 10px;
	border-right-width: 1px;
	/*border-right-style: dashed;*/
	border-right-color: #01588D;
	margin-right: 0px;
	padding-right: 10px;
}
#footer {
	border-top: 2px solid #01588d;
	background-color: #f3f3f3;
	font-size: 70%;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 0.2em;
	padding-left: 0;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	padding-bottom: 0.4em;
	color: #333333;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 0.4em;
	color: #333333;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 100%;
	font-weight: normal;
	padding-left: 15px;
}	

p {
	font-size: 80%;
	line-height: 1.6em;
	padding-bottom: 1em;
	padding-right: 10px;
	padding-left: 15px;
}
/*Menu Section*/
.indentmenu{
	font: bold 12px Arial;
	padding-bottom: 10px;
	font-weight:bold;
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: 1px solid #ffffff; /*dark purple border 564c66*/
	border-width: 1px 0;
	border-color: #000000; 
	background-color: #005282;
}

.indentmenu ul li{
	display: inline;
	color: #005282;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px;
	background-color: #007CB8;
} 
#nav ul {
  list-style: none;
}
#nav li {
  font-size: 80%;
  width: 180px;
}
#nav a:link, #nav a:visited {
  text-decoration: none;
  color: #5a3811;
  background-color: transparent;
  display: block;
  padding: 0.3em 10px 0.3em 10px;
  border-bottom: 4px solid #d7c9b9;
}
#nav a:hover {
  border-bottom: 4px solid #fff;
}
#extras .box {
	padding: 0 10px 2em 0;
	padding-bottom: 5px;
}
#extras .box h4 {
  font-size: 110%;
  font-weight: normal;
}
#extras .box p {
  font-size: 80%;
}

.promo {
	display: table;
	width: inherit;
	border-collapse:collapse;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	background-color: #F3F3F3;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	
}
.promo .arrivals {
	width: 160px;
	display: table-cell;
	padding: 10px;
	
}
.promo .news {
	width: inherit;
	display: table-cell;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
}
.promo h3 {
  font-size: 110%;
  font-weight: normal;
 
}
.promo ul {
  list-style:none;
}
.promo p, .promo li {
	font-size: 75%;
	padding-left: 15px;
}	
.photo_left {
	float: left;
	border: 10px solid #f3f3f3;
	background-color:#fff;
	padding: 10px;
}		
.photo_right { 
	float: right;
	margin-top: 10px; 
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
	padding: 10px;
	width: 216px;
	height: 162px;
}	
.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}

.popertylinks{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	font: bold 12px Verdana;
	margin: 10px 0;
	color: #0479BF;
}


.openimage{ /*class added to contents of 2nd demo when they are open*/
color: #0479BF;
}

.closedimage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}


.style1 {font-size: 10px}

.style2 {font-size: 100%}

