/*------------------------*/
/* Global Element Styles */
html {border: none; height: 100%;}

body {
	margin: 0;
	font-family: "Tahoma";
	font-size: 11px;
	background: #fff;
	height: 100%;
}

img {border: 0; line-height:0; font-size:0;}

h1, h2, h3, h4, h5 {margin: 0; padding: 0;}

p {margin: 0 0 15px 0;}

br.clearBoth {clear: both;line-height: 0;font-size: 0;}

a{
	color: #888;
}

/*-------------*/
/* Navigation */

#nav{}

#subNav{}

/*------------------*/
/* Main Containers */

#siteContainer {

}

#siteTable{
	width: 100%;
	height: 100%;
}

#content{
	width: 792px;
	height: 261px;
	margin: 0 auto;
	background: url(graphics/logo.jpg) no-repeat;
}

/*--------------------*/
/* Header and Footer */

#header {
}

#searchNav{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	position: absolute;
	margin: 80px 0 0 280px;
	}
	#searchNav li{
		float: left;
		letter-spacing: 5px;
		}
		#searchNav li a{
			letter-spacing: normal;
			margin-right: 5px;
		}

#footer {
	position: absolute;
	margin: 215px 0 0 555px;
	color: #999;
}
#footerNav{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
	}
	#footerNav li{
		float: left;
		letter-spacing: 5px;
		
		}
		#footerNav li a{
			letter-spacing: normal;
			margin-right: 5px;
		}

/*-------------------------*/
/* Page Specific Elements */


/*----------------*/
/* Shared Styles */

#colLeft{}

#colRight{}

#poweredBy{
	display: none;
	position: absolute;
	text-indent: -99999px;
	background: url(graphics/google.png) no-repeat;
	width: 72px;
	height: 37px;
	margin: 157px 0 0 655px;
}

#logo{
	background: url(graphics/logo.png) no-repeat;
	width: 184px;
	height: 22px;
	text-indent: -99999px;
	position: absolute;
	margin: 25px 0 0 580px;
}

#frmSearch, #cse-search-box{
	position: absolute;
	margin: 105px 0 0 280px;
}

#featured{
	background: url(graphics/survival_logo.gif) no-repeat;
	width: 142px;
	height: 57px;
	text-indent: -99999px;
	position: absolute;
	margin: 304px 0 0 585px;
}

.formStyle{
	}
	.formStyle input{
		width: 339px;
		float: left;
		border: 1px solid #9c9c9c;
		height: 19px;
		padding: 9px 5px;
		font-size: 15px;
		color: #333;
		display: block;
		background: #e8e8e8;
		line-height: 20px;
	}
	
#bSearch{
	width: 97px;
	height: 39px;
	background: url(graphics/b_search.png) no-repeat;
	display: block;
	float: left;
	outline: none;
	cursor: pointer;
	text-indent: -99999px;
	border: none;
}