@charset "UTF-8";
/* CSS Document */
/*RESET*/
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td
{
margin: 0; padding: 0; border: 0; outline: none;
}

body
{
line-height: 1;
font-size: 88% /* Decide for yourself if you want to include this. */;
}

h1, h2, h3, h4, h5, h6
{
margin:0px;
padding:0px;
}

ul, ol
{
list-style: none;
}

a
{
color: #781A19;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

.floatLeft
{
float: left;
padding: .5em .5em .5em 0;
}

.floatRight
{
float: right;
padding: .5em 0 .5em .5em;
}
/*END RESET*/

body {
	background:url(images/BG-main-grdt.jpg) repeat-x #48110e;	
	font-family:Arial, Helvetica, sans-serif;
}

#background2 {
	background:url(images/BG-main.jpg) top center no-repeat;
	min-height:1041px;
}

#wrapper {
	width:1015px;
	margin-right:auto;
	margin-left:auto;
	clear:both;
}

#header {
	clear:both;	
	height:192px;
	margin-top:-20px;
}

#logo .homelink{
	display:block;
	width:400px;
	height:192px;
	background:url(images/logo.jpg) no-repeat;
	float:left;
z-index:100;
}

#logo h1 {
	visibility:hidden;
	height:0px;
}


#nav {
	width: 595px;
	float:left;
	text-transform:uppercase;
	font-weight:bold;	
}

#nav ul {
	list-style:none;
	display:block;
	margin-top:107px;
	margin-left:50px;
}

#nav ul li {
display:inline;	
}

#nav ul li a {
	float:left;	
	width:101px;
	height:23px; /*47 px minus padding*/
	background:url(images/nav-bg.jpg) no-repeat;
	padding-top:24px;
	text-align:center;
	color:#FFF;
}

#nav ul li a:hover {
	background: url(images/nav-bg-2.jpg) no-repeat;
	color:#000;
	text-decoration:none;
}



#content {
width:900px;
margin-left:auto;
margin-right:auto;
background: url('images/content-rdcrn-w-logo.jpg') no-repeat scroll -130px -60px #FFFFFF;
margin-top:-38px;
margin-bottom:-5px;
padding-top:50px;
padding-bottom:20px;
padding-left:20px;
padding-right:20px;
color:	#000;
line-height:1.8em;
font-size:14px;
height:auto;
z-index:-999;
}

#slideshow {
	width:990px;
	height:auto;
	margin-left:-50px;
	background: #CCC url(images/stonebg.jpg);
	padding:10px;
}

#slideshowimages {
	overflow:hidden;	
	width:990px;
	height:384px;
}



#menu {
	margin-top:-65px;	
	text-align:center;
	margin-bottom:20px;
	
	position:relative;
	z-index:100;}

#menu ul {
	hieght:130px;
	margin-left:-45px;
	width:1000px;
}

#menu ul li {
	display:inline;	
}

#menu ul li a:hover {
	position: relative;
  	top: -12px;

}

#content h1 {
	background:url("images/stonebgdark.jpg") repeat-x scroll 0 0 transparent;
color:#FFFFFF;
font-size:32px;
font-weight:normal;
height:50px;
margin-left:-50px;
padding-left:50px;
padding-top:26px;
text-transform:uppercase;
width:960px;	
margin-bottom:20px;
	
}

#content h2 {
	color:	#781A19;
	margin-bottom:3px;
padding-top:20px;
}

#content h3, #content h4, #content h5, #content h6 {
	color:	#781A19;
	margin-bottom:3px;
padding-top:10px;	
}

hr {
	margin-top:22px;	
}

.columns {
	clear:both;		
	height:auto;
	overflow:auto;
	margin:20px 0px 0px 0px;
}

.col {
	width:47%;
	margin-right:20px;
	float:left;
}

#footer {
	font-size:small;
	color:#fff;
	text-align:center;	
	padding-top:40px;
	background:url(images/footerbg.jpg) -1px 0px no-repeat;
	height:100px;
	clear:both;
}

#footer a {
	font-size:small;
	color:#fff;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;	
}

#footer2 {
	font-size:small;
	color:#fff;
	text-align:center;	
	padding-top:40px;
	background: url(images/footerbg2-trans.png) no-repeat;
	height:100px;
}

form input {
	height:15px;
	border: 1px #000 solid;
	padding:5px;
	font-size:16px;
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
}

form #submitbutton {
	border:none;
	outline:none;
	background: #8C221F;
	color:#fff;
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
	min-height:30px;
	margin-tOp:10px;
}

form textarea {
		border: 1px #000 solid;
	padding:5px;
	font-size:16px;
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
	font:Verdana, Geneva, sans-serif;
}

form submit:hover {
	background:#551715;	
}

.contactinfo {
color:#393939;
font-size:18px;
font-weight:bold;
left:0;
letter-spacing:0;
margin-right:65px;
position:relative;
text-align:right;
text-transform:uppercase;
top:170px;
}

.facebook{
	left:960px;
position:absolute;
top:30px;
width:225px;	
}

.alignleft {
	margin-left:-50px;
	padding:10px;
	background:#e0e0e0;
}


.crazecontactform {
	
}
.crazecontactform input, input {
	border-color:#999;
	padding:10px;
	font-size:18px;
	max-width:390px;
	margin-bottom:10px;
	margin-top:7px;
}

.crazecontactform textarea {
	border-color:#999;
	padding:10px;
	font-size:18px;
	max-width:390px;
	margin-bottom:10px;
	margin-top:7px;
	height:277px;
	font-family:inherit;
}

.crazecontactform input.captcha {
	float:left;
	width:100px;
}

.wpcf7-captcha-captcha {
	display:block;
	float:left;
	margin-right:10px;
}

#submit {
height:62px;
width:262px;
cursor:pointer;
}

.post-edit-link {
background:none repeat scroll 0 0 #E0E0E0;
border:1px solid #999999;
bottom:0;
color:#666666;
cursor:pointer;
display:block;
font-weight:bold;
left:0;
margin:0 auto auto;
padding:5px;
position:fixed;
text-align:center;
width:100%;
}

#enter {
	height:40px;
	cursor:pointer;
}

.invite{
	margin-left:77px;
}

.invite img{
	float:left;
	padding:10px 40px;


}
.printlink a{
	display:inline;
}
.printlink{
	color:#781A19;
	text-decoration:underline;
	padding-left:20px;
	font-family:verdana;
	font-size:1.6em;
	padding-top:5px;
}
.printdiv{
	clear:both;
}

