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

pre { font-family: monospace; }
h1,h2,h3,h4,h5,p,ul { font-family: sans-serif; }

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.125em;
	background-color: #B4C8FA; /* set background color as pale blue */
	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;
}

/* To hold the main content */
#content {
	margin: 1em auto 1em auto;
	padding: 1em 2em 1em 2em;
	width: 80%;
	text-align: left;
	background-color: #8AB6DD; /* pale blue */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}

/* Main content styles */

#content p {
	font-size: 0.9em;
	margin: 0;
	padding: 0 0 1em 0;
}

#content h1 {
  font-size: 1.5em;
  text-align: center;
  margin: 0;
  padding: 0 0 0.7em 0;
}

#content h2 {
	font-size: 1em;
	margin: 0;
	padding: 0 0 0.8em 0;
}	

#content h3 {
  font-size: 0.9em;
  margin: 0;
  padding: 0.5em 0 0 0;
}

#content ul {
  font-size:0.95em;
  margin: 0;
  padding: 0 0 0.5em 1em;
}

#content li {
  font-size:0.95em;
  margin: 0;
  padding: 0 0 0.3em 1em;
}

#content ol {
	list-style-type:lower-alpha;
    font-size: 0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	padding: 0 0 0.5em 1em;
}

#content ol li {
	padding: 0.5em 0;
	font-size: 0.9em;
}

#content a.top {
	font-size: 0.8em;
}

#content p.address {
    font-size: 0.85em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	padding:0;
}

#content p.close, a.close {
	font-size: 0.8em;
	text-align: right;
	margin-right: 5%;
}

div.popup {
	padding: 1em;
}

div.customer {
	padding: 0.5em;
	border: 1pt solid #003366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-align: left;
}

p.customer {
	font-size: 0.9em;
	font-style:italic;
	margin: 0;
	padding: 0 0 1em 0;
}

div.photoFloatLeft {
	padding: 0;
	margin: 0 1em 1em 0;
	float: left;
	clear: both;
}

.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;
}
