html {
	width: 100%;
}

body {
	width: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #484848;
	background-image: url(../media/images/common/background.jpg);
	background-color: #cfcfcf;
	background-position: top, center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
	body {
		background-image: url(../media/images/common/background-small.jpg);
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
	body {
		background-image: url(../media/images/common/background-small.jpg);
	}
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
	body {
		background-image: url(../media/images/common/background-small.jpg);
	}
}



.siteDefaultColor, h2, a, a:link, a:active, a:visited {
	color: #f15c22;
}

a, a:link, a:active, a:visited {
	cursor: pointer;
	text-decoration: underline;
}

a:hover {
}

h1, h2, h3 {
	line-height: 16px;
	font-size: 12px;
}

.h1-arrow {
	color: #f15c22;
	text-transform: uppercase;
	background: url(../media/images/common/headings/h1.png) no-repeat left top;
	padding-left: 15px;
}

.h2-arrow {
	background: url(../media/images/common/headings/h2.png) no-repeat left top;
	padding-left: 15px;
}

h2, h3 {
	line-height: 12px;
	text-transform: uppercase;
}

h3 {
	color: #484848;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
	PAGE STUFF
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#page-container, #header-container, #billboard-container, #content-container, #footer-container {
	margin: 0 auto;
	width: 100%;
}

#page, #header, #billboard, #content, #subfooter {
	margin: 0 auto;
	width: 999px;
}

#content, #header, #footer {
	width: 838px;
}

#background-overlay {
	position: absolute;
	width: 100%;
	height: 608px;
	background: url(../media/images/common/background-overlay.png) no-repeat top center;
	z-index: -2;
	margin: 0 auto;
}

#background-topfade {
	position: absolute;
	width: 100%;
	height: 259px;
	background: url(../media/images/common/background-topfade.png) repeat-x top center;
	z-index: -1;
	margin: 0 auto;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
	HEADER STUFF
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#header-container, #header-container * {
	z-index: 2;
}

#header {
	top: 0px;
	left: 0px;
	height: 300px;
}

#menu-container {
	position: absolute;
	top: -54px;
	height: 41px;
	/*left: 227px;*/
	left: 355px;
	z-index: 999;
}

#menu-container * {
	z-index: 999;
}

#menu {
	margin: 0;
	width: 655px;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
	CONTENT STUFF
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#billboard-container {
	position: absolute;
	top: 73px;
	left: 75px;
	background: url(../media/images/common/background-billboard-short.png) top center no-repeat;
	width: 869px;
	height: 264px;

}

#billboard-container, #billboard {
	z-index: 4;
}

#billboard {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 838px;
}

#billboard > img {
	width: 838px;
	height: 224px;
}

#header-logo {
	position: absolute;
	top: 45px;
	left: 0px;
	width: 216px;
	height: 116px;
	z-index: 5;
}

#billboard-overlay {
	z-index: 10;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 985px;
	height: 318px;
	margin-left: -18px;
/*
	background: url(../media/images/common/background-billboard-overlay.png) top center no-repeat;
*/

}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
	CONTENT STUFF
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#content-container {
	margin-left: 91px;
	padding-top: 30px;
	width: 838px;
	z-index: 3;
	background-color: #fff;
}

#content-container * {
	z-index: 3;
}

#content {
	height: 100%;
	margin-left: 0;
	min-height: 434px;
	width: 838px;
}

#content-container:after {
	/* forces the content-container div to stretch with floating content (FF fix) */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.content-section {
	margin-bottom: 30px;
}

.content-section h2 {
	padding-bottom: 10px;
}

.content-section img {
	float: left;
	padding: 5px 15px 10px 0px;
	margin-left: auto;
	margin-right: auto;
}

#contentRight .content-section img {
	float: left;
	padding: 5px 15px 10px 0px;
}

.content-body p {
	/*margin-bottom: 15px;*/
}

#contentLeft {
	float: left;
	width: 500px;
	margin-left: 18px;
	background-color: #fff;
	margin-top: 10px;
}

#contentLeft .full-width {
	width: 860px;
}

.full-width td {
	padding: 5px 10px;
}

.full-width td.odd {
	background-color: #f6f6f6;
}

.full-width img {
	padding: 10px;
}

#contentRight-container {
	float: right;
	width: 321px;
	margin-right: -15px;
	padding-top: 0px;
	margin-top: 0px;
	background: url(../media/images/common/background-sidebar.png) no-repeat top left;
<!--	min-height: 210px;-->
	min-height: 410px;
}

#contentRight {
	width: 240px;
	margin-left: 20px;
	margin-top: 10px;
	color: #000;
	font-size: 12px;
	text-align: left;
}

#contentRight .content-section {
	margin: 0 15px;
	margin-bottom: 30px;
	line-height: 17px;
}

#contentRight p {
	margin-bottom: 10px;
}

#contentRight h3 {
	clear: both;
}

#contentRight a {
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
	FOOTER STUFF
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#footer-container {
	height: 50px;
}

#footer-container, #footer-container * {
	z-index: 2;

}

#footer {
	height: 50px;
	width: 838px;
	background: #494c55 url(../media/images/common/background-footer.png) no-repeat top center;
	color: #fff;
	margin-left: 91px;
}

#back-to-top {
	position: fixed;
	bottom: 90px;
	left: 0;
	width: 33px;
	height: 115px;
	z-index: 5;
}

#rc-logo {
	position: absolute;
	top: 15px;
	left: 800px;
	width: 21px;
	height: 21px;
	z-index: 5;
}

#footer-menu {
	position: absolute;
	top: 0px;
	left: 281px;
}

#footer-menu td {
	padding-left: 20px;
}

#footer-menu div {
	float: left;
}

#copyright, #footer-menu a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
}

#footer-menu a {
	float: left;
	margin-right: 10px;
	text-decoration: none;
}

#footer-menu a:hover, #footer-menu div.footer-selected a {
	text-decoration: underline;
	background: none;
}

#copyright {
	position: absolute;
	top: 15px;
	left: 20px;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
	FOOTER STUFF
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.button {
	text-align: center;
	padding: 3px 5px;
	background-color: #f15c22;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}

.button a {
	color: #fbda64;
	text-decoration: none;
}

input, select, option, textarea {	border: 1px solid #6d6f77;	font-family: Verdana, Geneva, sans-serif;	font-size: 11px;	padding: 5px 5px 5px 5px;}

select, option {
	padding: 0;
}

option {
	border: 1px solid #6d6f77;
}

#frmContactUs {
}

#frmContactUs input, #frmContactUs textarea {
	width: 350px;
}

#frmContactUs .button {
	width: 75px;
	float: left;
	margin-right: 10px;
}

.heading-image {
	margin-bottom: 10px;
}

.home-box {
	float: left;
	width: 370px;
	padding-bottom: 15px;
}

.home-box-pad {
	float: left;
	width: 50px;
	height: 10px;
}

.facebook {
	margin-top: 40px;
}

.facebook .icon {
	float: left;
	margin: 6px 10px 35px 0;
}

.spacer {
	clear: both;
}

#footer-facebook {
	left: 181px;
	position: absolute;
	top: 7px;
}