html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix	{ height: 1%; }
.clearfix			{ display: block; }
/* End hide from IE-mac */

a, a img {
	outline: none;
}

body {
	font: normal normal normal 1em/1.5em 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	color: #fff;
}

.hr {
	display: block;
	width: 100%;
	height: 6px;
}

.blueb { background: #70CEE2; }
.brownb { background: #582700; }
.orangeb { background: #E7901A; }
.yellowb { background: #F9D615; }
span.blue { color: #70CEE2; }
span.brown { color: #582700; }
span.orange { color: #E7901A; }
span.yellow { color: #F9D615; }

.inner {
	width: 970px;
	margin: 0 auto;
	position: relative;
}

#header {
	margin-top: 70px;
}

	#headline {
		background: url('../images/headline.gif') no-repeat 0 0;
		width: 440px;
		height: 100px;
	}
	
		#headline * {
			text-indent: -9999px;
		}
		
	h2#rtcrm {
		background: url('../images/rtcrmBlank.gif') no-repeat 0 0;
		width: 113px;
		height: 48px;
		position: absolute;
		top: -48px;
		right: 0;
	}
	
		h2#rtcrm a {
			display: block;
			height: inherit;
			text-indent: -9999px;
		}
			
			h2#rtcrm a #sparkIcon {
				background: url('../images/sparkIcon.gif') no-repeat 0 0;
				width: 33px;
				height: 30px;
				position: absolute;
				top: 0;
				right: 0;
			}
			
			h2#rtcrm a #sparkSomething {
				background: url('../images/sparkSomething.gif') no-repeat 0 0;
				width: 73px;
				height: 10px;
				position: absolute;
				top: 52px;
				right: 6px;
			}
		
	#header .hr { height: 44px; }
	
	#nav {
		position: absolute;
		right: 10px;
		bottom: -32px;
		width: 515px;
	}
	
		#nav a {
			position: relative;
			display: block;
			float: left;
			padding-right: 12px;
		}
		
		
#content {
	
}

	#content h3 {
		font-size: 16px;
	}
	

#footer {
	padding: 15px 0;
	font-size: 11px;
}

	#footer span {
		display: block;
		background: url('../images/copyright.gif') no-repeat 0 0;
		width: 251px;
		height: 11px;
		text-indent: -9999px;
	}