/* Style for Bill Stevenson */
body {
	font-family:  'Palatino Linotype', Garamond, sans-serif;
	font-size: 12pt;
	background: #7f7f7f;
	color: #DDD;
	margin: 0 auto; 
    	padding: 0; 
}

.sectiontitle  {
	text-align: center;
	color: #600708;/*burgundy*/
	font-size: 1.3em;
}
.sectionsubtitle  {
	text-align: center;
	color: #600708;/*burgundy*/
	font-size: 1.0em;
}
.blocktitle  {
	text-align: left;
	color: #CCC;
	font-size: 1.3em;
}
.blocksubtitle  {
	text-align: left;
	color: #CCC;
	font-size: 1.0em;
	font-weight: bold;
}
.smalltext  {
	text-align: center;
	color: #333;
	font-size: 0.7em;
}

A  {
	color: #DDD;
	text-decoration: underline;
}

A:hover  {
	color: #600708; 
	text-decoration: underline;
}
#fixedpage {
	position: relative;
	width: 1024px;
}
#infoblock {
	position: relative;
	top: 10px;
	font-size: 0.9em;
	text-align: left;
	vertical-align: top;
   	padding: 20px;
	background: #4C4E50; /* dark grey */
}
#leftcontent  {
        margin-top: 10px;
	width: 610px;
   	text-align: center;
	vertical-align: top;
	display: inline-block;
        float: left;
}

#rightcontent  {
        margin-top: 10px;
	width: 400px;
   	text-align: center;
	vertical-align: top;
	display: inline-block;
        float: right;
}

#pageheader {
	position: relative;
	background: url('images/bl_gr_grad_bg.jpg');
	height: 190px;
	text-align: center;
}
#pagefooter {
 	clear: both;
 	top: 20px;
	text-align: center;
}

#logoheader {
	width: 1024px;
	height: 200px;
   	text-align: center;
	vertical-align: top;
	display: inline-block;

}

#slideshow  {
        top: 10px;
	width: 600px;
	height: 400px;
   	text-align: center;
	vertical-align: middle;
	display: inline-block;
}
#whatsnew  {
	width: 600px;
   	text-align: center;
	vertical-align: top;
	display: inline-block;
}


.logosub {
	font-size: 1.2em%;
	font-weight: bold;
}

#divider {
	position: relative;
	height: 3px;
	background: black;
}

table {
	border: 0px;
	cellpadding: 4px;
	cellspacing: 4px;
}

td  {
	font-size: 0.9em;
	vertical-align: top;
}
td.menulinks  {
	font-size: 0.82em;
	color: #333;
  	font-weight: bold;
}
td.menulinks A {
	color: #333;
	text-decoration: none;
	}
td.menulinks A:hover  {color: #CCC;}

A img  {
	border: 1px solid black;
}
A img:hover  {
	border: 1px solid #CCC;
}

img.floatleft { 
    float: left; 
    margin: 10px; 
}
img.floatright { 
    float: right; 
    margin: 10px; 
}

#imageinfo {
	visibility: hidden;
}
th           { font-size: 10pt; font-weight: bold; background-color: #EEEEEE;}


/* css for home page slideshow */
#rotator
{
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 600px;
	height: 400px;
}

#rotator img
{
	cursor: pointer;
	width: 600px;
	height: 400px;
}

