/* HTML Element styles specific to this project. */
* {	
	 margin: 0;
	 padding: 0;
}
html, body
{
	scrollbar-arrow-color: #000;
	scrollbar-darkshadow-color: #CCC;
	scrollbar-base-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: #333333 url(../images/Wallpaper.jpg) repeat-x left top;
}


form {
	clear: both;
}
input,
textarea,
select
{
	letter-spacing: normal;
	text-transform: none;
	color: #000;
	background: #FFFFFF;
	font: normal 12px/14px "Trebuchet MS", Arial, sans-serif;
	border: 1px solid #666666;
	padding: 1px;
}
body,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6
{
	color: #2D2D2D;
	text-align: left;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
}
p
{
	margin-bottom: 8px;
}
h1, 
h2, 
h3, 
h4, 
h5,
h6 
{
	margin: 20px 0px 10px;
	padding: 0px;
	color: #9AC34C;
	font-weight: bold;
	clear: both;
	line-height: 120%;
}
h1 a
{
	padding: 0px;
	color: #9AC34C;
	text-decoration: none;
}
h2 a, 
h3 a, 
h4 a, 
h5 a,
h2 a:visited, 
h3 a:visited, 
h4 a:visited, 
h5 a:visited  
{
	padding: 0px;
	color: #689418;
	text-decoration: none;
}
h1 {
	margin-top: 0px;
}
h1 + h2 {
	margin-top: 0px;
}
h1 + h3 {
	margin-top: 0px;
}
h1 + h4 {
	margin-top: 0px;
}
h3 + h4 {
	margin-top: 0px;
}
h2 + h3 {
	margin-top: 0px;
}
h1
{
	font-size: 16px;
	color: #000000;
	background: url(../images/H1.jpg) no-repeat left bottom;
	line-height:120%;
}
h2
{
	font-size: 14px;
	color: #689418;
}
h3 {
	font-size: 14px;
	color: #426421;
}
h4 {
	font-size: 12px;
	color: #689418;
}
b, strong {
	color: #000000;
}
p + h1 {
	padding-top: 25px;
}

h4
{
	font-size: 12px;
	color: #334d1a;
}
h5
{
	color: #FFFFFF;
	font-size: 12px;
}
h6
{
	font-size: 11px;
	color: #000000;
}

a,
a:visited,
a:active
{
	font-style: normal;
	text-decoration: none;
	color: #689418;
	padding-right: 2px;
	padding-left: 2px;
}

a:hover
{
	text-decoration: underline;
}
a:selected {
	text-decoration: underline;
}
ul, 
ol
{
	margin-bottom: 8px;
	list-style: none;
	padding-left: 1px;
}
ul li {
	margin-bottom: 2px;
	padding-left: 7px;
	background: url(../images/Li.gif) no-repeat left 5px;
}
ol li
{
	list-style-type: decimal;
}
ol {
	margin-left: 25px;
}
img {
	display: block;
}
blockquote,
pre,
cit,
em
{	
	font-style: oblique;
}
hr
{
	color: #696969;
	width: 99%;
}
unknown
{
	display: block;
	font: 10pt Arial, Helvetica, sans-serif;
}

/* ----------------- start skin specific ------------------------ */
/*#wrapper {
	top: 50%;
	width: 100%;
	position: absolute;
	}
#container {
	height: 480px;
	width: 100%;
	background-image: url(../images/ContentBg.png);
	background-repeat: repeat-x;
	margin-top: -240px;
	background-position: left bottom;
	}*/
#featureImg {
	width: 633px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	}
#menu {
	width: 100%;
	height: 19px;
	border-bottom: solid 1px #000;
	/*background-color: #999999;*/
	position: absolute;
	left: 0px;
	top: 82px;
	z-index: 99;
}
#menu {
	font-size: 12px;
	color: #333;
	font-weight: normal;
	height: 19px;
	padding: 0;
	margin: 0;
	font-style: normal;
	background-image: none;
}
#menu a {
	color: #333;
	text-decoration: none;
	line-height: 19px;
	padding-right: 18px;
	padding-left: 18px;
	font-weight: normal;
	background-image: url(../images/MenuBullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 19px;
	float: left;
	background-color: Transparent;
	z-index: 2;
}
#menu a.noBullet,
#menu a.noBullet:hover {
	background-image: none;
}
#menu a:hover {
	color: #9AC34C;
	background-image: url(../images/MenuBulletRO.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#tropixelLogo {
	height: 67px;
	width: 269px;
	clear: none;
	position: absolute;
	right: 32px;
	top: 9px;
}
#content {
	width: auto;
	height: 368px;
	background-color: #FFF;
	overflow: auto;
	position: absolute;
	left: 650px;
	top: 120px;
	padding-right: 10px;/*	left: 650px; this is incase you forget the numbers
	top: 120px;*/
	}
#footer {
	width: 100%;
	height: 19px;
	border-top: solid 1px #000;
	/*background-color: #999999;*/
	position: absolute;
	left: 0px;
	top: 509px;
}
#footer p {
	font-size: 10px;
	text-align: right;
	line-height: 19px;
	padding-right: 32px;
	color: #999;

}
.ClearBoth {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

/* ----------------- end skin specific ------------------------ */
/* --- */
/* ----------------- start contact specific ------------------------

.marginRight {
	margin-right: 20px;
}
.ImageSpacingLeft {
	margin: 0 8px;
}
.ImageSpacingRight {
	margin-right: 8px;
}

fieldset {
	border: dotted 1px #000;
	padding: 10px;
}
label {
	width: 160px;
	float: left;
	white-space: nowrap;

}
legend {
	color:  #990000;
	background: #FFF;
	padding: 0 2px;
}*/

/*#contactLeftCol {
	float: left;
	width: 200px;
}*/
.required {
	border: 1px solid #990000;
	color: #CC0000;
}
.noWrap {
	white-space: nowrap;
}
/*
#contactLeftCol h2 {
	margin-top: 50px;
} */
/* ----------------- end contact specific ------------------------ */
.Contact {
	float: left;
	width: 25%;
	padding-right: 10px;
	clear: none;
	margin-right: 10px;
	border-right: 1px solid #CCCCCC;
}
.trColourEven {
	background: #F5F9ED;
}
.trColourOdd {
	background: #EBF3DB;
}
.trColourEven input,
.trColourOdd input,
.trColourEven textarea,
.trColourOdd textarea {
	width: 95%;
}
form td {
	padding: 1px 2px;
}
.submit {
	background-color: #9AC34C;
	color:  #FFF;
}
ul.FloatLeft {
	float: left;
	width: auto;
	margin-right: 15px;
}
ul.FloatLeft li {
	white-space: nowrap;
}
.emphasised {
	color: #000000;
	background: #FFFF99;
}
