/* CSS Document */

@import "adv.css";

body {
	/*background-color:#999999;*/
	margin: 0px auto;
	background-color: #2A4538;
	font-family: calibri, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	text-align: justify;
}

a {
	font-family: calibri, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	text-decoration: none;
}

a:hover	{
	color: #BFDBFF;
	text-decoration: underline;
}

li {
	letter-spacing: 1px;
	line-height: 30px;
	list-style: none;
}

img {
	border: 0;
}

/*Top bar
---------*/

#topBar {
	display: block;
	width: 100%;
	height: 18px;
	background-color: #FFFFFF;
	border-bottom: 2px #333333;
}

#topBarContent {
	display: block;
	width: 800px;
	margin: 0px auto;
}

.topBar {
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 20px 0px 20px;
}

a.topBarEmail {
	font-family: calibri, Arial, Helvetica, sans-serif;
	float: right;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.topBarEmail:hover	{
	color: #BFDBFF;
	text-decoration: underline;
}

/*Banner
--------*/

#bannerContainer {
	display: block;
	width: 100%;
	height: 255px;
	background: url(../images/bannerBackground.png) repeat-x;
	border-top: solid 2px #333333;
	border-bottom: solid 2px #333333;}

#banner {
	display: block;
	width: 760px;
	height: 255px;
	margin: 0px auto;
	background:url(../images/bannerReplacement.png) no-repeat;
}

#navContainer 	{
	display: block;
	width: 100%;
	background: url(../images/navBackground.jpg) repeat-x;
}

#nav	{
	background: transparent;
	display: block;
	width: 760px;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
}

#nav ul {
	display: block;
	height: 40px;
	margin: 0;
	/*padding: 0 0 0 2px;*/		/*----------------------------with OZeFarmer link showing----------------------------*/
	padding: 0 0 0 50px;	/*----------------------------without OZeFarmer link showing----------------------------*/
}

#nav li {
	display: block;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	float: left;
	line-height: 45px;
}

#nav li a:link, #nav li a:visited, #nav li a:hover, #nav li a:active {
	display: block;
	float: left;
	text-decoration: none;
	color: #152B01;
	padding: 0 12px 0 12px;
	margin: 0;
	height: 40px;
}

#nav li a:active, #nav li a:hover {
	color: #152B01;
	padding: 0 12px 0 12px;
	margin: 0;
	height: 40px;
	background:transparent url(../images/navOver.jpg) no-repeat bottom left;
}

/*Main content
--------------*/

#contentContainer {
	display: block;
	width: 100%;
	min-height: 400px;
	background-color: #FFFFFF;
}

#content {
	display: block;
	width: 740px;
	margin: 0 auto;
	padding: 10px;
	text-align: justify;
}

/* Contact us page
------------------*/

#contactUsForm {
	display: block;
	float: right;
	border: 1px solid #223A2E;
	padding: 10px;
	background-color: #45735E;
	margin: 0 0 10px 0;
	color: #FFFFFF;
}

#contactUsForm table {
	width: 450px;
	padding: 10px;
	border-collapse: collapse;
	background: #45735E;
}

/*Footer
--------*/

#footer {
	display: block;
	width: 100%;
	height: 30px;
	background-color: #2A4538;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover	{
	color: #BFDBFF;
}
