@CHARSET "ISO-8859-1";
/* NW latest */
/* CSS Reset - v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/ */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of CSS reset */

/* pseudo classes */

a:link {
	color:#009999;
	text-decoration:none;
}

a:visited {
	color:#009999;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

a:active {
	color:#000000;
	text-decoration:none;
}

/* end pseudo classes */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Serif;
	font-size: 12px;
	background-color: #6b6b6b;
	color:#666;
	height: 100%;	
	line-height:130%;
	background-image:url(images/bkg_grad.png);
	background-repeat:repeat-x;
}

img { /* fixes margin on images bottom */
	display: block;
}

.wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#longBoxTop {
	position:absolute;
	top: 0px;
	right: 0px;
	width: 660px;
	height: 30px;
	padding: 10px;
	background-color: #009999;
}

#textArea {
	position: relative;
	height: 30px;
	width: 650px;
	background-image:url(images/recess_rpt.png);
	background-repeat:repeat-x;
	z-index: 1;
}

.endsLeft {
	background-image: url(images/recess_left.png);
	background-repeat: no-repeat;
	height:30px;
	width: 20px;
	z-index: 1;
}

.endsRight {
	position: absolute;
	background-image: url(images/recess_right.png);
	background-repeat: no-repeat;
	right: -10px;
	top: 0px;
	height:30px;
	width: 20px;
	z-index: 1;
}

#texter {
	position: absolute;
	color: #fff;
	top: 10px;
	left: 20px;
	height: 30px;
	width: 650px;
	z-index: 2;
	line-height: 30px;
	text-align:center;
}

#flashBanner {
	display: block;
	height: 400px;
	width: 960px;
	/* background-image: url(images/flash_placeholder.png); */
}

#contactButtonWrapper {
	position: relative;
	width: 960px;
	height: 50px;
	background-color: #009999;
}

#contactLink {
	position: absolute;
	right: 0px;
	top: 0px;
	cursor:pointer;
	z-index: 2;
}

.closeContactLink {
	cursor:pointer;
	position:absolute;
	right:0;
	top:0;
	z-index: 1;
}

/* start of contact form CSS */

#contactBox {
	/* display:none; */
	position:relative;
}

.cross {
	position:absolute;
	bottom:40px;
	right:40px;
	height:111px;
	width:111px;
	cursor:pointer;
}

#contactText {
	line-height:40px;
}

#contact p, label, legend { 
	 
}

#contact h1 { 
	margin: 10px 0 10px; 
	font-size: 10px; 
	color: #333333; 
}

#contact hr { 
	color: inherit; 
	height: 0; 
	margin: 6px 0 6px 0; 
	padding: 0; 
	border: 1px solid #d9d9d9; 
	border-style: none none solid; 
}

#contact { 
	position:relative;
	width: 884px;  
	padding: 20px 35px 20px 35px;
	background-color: #fff;
	border-left:solid 3px #009999;
	border-right:solid 3px #009999;
}

/* Form style */

#contact label { 
	width:100%; 
	display: inline-block; 
	float: left; 
	height: 26px; 
	line-height: 26px; 
	width: 170px; 
	font-size: 12px; 
	text-align:right; 
	margin-right:20px;
}
#contact input, textarea, select {
	width: 600px; 
	margin: 0; 
	padding: 5px; 
	color: #666; 
	background: #f5f5f5;
	border: 1px solid #ccc; 
	margin: 5px 0;
}   

#contact input:focus, textarea:focus, select:focus { 
	border: 1px solid #999; 
	background-color: #fff; 
	color:#666; 
}

#contact input.submit { 
	width: 85px; 
	cursor: pointer; 
	border: 1px solid #666; 
	background:#009999; 
	color:#fff; 
	float:right; 
	margin-right:40px; 
}

#contact input.submit:hover { 
	background:#fff; 
	color:#009999; 
}

#contact input[type="submit"][disabled] { 
	background:#86cfd0;
}

#contact fieldset { 
	padding:20px;
}

#contact legend { 
	padding:7px 10px; 
	font-weight:bold; 
	color:#000;
	margin-bottom:0 !important;
	margin-bottom:20px; 
}

#contact span.required { 
	font-size: 12px; 
	color: #ff0000; 
} /* Select the colour of the * if the field is required. */

#message { 
	margin: 10px 0; 
	padding: 0; 
}

.error_message { 
	display: block; 
	height: 22px; 
	line-height: 22px; 
	background: url('images/error.gif') #FBE3E4 no-repeat 10px center; 
	padding: 3px 10px 3px 35px; 
	color:#8a1f11;
	border: 1px solid #FBC2C4;
}

.loader { 
	padding: 0 10px;
}

#contact #success_page h1 { 
	background: url('images/success.gif') left no-repeat; 
	padding-left:22px; 
	font-size: 12px;
}

acronym { 
	border-bottom:1px dotted #ccc; 
}

/* end of contact form CSS */

#content {
	position:relative;
	border-left:solid 3px #009999;
	border-right:solid 3px #009999;
	border-top:solid 5px #009999;
	position:relative;
	top:-5px;
	background-color: #fff;
	width:954px;
}

#contentLeft {
	position:absolute;
	top:0;
	left:0;
	background-color:#fff;	
	padding:10px;
	width:296px;;
	overflow:hidden;
}

#contentMiddle {
	position:relative;
	margin-left:316px;
	top:0;
	padding:10px;
	border-left:solid 3px #009999;
	border-right:solid 3px #009999;
	width:296px;
	background-color:#fff;
}

#contentRight {
	position:absolute;
	top:0;
	right:0;
	padding:10px;
	width:296px;
	overflow:hidden;
	background-color:#fff;
}

.floatRight {
	float: right;
}

.bigger {
	font-size:16px;
}

.bigger2 {
	font-size:14px;
}

.tweet {
	line-height:120%;
	margin-bottom:5px;
	line-height:130%;
}

.footerBannerWrapper {
	width:960px;
	margin:0 auto;
	position:relative;
	top:-5px;
}

#footerBox {
	position:relative;
	margin: 0 auto;
	top:-5px;
	height:55px;
	width:960px;
	line-height:20px;
	background-color:#009999;
}

.doRight {
	float:right;
	line-height:55px;
	padding-right:10px;
	color:#fff;
}

.footerWrapper {
	width:960px;
	margin:0 auto;
}

#footer {
	margin-bottom:30px;
	position:relative;
	top:-10px;
}