/*
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
*/
BODY {
	font-family: sans-serif;
	font-size : 11px;
	color: #1D2071;
	text-align: center;
	margin: 5px 0px 0px 5px;
	background : #ffffff;
	
   	/* BACKGROUND-IMAGE: url(bkgr.jpg); */
}


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

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

/*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-weight : bold;
	font-size : 11px;
	color: #A39735;
	text-decoration:underline;
}

A:VISITED {
	font-family : sans-serif;
	font-weight : bold;
	font-size : 11px;
	color: #A39735;
	text-decoration: underline;
}

A:HOVER {
	font-family : sans-serif;
	font-weight : bold;
	font-size : 11px;
	color: #1D2071;
	text-decoration: underline;
}

A:ACTIVE {
	font-family : sans-serif;
	font-weight : bold;
	font-size : 11px;
	color: #1D2071;
	text-decoration: underline;
}

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

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

/*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
{
	font :  10px;
	text-align : center;
	margin-top : 0px;
}

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




/*======== 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 : #ffffff;
   	/* 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: 11px;
	text-align : center;
	color : #1D2071;
}


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

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

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


/*p.maillink-------------------------------------------------------------------------
Sets the color for email and web address
*/
.maillink
{
	font : bold 13px;
	color: #A39735;
}








/*======== 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;
}
*/
