@charset "utf-8";
/*//////////////////////////////////////// 

Style Sheet For:  Next Horizon Micro Sites Re-Design 2010

DESIGN/CSS/HTML By: Anthony Spence

Company: Next Horizon

CSS Document */

/*//////////////////////////////////////// 

Global Styles 

////////////////////////////////////////*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, b {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.left {float:left;}
.right {float:right;}
.clear {clear: both;}
.tenTop {padding: 8px 0 0 0;}
.throwtxt {text-indent: -5000px;}

body {
	background: black url('../images/bg.gif') 0 0 repeat-x;	
}
a, p, li, h4 {
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 14px;
	color: #fff;
}
a {
	color: #66CCFF;	
	text-decoration:none;
}

/*//////////////////////////////////////// 

Container Styles

////////////////////////////////////////*/

.mWrapper {
	margin: 0 auto;
	background: url('../images/headBg.png') 0 0 no-repeat;
	width: 1300px;
	height: auto;
}
.iWrapper {
	margin: 0 auto;
	width: 960px;	
}
		   

#header {
	height: 567px;	
}
	#header .top {
		height: 85px;	
	}
	#header .feedBack {
		position:absolute;
		margin: -170px 0 0 -30px;
		display: block;
		text-indent: -5000px;
		background: url('../images/feedback.png') 0 0 no-repeat;
		width: 55px;
		height: 174px;		
	}	
	#header .readMore {
		margin: -32px 0 0 820px;
		display: block;
		text-indent: -5000px;
		background: url('../images/readMore.gif') 0 0 no-repeat;
		width: 108px;
		height: 31px;
		z-index: 9999;
	}
	
