body {
	margin:0px;
	padding:0px;
	background:#FFFFFF;
	font-family:arial;
	font-size:14px;
	color:#444444;
	line-height: 20px;
}

h1,h2,h3 {
	font-weight:bold;
	margin:0px 0px 10px 0px;
}
img {
}

h1 {
	font-size:20px;
}

h2 {
	font-size:18px;
	line-height: 24px;
	font-weight: normal;
}

h3 {
	font-size:16px;
}

a {
	color:#0063a3;
	text-decoration:underline;
	font-weight: bold;
}

a:hover {
	color:#049bfd;
}


#clear {
	clear:both;
}

#container {
	width:950px;
	background:url(../images/interface/container_bg_tile.jpg) repeat-y;
	margin: 0 auto;
}

#left {
	width:750px;
	float:left;
}

#header {
	width:750px;
	height:221px;
}

#logo-large {
	width:300px;
	float:left;
}
#header-text-area {
	background:url(../images/interface/header_text_area.jpg);
	height:64px;
	padding:18px 0px 0px 30px;
	font:18px arial;
	line-height:24px;
	color:#FFFFFF;
}
#header-photo-left {
	width:229px;
	height:201px;
	float:left;
}

#product-finder-button {
	width:221px;
	float:left;
}
#header-photo-right {
	width:221px;
	height:82px;
}
#thirty-year-award {
	width:92px;
	height:75px;
	padding:32px 25px 0px 83px;
	font:bold 10px arial;
	color:#b3cad8;
	background:url(../images/interface/thirty_year_award.jpg) no-repeat;
}

#header-shadow {
	background:url(../images/interface/header_shadow_tile.jpg) repeat-x;
	widht:750px;
	height:20px;
}

#content {
	width:720px;
	padding:15px 15px 50px 15px;
}
#content-body {
	padding:15px 15px 15px 0px;	
}

#right {
	width:200px;
	float:left;
}

#nav-container {
	width:200px;
	background:url(../images/interface/right_bg.jpg) center top no-repeat;
	padding: 15px 0px 40px 0px;
}

a.nav_item {
	font:bold 14px arial;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	width:150px;
	height:16px;
	padding:6px 0px 3px 20px;
	margin:1px 0px 0px 12px;
}

a.nav_subitem {
	font:14px arial;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	width:130px;
	height:16px;
	padding:4px 0px 2px 35px;
	margin:1px 0px 0px 12px;
}

a.nav_item:hover, a.nav_subitem:hover {
	background:url(../images/interface/nav_arrow_over.jpg) no-repeat left bottom;
	color: #a1d2ee;
}

#footer {
	width:950px;
	height:89px;
}

#footer-text {
	width:750px;
	height:49px;
	background:url(../images/interface/footer_bg.jpg);
	padding:40px 0px 0px 0px;
	font:10px arial;
	color:#e4f1fc;
	float:left;
	text-align:center;
}

#friday-photo {
	width:170px;
	height:77px;
	padding:12px 0px 0px 30px;
	float:left;
}
#content-image img {
	border: 1px solid #999999;
}
.content_small {
	font: 12px;
}
.content_red {
	color:#FF0000;
}