@charset "UTF-8";
/* CSS Document */

body{
	background-color:#FFF;
	height: 100%;
	margin: 0;
}

a:active, a:focus {
	outline: 0;
}

p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #666;
	line-height: 28px;
	margin-top: 10px;
}

h1{
	font-family: Gill Sans, Verdana;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 36px;
	color: #999;
	width: 100%;
	border-bottom: 1px solid #999;
	margin: 15px 0 10px 0;
}

h2{
	font-family: Gill Sans, Verdana;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 24px;
	margin-bottom: 0;
	color: #999;
}

h3{
	font-family: Gill Sans, Verdana;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 20px;
	color: #999;
	margin: 0;
}

#wrapper{
	margin: 0 auto;
	width: 850px;
	height: auto;
}

#content{
	width: 850px;
	height: auto;
	float: left;
	text-align: left;
	padding: 0 0 40px 0;
}

#header{
	width: 850px;
	height: 75px;
	padding: 25px 0 0 0;
	float: left;
}

#nav{
	width: 600px;
	height: auto;
	padding: 20px 0 0 0;
	float: right;
}

#nav ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
	
}

#nav li{
	display: inline;
	padding: 0 0 0 20px;
	
}

#text{
	width: 850px;
	min-height: 100px;
	height: auto;
	float: left;
}

/* NAV LINK PROPERTIES *************************/

#nav a:link, #nav a:visited{
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-family: Gill Sans, Verdana;
	font-size: .9em;
	letter-spacing: 1px;
}

#nav a:hover, #nav a:active{
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
	font-family: Gill Sans, Verdana;
	font-size: .9em;
	letter-spacing: 1px;
}

#nav a:link.active, #nav a:visited.active{
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
	font-family: Gill Sans, Verdana;
	font-size: .9em;
	letter-spacing: 1px;
}

#nav a:hover.active, #nav a:active.active{
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
	font-family: Gill Sans, Verdana;
	font-size: .9em;
	letter-spacing: 1px;
}

img.head{
	width: 850px;
	height: 250px;
	float: left;
	margin: 0 0 15px 0;
	border: 1px solid #999;
}

#logo{
	background-image:url(../images/rileyphoto.gif);
	background-repeat: none;
	float: left;
	width: 248px;
	height: 48px;
}

#footer{
	position: relative;
	background-color: #000;
	height: 85px;
	clear: both;
}

#footer-inner{
	margin: 0 auto;
	width: 850px;
	height: 85px;
	text-align: center;
}

#footer #logo{
	background-image:url(../images/rileyphoto-bottom.gif);
	width: 127px;
	height: 23px;
	margin: 23px 360px 5px 365px;
	clear: both;
}

#footer p{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	margin: 5px;
	letter-spacing: 1px;
}

#footer-inner a:link, #footer-inner a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	letter-spacing: 1px;
	text-decoration: none;
}

#footer-inner a:hover, #footer-inner a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	letter-spacing: 1px;
	text-decoration: none;
}





/* Rotator *************************/


/* rotator in-page placement */
#rotator {
	float: left;
	position: relative;
	width: 850px;
	height:400px;
	margin: 0;
	padding: 0;
	border: 1px solid #999;
}
/* rotator css */
#rotator ul li {
	float:left;
	position:absolute;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/* rotator image style */	
#rotator ul li img {
	border:none;
	background: #FFF;
	padding: 0;
	margin: 0;
	float:left;
}
#rotator ul li.show {
	padding: 0;
	margin: 0;
	float:left;
	z-index: 1;
}
