@charset "utf-8";
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;
	background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a:link {
	color: #FFF;
}

.oneColFixCtrHdr #container {
	width: 1100px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #333;
	background-color: #4e4e4e;
}
.invtabl {
	padding-top: 5px;
	padding-right: 5px;
}

.oneColFixCtrHdr #container #footer hr {
	line-height: 2px;
	color: #FFF;
}

.oneColFixCtrHdr #header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.75em;
	color: #FFF;
	background-color: #4e4e4e;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	color: #FFF;
	background-color: #4E4E4E;
	font-size: 0.75em;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #000;
	color: #FFF;
	font-size: 9pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
a:visited {
	color: #FFF;
}
.headshot {
	border: medium solid #999;
}
.address {
	font-size: 1.75em;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 10px;
}
.black {
	background-color: #000;
	text-align: center;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #334480;
	border-right-color: #334480;
	border-bottom-color: #334480;
	border-left-color: #334480;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: none;
}
.line {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.line2 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.navigation {
	font-size: 1.2em;
	font-weight: bold;
	list-style-type: none;
	text-decoration: none;
	text-align: center;
}

.navigation a:hover {
	color: #09C;
}
.imgBox {
	border: thick solid #CCC;
}
.cellpad {
	padding-right: 30px;
	padding-left: 30px;
}
.phone {
	font-size: 14px;
}
.name {
	font-size: 16px;
	font-weight: bold;
}
.noline {
	text-decoration: none;
}

