@charset "utf-8";
/* CSS Document */

/* basic framework */

body {
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size: 12px;
	color: #6e6f72;
	background: white;
}

a {
	color: #125687;
}

a:hover {
	color: #83c341;
}

#hold {
	position: relative;
	margin: 0px auto;
	width: 802px;
}

#masthead {
	position: relative;
	height: 92px;
}

#philips_logo {
	position: absolute;
	right: 10px;
	top: 7px;
}

#nav {
	position: absolute;
	top: 58px;
	left: 215px;
	background: url(../i/masthead_bottom.gif) no-repeat bottom;
	height: 34px;
	width: 575px;
}

#nav a {
	display: block;
	float: right;
}

#logo {
	position: absolute;
	left: 21px;
	top: 23px;
}

#homeHero {
	padding-bottom: 17px;
	background: url(../i/hero_bottom.gif) no-repeat bottom left;
}


#contentHold {
	background: url(../i/content_bg.gif) repeat-y;
}

.whyOwn#contentHold {
	background: url(../i/content_bg_blue.gif) repeat-y;
}

#content {
	position: relative;
	background: url(../i/content_bottom.jpg) no-repeat bottom;
	padding-left: 55px;
	padding-right: 50px;
	padding-bottom: 15px;
}

.home#content {
	height: 160px;
	font-size: 11px;
}

.whyOwn #content {
	background: url(../i/content_bottom_blue.gif) no-repeat bottom;
}

#contentLeft {
	float: left;
	margin-right: 20px;
	padding-top: 25px;
}

#contentRight {
	margin-left: 155px;
	padding-left: 22px;
	padding-top: 27px;
	padding-bottom: 20px;
	min-height: 120px;
	background: url(../i/vertical_dots.gif) repeat-y;
}

.home #contentRight {
	padding-top: 0px;
	margin-left: 260px;
	padding-bottom: 0px;
	height: 100%;
}

.whyOwn #contentRight {
	padding-top: 10px;
	padding-left: 27px;
	margin-left: 170px;
	background: url(../i/vertical_white_dots.gif) repeat-y;
	color: white;
}

#contentRight ul, #contentRight li {
	margin-left: 0px;
	padding-left: 0px;
}

#contentRight li {
	margin-left: 18px;
	margin-bottom: 10px;
}

.home #contentLeft {
	padding-top: 50px;
}

#contentRight p {
	margin: 0px;
	margin-bottom: 18px;
	line-height: 18px;
}

.home #contentRight img {
	margin-top: 20px;
}

.whyOwn #contentLeft {
	padding-left: 10px;
	width: 150px;
}

#footer {
	font-size: 11px;
	margin-left: 31px;
	margin-right: 16px;
}

#footer img {
	float: left;
	margin-top: 6px;
	margin-right: 30px;
}

#footer p {
	float: left;
	border-left: 1px solid #a7a9aa;
	padding-left: 30px;
	padding-top: 11px;
	margin: 0px;
	margin-right: 30px;
}

#footer p.last {
	padding-top: 0px;
	margin-right: 0px;
}

#contentButton {
	position: absolute;
	top: 0px;
	right: 31px;
}

h1 {
	display: none;
}

#subnav_head {
	margin-bottom: 20px;
}

#subnav a {
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	text-decoration: none;
	color: #6e6f72;
	margin-bottom: 8px;
}

#subnav a:hover {
	color: #345a2b;
}

#subnav a.selected {
	color: #345a2b;
}

.green {
	color: #83c341;
}

.white {
	color: white;
}

#extFooter {
	clear: both;
	margin-left: 31px;
	margin-right: 16px;
	padding-top: 13px;
	font-size: 11px;
	position: relative;
	color: #aaaaaa;
}

#extFooter a#disclaimerButton {
	float: right;
	clear: both;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	color: #6e6f72;
	background: #d3d4d4;
	text-decoration: none;
}

#extFooter a#disclaimerButton:hover {
	background: #6e6f72;
	color: white;
}

.formTable td {
	font-size: 12px;
	color: #345a2b;
	font-weight: bold;
}

textarea.txt, input.txt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 10px;
}

input.txt {
	width: 220px;
}

textarea.txt {
	width: 450px;
}

.formTable td.formDisclaimer {
	font-size: 9px;
}

.photoRow {
	/*clear: both;*/
}

.photo, .photoLast {
	border: 3px solid #6d6e71;
	width: 152px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.photo:hover {
	border: 3px solid #83c441;
}

.photoLast {
	margin-right: 0px;
}

.breaker {
	clear: both;
}

#contentRight p.line, #contentRight p.lastline {
	margin: 0px;
}

.line, .lastline {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #aaa;
}

.line a, .lastline a {
	text-decoration: none;
}

.lastline {
	border-bottom: 1px solid #aaa;
}

#disclaimer {
	border: 2px solid #83c341;
	width: 400px;
	padding: 10px;

}

p.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}