
/* ============> Reset Styles (from meyerweb.com)  <============= */

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 {
	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;
	background: white;
}

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: "" "";
}

/* ------------------------------------> TED's Friend Style
*/

body {
	font:						18px/20px trebuchet ms, sans-serif;
	color:					#333;
	background: 			url(../images/background.gif) repeat-x;
	padding-top:			50px;
}

.slider-wrap h1 {
	font:						48px/56px trebuchet ms, sans-serif;
	color:					#fff;
	padding-bottom:	5px;
	}
	
.slider-wrap h1 b {
	font-size:				30px;
	}
	
.wrapper {
	margin:					0 auto;
	text-align:				left;
	width:					723px;
	}
	
/*
	Featured Content Slider
	by: Chris Coyier
*/

/* SLIDER */
.slider-wrap {
	width: 					723px;
	}	
	
.stripViewer {
	position: 				relative; 
	overflow: 				hidden; 
	width: 					723px; 
	height: 					250px;
	}
	
.stripViewer .panelContainer {
	position: 				relative; 
	left: 						0; 
	top: 						0;
	}
	
.stripViewer .panelContainer .panel {
	float: 					left; 
	height: 					100%; 
	position: 				relative; 
	width: 					723px;
	}
	
.stripNavL, .stripNavR, .stripNav {
	display: 				none;
	}

/* -----------------------------------------------------> Lower Main text
*/

.lowerMain h1 {
	font:						30px/36px trebuchet ms, sans-serif;
	color:					#333;
	margin-top:			25px;
	}
	
.lowerMain p {
	margin-top:			45px;
	}
	
.lowerMain a {
	text-decoration:		none;
	color:					#333;
	}
	
.lowerMain a:hover {
	background:			#1ABBB5;
	color:					#fff;
	}






