@charset "UTF-8";
/* CSS Document */
body input,
body textarea {
	background-color: #FBFBFB;
	border: 1px solid #CCC;
	padding: 2px;
	}
body input :active,
body textarea :hover {
	background-color: #dae9ef;
	}		
/*
-----------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	}
/* defines focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul {
	list-style: none;
	margin-bottom: 18px;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
strong {
	font-weight: bold;
	}
/*
-----------------------------------------------------------------------*/
a:link, a:visited {
	color: #e37222;
	text-decoration: none;
	}
a:hover {
	color: #e37222;
	text-decoration: underline;
	}
body {
	font-family: Helvetica, Arial, san-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333;
	width: 800px;
	height: auto;
	background-color: #FFF;
	margin: 0px auto 0px auto;
	background-image: url(images/omni-body-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	}
#wrapper {
	width: 760px;
	padding: 0px 20px 0px 20px;
	clear: both;
	}
#branding {
	width: 100%;
	height: auto;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 4px solid #CCC;
	}
#content {
	width: 100%;
	height: auto;
	clear: both;
	}
#content.services {
	margin-top: 20px;
	padding-bottom: 50px;
	}
#flash {
	width: 530px;
	height: 250px;
	background-color: #666666;
	margin-bottom: 20px;
	}
#content-left {
	float: left;
	width: 530px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-right: 24px;
	border-right: 1px solid #CCC;
	}
#content-right {
	float: left;
	width: 180px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 25px;
	}
#footer {
	width: 100%;
	height: auto;
	clear: both;
	font-size: 10px;
	line-height: 13px;
	color: #999;
	border-top: 1px solid #CCC;
	padding-top: 10px;
	padding-bottom: 20px;
	}
#footer p {
	margin-bottom: 8px;
	}
p {
	margin-bottom: 15px;
	}
p.intro {
	font-size: 125%;
	}
.highlight {
	color: #336699;
	}
.small {
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	}
li {
	padding-bottom: 4px;
	padding-left: 8px;
	background-image:	 url(images/bullet-gray-rect.gif);
	background-position: 0 0.52em;
	background-repeat: no-repeat;
	}

h1,
h1 a:link,
h1 a:visited,
h1 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 33px;
	color: #336699;
	font-weight: normal;
	text-decoration: none;
	}
h1 { color: #999; }

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 24px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 18px;
	}
.h2Highlight {
	color: #e37222;
	}
h3 {
	font-size: 13px;
	color: #333;
	font-weight: bold;
	margin-bottom: 8px;
	}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 18px;
	}
h6 {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	padding-left: 2px;
	padding-top: 3px;
	}
/*
#content-right h3 {
	margin-top: 0px;
	}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #CCC;
	}
h4.subhd {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	color: #336699;
	font-weight: normal;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 18px;
	}
*/




.float-left {
	float: left;
	}
#baseTable {
	width: 100%;
	clear: both;
	}
#baseTable.contactForm {
	clear: none;
	padding-top: 10px;
	}
#baseTable.contactForm th,
#baseTable.contactForm td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CCC;
	}
#baseTable.contactForm th {
	width: 25%;
	padding-right: 4%;
	}
#baseTable td,
#baseTable th {
	vertical-align: top;
	}
#baseTable.contactInfo td {
	width: 42%;
	padding-right: 8%;
	}
.dualColumnTable {
	margin-top: 10px;
	}
.dualColumnTable td {
	width: 45%;
	padding-right: 5%;
	}
/* ------------------------------------------------------------------------ */
#interior-left {
	float: left;
	width: 130px;
	}
#interior-right {
	float: right;
	width: 570px;
	}