@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	background-color:#2E2E2E;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin: 0px;
	height:100%;
	position: relative;

}

a:link {
	color:#FFF;
}      /* unvisited link */
a:visited {
	color:#CCC;
}  /* visited link */
a:hover {
	color:#F00;
}  /* mouse over link */
a:active {
	color:#F00;
}  /* selected link */

a.nav {
	padding-left: 20px;
	padding-right: 20px;

}

a img {border: none; } 

img, div { behavior: url(iepngfix.htc) }

p{
	line-height: 1.5em;
	font-size: 14px;
	
}


h1{
	font-size:30px;
	color:#FFF;
	border-bottom: white 1px solid;
}

h2{
	font-size:30px;
	color:#F00;
}

h3{
	font-size:24px;
	color:#FFF;
}

h4{
	font-size:18px;
	color:#FFF;
}

#wrapper {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	height: auto;
	background-repeat: repeat-x;
	overflow: hidden;
}

.subwrapper{
	width:100%;
	height:auto;	
	padding-top: 15px;
	padding-bottom: 20px;
	overflow: hidden;
}

#subwrapperBGplain{
	background-color: #000;
}

#waterWrapperBG{
	background-image:url(../images/waterBG.jpg);
	background-color: #000;
	background-position:top;
	background-repeat: no-repeat;
}

#treeWrapperBG{
	background-image:url(../images/treeBG.jpg);
	background-color: #000;
	background-position:top;
	background-repeat: no-repeat;
}

#pathWrapperBG{
	background-image:url(../images/pathBG.jpg);
	background-color: #000;
	background-position:top;
	background-repeat: no-repeat;
}

#Logo{
	width:258px;
	height:121px;
	background-image:url(../images/logo.jpg);
	float: left;
	margin-left: 50px;
}

#HeaderContainer{
	width:940px;
	height:121px;
	margin:0 auto;
}

#Header_top{
	width:100%;
	height:121px;
	background-color:#181818;
}

#MenuBar{
	width:100%;
	height:44px;
	background-image:url(../images/Menu_BG.jpg);
}

#MenuBarNavigation{
	width:940px;
	height:44px;
	margin:0 auto;
	background-repeat: repeat-x;
	overflow: hidden;
}

#imageSlideshow{
	width:940px;
	height:250px;
	margin:0 auto;
	overflow: hidden;
}

#mainContentArea{
	width:940px;
	height:auto;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

#mainContentAreaStatic{
	width:940px;
	height:auto;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 300px;
	padding-bottom: 20px;
}

#mainContentLeft{
	width:300px;
	height:auto;
	padding:10px 20px 0px 20px;
	float:left;
}

#mainContentRight{
	width:560px;
	height:auto;
	padding:10px 0px 0px 0px;
	float:right;
	background-color: #181818;
}

#mainContentRightPNG{
	width:560px;
	height:auto;
	padding:10px 0px 0px 0px;
	float:right;
	background-image:url(../images/contentBG.png);
}

#mainContentRightWider{
	width:660px;
	height:auto;
	padding:10px 50px 0px 50px;
	float:right;
	background-color: #181818;
}

#mainContentRightWiderPNG{
	width:660px;
	height:auto;
	padding:10px 50px 0px 50px;
	float:right;
	background-image:url(../images/contentBG.png);
	overflow: hidden;
}

#footerBG{
	width:100%;
	height:212px;
	background-image:url(../images/footerBG.jpg);
	overflow: hidden;
}

#footer{
	width:940px;
	height:212px;
	margin:0 auto;
}

#footerAnswer{
	width:auto;
	height:auto;
	float:left;
	padding: 20px;
	overflow: hidden;
}

#footerSubLinks{
	width:350px;
	height:auto;
	float:left;
	margin-top: 0px;
	font-size: 14px;
}

#footerCompanyDetails{
	width:340px;
	height:auto;
	float:right;
	text-align: right;
}

#footerright{
	width:600px;
	height:170px;
	float:right;
}

#footerTradingLogos{
	width:auto;
	height:auto;
	float:right;
	margin-top:70px;
	text-align: right;
}

#footerNexusLogo{
	width:630px;
	height:30px;
	float:right;
	margin-top: 35px;
	text-align: right;
}

a.font14white:link{
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}

a.font14white:visited{
	font-size:14px;
	color:#999;
	text-decoration:none;
}

a.font14white:hover{
	font-size:14px;
	color:#F00;
	text-decoration:none;
}

a.font14white:active{
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}

a.font12grey:link{
	font-size:12px;
	color:#999;
	text-decoration:none;
}

a.font12grey:visited{
	font-size:12px;
	color:#CCC;
	text-decoration:none;
}

a.font12grey:hover{
	font-size:12px;
	color:#F00;
	text-decoration:none;
}

a.font12grey:active{
	font-size:12px;
	color:#999;
	text-decoration:none;
}

a.font12white:link{
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}

a.font12white:visited{
	font-size:12px;
	color:#CCC;
	text-decoration:none;
}

a.font12white:hover{
	font-size:12px;
	color:#F00;
	text-decoration:none;
}

a.font12white:active{
	font-size:12px;
	color:#999;
	text-decoration:none;
}

.newsItem{
	height:auto;
	border-bottom:#FFF 1px solid;
	margin-bottom: 40px;
	padding-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
}

.newsItemSmall{
	color:#999;
	width:100%;
	height:auto;
	padding-bottom:5px;
	margin-bottom: 20px;
	font-size: 12px;
}

.newsItemSmall p{
		font-size: 12px;
}

