/* import CSS for compliant browsers */
@import url(reset.css);
@import url(typography.css);
@import url(970_16_10.css);
@import url(tabs.css);

html, body {
	margin:0;
	padding:0;
}

html {
	image-rendering: -moz-crisp-edges;
}


body {
	background:#B03025;
}

/***************************************
Header
****************************************/
#header {
	background:#1a1a1a;
	padding-top:30px;
	border-bottom:1px solid #BA4742;
	padding-bottom:20px;
	position:relative;
}

h1 {
	color:#ccc;
	font-size:22px;
	line-height:36px;
	text-align:right;
	font-weight:200;
	padding-top:80px;
}

h1 span {
	color:#759AAC;
	line-height:inherit;
	display:block;
	text-align:right;
	font-size:28px;
	margin-bottom:18px;
}

h1 a {
	line-height:inherit;
}

#logo {
	width:360px;
	height:380px;
	text-indent:-999em;
}

#logo a, #logo a:hover, #logo a:focus, #logo a:active {
	background:url(../img/logo.png) transparent no-repeat 0 0;
	display:block;
	width:360px;
	height:380px;
	overflow:hidden;
}

/***************************************
Pre Content
****************************************/

#pre_content {	
	width:213px;
	padding:10px 10px;
	margin: 0 auto;
	border:1px solid #333;
	position:relative;
	top:-25px;
	left:200px;
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.5);
	background:url(../img/pattern.png) transparent repeat-x top center;
}

.logoholder {
	height:60px;
	background:#333;
}

#pre_content img {
	display:block;
}

#pre_content span {
	position:absolute;
	top:-25px;
	color:#666;
	font-size:11px;
	text-transform:uppercase;
	display:block;
}

/***************************************
Nav
****************************************/
#nav {	
	
}

/***************************************
Content
****************************************/
#content {
	clear: both;
	color:#fff;
}

#content .wrapper {
	clear: both;
	margin-top:20px;
}

#content .g9 {
	width:510px;
	padding:10px;
	padding-top:0;
	background:#b8453b;
	background:rgba(255,255,255,0.1);
}

#content .g5 .unit {
	width:270px;
	padding:10px;
	background:#8d261e;
	background:rgba(0,0,0,0.2);
	margin-bottom:20px;
}

#content .g5 h2, #content .g5 h3, #content .g5 h4 {
	color:#D1726D;
}

.wufoo {
	background:url(../img/wofoo-badge.gif) transparent no-repeat 0 0;
	height:120px;
	width:290px;
	display:block;
	text-indent:-999em;
	margin-bottom:20px;
	overflow:hidden;
}

.ent {
	background:#ed6d4d;
	padding:10px;
	text-align:center;
	color:#eee;
	font-weight:800;
	display:block;
	text-transform:uppercase;
	width:120px;
	-moz-box-shadow:0 0 8px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);
	-moz-border-radius:22px;
	-webkit-border-radius:20px;
}

.ent:hover, .ent:focus, .ent:active {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	background:#d8593a;
	color:#ddd;
}

.nudge {
	padding-top:12px;
}

/***************************************
Footer
****************************************/
#footer {
	clear: both;
	margin-top:80px;
	background:#A72323;
	padding:40px 0 40px 0;
}


#form10 {
	background:transparent;
}


#footer .wrapper {
	
}

#footer p, #footer li {
	color:#ddd;
	font-size:11px;
}

#footer a {
	color:#ccc;
}

body .info {
	background-color:blue;!important
}

/***************************************
Useful tit-bits
****************************************/

.last {
	margin-right: 0;
}

.height_fix {
	height: 1%;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.relative {
	position: relative;
}

.clear_left {
	clear:left;
}

.none {
	display:none;
}

hr {
	width: 960px;
	height: 0;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-top: 1px solid rgba(0,0,0,1);
	margin-top: 30px;
	display: block;
	clear: both;
}

img  { 
	image-rendering: optimizeQuality;  -ms-interpolation-mode: bicubic; 
}

/* applies to GIF images only */
img[src$=".gif"] { 
	image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; 
}

