/* CSS Document */
html, body
{
	/* note that both html and body elements are in the selector.
	 * this is because we have margins applied to the body element
	 * and the HTML's background property will show through if
	 * it is ever set. _DO_NOT_ apply a font-size value to the
	 * html or body elements, set it in #pageWrapper.
	 */
	background-color: #b0bac8;
	color: #f7f6e7;
	font-family: Tahoma, Verdana, Sans-serif;
	margin: 0;
	padding: 0;
}

/* begin with generic selectors so that they can be overridden if needed
 * by classes deeper in the stylesheet
 */
html	{ 					/* force scrollbar to prevent page jump */
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background-image: url(images/ltblue_07.gif);
	font-size: 100.1%;
	margin: 0;
	padding: 0;
}

* html body
{
	text-align: center;	/* hack to center this under IE5 */
	margin: 0;
	padding: 0;
}
* html #container
{
	text-align: left;	/* keep the content left-aligned */
	margin: 0;
	padding: 0;
}

#container {
	font-size: 12px;
	width: 770px;
	color: #f7f6e7;
	line-height: 130%;
	font-family: Tahoma, Verdana, Sans-serif;
	background-image: url(images/bkg_15.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 0px;
}
.centeremphasis {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	text-indent: 30px;
}

.company {
	font-weight: bold;
	list-style-type: disc;
	line-height: 20px;
	}


#content {
	margin-left: 200px;
	color: #f7f6e7;
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 20px;
}

.photoblock	{
	float: left;
}

#content img {
	margin-bottom: 5px;
}
.mugshot {
	float: right;
	padding: 10px;
}
.mugshot_left {
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.staff	{
	position: relative;
	clear: both;
	width: 350px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	}

#content p {
	text-align: left;
	color: #00264C;
}
#footer {
	clear: both;
	text-align: center;
	color: #355373;
	font-size: 90%;
	margin-left: 220px;
	margin-right: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #00274C;
	border-right-color: #00274C;
	border-bottom-color: #00274C;
	border-left-color: #00274C;
	margin-top: 20px;
	padding-bottom: 20px;
}#container #content ul {
	color: #355373;
	text-align: left;
	line-height: 20px;
}
h1 {
	color: #B0BAC8;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #00264C;
	border-right-color: #00264C;
	border-bottom-color: #00264C;
	border-left-color: #00264C;
	text-transform: uppercase;
	padding-bottom: 6px;
}
h2 {
	color: #355373;
	text-align: left;
	font-size: 120%;
	margin-bottom: -10px;
	margin-top: 5px;
	text-transform: uppercase;
}
#container #content li {
	margin-bottom: 5px;
}
.clear {
clear: both:
}
