/***********************************************/
/**** LAYOUT, BACKGROUND STYLES (BOX MODEL) ****/
/***********************************************/


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

}

#printFooter, #printMessage { 
  display : none; 
}

div#distance { 
		border: 0px dotted white;
		width:15px;
		height:50%;
		margin-bottom:-285px; /* half of container's height */
		float:left;
		}
		

div#container 
{
margin: 1px auto;
position: relative;
border: 0px solid white;
text-align: center;
width: 980px;
height: 590px;
clear:left;
position: relative;
}

div#logo
{
margin: 0px auto;
border: 0px dotted white;
text-align: center;
width: 970px;
height: 25px;
position: absolute;
top: 25px;
left: 0px;
}

div#navbar
{
margin: 0px auto;
border: 0px solid white;
background-color: #000000;
text-align: center;
width: 975px;
height: 35px;
position: absolute;
top: 515px;
left: 0px;
}


div#logotop
{
margin: 0px auto;
border: 0px solid white;
background-color: #000000;
text-align: center;
width: 975px;
height: 35px;
position: absolute;
top: 0px;
left: 0px;
}

div#nav
{
margin: 0px auto;
position: absolute;
width: 975px;
border: 0px dotted white;
text-align: center;
top: 8px;
left: 0px;
}

div#pagelogo
{
margin: 0px auto;
position: absolute;
width: 975px;
border: 0px dotted white;
text-align: center;
top: 6px;
left: 0px;
}

div#bgphoto
{
margin: 0px auto;
border: 5px solid black;
text-align: center;
width: 970px;
height: 540px;
position: absolute;
top: 0px;
left: 0px;
}

div#sidephoto1
{
margin: 0px auto;
border: 0px solid black;
background-color: #000000;
background-image: url(../images/demoside3.jpg);
text-align: center;
width: 645px;
height: 530px;
position: absolute;
top: 0px;
left: 325px;
}

div#pageborder
{
margin: 0px auto;
border: 5px solid black;
background-color: #CCCCCC;
text-align: center;
width: 970px;
height: 540px;
position: absolute;
top: 0px;
left: 0px;
}


div#companyText1
{
border: 0px solid black;
text-align: left;
width: 258px;
position: absolute;
top: 45px;
left: 30px;
}

/*
*html div#companyText1
{
border: 0px solid black;
text-align: left;
width: 258px;
position: absolute;
top: 35px;
left: 30px; 
}
*/

div#quote
{
margin: 0px auto;
border: 0px solid black;
text-align: left;
width: 300px;
height: 150px;
position: absolute;
top: 100px;
left: 350px;
}

div#movie
{
margin: 0px auto;
border: 0px dotted white;
text-align: center;
width: 342px;
height: 291px;
position: absolute;
top: 120px;
left: 153px;
}



div#footer
{
padding: 5px auto;
border: 0px solid red;
text-align: center;
width: 975px;
height: 25px;
position: absolute;
top: 560px;
left: 0px;
}



div.hr {
width: 100%;
height: 1px;
background: #000;
line-height: 0px;
} 

/*
div#hr
{
margin: 0px auto;
border: 0px solid black;
background-color: #000000;
text-align: center;
width: 100%;
height: 1px;
}
*/

div#hr 
{
  padding: 0px auto;
  margin: 0px auto;
  border: 0px solid red;
  border-top: 1px solid #000000;
  height: 0px;
  background: #000000;
  color: #000000; 
 line-height: 0px;
}






								
/***************************************************/
/**** END LAYOUT, BACKGROUND STYLES (BOX MODEL) ****/
/***************************************************/

			
/****************************************************/					
/**** FONT, LINK, TABLE, ETC - COLORS AND STYLES ****/
/****************************************************/

body, p, td, li
{
color: #000000;
font-family: Trebuchet MS, Verdana, Arial, Helvetica;  
font-size: 12px;  
line-height: 18px;
text-decoration: none; 
}

* html body, p, td, li
{
color: #000000;
font-family: Trebuchet MS, Verdana, Arial, Helvetica;  
font-size: 11px;  
line-height: 11px;
text-decoration: none; 
}

