/* CSS Document */

*	{margin: 0px; padding: 0px;	border: 0px;	}
body 	{ 
	font-family: "Arial", "Cambria", "Candara", "Hoefler Text", "Liberation Serif",  "serif",  "Tahoma", "Times", "Times New Roman" ; 
	color: black;
}
html {
	background-image: url(../images/sitephotos/background.jpg);
	background-attachment: fixed;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

a			{	text-decoration:none;	}
a:link		{	color:#000000;	}
a:visited	{	color:#000000;	}
a:active	{	color:ivory; }
a:focus		{	color:ivory}
a:hover		{	color:ivory;	}

/* text elements*/	

h2  { margin-bottom: 10px;	}


p 	{ margin-bottom: 10px;
	line-height: 150%;
}

/* containers*/
#outer {	
	width:1044px;
	margin: auto;
	background-color:#333;
	padding: 10px 0;
}
#wrapper {	
	width:990px; 
	background-color:coral; }
#wrapper { margin: 8px auto; }

#logo {
	overflow: hidden;
	float: none;
}


#icon	{
	margin: 20px;
	padding: 10px;
	border: 5px coral solid;
}

#icon ul li {display: inline; padding: 0px 10px;}

#topnav	{
	font-size: 18px;
	border-top: 2px #333 solid;
	border-bottom: 2px #333 solid;
	margin: 10px 0;
	padding: 5px 10px;	
}

#topnav ul li {display: inline; padding: 5px 15px;}

#topnav ul li:hover {	background-color: #333;}

#topnav ul li:hover a {	  color:ivory;	}

#banner {	
	width: 980px;
    height: 326px;
	margin: 0 auto;
	overflow: hidden;
}

#content {
	margin: 5px;
	padding: 10px;
	background-color:navajowhite;
}
#form {
		Padding:10px;
		margin: 12px;
		height: 400px;
		width: 700px;
		background-color: #000000;
}

#links { 
	margin: 20px;
	border: 5px coral solid;
}

#links ul li {display: inline; padding: 0 53px;}

#contact {
	margin: 5px;
	padding: 10px;
	background-color:navajowhite;
	height: 115px;
	}		

#bottomnav {	
	font-size: 18px;
	border-top: 2px #333 solid;
	border-bottom: 2px #333 solid;
	margin: 10px 0;
	padding: 5px 10px;	
}
#bottomnav ul li {display: inline; padding: 5px 15px;}

#bottomnav ul li:hover {	background-color: #333;}

#bottomnav ul li:hover a { color: ivory;} 

#footer		{
	border-top: 2px #333 solid;
	}
#footer p {	
	text-align: center;	
	font-style: italic; 
	padding: 10px 0;
}
/* class styles */ 
.ndx	{
	height: 666px;
	width: 968px;
	padding: 10px;
	border: darksalmon solid 4 px;
	overflow: hidden;
}
.imgFloat { float: right;
		margin: 8px;
		padding: 9px;
}
.banner {
	width: 1000px;
	height: 333px;
	overflow: hidden;
}
.xrpt {
	height: 318px;
	width: 956px;
	overflow: hidden;
}
.bkphoto {
	height: 481px;
	width: 964px;
	margin:  5px;
	padding: 8px;
}