/* ---------------------------------------------------------------------
  General html elements
--------------------------------------------------------------------- */

body {
  color: #C50000;
  background-color: #FFFF99;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: medium;
	max-width: 480px;
	width: auto;
	width:expression(document.body.clientWidth > 480? "478px": "100%" );
  }

table.full-table {
  width: 100%;
  }

table.auto-table {
  width: auto;
  table-layout: automatic;
	text-align: center;
	border: 2px #FF0000;
  }

table.auto-table td {
	padding: 2px;
	}

ul li {
	list-style-type: disc;
  }

ul li ul li {
  list-style-type: circle;
  }

ul.spacylist li {
  padding-bottom: 0.6em;
  }

ul.warning-box {
  clear: both;
  margin: 0 17% 0 17%;
  padding: 1em 1em 0 1em;
  border-style: ridge;
  border-color: #FF0000;
  }

ul.warning-box li {
  padding: 0 0 1em 0;
  }

.image {
  padding: 4px;
  border: 2px solid #FF0000;
  border-bottom-color: #A50000;
  border-right-color: #A50000;
  background: #FFFFCC;
  }
	
#portrait {
  float: right;
  margin: 0px 20px 20px 20px;
  }

#smallsandra {
  float: right;
  margin: 0px 20px 20px 20px;
  width: 259px;
  height: 301px;
  }

/* ---------------------------------------------------------------------
  Elements for laying out Chantilly page.
--------------------------------------------------------------------- */

div.image-left {
  float: right;
  width: 100%;
	}

div.image-left p {
  display: table-cell;
	}

div.image-left p + p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1em;
	}

div.image-right {
  float: right;
  width: 100%;
	}

div.image-right p {
  display: table-cell;
  vertical-align: middle;
  padding-right: 1em;
	}

div.image-right p + p {
  display: table-cell;
	}

/* ---------------------------------------------------------------------
  Navigation list elements
--------------------------------------------------------------------- */

ul.navigation li {
	list-style-image: none;
	list-style-type:  none;
	display: list-item;
	margin-left: 0px;
  }

/* ---------------------------------------------------------------------
  Footer elements
--------------------------------------------------------------------- */

.directions {
	font-size: small;
	}
	
.footer {
	font-size: x-small;
	}
	
img.googleadservices {
	width: 1px;
	height: 1px;
	border: 0;
	}