@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;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
#container  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #003333; /* this overrides the text-align: center on the body element. */
	height: 599px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	display: block;
}
#containerLegal {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	height: 599px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	overflow: visible;
	padding: 0px;
	top: 0px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003333;
	border-right-color: #003333;
	border-bottom-color: #003333;
	border-left-color: #003333;
}
/* ********** Start Header ********** */
#header  {
	height: 60px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	background-image: url(../media/nav/topnav-bkg.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#header_left {
	left: 0px;
	top: 0px;
	float: left;
	width: 165px;
	height: 60px;
	position: relative;
	background-image: url(../media/nav/topnav-2008-logo.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header_left a   {
	width: 165px;
	height: 60px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header_left  h1  {
	display: none;
	font-size: small;
}
#header_right {
	top: 30px;
	float: right;
	width: 265px;
	height: 30px;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header_right a.glass   {
	width: 120px;
	height: 30px;
	position: absolute;
	top: 0px;
	background-image: url(../media/nav/topnav-glass.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left: 0px;
}
#header_right a.glass:hover {
	width: 120px;
	height: 30px;
	position: absolute;
	top: 0px;
	background-image: url(../media/nav/topnav-glass.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	left: 0px;
}
#header_right a.metal   {
	width: 145px;
	height: 30px;
	position: absolute;
	top: 0px;
	background-image: url(../media/nav/topnav-metal.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	left: 120px;
}
#header_right a.metal:hover {
	width: 145px;
	height: 30px;
	position: absolute;
	top: 0px;
	background-image: url(../media/nav/topnav-metal.png);
	background-position: 0px -30px;
	background-repeat: no-repeat;
	left: 120px;
}
#header_right h1  {
	display: none;
	font-size: small;
}
#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 */
}
#menu {
	width: 470px;
	margin: 0;
	left: 165px;
	top: 30px;
	position: absolute;
	height: 30px;
}
#menu1 {
	width: 470px;
	margin: 0;
	left: 165px;
	top: 150px;
	position: absolute;
	height: 30px;
}
/* ********** Start Main Content Area ********** */
#mainContent  {
	background: #FFFFFF;
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	left: 0px;
	top: 60px;
	position: absolute;
	height: 515px;
	width: 900px;
	display: block;
}
#HomeAnimFlash {
	height: 515px;
	width: 640px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
}
#homeAnimBody01 {
	height: 192px;
	width: 252px;
	position: absolute;
	left: 640px;
	top: 0px;
	background-image: url(../media/general/yellow-grad.png);
	background-repeat: repeat-x;
	display: block;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 0px;
}
#homeAnimBody01   h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	line-height: 26px;
	font-weight: normal;
	color: #003333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#homeAnimBody01   h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#homeAnimBody01   h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #663300;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#homeAnimBody01   p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	margin-top: 20px;
	margin-right: 75px;
	margin-bottom: 0px;
	margin-left: 75px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#homeAnimBody01   strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #003333;
}
#homeAnimBody02 {
	margin: 0px;
	height: 154px;
	width: 246px;
	position: absolute;
	left: 646px;
	top: 337px;
	background-image: url(../media/general/blue-grad.png);
	background-repeat: repeat-x;
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-position: 0px -150px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003333;
}
#homeAnimBody02 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #663300;
	font-style: italic;
	line-height: 22px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#homeAnimBody02 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#homeAnimBody02 a {
	color: #003333;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}
