/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/

body {
	margin: 0px;
	Padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;

}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
}

#navigation {
	text-align:right;
}

.clear {clear:both;}

/*
------------------------------------------------------
Home Page
------------------------------------------------------
*/

#homeHeaderWrapper {
	height: 121px;
	background-color:#FFFFFF;
	background-image:url(../images/homeheaderBackground.jpg);
	background-repeat:no-repeat;
}

#mainPic {
	height: 203px;
	background-color:#918f6d;
	background-image:url(../images/mainImage_background.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding: 5px 30px 5px 10px;
}

#homeBusinessDirectory {
	padding: 0px 0px 10px 0px;
	background-image:url(../images/home_businessDirectory_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

.homeSelect {
	margin: 5px 0px 0px 25px;
	width: 160px;
	font-size:10px;
	background-color:#FFFFFF;
	color:#666666;
	border: 1px groove;
}

.homeButton {
	margin: 5px 0px 0px 25px;
}

.homeSelect2 {
	margin: 5px 0px 0px 0px;
	width: 150px;
	font-size:10px;
	background-color:#FFFFFF;
	color:#666666;
	border: 1px groove;
}

.homeButton2 {
	margin: 5px 0px 0px 0px;
}

.homeGetGuide {
	padding: 0px 0px 10px 0px;
	background-image:url(../images/home_getYourGuide_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

.homeGetGuide p{
	padding: 0px 40px 0px 0px;
}

.hightlight {
	font-weight: bold;
	font-style: italic;
}

/*
------------------------------------------------------
Internal Page
------------------------------------------------------
*/

#internalHeaderWrapper {
	height: 121px;
	background-color:#FFFFFF;
	background-image:url(../images/internalheaderBackground.jpg);
	background-repeat:no-repeat;
}

#content {
	padding: 10px 10px 10px 10px;
	background-image:url(../images/internal_background.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.image {
	padding: 0px 10px 0px 10px;
	float:left;
}

.imgRight {
	padding: 0 0 10px 10px;
	float:right;
	margin: 0 0 0 20px;
}

#internalBodyWrapper {
	width: 90%;
}

#internalContacts {
	background-image: url(../images/pic_contact.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

/*
------------------------------------------------------
Business Directory
------------------------------------------------------
*/

.businessDirectoryWrapper {background:#fff;}
.businessDirectoryWrapper2 {background:#f0f0f0;}

.businessDirectoryImage {float:left; width:168px; height:168px; #width:176px; #height:176px; overflow:hidden; background-color: #fff; border:3px solid #dddac3; padding:1px;}
.businessContactDetails { height:auto!important; height:176px; min-height:176px; margin:0 10px 0 190px;}
.businessContactDetails p {margin:0;}

.businessName { font-weight:800; font-size:120%; padding:5px 0;}
.businessAddress {}
.businessPhone {}
.businessMobile {}
.businessFax {}
.businessWebSite {}
.businessEmail {}
.businessDescription { padding:10px 0;}




/*
------------------------------------------------------
BreadCrumbs and Titles
------------------------------------------------------
*/

.thumbnails {
	margin: 8px 10px 0 0;
	padding: 10px;
	background-color: #f0f0f0;
	border: 1px solid #ffffff;
	float: left;
	text-align:center;
}

/*
------------------------------------------------------
BreadCrumbs and Titles
------------------------------------------------------
*/

#breadcrumbs {
	padding: 5px 0px 0px 0px;
	display:inline;
}

.breadcrumb {
	padding: 0px 5px 0px 5px;
	color:#333333;
	display:inline;
}

/* Breadcrumb Link */
.breadcrumb a:link {
	color: #333333;
	text-decoration: none;
}
.breadcrumb a:visited {
	color: #333333;
	text-decoration: none;
}
.breadcrumb a:active {
	color: #333333;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #000000;
	text-decoration: underline;
}

.title {
	padding: 0px 5px 0px 0px;
	color:#333333;
	display:inline;
	font-weight:bold;
}

/* Page Title Link */
.title a:link {
	color: #333333;
	text-decoration: none;
}
.title a:visited {
	color: #333333;
	text-decoration: none;
}
.title a:active {
	color: #333333;
	text-decoration: none;
}
.title a:hover {
	color: #000000;
	text-decoration: underline;
}

/*
------------------------------------------------------
Internal Navigation
------------------------------------------------------
*/
#internalNavigation {
	background-image:url(../images/internalnav_background.jpg);
	background-repeat:no-repeat;
	background-color:#f0f0f0;
	padding: 10px 17px 10px 17px;
	width: 163px;
}

.tier1 {
	padding: 3px 10px 3px 10px;
	border-top: 1px solid #9c9d9d;
	border-bottom: 1px solid #9c9d9d;
	color: #666666;
	font-weight:bold;
}

/* Tier 1 Link */
.tier1 a:link {
	color: #666666;
	text-decoration: none;
}
.tier1 a:visited {
	color: #666666;
	text-decoration: none;
}
.tier1 a:active {
	color: #666666;
	text-decoration: none;
}
.tier1 a:hover {
	color: #000000;
	text-decoration: underline;
}

.tier2 {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px dotted #9c9d9d;
	color: #666666;
	font-weight:normal;
}

/* Tier 2 Link */
.tier2 a:link {
	color: #666666;
	text-decoration: none;
}
.tier2 a:visited {
	color: #666666;
	text-decoration: none;
}
.tier2 a:active {
	color: #666666;
	text-decoration: none;
}
.tier2 a:hover {
	color: #000000;
	text-decoration: underline;
}

.tier2Active {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px dotted #9c9d9d;
	color: #666666;
	font-weight:bold;
}

/* Active Tier 2 Link */
.tier2Active a:link {
	color: #666666;
	text-decoration: none;
}
.tier2Active a:visited {
	color: #666666;
	text-decoration: none;
}
.tier2Active a:active {
	color: #666666;
	text-decoration: none;
}
.tier2Active a:hover {
	color: #000000;
	text-decoration: underline;
}

.tier3 {
	padding: 3px 10px 3px 20px;
	border-bottom: 1px dotted #9c9d9d;
	color: #666666;
	font-weight:normal;
}

/* Tier 3 Link */
.tier3 a:link {
	color: #666666;
	text-decoration: none;
}
.tier3 a:visited {
	color: #666666;
	text-decoration: none;
}
.tier3 a:active {
	color: #666666;
	text-decoration: none;
}
.tier3 a:hover {
	color: #000000;
	text-decoration: underline;
}

.tier3Active {
	padding: 3px 10px 3px 20px;
	border-bottom: 1px dotted #9c9d9d;
	color: #666666;
	font-weight:normal;
	text-decoration: underline;
}

/* Active Tier 3 Link */
.tier3Active a:link {
	color: #666666;
	text-decoration: underline;
}
.tier3Active a:visited {
	color: #666666;
	text-decoration: underline;
}
.tier3Active a:active {
	color: #666666;
	text-decoration: underline;
}
.tier3Active a:hover {
	color: #000000;
	text-decoration: underline;
}

/*
------------------------------------------------------
Footer
------------------------------------------------------
*/

#footer {
	margin: 0px 0px 0px 0px;
	background-image:url(../images/footer_background.gif);
	background-repeat:repeat-x;
	text-align:left;
	padding: 0px 0px 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
}

/* Footer Link */
#footer a:link {
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:active {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

#vividLogo {
	text-align:right;
	margin: 0px 0px 0px 0px;
}

/*
------------------------------------------------------
Links
------------------------------------------------------
*/

/* Standard Link */
A          { 
	color: #928f6e; 
	text-decoration : none; 
}
A:visited  { 
	color: #928f6e; 
	text-decoration : none; 
}
A:Active   { 
	color: #928f6e; 
	text-decoration : none; 
}
A:Hover    {
	color: #000;
	text-decoration : underline;
}

/*
------------------------------------------------------
Forms
------------------------------------------------------
*/


input {
}


textarea {

}

select {
}

TD.formCaptions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
}

.field {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#FFFFFF; 
	border:1px #999999 solid; 
	font-size: 11px; 
	color: #444444; 
}

/*
------------------------------------------------------
HTML 
------------------------------------------------------
*/

hr {
	border: none 0;
	border-top: 1px solid #999999;
	width: 100%;
	height: 1px;
}


ol {
}

ul{
}

/*
------------------------------------------------------
DHTML Menus
------------------------------------------------------
*/

.SubMenuGroup {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}
  
 
.MenuItem {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	border-top: 0px solid #534D41;
	border-right: 0px solid #534D41;
	border-bottom: 0px solid #534D41;
	border-left: 0px solid #534D41;
	text-decoration: none;
}
 
.MenuItemOver {
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	border-top: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
}
 

.SubMenuItem {
	color: #ffffff;
	background-color:#b3b18f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	border-top: 0px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 2px 13px 2px 13px;
	width: 150px;
	height: 25px;
}
 
.SubMenuItemOver {
	color: #ffffff;
	background-color: #949270;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	border-top: 0px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 2px 13px 2px 13px;
	width: 150px;
	height: 25px;
}
 

/*
------------------------------------------------------
Site Map
------------------------------------------------------
*/





.SitemapHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13pt;
	font-weight: bold;
	color: #928f6e;
	background-color: #e9e9e2;
	width: 300px;
	padding: 2px 2px 2px 4px;
}


.Treeleaf {
        background: url(../images/tree-leaf.gif) no-repeat;
        padding-left: 25px;
}


.Treeleaf2 {
        background: url(../images/tree-leaf2.gif) no-repeat;
        padding-left: 50px;
}
	
	
.TreeleafLast {
        background: url(../images/tree-leaf-last.gif) no-repeat;
        padding-left: 25px;
}
	
	
.TreeleafLast2 {
        background: url(../images/tree-leaf-last2.gif) no-repeat;
        padding-left: 50px;
}


.Sitemap A          { color: #928f6e; text-decoration : none; }
.Sitemap A:visited  { color: #928f6e }
.Sitemap A:Active   { color: #928f6e }
.Sitemap A:Hover    { color: #000; text-decoration : none; }


.SitemapHeading A          { color: #928f6e; text-decoration : none; }
.SitemapHeading A:visited  { color: #928f6e }
.SitemapHeading A:Active   { color: #928f6e }
.SitemapHeading A:Hover    { color: #000; text-decoration : none; }