
body
{
	background: #FFFFFF url(../img/sgs_bg.jpg) repeat-x top left;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.35;
}

.header {
	background: #A89A5F url(../img/sgs_bgpano.jpg) no-repeat top center;
	margin: 0;
	height: 179px;
	border-bottom: 3px solid #FFFFFF;	
}


/* ******** NOTE: since the header above contains Steve's photo and text and is a background image it will not print - adding a single photo and text for printing */

.printonly {
display: inline;
}




.pgcontent
{
	position: relative;
	left: 50%;
	width: 740px;/* screen print style sheet has 762 */
	margin-left: -380px; /* screen print style sheet has -397 */
	margin-top: 20px;
	background: #FFF;
	padding: 10px 15px 5px 15px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.35;
}

.detailspec {
	width: 250px; /* was 270 */
	float: right;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.35;
}

a.detailspecbtn:link
{

display: none;

	color: #9E2305;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.15;
	text-decoration: none;
	font-weight: normal;
	border: 2px solid #541607;
	padding: 5px;
	background: #F7F6EF;
}

a.detailspecbtn:visited
{

display: none;

	color: #9E2305;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.15;
	text-decoration: none;
	font-weight: normal;
	border: 2px solid #541607;
	padding: 5px;
	background: #F7F6EF;
}

a.detailspecbtn:hover
{

display: none;

	color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.15;
	text-decoration: none;
	font-weight: normal;
	background: #000;
	padding: 5px;
	border: 2px solid #541607;
	padding: 5px;
	background: #8D2D16;
}


/************** Primary Nav. Bar and Drop Down Styles - 20070808nln no drop down menus for this project right now ********************/

#mainnav {
	position: absolute;
	top:160px;
	left:50%;
	width:787px;
	margin-left:-397px;
	background: #8D2D16;		
	height: 30px;
	border: 3px #FFF solid;
	white-space: nowrap;
} 

#nav
{
	list-style: none;
	font: normal 12px/14px verdana;
	margin: 0 auto;
	padding: 0px;
	height: 30px;
}
	
/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */

#nav a {
	color: #fff;
	font: normal 12px/14px verdana;
	text-decoration:none; 
	display:block;
	padding: 0.7em 0.6em 0.65em 0.6em;  /*WAS padding: 0.5em 0.5em 0.0em 0.6em;*/
	margin: 0;
	border-bottom: 0;	
}


#nav li { 
	margin:0;   
	position: relative; 
	float:left;
	display:block;
	height:auto;
		/*text-align: center;*/
	}

#nav ul { 
	display: none;
	padding: 0;
	margin:0;
	list-style: none;
	font-size: 0.85em;
	width: 15em; /* was 11em */
	z-index:99;
	position:relative;
	overflow:visible;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	}

#nav ul li { 
	background-color:#6B1D0A;
	border-bottom: 1px solid #000;
	width: 15em; /* was 11em */
	}

#nav ul li a {
	display: block;
	color: #000;
	}


#nav a:hover, #nav li:hover{
	background: #6B1D0A;
	}
#nav ul li:hover, #nav ul li a:hover{ background-color:#6B1D0A; 
display:block;}

#nav li a.submenu {
	background:#6B1D0A url("gif/css_submenu.gif") no-repeat right; 
}

#nav li.divider {
	width: 1px;
}

#nav li.divider img {
	margin-top: 2px;
}

/*all see this */


#nav li:hover ul, #nav li.over ul { display: block; z-index:100;  background-color:#6B1D0A;} /* The magic */
#nav li:hover ul, #nav li.sfhover ul {	display:block; background-color:#6B1D0A;}

#nav li ul {
	position: absolute;
}

li>ul { 
	top: auto;
	left: auto;
	}
	
/************** end primary nav and drop down menus styles ********************/


/* ************* secondary nav styles - these are the links above the header *********** */

.secondarynav {

display: none;

	position: absolute;
	top:3px;
	width:787px;		
	height: 30px;
	white-space: nowrap;
	left: 50%;
	margin-left: -397px;
	/*border: 1px solid #f00;*/
}

#secondarynav
{

display: none;

	list-style: none;
	font: bold 12px/14px verdana;
	margin: 0 auto;
	padding: 0px;
	height: 30px;
}
	
/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */

#secondarynav a {
	font: normal 12px/14px verdana;
	text-decoration:none; 
	display:block;
	padding: 0.7em 0.6em 0.65em 0.6em;  
	margin: 0;
	border-bottom: 0;
	color: #fff;
}

#secondarynav a:hover{
	text-decoration:none; 
	/*
	display:block;
	padding: 0.7em 0.6em 0.65em 0.6em;  
	margin: 0;
	border-bottom: 0;
	font: normal 12px/14px verdana;
	*/
	color: #9E2305;
	}


#secondarynav li { 
	/*margin:0;   
	position: relative; 
		text-align: right;
	*/
	float: right;
	display:block;

	}

/* *********** end secondar nav styles ********** */


/* ********* can't find what you're looking for floating button styles *********** */

.floatingbtncontainer {

display: none;

	position: absolute;
	top:108px;
	/*width:87px;*/		
	height: 60px;
	white-space: nowrap;
	left: 50%;
	margin-left: 183px;
}

a.floatingbtn:link
{
	color: #9E2305;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.15;
	text-decoration: none;
	font-weight: normal;
	border: 2px solid #6F6F4A;
	padding: 5px;
	background: #F7F6EF;
}

a.floatingbtn:visited
{
	color: #9E2305;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.15;
	text-decoration: none;
	font-weight: normal;
	border: 2px solid #6F6F4A;
	padding: 5px;
	background: #F7F6EF;
}

a.floatingbtn:hover
{
	color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.15;
	text-decoration: none;
	font-weight: normal;
	background: #000;
	padding: 5px;
	border: 2px solid #541607;
	padding: 5px;
	background: #8D2D16;
}


/* ************* END can't find what you're looking for STYLES * **********/


H1
{
	color: #000;
	background: transparent url(../img/lgm_bgh1.gif) no-repeat top left;
	font-family: times, times new roman, palentino, serif;
	font-size: 20px;
	line-height: 1.25;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 13px;
	padding-bottom: 10px;
}

H2
{
	color: #000;
	background: transparent url(../img/lgm_bgh2.gif) no-repeat top left;
	font-family: times, times new roman, palentino, serif;
	font-size: 16px;
	line-height: 1.25;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 13px;
	padding-bottom: 2px;
}

a:link
{
	color: #9E2305;
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
}

a:visited
{
	color: #9E2305;
	/*84A643 - green*/
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
}

a:hover
{
	color: #9E2305;
	text-decoration: underline;
}

.footer
{

	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.05;
	color: #000;
}

a.footer:link
{
	color: #9E2305;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.05;
	text-decoration: none;
	font-weight: normal;
}

a.footer:visited
{
	color: #9E2305;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.05;
	text-decoration: none;
	font-weight: normal;
}

a.footer:hover
{
	color: #9E2305;
	/*cc33ff*/
	text-decoration: underline;
}




