/* Frankie Odom build styles */


body { 
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align:left;
	padding: 15px 25px 5px 5px;
	line-height: 125%;
	color: rgb(102, 102, 102);
	margin-top:0;
} 

p.second {
	padding-top:0;
	margin-top:-10px;
}

blockquote { 
	font-style:italic;
	padding-left: 25px;
	}

.author { 
	text-align:center;
	margin-top:-20px;
	font-size:0.8em;
}


a:link, a:visited {
	color: rgb(102,102,102); 
	text-decoration:none;
}
a:hover {
	color: rgb(19, 96, 109); 
	text-decoration:none;}
	
#outsidewrap {
	width:812px;
	margin:0 auto;
	height:100%;
	position:relative;
}

#banner {
	width: 643px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	position:relative;
	text-align:center;
	height: 93px;
}

h1 {
	padding:0px;
	margin: 0px;
	height: 93px;
	display:none;
}

.topnav {
	top:62px;
	left:173px;
	color: rgb(19, 78, 137);
	font-family: Verdana, Geneva, sans-serif;
	font-size:1em;
	font-weight:400;
	position:absolute;
	margin:0;
	padding:0;
}

.topnav li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	padding:5px;
	color: #333;
}

.topnav a:link, .topnav a:visited {text-decoration:none; color: rgb(19, 96, 109); }

.topnav a:hover {color: rgb(90, 144, 153);  }


#slides {
	width:812px;
	height:auto;
	top:10px;
	padding:0px;
	margin:0;
	position:relative;
	left: 0;
	overflow:hidden;
}

#slides img {
	float:left;
	margin-right:10px;
	display:block;

}
#slides img.narrow {
	margin-left:75px;
}

#slides img.ultranarrow {
	margin-left:200px;
}

#slides img.middle {
	margin-left: 150px;
}

/*use this to shorten the width of the paragraph text*/
.short {
	padding-right: 50px;
}

/*these are all anno placement declarations - you always need anno to make the text correct, placement may require an additional class */

p.anno {
	margin-top:300px;
	font-size: 0.8em;
	color:#333;
	margin-bottom:0;
}

p.withtext {
	margin-top:60px;
}

p.wshorttext{
	margin-top:185px;
}

p.a300 {
	margin-top: 245px;
}

p.wide {
	margin-top: 205px;
	padding-right:15px;
}

p.a290 {
	margin-top:290px;
}

p.a145 {
	margin-top:145px;
}


#footer {
	left:0px;
	top:15px;
	position:relative;
	width:812px;
	clear:both;
	
}

#footer ul{
	font-size:90%;
	margin:5px 0px 0px -20px;
	text-align:left;
	
}


#footer li{
	padding:4px;
	display:inline;
	list-style-image:none;
	color: rgb(90, 144, 153);
}


.copyright { 
	color: rgb(19, 96, 109); 
	font-size:0.7em; 
	text-align:center; 
	font-family:Arial, Helvetica, sans-serif;
	margin-top:15px;
	
	
}
li.hide {
	visibility:hidden;
}


a img { border:0; text-decoration:none;   } 



/*color swatches:

banner color 19, 96, 109
rule color 90, 144, 153
light grey: 102, 102, 102
darker grey: 51, 51, 51
other blue: 19, 78, 109

*/




/* these are the old declarations which we may not need anymore
.landscape {
	margin-top: 25px;
}

p.notext {
	margin-top: 350px;
}





p.extrawide {
	margin-top:170px;
}

p.ultralong{
	margin-top:120px;
}


/* this is for longer descriptive text, it lengthens the width of the paragraph text 

.long {
	padding-right:10px;
}

 
 */



