/* CSS Document */

@charset "utf-8"
/*-----Basic Lay out for all pages*/

/*test script delete when finished.*/



* {
	margin: 0px;
	text-align:right;
	color: #000000;
	background-color: #FFFFCC;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	font-size: 18px;
}
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background-color:#FFFFCC;
}
#wrapper {
	width: 900px;
	height:auto;
	text-align: center;
	background-color:#FFFFFF;
	margin: 0;
	padding: 0px;
	background-position: center;
	color: #000000;
}
#clear {
	clear:both;
}
/*----Header NavBar------*/
#header {
	position:static;
	background-image:url(../test/skylogo.png);
	height: 437px;
	width:900px;
	background-position:center;
	background-color:#FFFFFF
}

#header h1 {
	color: #000000;
	margin-left: 0px;
}


#navBar {
	position:static;
	background-image:url(../images/navBarPaulSite.png);
	height: 50px;
	left: -72px;
	top: 50px;
	width: 900px;
	background-position: center;





}
/*nav list rules*/	
#navBar ul{
	margin:0;
	padding:0;
	position:static;
	left:51px;
	bottom: 17px;
	list-style:none;
	height: 29px;
	width: 862px;
	top: -47px;

	
}

#navBar ul li{
	float:left;
}
#navBar ul li a{
	font-size:12px;
	line-height:1.5em;
	float:left;
	text-decoration:none;
	color:#000000;
	display:block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:8px;
	padding-top: 0;
	padding-right: 1.2em;
	padding-bottom: 0;
	padding-left: 1.2em;	/*------------The color Code below will change the text on nav bar when scrolled over------------*/
}
#navBar ul li a:hover{
	color:#606D11;
}
	
/*----------------------------------Content area---------------------------------------*/

#content{
	color:#000000;
	height: 1100px;
	width: 900px;
	text-align: center;
	
}

#contentIndex{
	color:#000000;
	height:auto;
}
#contentProducts{
	color:#333333;
	height:auto;
}
#contetentArizona{
	color:#333333;
	height:auto;
}
#busyTopText{
	width:800px;
	height:auto;
	color:#000000;
	line-height:normal;
	text-align: center;
	padding: 25px;
	margin: 10px;

	
}	
	



/*------------------------------------Footer-------------------------------------------*/
#footer{
	background-image:url(../images/skyKnightsFooter.png);
	height:78px;
	left:auto;
	color:#FFFFFF;
	width: 900px;
	background-repeat: no-repeat;
	position: relative;
	float: left;
		
	
}


/*------------------------------------designer------------------------------------------*/

#designer {
	color:#000000;
	font-size:12px;
	float:left;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
}

#counter {
	margin-left:430px;
	background-repeat:no-repeat;
	


}
.unnamed1 {
}
#youtube {
	background-color: #FFFFFF;
	height: 400px;
	width: 455px;
	float:right;
}
