#header {
	margin: 0px;
	padding: 0px;
	width: 756px;
	background-color: #FFFFFF;
	position: relative;
	border-bottom: #CBC9CA solid 1px;
	height: 295px;
	z-index:9999;
}
#logo {
	position: absolute;
	width: 359px;
	height: 70px;
	background: url(../img/kd-web-old-logo.png) no-repeat top left;
   	left: 40px;
	top: 10px;
}
#logo h1 {
	display: none;
}
#phoneNumber {
	position: absolute;
	left: 595px;
	top: 5px;
}
#rightText {
	position: absolute;
	width: 146px;
	height: 24px;
	top: 295px;
	left: 595px;
	text-align: center;
}
#rightText2 {
	position: absolute;
	width: 146px;
	height: 24px;
	top: 295px;
	left: 445px;
	text-align: center;
}
#pageImage {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 107px;
	left:0px;
}

#clipArea {
	margin: 0px;
	padding: 0px;
	width: 230px;
	height: 250px;
	position: absolute;
	overflow:hidden;
	top: 110px;
	left: 25px;
}

#subNavigation {
	position: absolute;
	top: 22px;
	width: 170px;
	height: 190px;
	padding: 0px 20px 20px 0px;
	background-color: #FFFFFF;
	border: #cacaca solid 1px;
}
#portfolioDisplay h1 {
padding: 0px;
background: none;
}

#subNavigation ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#subNavigation li {
	margin: 0px;
	padding: 0px;
}
.orangeArrow {
	background: url(../img/icons/sub-nav-bullet-yellow.gif) no-repeat left center;
	list-style-type: none;
}
.blueArrow {
	background: url(../img/icons/sub-nav-bullet-blue.gif) no-repeat left center;
	list-style-type: none;
}
.greyUnderline {
	border-bottom: #cacaca solid 1px;
}
#subNavigation h1 {
	margin: 20px 0px 0px 20px;
	padding: 0px 0px 0px 20px;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	color: #013f54;
	background-image: url(../img/icons/sub-nav-head-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	letter-spacing:normal;
}
/*  link styles  */
#navigation {
	margin: 0px;
	padding: 0px;
	background: url(../img/navigation-border-bg.gif) repeat-x;
	position: absolute;
	top: 62px;
	left: 9px;
	padding-top: 5px;
	padding-left: 1px;
	padding-right: 1px;
	height: 42px;
	background-position: 0px 7px;
}
#navigation ul {
	padding: 0px;
	margin: 0px;
}
#navigation li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display:inline;
}
#navigation a, #navigation a:visited {
	background: url(../img/nav-button.jpg) no-repeat;
	display: block;
	float: left;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
/*	background-position: 0px 4px;*/
	padding: 15px 17px 15px 18px;
	text-align: center;
}

#navigation a:active {
	background: url(../img/nav-button.jpg) no-repeat;
	background-position: center -84px;
	border: none;
}

#container #navigation ul li a.selected {
	background: url(../img/nav-button.jpg) no-repeat center -84px;
	text-align: center;
	border: none;
}

#navigation a.selected:hover {
	background: url(../img/nav-button.jpg) no-repeat;
	background-position: center -84px;
	text-align: center;
	border: none;
}

#navigation a:hover {
	background: url(../img/nav-button.jpg) no-repeat;
	background-position: center -42px;
	border: none;
}

/*#navigation a.selected:hover {
	background: url(../img/navigation-bg-hover.jpg) no-repeat center -1px;
}*/

#subNavigation a, #subNavigation a:visited {
	margin: 0px;
	padding: 3px 5px 0px 15px;
	height: 18px;
	display: block;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	/*padding: 2px 5px 3px 20px;*/
}
#subNavigation a:hover {
	color: #fa930d;
}
#rightText a {
	width: 141px;
	height: 19px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: url(../img/get-quote-bg2.gif) no-repeat 0px 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	padding: 5px 0px 0px 3px;
}
#rightText a:hover {
	background: url(../img/get-quote-bg2.gif) no-repeat 0px -23px; 
}
#rightText2 a {
	width: 141px;
	height: 19px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: url(../img/get-quote-bg.gif) no-repeat 0px 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	padding: 5px 0px 0px 3px;
}
#rightText2 a:hover {
	background: url(../img/get-quote-bg.gif) no-repeat 0px -23px; 
}