/* PRINT PROPERTY */
/*----------------
       start
----------------*/
.hidelogo {
	display: none;
}
/*----------------
       end
----------------*/


/* SITE-WIDE PAGE MARGINS, BACKGROUND COLOUR & TEXT FORMATTING */
/*----------------
       start
----------------*/
body {
	background-color: #898366;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/splash/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:140%;
	color: #848484;
}
/*----------------
       end
----------------*/



/* SITE-WIDE TAGS */
/*----------------
       start
----------------*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #898366;
	font-weight: normal;
	display: inline;
	line-height: 120%;
}
/*----------------
       end
----------------*/



/* HYPERLINK STYLES */
/*----------------
       start
----------------*/
a:link { color:#6B6442; text-decoration:underline}
a:visited { color:#6B6442; text-decoration:underline}
a:hover { color:#8FB866; text-decoration:underline}
a:active { color:#6B6442; text-decoration:underline}

a.footer:link { color:#CFCCBE; text-decoration:underline}
a.footer:visited { color:#CFCCBE; text-decoration:underline}
a.footer:hover { color:#ffffff; text-decoration:underline}
a.footer:active { color:#CFCCBE; text-decoration:underline}
/*----------------
       end
----------------*/




/* OTHER ELEMENTS */
/*----------------
       start
----------------*/
.brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:100%;
	color: #898366;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height:100%;
	color: #8FB866;
	font-weight: normal;
}
.hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:140%;
	color: #848484;
}

.small {
	font-size: 10px;
	color: #848484;
}

.140 {
	line-height:140%;
}

.splash-bg-left {
	background-image: url(../images/splash/bg-left.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}

.splash-bg-right {
	background-image: url(../images/splash/bg-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg-right {
	background-image: url(../images/core/bg-right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
/*----------------
       end
----------------*/.border {
	border: 1px solid #DDDBD0;
}
.button {
	color: #FFFFFF;
	background-color: #898366;
}