#homeAnimBody02 a:hover {
	color: #006666;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
}
#homeAnimBody02 strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #003333;
}
#home img {
	position: absolute;
	left: 0px;
	top: 0px;
}
#homeBody {
	margin: 0px;
	height: 450px;
	width: 460px;
	position: absolute;
	left: 410px;
	top: 0px;
	background-image: url(../media/general/yellow-grad.png);
	background-repeat: repeat-x;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#homeBody  h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #003333;
	margin: 0px;
	padding: 0px;
}
#homeBody h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#homeBody h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #663300;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#homeBody p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	margin-top: 20px;
	margin-right: 75px;
	margin-bottom: 0px;
	margin-left: 75px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#homeBody strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #003333;
}
#pageTitle {
	background-image: url(../media/global/section-head-bkg.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 900px;
	position: relative;
	left: 0px;
	top: 0px;
	clip: rect(0px,900px,30px,0px);
	overflow: hidden;
}
#pageTitle h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #003333;
	text-decoration: none;
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#photoArea {
	height: 400px;
	width: 600px;
	float: left;
	padding: 0px;
	margin: 0px;
	top: 30px;
	position: absolute;
	display: block;
	left: 300px;
	background-image: url(../media/global/yellow-grad_01.png);
	background-repeat: repeat-x;
}
#photoArea img.full {
	position: absolute;
	left: 0px;
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 600px;
	top: 0px;
}
#photoArea img.left {
	position: absolute;
	left: 0px;
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 295px;
	top: 0px;
}
#photoArea img.right {
	position: absolute;
	left: 305px;
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 295px;
	top: 0px;
}
#photoNav {
	position: absolute;
	height: 30px;
	width: 600px;
	left: 300px;
	top: 430px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	clip: rect(0px,600px,30px,0px);
	background-image: url(../media/global/photo-nav-bkg.png);
}
#photoNav p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #003333;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#photoNav a.photoBack {
	background-image: url(../media/global/photo-nav-back.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 70px;
	position: absolute;
	left: 200px;
	top: 3px;
}
#photoNav a.photoBack:hover {
	background-image: url(../media/global/photo-nav-back.png);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 70px;
	position: absolute;
	left: 200px;
	top: 3px;
}
#photoNav  a.photoBackSubdue {
	background-image: url(../media/global/photo-nav-back.png);
	background-repeat: no-repeat;
	background-position: 0px -48px;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 70px;
	position: absolute;
	left: 200px;
	top: 3px;
}
#photoNav a.photoNext {
	background-image: url(../media/global/photo-nav-next.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 70px;
	position: absolute;
	left: 340px;
	top: 3px;
}
#photoNav a.photoNext:hover {
	background-image: url(../media/global/photo-nav-next.png);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 70px;
	position: absolute;
	left: 330px;
	top: 3px;
}
#photoNav a.photoNextSubdue {
	background-image: url(../media/global/photo-nav-next.png);
	background-repeat: no-repeat;
	background-position: 0px -48px;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 70px;
	position: absolute;
	left: 330px;
	top: 3px;
}
#leftTextArea {
	height: 485px;
	width: 299px;
	float: left;
	padding: 0px;
	margin: 0px;
	top: 30px;
	position: absolute;
	background-image: url(../media/global/yellow-grad_01.png);
	left: 0px;
	background-repeat: repeat-x;
	overflow: hidden;
	clip: rect(0px,300px,485px,0px);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999933;
}
#leftTextArea p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	text-align: left;
	color: #333333;
	padding: 0px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#leftTextArea strong {
	color: #23a491;
	text-decoration: none;
	font-weight: normal;
}
#leftTextArea h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #666633;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999933;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#leftTextArea ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #003333;
	list-style-type: none;
	text-align: left;
	list-style-position: outside;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#leftTextArea ul ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #003333;
	list-style-type: none;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(../media/global/icon-arrow-right.gif);
}
#leftTextArea a {
	color: #003333;
	text-decoration: none;
}
#leftTextArea a:hover {
	color: #990000;
	text-decoration: none;
}
#quickLinks {
	width: 175px;
	padding: 0px;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: auto;
	margin: 0px;
	left: 0px;
	top: 0px;
}
#lowerInfoArea {
	position: absolute;
	height: 55px;
	width: 600px;
	left: 300px;
	top: 460px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	clip: rect(0px,600px,55px,0px);
	background-color: #FFFFFF;
}
#lowerInfoArea p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	font-style: normal;
	line-height: 16px;
	margin: 10px;
}
#lowerInfoArea a {
	color: #003333;
	text-decoration: none;
}
#lowerInfoArea a:hover {
	color: #990000;
	text-decoration: none;
}
#lowerInfoArea em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	color: #23a491;
}
#lowerInfoArea a.df {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 140px;
	position: absolute;
	top: 0px;
	background-image: url(../media/df/df-icon-link-hz.png);
	background-repeat: no-repeat;
	left: 460px;
	background-position: 0px 0px;
}
#lowerInfoArea a.df:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 140px;
	position: absolute;
	top: 0px;
	background-image: url(../media/df/df-icon-link-hz.png);
	background-repeat: no-repeat;
	left: 460px;
	background-position: 0px -55px;
}
/* ********** Start Footer ********** */
#footer  {
	padding: 0;
	position: absolute;
	top: 575px;
	height: 25px;
	width: 900px;
	margin: 0px;
	background-image: url(../media/nav/FootNav-bkg.png);
	background-repeat: no-repeat;
	display: block;
	left: 0px;
}
#footerLegal {
	padding: 0;
	position: absolute;
	top: 575px;
	height: 50px;
	width: 900px;
	margin: 0px;
	background-image: url(../media/nav/FootNav-bkg.png);
	background-repeat: no-repeat;
	display: block;
	left: 0px;
}
#legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	position: absolute;
	height: 25px;
	width: 920px;
	left: -10px;
	top: 25px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	display: block;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	z-index: 3;
}
#legal h1.left {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	position: absolute;
	left: 10px;
	top: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	display: block;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin: 0px;
	z-index: 3;
	padding: 0px;
}
#legal h1.right {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	position: absolute;
	top: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	display: block;
	text-align: right;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin: 0px;
	z-index: 3;
	padding: 0px;
	right: 10px;
}
#legal h1.left a {
	text-decoration: none;
	color: #333333;
}
#legal h1.left a:hover {
	text-decoration: none;
	color: #990000;
}
#footer_left {
	padding: 0;
	position: relative;
	height: 25px;
	width: 300px;
	margin: 0px;
	background-repeat: no-repeat;
	float: left;
}
#footer_left     a.tradeaccess    {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(../media/nav/FootNav-TradeAccess.png);
	height: 25px;
	width: 120px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer_left a.login {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(../media/nav/FootNav-LogIn.png);
	height: 25px;
	width: 90px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	left: 120px;
	top: 0px;
}
#footer_left a.login:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(../media/nav/FootNav-LogIn.png);
	height: 25px;
	width: 90px;
	background-repeat: no-repeat;
	background-position: 0px -25px;
	position: absolute;
	left: 120px;
	top: 0px;
}
#footer_left a.register {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(../media/nav/FootNav-Register.png);
	height: 25px;
	width: 90px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	left: 210px;
	top: 0px;
}
#footer_left a.register:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(../media/nav/FootNav-Register.png);
	height: 25px;
	width: 90px;
	background-repeat: no-repeat;
	background-position: 0px -25px;
	position: absolute;
	left: 210px;
	top: 0px;
}
#footer_right {
	padding: 0;
	position: relative;
	height: 25px;
	width: 335px;
	margin: 0px;
	background-repeat: no-repeat;
	float: right;
}
#footer_right a.company {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(../media/nav/FootNav-Company.png);
	height: 25px;
	width: 115px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer_right a.company:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(../media/nav/FootNav-Company.png);
	height: 25px;
	width: 115px;
	background-repeat: no-repeat;
	background-position: 0px -25px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer_right a.clients {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(../media/nav/FootNav-Clients.png);
	height: 25px;
	width: 105px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	left: 115px;
	top: 0px;
}
#footer_right a.clients:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(../media/nav/FootNav-Clients.png);
	height: 25px;
	width: 105px;
	background-repeat: no-repeat;
	background-position: 0px -25px;
	position: absolute;
	left: 115px;
	top: 0px;
}
#footer_right a.contact {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(../media/nav/FootNav-Contact.png);
	height: 25px;
	width: 115px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	left: 220px;
	top: 0px;
}
#footer_right a.contact:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(../media/nav/FootNav-Contact.png);
	height: 25px;
	width: 115px;
	background-repeat: no-repeat;
	background-position: 0px -25px;
	position: absolute;
	left: 220px;
	top: 0px;
}
#footer   h2 {
	display: none;
	font-size: small;
}
#footerLegal h2 {
	display: none;
	font-size: small;
}
#Accordion1  {
	left: 0px;
	bottom: 0px;
	position: absolute;
}
#slimline {
	text-align: center;
}
#company {
	position: absolute;
	height: 515px;
	width: 900px;
	left: 0px;
	top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#company h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #003333;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../media/global/section-head-bkg.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 30px;
	width: 900px;
	left: 0px;
	top: 0px;
	clip: rect(0px,900px,30px,0px);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#company strong {
	color: #23a491;
	text-decoration: none;
	font-weight: normal;
}
#company em {
	color: #663300;
	text-decoration: none;
	font-weight: normal;
}
#company  img.dennis {
	position: absolute;
	left: 0px;
	top: 30px;
	height: 485px;
	width: 250px;
}
#companyBody1 {
	height: 455px;
	width: 350px;
	left: 275px;
	top: 40px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
