/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/
body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0px;
	padding: 0px;	
	background-color: #000000;
}
#backimage {
	background-image:url(../images/RC_background.jpg);
	background-position: center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
	
#masthead {
	background-image: url(img/tilebacksheer.png);
	background-repeat: repeat;
}
#logo img {
	border: 0;
}
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
}
	/* column container */
	.colmask {
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (double page) settings */
	.doublepage {
	background-color: transparent;
	}
	.doublepage .colleft {
	right:50%;		
	background-color: transparent; /* left column background colour */
	}
	.doublepage .col1 {
		width:46%;			/* left column content width (column width minus left and right padding) */
		left:52%;			/* right column width plus left column left padding */
	}
	.doublepage .col2 {
		width:46%;			/* right column content width (column width minus left and right padding) */
		left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}

.content {
	padding: 8px 20px;
	font-size: 0.70em;
	line-height: 1.5em;
	margin-right: 1px;
	margin-left: 1px;
}
.content p {
	margin: 6px 0px 12px;
}
.caption {
	font-size: 0.85em;
	line-height:1.1em;
	font-style: italic;
	text-align: center;
}
h1 {
	margin: 0px;
	font-size: 1.7em
	font-weight: bolder;
	color: #FFF;
}
#footer {
	margin: 0px auto;
	color:#000;
	font-weight:bolder;
	font-size: .65em;
	background-image:url(img/tilebacksheer.png);
	background-repeat: repeat;
	background-position: top;
	min-height: 80px;
}
#footercontent {
	padding: 25px;
}
.rightfooter {
	right: 0px;
	text-align: right;
	position: relative;
	z-index: 99999;
	float: right;
	width: 346px;
}
.leftfooter {
	text-align: left;
	width: 600px;
}
.titlefloat {
	top:0px;
	position:absolute;
	z-index:99999;
	float: right;
	text-align: left;
	width: 470px;
	padding-top: .7em;
	padding-left: 8%;
}

#footer a {
	color:#56132C;
}
#footer a:hover {
	color:#900;
	text-decoration: overline;
}
#footer a:link {
	color:#900;
}
#footer a:visited {
	color:#06C;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*GLOBALS: Nav Bar*/


/*GLOBALS: Link Styles other than main navigation bar*/
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #E8E8E8;
	text-decoration: underline;
}
a:active {
	color: #fff;
}

.mockbutton {
	background-color: #56132C;
	width: 432px;
	height:50px;
}
