/*  Colours 

H2 	Dark green   	#324d2a;
H1 	Lighter green 	#787d5c;
Menu Lime			#abbb0a;
Menu Cream			#f4f5e0;
*/
a.bottomlinktext:link, a.bottomlinktext:active,a.bottomlinktext:visited,a.bottomlinktext:hover  {color: #DADBCA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	font-style: italic;}
html				{
	background-color: #4b5229;
}

body				{
	background-color: #4b5229;
}

h1.phark			{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	color			: #787d5c; /*#324d2a; */
	font-size		: 18px;
	width			: 480px;
	height			: 65px;
	background		: url(../images/home_intro2.gif);
	text-indent		: -9999px;
	margin			: 0;
}

h2					{
	font-family		: Verdana, Geneva, sans-serif;
	color			: #324d2a; /*green */
	font-weight		: normal;
	font-size		: 1.6em;
}

h3					{
	font-family		: Verdana, Geneva, sans-serif;
	color			: #333333;
	font-weight		: normal;
	font-size		: 1.1em;
	margin			: 1.2em 0 0.2em 0;
}

h4					{
	font-family		: Verdana, Geneva, sans-serif;
	font-size		: 0.9em; 
	color			: #67322B;
	margin-bottom	: 0.3em;
}


p a:link, p a:visited, 
ul#sitemap li a:link, ul#sitemap li a:visited	{
	color			: #324d2a; /*green */
}

p a:hover, p a:focus, p a:active,
ul#sitemap li a:hover, ul#sitemap li a:focus, 
ul#sitemap li a:hover {
	color			: #006699;
}

p.testimonial		{
	margin			: -10px 0 30px 0;
	font-weight		: bold;
}

ul#udm li a.on 		{
	background-color: #abbb0a;
	color			: #ffffff;
}

div.article			{
	width			: 80%;
	text-align		: left;
}

.article p			{
	font-family		: Verdana, Geneva, sans-serif;
	font-size		: 0.8em;
	line-height		: 1.3em;
	margin-top		: 0;
	word-spacing	: normal;
	letter-spacing	: normal;
	color			: #4B5229; 
}

.article ul li, ul#sitemap li {
	font-family		: Verdana, Geneva, sans-serif;
	font-size		: 0.8em;
	line-height		: 1.3em;
	margin			: 0 0 0.6em 0; 
}

ul#sitemap {
	text-align: left;
}

ul#sitemap li 		{
	list-style		: none;
}

ul#sitemap li ul li {
	font-family		: Verdana, Geneva, sans-serif;
	font-size		: 1em;
	line-height		: 1.3em;
	margin			: 0.6em 0 0.6em 0;
	padding			: 0;
	list-style		: disc; 
}

ul#sitemap li ul  	{
	margin-left		: 2em;
	padding-left	: 0;
}

.image-right		{
	float			: right;
	margin			: 0 0 0 10px;
}

.caption-container-right 	{
	float			: right;
	margin-left		: 6px;
}

.caption			{
	font-family		: verdana, helvetica, sans-serif;
	font-size		: 0.8em; 
	padding			: 2px 0 3px 3px; 
	border-bottom	: 1px solid #787d5c;
	margin-bottom	: 2px;
}

.summary			{
	font-weight		: bold;
	padding-bottom	: 1.5em;
}



#gallery {
	margin-top: 30px;
	z-index: 1;	
}

/*the code below makes the visual lightbox go ontop of the navigation, instead of below it.*/
.udm {
	z-index: 10;
	}
	
#imageContainer {
z-index: 10;
}