#companyBody1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
#companyBody2 {
	height: 310px;
	width: 250px;
	left: 650px;
	top: 30px;
	position: absolute;
	background-image: url(../media/info/company-blueprint-header.jpg);
	background-repeat: no-repeat;
	padding-top: 175px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clip: rect(0px,250px,485px,0px);
	margin: 0px;
}
#companyBody2  h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #663300;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#companyBody2 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #003333;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#clients {
	position: absolute;
	height: 515px;
	width: 900px;
	left: 0px;
	top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#clients h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #003333;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../media/global/section-head-bkg.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 30px;
	width: 900px;
	left: 0px;
	top: 0px;
	clip: rect(0px,900px,30px,0px);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#clients h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	color: #663300;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: left;
}
#clients    img.main {
	position: absolute;
	left: 0px;
	top: 30px;
	height: 485px;
	width: 300px;
}
#access iframe {
	position: absolute;
	left: 300px;
	top: 30px;
	height: 485px;
	width: 600px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#clientsBody1 {
	height: 455px;
	width: 575px;
	left: 325px;
	top: 30px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
#clientsBody1  h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003333;
	font-style: italic;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#clientsBody1  ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	display: block;
	list-style-position: outside;
	list-style-type: none;
}
#clientsBody1 #popup1   {
	background-color: #FFFFFF;
	display: block;
	width: 240px;
	padding: 0px;
	left: 325px;
	top: 10px;
	z-index: 2;
	position: absolute;
	border: 1px solid #996600;
	margin: 0px;
	visibility: hidden;
}
#clientsBody1 #popup2  {
	background-color: #FFFFFF;
	display: block;
	width: 240px;
	padding: 0px;
	left: 325px;
	top: 130px;
	z-index: 2;
	position: absolute;
	border: 1px solid #996600;
	margin: 0px;
	visibility: hidden;
}
#clientsBody1 #popup3 {
	background-color: #FFFFFF;
	display: block;
	width: 340px;
	padding: 0px;
	left: 225px;
	top: 130px;
	z-index: 2;
	position: absolute;
	border: 1px solid #996600;
	margin: 0px;
	visibility: hidden;
	height: 220px;
}
#clientsBody1 #popup4 {
	background-color: #FFFFFF;
	display: block;
	width: 340px;
	padding: 0px;
	left: 225px;
	top: 200px;
	z-index: 2;
	position: absolute;
	border: 1px solid #996600;
	margin: 0px;
	visibility: hidden;
	height: 250px;
}
#clientsBody1 a {
	text-decoration: none;
	color: #23a491;
}
#clientsBody1 a:hover {
	text-decoration: none;
	color: #663300;
}
#clientsBody1  p  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #003333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: left;
}
#clientsBody1  cite  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #003333;
	line-height: 18px;
}
#clientsBody1 blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #003333;
	line-height: 18px;
	margin: 0px;
	padding: 10px;
}
#clientsBody1 #popup5 {
	background-color: #FFFFFF;
	display: block;
	width: 340px;
	padding: 0px;
	left: 225px;
	top: 200px;
	z-index: 2;
	position: absolute;
	border: 1px solid #996600;
	margin: 0px;
	visibility: hidden;
	height: 250px;
}
#access {
	position: absolute;
	height: 515px;
	width: 900px;
	left: 0px;
	top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#access h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #003333;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../media/global/section-head-bkg.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 30px;
	width: 900px;
	left: 0px;
	top: 0px;
	clip: rect(0px,900px,30px,0px);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#accessBody1 {
	height: 455px;
	width: 600px;
	left: 300px;
	top: 30px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
