@charset "UTF-8";

/* Spryte Screen CSS (12/02/2008) */

/* --------------------------------------------
	Conditional Browser Rules
----------------------------------------------- */

/*
	Usage: Apply each of these "hacks" after the initial incorrect value has been set.

	Child Selector for FF, IE7, Opera, Safari:
		html > body element {rule}
	
	Child Selector + Comment Hack, which IE7 ignores:
		html >/^^/ body element {rule}
	
	Replace ^ with *
*/



/* --------------------------------------------
	Top-level Elements
----------------------------------------------- */

/* Top-level Elements

    * HTML - HTML document
          o BODY - Document body
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.01%;	/* Creates scrollbar in FF */
}

body {
	background: #111 url(../images/bg_body.png) repeat-y center top;
	color: #d3d3d3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

body * {
	font-size: 100%;
}





/* --------------------------------------------
	Generic Classes
----------------------------------------------- */

.clear {
	clear: both;
}

div.clear {  /* Overflow: hidden doesn't work in DW Design View */
	font-size: 0;
	line-height: 0px;
}

.hidden {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.invisible {
	visibility: hidden;
} 



/* --------------------------------------------
	Special Inline Elements
----------------------------------------------- */

/* Special Inline Elements

    * A - Anchor
    * BR - Line break
    * IFRAME - Inline frame
    * IMG - Inline image
    * MAP - Image map
          o AREA - Image map region
    * Q - Short quotation
    * SPAN - Generic inline container
    * SUB - Subscript
    * SUP - Superscript
*/

#content a {
	color: #a3d0ff;
	text-decoration: underline;
}

#content a:hover, #content a:focus {
	color: #b3d9ff;
	text-decoration: none;
}

a:visited {
}

a img {
	border: none;
}


/* --------------------------------------------
	Generic Block-level Elements
----------------------------------------------- */

/* Generic Block-level Elements

    * ADDRESS - Address
    * BLOCKQUOTE - Block quotation
    * DEL - Deleted text
    * DIV - Generic block-level container
    * H1 - Level-one heading
    * H2 - Level-two heading
    * H3 - Level-three heading
    * H4 - Level-four heading
    * H5 - Level-five heading
    * H6 - Level-six heading
    * HR - Horizontal rule
    * INS - Inserted text
    * P - Paragraph
    * PRE - Preformatted text
*/

#content h1 {
	font-size: 154%;
	font-weight: normal;
	margin-bottom: 0.8em;
}

#content h2 {
	font-size: 115.5%;
	font-weight: bold;
	margin-bottom: 0.9em;
}

p {
	margin-bottom: 1.28em;
}


/* --------------------------------------------
	Specific Sections
----------------------------------------------- */

/*	Header ------------------------------------ */

#wrapper_header {
	background: url(../images/bg_wrapper_header.gif) repeat-x 0 0;
	height: 97px;
}

#header {
	background: url(../images/bg_header.gif) no-repeat 0 82px;
	margin: auto;
	padding: 0 17px;
	width: 700px;
}

#header_inner {
	background: url(../images/bg_header_inner.gif) repeat 0 0;
	border-bottom: 5px solid #343434;
	height: 92px;
	overflow: hidden;
	position: relative;
}

#header_inner h1 {
	background: url(../images/spryte_logo.png) no-repeat 0 0;
	left: 25px;
	height: 0;
	overflow: hidden;
	padding-top: 42px;
	position: absolute;
	top: 25px;
	width: 148px;
	background-image: url(images/RCClogoBlue..png);
}

#header_inner h2 {
	background: url(../images/bg_tagline.png) no-repeat 0 0;
	height: 0;
	overflow: hidden;
	padding-top: 20px;
	position: absolute;
	right: 25px;
	top: 36px;
	width: 111px;
}

/*	Content Area ------------------------------ */

#wrapper_content {
	margin: 25px auto;
	width: 650px;
}

#spry_nav {
	display: inline;
	float: left;
	margin-right: 25px;
	width: 148px;
}

#content {
	display: inline;
	float: left;
	font-size: 130.5%;
	margin-top: -7px;
	position: relative;
	width: 477px;
}
