/*
Stylesheet for the 360 Degree Tours
- Comments are provided for each element to be changed as needed
- Changes are made to customize design appearances to match individual web sites
- Link this Stylesheet to all Pages in individual 360 degree tour
	tour.htm (tour.php)
	contact_left.htm (contact_left.php)
*/

/*BODY---------------------------------------------------------------------------------
Change the body background color to match site color scheme
Change font  family, size, color, set basic alignment, page margins
- USE background-image when necessary and remove color scheme
*/
BODY {
	font-family: sans-serif;
	font-size : 10pt;
	color: #0F3B5E;
	text-align: center;
	margin: 0px 0px 0px 0px;
	/*REMOVE IMAGE IF UNNECESARY
	background-image: url(bkgr.jpg);
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-position : top left;  */
	background-color: FFFFFF;
}

/*tour_border------------------------------------------------------------------------
use this style to make a colored border around the entire tour page - outside table style
*/
.tour_border
{
	border: 2px solid #333399;
}

/*
td.button------------------------------------------------------------------------------
- Changes table cells with the button image OR A BACKGROUND COLOR
*/
td.button
{
	text-align: right;
    /*	BACKGROUND-IMAGE: url(button1.jpg');  */
	background-position :  left top;
	background-repeat : no-repeat;
	background-color : #DAE8E8
}

/*
img.border--------------------------------------------------------------------------
- Add border color to an Image
SAME COLOR AS p.border and td.border
*/
img.border
{
	border: 2px solid  #333399;
}

/*LINKS ---------------------------------------------------------------------------------
- Change the values for link effects to match site appearance
- ALL Link Classes (LVHA) must appear in order to function properly
- ONLY the A:HOVER style should be different!
*/
a:link
{
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #696969;
	text-decoration : none;
}

a:visited
{
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #696969;
	text-decoration : none;
}

a:hover
{
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #FF9933;
	text-decoration : underline;	
}

a:active
{
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #696969;
	text-decoration : none;
}

/*======== Tour / Photo Section ==========*/
/*.title-----------------------------------------------------------------------------------
- Use for tour titles; 
*/
p.title
{
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	color: #0F3B5E;
}

/*address-----------------------------------------------------------------------------------
- Use for tour address; 
- Change COLOR of the font 
*/
p.address
{
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	color: #0F3B5E;
}


/*p.contact1---------------------------------------------------------------------------
- Makes the contact name bold & underlined on bottom ot the TOUR-Page*/
p.contact1
{
	font : bold;
	text-decoration : underline;
}

/*
p.small-------------------------------------------------------------------------------
- Set  size and position of small text at bottom of page
*/
p.small
{
	text-align : center;
	margin-top : 0px;
; font-size: 8pt
}

/* Horizontal Line----------------------------------------------------------------------
- Change color, thickness, and width (by page %)
*/
hr
{
	color: #0F3B5E;
	width: 100%;
	height: 2px;
}




/*======== Left Frame ==========*/

/*left_page--------------------------------------------------------------------------------------
Change the color of the contact_left.htm pge
- Should be a variation of the BODY background color
*/
.left_page
{
	background : #A3ADB6;
   	BACKGROUND-IMAGE: url(bkgd.jpg);
}

/*p.contact_left-------------------------------------------------------------------------
Sets alignment and weight for CONTACT NAME information on the contact_page.htm
*/
p.contact_left
{
	font-weight : bold;
	font-size: 10pt;
	text-align : center;
	color : #0F3B5E;
}


/*======== Contact Page ==========*/

/*p.contact_name-------------------------------------------------------------------------
Sets alignment and weight for CONTACT NAME information on the contact_page.htm
*/
p.contact_name
{
	font :  12pt;
	font-weight : bold;
	text-align : left;
	color : #666666;
}

/*p.contact-------------------------------------------------------------------------
Sets alignment and weight for contact information (other than NAME) on the contact_page.htm
*/
p.contact_info
{
	font :  12pt;
	font-weight : bold;
	text-align : left;
}


/*p.maillink-------------------------------------------------------------------------
Sets the color for email and web address
*/
.maillink
{
	font : bold 12pt;
	color: #000062;
}








/*======== RESERVED - unuesd Styles ==========*/

/*
td.aborder--------------------------------------------------------------------------
- Add border color to a table cell
SAME COLOR AS p.border!

td.border
{
	border: 2px solid red;
	text-align : center;
}
*/


/*
p.border-----------------------------------------------------------------------------
- Used for areas that require a colored border

p.border
{
	border: 2px solid red;
}
*/


/*
.highlight --------------------------------------------------------------------------------
Sets a highlight color for the background of a section of text
- Call with the span tag around the area to highlight

.highlight
{
	background : #FFE5FF;
}
*/