#accessBody1   h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #23a491;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#accessBody1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#access img.main {
	position: absolute;
	left: 0px;
	top: 30px;
	height: 485px;
	width: 300px;
}
#contact {
	position: absolute;
	height: 515px;
	width: 900px;
	left: 0px;
	top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#contact iframe {
	margin: 0px;
	padding: 0px;
	height: 485px;
	width: 600px;
	position: absolute;
	left: 300px;
	top: 30px;
}
#contact iframe.wide {
	margin: 0px;
	padding: 0px;
	height: 485px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 30px;
}
#contact h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #003333;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../media/global/section-head-bkg.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 30px;
	width: 900px;
	left: 0px;
	top: 0px;
	clip: rect(0px,900px,30px,0px);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contactBody1 {
	height: 455px;
	width: 600px;
	left: 300px;
	top: 30px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
#contactBody1 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #23a491;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#contactBody1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#contact img.main {
	position: absolute;
	left: 0px;
	top: 30px;
	height: 485px;
	width: 300px;
}
#df {
	position: absolute;
	height: 515px;
	width: 900px;
	left: 0px;
	top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#dfBody {
	margin: 0px;
	padding: 0px;
	height: 485px;
	width: 400px;
	position: absolute;
	left: 0px;
	top: 30px;
	background-image: url(../media/global/yellow-grad_01.png);
	background-repeat: repeat-x;
}
#df h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #003333;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../media/global/section-head-bkg.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 30px;
	width: 900px;
	left: 0px;
	top: 0px;
	clip: rect(0px,900px,30px,0px);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#dfBody p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding: 0px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#dfBody strong {
	color: #23a491;
	text-decoration: none;
	font-weight: normal;
}
#dfBody  ul li em {
	font-style: normal;
	color: #000000;
}
#dfBody ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #23a491;
	text-align: left;
	padding: 0px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 30px;
	display: block;
	list-style-position: outside;
	list-style-type: disc;
}
#dfWorks   {
	margin: 0px;
	padding: 0px;
	height: 360px;
	width: 500px;
	position: absolute;
	top: 0px;
	right: 0px;
	visibility: hidden;
}
#dfTreated   {
	margin: 0px;
	padding: 0px;
	height: 360px;
	width: 500px;
	position: absolute;
	top: 0px;
	right: 0px;
	visibility: visible;
}
#dfRight {
	margin: 0px;
	padding: 0px;
	height: 485px;
	width: 500px;
	position: absolute;
	left: 400px;
	top: 30px;
	background-image: none;
	background-repeat: repeat-x;
}
#dfRight  ul {
	position: absolute;
	top: 380px;
	left: 25px;
	visibility: visible;
	z-index: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	color: #000000;
	text-align: left;
	list-style-type: none;
}
#dfRight a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003333;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#dfRight a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #23a491;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#swatch {
	position: absolute;
	height: 515px;
	width: 900px;
	left: 0px;
	top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#swatch iframe {
	margin: 0px;
	padding: 0px;
	height: 485px;
	width: 300px;
	position: absolute;
	left: 0px;
	top: 30px;
}
#swatch h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #003333;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../media/global/section-head-bkg.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 30px;
	width: 900px;
	left: 0px;
	top: 0px;
	clip: rect(0px,900px,30px,0px);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#swatchBody1 {
	height: 455px;
	width: 600px;
	left: 300px;
	top: 30px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
