/*

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: verdana, helvetica;

	font-size : 12px;

	color: #33251C;

	text-align: center;

	margin: 5px 0px 0px 5px;

	background : #BFA161;

   	/* BACKGROUND-IMAGE: url(bkgr.jpg); */

}





/*

td.button------------------------------------------------------------------------------

- Changes table cells with the button image

*/

td.button

{

	text-align: center;

	background : #F5F4F9;

    /*	BACKGROUND-IMAGE: url(button1.jpg');  */

   		

}



/*

img.border--------------------------------------------------------------------------

- Add border color to an Image

SAME COLOR AS p.border and td.border

*/

img.border

{

	border: 1px solid  #E1BD6F;

}



/*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 : verdana, helvetica;

	font-weight : bold;

	font-size : 12px;

	color: #948A67;

	text-decoration: none;

}



A:VISITED {

	font-family : verdana, helvetica;

	font-weight : bold;

	font-size : 12px;

	color: #948A67;

	text-decoration: none;

}



A:HOVER {

	font-family : verdana, helvetica;

	font-weight : bold;

	font-size : 12px;

	color: #33251C;

	text-decoration: underline;

}



A:ACTIVE {

	font-family : verdana, helvetica;

	font-weight : bold;

	font-size : 12px;

	color: #405FAC;

	text-decoration: none;

}



/*======== Tour / Photo Section ==========*/

/*p.title-----------------------------------------------------------------------------------

- Use for tour titles; 

*/

p.title

{

	font-size: 12px;

	font-weight: bold;

	margin: 0px;

	text-align: center;

	color: #33251C;

}



/*p.address-----------------------------------------------------------------------------------

- Use for tour address; 

- Change COLOR of the font 

*/

p.address

{

	font-size: 12px;

	font-weight: bold;

	margin: 0px;

	text-align: center;

	color: #33251C;

}



/*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: #CAB77C;

	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 : #BFA161;

   	/* 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: 12px;

	text-align : center;

	color : #33251C;

}





/*======== 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 : #33251C;

}



/*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 12px;

	color:#33251C;

}













/*td.aborder--------------------------------------------------------------------------

- Add border color to a table cell

SAME COLOR AS p.border!*/



.border

{

	border: 1px solid  #000000;

	text-align : center;

}









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







/*

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;

}

*/


