﻿div.SiteMaster_PagePosition
{
	width:100%;
	text-align:center;
}

/* Start added styles - this section appears to influence the http://www.hihh.com.au/Pages/holidayhomesandproperties.aspx page */
div.SiteMaster_Content
{
	width:970px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

/* this style used to make table fonts the same size as the normal page fonts - makes the calendar font too big
div.SiteMaster_Content td 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
*/

div.SiteMaster_Content H1
{
	font-weight: bold;
	font-family: Arial; 
	font-size: 15pt; 
	color: #3399cc;
	text-transform:uppercase;
}


div.SiteMaster_Content H2
{
	font-weight: bold;
	font-family: Arial; 
	font-size: 12pt; 
	color: #006699;
}


div.SiteMaster_Content H3
{
	font-weight: bold;
	font-family: Arial; 
	font-size: 10pt; 
	color: #006699;
}


div.SiteMaster_Content H4
{
	font-weight: bold;
	font-family: Arial; 
	font-size: 9pt; 
	color: #3399cc;
	text-transform:uppercase;
}


div.SiteMaster_Content H5
{
	font-weight: bold;
	font-family: Arial; 
	font-size: 8pt; 
	color: #3399cc;
}


div.SiteMaster_Content H6
{
	font-weight: bold;
	font-family: Arial; 
	font-size: 15pt; 
	color: #3399cc;
	text-transform:uppercase;
}	
/*When disabled this allows tick bullet points on search and enticer - but this prevents the House icons being used for bullet points on the Holidays homes & properties top level page
div.SiteMaster_Content UL,
{ 
    list-style-image: url(/Style Library/Images/li_icon.jpg );
    vertical-align:middle;
}
*/

div.SiteMaster_Content OL LI
{ 
   PADDING-TOP: 7pt;
   LIST-STYLE-TYPE: decimal;
   
}

.div.SiteMaster_Content a
{ 
    color: #3399cc;
	text-decoration:underline


/* End of added styles*/


}


.SiteMaster_SiteNavigation
{
	border: none;
	font-size:10pt;
	/*background added here*/
	background-image: url(/Style%20Library/Images/nav_bg.jpg);
	background-repeat: repeat-x;

}

.SiteMaster_SiteNavigation_Link_Hover
{

	background-color: #3399cc;	
	font-size:8pt;

}

.SiteMaster_SiteNavigation_Item
{
	color: white;
	border-right: 1px white solid;
	padding: 5px;
	font-size:10pt;	

}

.SiteMaster_SiteNavigation_Item_Selected
{
	background-color: #3399cc;
	font-size:10pt;
}

.SiteMaster_DynamicSiteNavigation_Item
{
	/*background-color: #66cccc;*/
	background-color:#418ec3;
	color: white;
	border-right: 1px white solid;
	padding: 5px;
	font-size:10pt;	
}


.SiteMaster_DynamicSiteNavigation_Link_Hover
{
	background-color: #afc4d2;	
}

.SiteMaster_SiteNavigation a,
.SiteMaster_SiteNavigation_Link_Hover a,
.SiteMaster_SiteNavigation_Item a,
.SiteMaster_SiteNavigation_Item_Selected a,
.SiteMaster_DynamicSiteNavigation_Item a, 
.SiteMaster_DynamicSiteNavigation_Link_Hover a,
{
	color:#FFFFFF;
	text-decoration:none;
}

div.SiteMaster_Logo
{
	background-image: url('Images/Master/logo.gif');
	background-repeat: no-repeat;
	height: 43px;
}

.SiteMaster_TopRightMenu
{
	font-size: 8pt;
}
/* These styles added to remove underline from left nav links - actual styles are maintained on band.csss*/
.leftNav1 a,
.leftNav2 a, 
.leftNav3 a,  
{   text-decoration:none
}

