@charset "UTF-8";
/* CSS Document */
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.p1 {
	font: 10px Eurostile, "Trebuchet MS", Helvetica, sans-serif;
	color: #630;
	text-decoration: none;
}
.p2 {
	font: bold normal 14px Eurostile, "Trebuchet MS", Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	padding-right: 40px;
	height: 185px;
}
.p3 {
	font: bold 12px Eurostile, "Trebuchet MS", Helvetica, sans-serif;
	color: #330;
}
.h1 {
	font: bold 16px Eurostile, "Trebuchet MS", Helvetica, sans-serif;
	color: #300;
	text-decoration: none;
}
.h2 {
	font: bold 12px Eurostile, "Trebuchet MS", Helvetica, sans-serif;
	color: #300;
	text-decoration: none;
}
.h3 {
	font: bold 12px Eurostile, "Trebuchet MS", Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
.h4 {
	font: bold 14px Eurostile, "Trebuchet MS", Helvetica, sans-serif;
	color: #300;
}
body, h1, h2, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	background: #300;
}
 #outerWrapper {
	margin: 50px auto 0px;
	width: 940px;
	background: url(../images/rkcWoodgrainBG.gif) repeat;
	border: 7px solid #FFC;
}
#header {
	height: 30px;
	background: #FFF url(../images/contact.jpg) no-repeat right top;
	padding: 30px 0px 0px;
	margin: 10px;
	border: 3px solid #FFC;
}
#nav {
	float: left;
	font-size: 10px;
	display: inline;
	width: 185px;
	list-style: url(none) none;
	position: absolute;
	top: 72px;
	margin: 10px 10px 10px 20px;
}
#nav li {
	display: inline;
	list-style: url(none) none;
}
#nav li a {
	display: block;
	float: left;
	height: 46px;
}
.navLogo {
	background: url(../images/logo.gif) no-repeat left bottom;
	width: 185px;
	text-indent: -5000px;
	display: block;
	float: left;
	position: relative;
}
.navLogo:hover {
	background: url(../images/logoOver.gif);
	display: inline;
}
#content {
	width: 900px;
	height: 470px;
	padding-right: 20px;
	padding-left: 20px;
}
#homeImage {
	float: left;
	height: 183px;
	width: 266px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#contentImages {
	height: 400px;
	float: left;
	width: 266px;
	padding: 0px 20px 20px;
}
#homeText {
	height: 203px;
	width: 520px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	display: block;
}
.pageTitle {
	display: block;
	float: left;
	height: 20px;
	width: 820px;
	padding: 10px 20px;
}
.thumbContainer {
	float: left;
	height: 220px;
	width: 860px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.iframeContainer {
	height: 416px;
	width: 820px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
.thumbs {
	display: block;
	padding: 0px 27px 0px 20px;
	float: left;
	height: 220px;
	width: 168px;
}
#footer {
	height: 60px;
	background: #FFF;
	margin: 10px;
	border: 3px solid #FFC;
	padding: 10px;
}
.footerContent {
	display: block;
	float: left;
	width: 160px;
	position: relative;
}
.footerContentCenter {
	display: block;
	position: relative;
	width: 530px;
	float: left;
}

