
/* HTML Elements GO */
/**
{ 
	margin: 0; 
	padding: 0; 
}
**/
body { 
	background-color: #ddb387; 
	color: #000; 
	margin: 0; 
	padding: 0;
	text-align: left;
	height: 100%;
}


.hidden { display: none; }

#bg { 
width: 100%; 
background: url("img/bg.jpg") top left repeat-x; }




h1, h2, h3, h4, h5, h6 { 
	font-family: "Times New Roman", serif;  line-height: 120% font-weight: bold;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.8em; font-style: italic; color: #3b7a5f; }
h3 { font-size: 1em; }
h4 { font-size: 0.9em; }
h5 { font-size: 0.8em; }
h6 { font-size: 0.7em; }
p { font-family: "Times New Roman", serif; font-size: 1.1em; line-height: 130%;}

.small {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
font-weight: normal;
}

ul { font-size: 0.8em; line-height: 120%; }
ul li { list-style: none; }

ol { font-size: .8em; }
ol li {  list-style-type: decimal; list-style-position: inside; }
	
table { vertical-align: top; }
th {  }
td {  }

/* HTML Elements NO */


/* Links GO */

a:link { 
	color: #3b7a5f;
	text-decoration: underline;
	font-weight: normal;
}

a:visited { 
	color: #3b7a5f;
	text-decoration: underline; 
	font-weight: normal; 
}

a:hover { 
	color: #000;
	text-decoration: none;
}



#content a:link { 
	color: #3b7a5f;
	text-decoration: underline;
	font-weight: normal;
}

#content a:visited { 
	color: #3b7a5f;
	text-decoration: underline; 
	font-weight: normal; 
}

#content a:hover { 
	color: #000;
	text-decoration: underline;
}

#footer a:link { 
	color: #f5deb3;
	text-decoration: underline;
	font-weight: normal;
}

#footer a:visited { 
	color: #f5deb3;
	text-decoration: underline; 
	font-weight: normal; 
}

#footer a:hover { 
	color: #fff;
	text-decoration: underline;
}

/* Links NO */



/* Page Layout GO */

/* Basic Structure */



#header { 
	width: 740px;
	height: 178px; 	
	background:url("img/header.jpg") no-repeat left top; 
	background-color: #000;
	padding: 0;
	margin: 0;
}


#content { 
width: 740px;
	/*float: left;*/
	background:url("img/contentbtm.jpg") no-repeat right bottom;
	background-color: #f5deb3;
	padding-bottom: 50px;
	/* margin-left: 6px; */

}

.contentMargin {
	margin-left: 24px;
}





/* Footer */

#footer { 
	clear: both;	
	background-color: #000;
	background: url("img/navBg.jpg") top left repeat-x;
	height: 40px;
	color: #f5deb3;
	width: 740px;
	text-align: left;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* position: absolute;
	bottom: 0; */
}



/* Basic Structure NO */



#right300{
/*background-color: pink; */
	float: right;
	text-align: left;
	font-weight: bold;
	width: 460px;
	padding: 0;
}


#left690 {
	/*background-color: blue; */
	float: left;
	width: 680px;
	margin-left: 26px;
	text-align: left;
	font-weight: bold;
	padding: 0;
	
}

#left690 img {
	float: right;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 6px;

}



#left500 {
	/* background-color: blue;*/
	float: left;
	width: 280px;
	display: inline;
	font-size: 0.8em;
}

#left500 a:link { 
	color: #3b7a5f;
	text-decoration: underline;
	font-weight: normal;
}

#left500 a:visited { 
	color: #3b7a5f;
	text-decoration: underline; 
	font-weight: normal; 
}

#left500 a:hover { 
	color: #000;
	text-decoration: underline; 
}



#content p,  #content h1, #content h2,/* #content h3,  #content h4, #content h5, #content h6,*/ #content ol { padding: 10px 20px; margin: 0;}

	
.left {
	float: left;
}

.right {
	float: right;
}

.left img {
	float: left;
	clear: right;
}

.right img {
	float: left;
	clear: both;
}

.clear {
	clear: both;
}

.imgMargin img {
	margin: 10px;
}

img.left {
	float: left;
	clear: both;
}

.emailPrint {
float: right;

}
/* Page Layout NO */


/* Colours GO */

.black { color: #000; }

.white { color: #fff; }

.green { color: #3b7a5f; }


/* Colours NO */




/* Navigation GO! */

	
	
#nav {
	width: 740px;
	background: #321e13;
	background: url("img/navBg.jpg") top left repeat-x;
	height: 40px;
	text-align: left;
	
}

#nav ul { 
	padding: 0; 
	width: 882px;
	display: inline;
	margin-left: 0px;
}
	
#nav li {
	list-style: none;
	padding-right: 10px;
	float: left;
	margin-left: 10px;
	border-right: 1px solid #000;
}


#nav li a {
	display: block;
	min-height: 18px;
	padding: 4px;
	text-decoration: none;
	color: #dfa466; 
	margin-left: 0px;
	font: bold 16pt "Times New Roman", serif; 
}
	
#nav ul a {
	width: auto;
	margin-left: 0px;

}



#nav a:hover {
	color: #f5deb3;
	min-height: 18px;
}








/* Navigation No */





