@charset "utf-8";
/* CSS Document */

/* ===== Global Styles ==== */
body {
	margin:0px;
	padding:0px;
	background-image: url(../images/background.jpg);  /* Overflow Gradient */
	background-repeat:repeat-x;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
}

.oneColElsCtr #container {
	background-image: url(../images/topNavBK_1152.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	

}

.oneColElsCtr #header {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:950px;
	height:604px;
	text-align:left;
	position:relative;
		
}

.oneColElsCtr #footer {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:950px;
	background-image:url(../images/footerBK_1152.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	position:relative;
	height:128px;
}

/* ===== Navigation Styles ===== */



#header #buttons {
	position:absolute;
	width:941px;
	left: 6px;
	top: 21px;
}

#buttons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#buttons li {
    float: left;
    margin: 0;
    padding: 0;

}

#footer #footerIcons {
	position:absolute;
	height: 92px;
	bottom:38px;
	left:20px;
	
}

#footer #footerIcons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer #footerIcons li {
    float: left;
    margin: 15px;
    padding: 0px;
}

#footer #footerButtons {
	position:absolute;
	width:350px;
	left:14px;
	bottom:4px;
}

#footer #footerButtons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer #footerButtons li {
    float: left;
    margin: 0px;
    padding: 0px;
}

#footer #socialNetworking {
	position:absolute;
	left: 820px;
	width: 132px;
	bottom:10px;
}

#footer #moving {
	position:absolute;
	left: 425px;
	top: 4px;	
}



/* ===== Main Banner ===== */

#header #flashElement {
	position:absolute;
	z-index:2;
	left: 680px;
	top: 81px;
	height: 249px;
		
}



#header #mainNav {
	position:absolute;
	width:675px;
	left:271px;
	top:340px;

	}

#header #mainNavText {
	position:absolute;
	width:260px;
	top:347px;
	left:7px;
	
}

#header #MoreText {
	position:absolute;
	width:945px;
	top:500px;
	left:6px;
}

#mainNav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainNav li {
    float: left;
    margin: 0;
    padding: 0;
}
