/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
/***** Global Settings *****/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 

body {
font:90%/1.25 arial, helvetica, sans-serif;
background:black;
color: silver;
text-align: center;
}


#container
{
   width: 792px;
   position: relative;
   background-color: black;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}

h1 {
   text-indent: -9999px;
   width: 792px;
   height: 97px;
   background: url(../res/pattyswelt1.gif) no-repeat; 
   position: relative;
   text-align: center;
  
   padding: 0;
}

h2 {
	clear:both;
	margin: 0.7em;
	font-weight:bold;
	font-size:1.5em;
	line-height:1.3;
	color: white;
}
h3 {
	font-size:1.1667em;
	line-height: 1.286em;
	margin-top: 1.286em;
	margin-bottom: 1.286em; 
	color: white;
}

/*
=Navigation
*/
#nav {
	margin-left: 5px;
	
}
#nav ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	background: black;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
#nav a {
	display:block;
	float:left;
	width:auto;
	margin:0px;
	margin-top:1px;
	margin-bottom: 10px;
	padding:0 16px;
	border:1px solid #333;
	color:#fff;
	background:#424141;
	font:bold 0.9em/1.5em "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
}
#nav a:hover,
#nav a:focus,
#nav a:active {background:#808080 }
#nav .sel a {background: #808080}
#nav .sel a:focus, #nav .sel a:hover{background:silver}


/* Align the content of the cells on the index pages to the center and bottom. */
#index  {
	width: 690px;
	margin-left:50px;
	margin-top: 10px;
	text-align: center;
	
}

.image {vertical-align:top; position: relative; margin:0 auto;; border-width: 1px; border: 1px solid;}
a:link .image { border-color:silver; color: silver;}
a:visited .image { border-color: #808080; color:#808080;}
a:hover .image { border-color: #ffffff; color: #ffffff;}


/* Don't have margins on the slide pages. */
#slide {
	width: 792px;
	float: left;
	text-align: center;
	margin:0 auto;
}



/* Header */
h1 {
	font-size: 24px;
	font-weight: bold;
	color: silver;
}


/* Custom link styles */
a:link,
a:visited {
	text-decoration: none;
	color: silver;
}


a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: white;
}

#imageinfo {
	visibility: hidden;
}

.infotable {
	border: 1px solid #444444;
	border-collapse: collapse;
}

.infotable td {
	border: 1px solid #444444;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
	margin-bottom: 10px;
	padding: 0;
	font-family: "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	font-size: 0.86em;
	color: silver;
}

.solidblockmenu li{
text-align: center;
display: inline;
color: silver;
padding: 5px;
margin-bottom: 10px;
text-decoration: none;
border: 3px solid black;
background: #333;
}



.solidblockmenu li a:visited{
color: silver;
background: #333;
}

.solidblockmenu li a:hover, .solidblockmenu li .focus{
color: white; text-decoration: underline;
background: #333;
}


#footer {	
	margin: 0px auto;
	position: relative;
	background-color:  black;
	border-top: 1px solid #F7F7F6;
	width: 792px;
	padding: 5px 0;
	clear: both;
}

#footer h2 {
	margin: 5px;
	text-align: center;
	font:bold 14pt/1.5em "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	color: white;
}

#footer h3 {
	margin: 5px;
	text-align: center;
	font:bold 10pt/1.5em "Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	color: white;
}

#footer h2 a:visited, #footer h2 a:link{
	color: #b2cde0;
	text-decoration: none;
}

#footer h2 a:hover, #footer h2 a:focus{
	color: silver;
	text-decoration: none;
}

#footer h3 a:visited, #footer h3 a:link{
	color: #b2cde0;
	text-decoration: none;
}

#footer h3 a:hover, #footer h3 a:focus{
	color: silver;
	text-decoration: none;
}

#ads1 {
		margin: 1px;
		text-align: center;
}

#ads2 {
		padding-top: 5px;
		margin-top: 10px;
		text-align: center;
}