#swatchBody1 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #23a491;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#swatchBody1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#swatchDetail {
	margin: 0px;
	padding: 0px;
	height: 485px;
	width: 300px;
	background-image: url(../media/general/taupe-grad.png);
}
#swatchDetail h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #003333;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#swatchDetail img {
	height: 250px;
	width: 250px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 25px;
	border: 1px solid #666666;
}
#swatchDetail th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	line-height: 11px;
	color: #003333;
	text-align: right;
	margin: 0px;
	width: 65px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#swatchDetail td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#swatchDetailMetal {
	margin: 0px;
	padding: 0px;
	height: 485px;
	width: 300px;
	background-image: url(../media/general/blue-grad.png);
}
#swatchDetailMetal h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #003333;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#swatchDetailMetal img {
	height: 250px;
	width: 250px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 25px;
	border: 1px solid #666666;
}
#hardwareDetail {
	margin: 0px;
	padding: 0px;
	height: 485px;
	width: 300px;
	background-image: url(../media/general/yellow-grad.png);
}
#hardwareDetail h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #003333;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#hardwareDetail ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#hardwareDetail li {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 7px;
}
#hardwareDetail  img.set {
	padding: 0px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 1px solid #666666;
	height: 250px;
	width: 280px;
}
#hardwareDetail img.knob {
	padding: 0px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 1px solid #666666;
	height: 250px;
	width: 250px;
}
#hardwareDetail img.handle {
	padding: 0px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 1px solid #666666;
	height: 300px;
	width: 250px;
}
#hardwareDetail img.bar {
	padding: 0px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 1px solid #666666;
	height: 250px;
	width: 280px;
}