.nav
{
	color: #D77D43;
	text-align:left; 
	font-family: Verdana, Arial, Helvetica;    
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}

A:link.nav {color: #FFFFFF;
 text-decoration: none	}
A:active.nav {color: #E67933;
 text-decoration: none	}
A:visited.nav  {color: #FFFFFF;
 text-decoration: none	}
A:hover.nav  {color: #E67933;
 text-decoration: none	}
 
 .navOn
{
	color: #b56314;
	text-align:left; 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;   
	font-size: 12px;
	font-weight: bold;
	line-height: 18px; 
}

A:link.navOn {color: #b56314;
 text-decoration: none	}
A:active.navOn {color: #b56314;
 text-decoration: none	}
A:visited.navOn  {color: #b56314;
 text-decoration: none	}
A:hover.navOn  {color: #b56314;
 text-decoration: none	}


.subNav
{
	color: #000000;
	text-align:left; 
	font-family: Verdana, Arial, Helvetica;    
	font-size: 10px;
	font-weight: normal;
	line-height: 11px; 
}

*html .subNav
{
	color: #000000;
	text-align:left; 
	font-family: Verdana, Arial, Helvetica;    
	font-size: 9px;
	font-weight: normal;
	line-height: 9px;
}

A:link.subNav {color: #b56314;
 text-decoration: none	}
A:active.subNav {color: #ceaf21;
 text-decoration: none	}
A:visited.subNav  {color: #b56314;
 text-decoration: none	}
A:hover.subNav  {color: #ceaf21;
 text-decoration: none	}

.subNavOff
{
	color: #b56314;
	text-align:left; 
	font-family: Verdana, Arial, Helvetica;    
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
}

*html  .subNavOff
{
	color: #b56314;
	text-align:left; 
	font-family: Verdana, Arial, Helvetica;    
	font-size: 9px;
	font-weight: bold;
	line-height: 9px;
}



/* specific styles */

/*
A:link {color: #954e0b}
A:active {color: #b56314}
A:visited {color: #954e0b}
A:hover {color: #b56314}
A:link {text-decoration: none}
A:visited {text-decoration: none}
*/

A:link {color: #000000}
A:active {color: #b56314}
A:visited {color: #000000}
A:hover {color: #b56314}
A:link {text-decoration: none}
A:visited {text-decoration: none}


  /* page titles */
H1 {
	color: #000000; 
	text-align:left; 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;  
	font-style: normal; 
	font-size: 14px; 
	font-weight: bold;
	letter-spacing: 3.0px;
	word-spacing: 3.0px;
	line-height: 16px
}

* html H1 {
	color: #000000; 
	text-align:left; 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;  
	font-style: normal; 
	font-size: 12px; 
	font-weight: bold;
	letter-spacing: 3.0px;
	word-spacing: 3.0px;
	line-height: 12px
}

H2 {
	color: #f7e9c8; 
	text-align:left; 
	font-family: Georgia, Times, Verdana, Arial, Helvetica;  
	font-style: italic; 
	font-size: 19px; 
	font-weight: normal;
	letter-spacing: 0.5px;
	word-spacing: 0.5px;
	line-height: 28px
}

H3 {
	color: #f7e9c8; 
font-family: Trebuchet MS, Verdana, Arial, Helvetica;  
font-size: 13px;  
line-height: 13px;
text-decoration: none; 
}

H4 {
	color: #f7e9c8; 
font-family: Trebuchet MS, Verdana, Arial, Helvetica;  
font-size: 8px;  
line-height: 8px;
text-decoration: none; 
}


.footerText {  color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, Ariel, Helvetica;
	text-align: center;
	letter-spacing: 2.5px;
	word-spacing: .5px;
	font-size: 8px; 
    line-height: 9px
}

.content {  color: #000000;
	font-family: Trebuchet MS, Verdana, Ariel, Helvetica;
    font-size: 11px;  
    line-height: 14px;
    text-decoration: none; 
    
}

.image{
	border-color: black;
	border-width: 1px;
      }
      
.hiddenPic {
	display:none;}

/********************************************************/					
/**** END FONT, LINK, TABLE, ETC - COLORS AND STYLES ****/
/********************************************************/
