@charset "UTF-8";
/** CSS 2.0 STANDARD CLI WEBSITE DLM 02.15.08 **/


/** Tabbed Nav Addition  **/
#header #tabs {
	position: relative;
	float: left;
	width: 65%;
	font-size: 90%;
	line-height: normal;
	top: 55px;
}
#header #tabs ul {
	margin: 0;
	padding: 10px 10px 0 12px;
	list-style: none;
}
#header #tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}
#header #tabs a {
	float: left;
	background: url("../images/tableftJ.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}
#header #tabs a span {
	float: left;
	display: block;
	background: url("../images/tabrightJ.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header #tabs a span {
	float: none;
}
/* End IE5-Mac hack */
#header #tabs a:hover span {
	  color: #FFF;
}
#header #tabs a:hover {
background-position: 0% -42px;
}
#header #tabs a:hover span {
background-position: 100% -42px;
}

/** END of NAV Mod **/

body {
	background-color: #333333;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: 100;
	font-size: 12pt;
	border: 0px;
}
#banner {
	width: auto;
	height: 76px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}	
#wrapper {
	background-image: url('../images/wrapbg.png');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	border-left: solid;
	border-right: solid;
	border-width: 3px;
	border-color: #6699CC;
	text-align: left;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 8px;
	padding-left: 8px;
}
#header {
	font-family: "Helvetica", Arial, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	height: 111px;
	margin-top: 0px;
}
#logo {
	height: 91px;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: right;
	vertical-align: bottom;
	border-bottom: 4px solid #317DAD;
}
#logo a:hover {
	border-bottom: none;
}
#content {
	font-family: "Times New Roman", Times, serif;
	color: #222222;
	clear: both;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: justify;
	padding-top: 6px;
}
#content p {
	margin-top: 0px;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
}
#content h2 {
	margin-top: 10px;
}
#content #img1 { 
	display: block;
	float: right;
	padding: 8px;
	padding-left: 18px;
}
#content #img2 { 
	display: block;
	float: left;
	padding: 8px;
	padding-right: 18px;
	padding-left: 21px;
}
#footer {
	clear: both;
	position: relative;
	text-align: right;
	height: 32px;
	font-size: 8pt;
	font-weight: 100;
	margin-bottom: 0px;
	padding-top: 16px;
	font-variant: small-caps;
}
#footer #sunset {
	text-align: center;
	position: relative;
	bottom: 30px;
	left: auto;
	right: auto;
}
ul.address {
    list-style-type: none;
	list-style-image: none;
    text-align: center;
	display: inline;
}
ul.clients {
	list-style-type: square;
	list-style-position: inside;
	text-align: left;
	text-indent: 42px;
}
p {
	display: block;
	text-indent: 32px;
	padding-bottom: 8px;
}
a {
	color: #317DAD;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #000000;
	border-bottom: 1px solid #999999;
}
h1 {
	border-bottom: 3px solid #E0ECF3;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: 300;
	letter-spacing: .4em;
}
h2 {
	border-bottom: 3px solid #E0ECF3;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: 400;
}
h2.tabbed {
	border-bottom: 3px solid #E0ECF3;
	font-variant: small-caps;
	font-weight: 400;
	text-indent: 28px;
}
h3 {
	border-bottom: 3px solid #E0ECF3;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: 200;
	display: inline;
	padding-left: 28px;
}
h4 {
	border-bottom: 3px solid #E0ECF3;
	font-family: "Times New Roman", Times, serif;
	font-weight: 100;
	font-style: oblique;
	font-size: 9pt;
	display: inline;
	padding-left: 36px;
}
img {
	border: none;
}
.headshot {
	float: right;
	display: block;
	padding: 8px;
	vertical-align: middle;
}
.logo {
	float: left;
	display: block;
	padding: 16px;
}
.frontpage {
	display: block;
}

