@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 11pt;
	color: #666666;
	background:url(../images/page_bg.gif) repeat-x;
}

#page {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	border-top: 6px solid #666666;
}

#header {
	position: relative;
	background: url(/images/header_bg.gif);
	height: 124px;
	margin-bottom: 8px;
}

#navigation {
	float: right;
	margin-right: 28px;
}

#phone {
	position: absolute;
	top: 103px;
	left: 552px;
}


#redband {
	background: #FF9E3D;
	padding-left: 481px;
	margin-bottom: 16px;
}
#body {
	position: relative;
}

#copy {
	position: absolute;
	left: 481px;
	width: 284px;
}

#copy p {
	margin: 0 0 8px 0;
}

#media {
	margin-left: 64px;
	width: 352px;
	height: 261px;
}
#media-alt {
	margin-left: 64px;
	padding-right: 8px;
	border-right: 1px solid #cccccc;
	width: 352px;
	height: 261px;
}
#media-alt p {
	margin: 0 0 8px 0;	
}

#media-alt img {
	border-bottom: 1px solid #cccccc;
}

#media img,#media-alt img {
	margin: 0 8px 8px 0;
}

#media img.last,#media-alt img.last {
	margin: 0 0 8px 0;
}

#footer {
	border-top: 1px solid #cccccc;
	margin: 96px 35px 0 64px;
	padding: 8px 0 0 0;
	font-size: 8.5pt;
	line-height: 11pt;
	color: #888888;
}

#footer p {
	margin: 0;
}

#copy a:link {
	color: #FF9E3D;
	text-decoration: none;
}
#copy a:visited {
	color: #FF9E3D;
	text-decoration: none;
}
#copy a:hover {
	text-decoration: underline;
}


#copy ul.subnav {
	list-style: none;
	margin: 24px 0 0 0;
	padding: 0;
	font-size: 8pt;
}
#copy ul.subnav li {
	float: left;
	text-transform: uppercase;
}
#copy ul.subnav li a{
	display: block;
	padding: 4px 8px 4px 8px;
	margin-right: 8px;
}

#copy ul.subnav li a.current {
	background: #FF9E3D;
	color: #ffffff;
}
#copy ul.subnav li a:hover {
	background: #eeeeee;
	color: #FF9E3D;
	text-decoration: none;
}
#copy ul.subnav li a.current:hover {
	background: #FF9E3D;
	color: #ffffff;
	text-decoration: none;
}

#copy ul.col1 {
	float: left;
	width: 50%;
	padding: 0 0 0 12px;
	margin: 0;
	}


#footer a:link {
	color: #888888;
	text-decoration: none;
}
#footer a:visited {
	color: #888888;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* HOME PAGE SPECIFIC CSS */

#home-video {
width: 730px;
margin: 24px 0 8px 35px;
background: #666666;

}

#home-media {
	margin-left: 35px;
	width: 430px;
	height: 261px;

}