@charset "utf-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}

h1 {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
p {
	padding-bottom: 0px;
	padding-top: 0px;
}


.oneColFixCtrHdr #container {
	width: 974px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 36px;
	width: 100%;
	background-image: url(../images/1pxHeaderFade.jpg);
	background-repeat: repeat-x;
	margin: 0px auto;
}
.oneColFixCtrHdr #mainContent {
	width: 100%;
	background-image: url(../images/body_content_.png);
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 30px;

}
.oneColFixCtrHdr #footer {
	height: 150px;
	background-color: #016867;
	width: 100%;
	float: left;
	margin: 0px auto;
}
#footerlinks {
	float: right;
	width: 600px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #welcome {
	float: left;
	width: 610px;
	margin-top: 25px;
	height: 230px;
	margin-left: 20px;
}
.oneColFixCtrHdr #sub-welcome {
	float: left;
	height: 194px;
	width: 610px;
	margin-top: 30px;
	margin-left: 20px;
}


.oneColFixCtrHdr #nova-logo {
	float: left;
	height: 101px;
	width: 561px;
	margin-top: 0px;
	margin-left: 20px;
	background-image: url(../images/Nova_Logo.png);
}
.oneColFixCtrHdr #login-box {
	float: right;
	width: 255px;
	margin-top: 25px;
	margin-right: 20px;
	height: 70px;
	padding-top: 35px;
}
.oneColFixCtrHdr #features {
	height: 255px;
	width: 800px;
	border: 1px solid #FFFFFF;
	float: left;
	margin-top: 20px;
	margin-left: 85px;
}
.subpics {
	float: left;
	height: 150px;
	width: 150px;
	margin-left: 40px;
	margin-top: 22px;
	margin-bottom: auto;
	border: 2px solid #FFFFFF;
}

.oneColFixCtrHdr #news {
	float: right;
	width: 284px;
	margin-top: 25px;
	margin-right: 20px;
}
.split {
	float: left;
	width: 284px;
}

.news-image {
	float: left;
	width: 85px;
	border: 1px solid #FFFFFF;
	background-position: center center;
	background-repeat: no-repeat;
}
.news-article {
	float: right;
	width: 190px;
}
.news-image2 {
	float: left;
	width: 85px;
	border: 1px solid #FFFFFF;
	background-position: center center;
	background-repeat: no-repeat;
}
.news-article2 {
	float: right;
	width: 100%;
}
.news-image3 {
	float: left;
	width: 85px;
	border: 1px solid #FFFFFF;
	background-position: center center;
	background-repeat: no-repeat;
}
.news-article3 {
	float: right;
	width: 190px;
}


.novagrouplabel {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	background-image: url(../images/novagroupcouklabel.jpg);
	width: 250px;
}



ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:26px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #006666;
	background-image: url(file:///C|/Documents%20and%20Settings/Rick%20Smethurst/My%20Documents/Nova%20Live/css/images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

ul#menu li
{
	display:block;
	float:left;
	padding:0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	width: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
	
ul#menu li a:hover
{
	color:#0099CC;
	height:30px;
	background:transparent url(file:///C|/Documents%20and%20Settings/Rick%20Smethurst/My%20Documents/Nova%20Live/css/images/nav_bg.png) 0px -30px no-repeat;
	outline: none;
}
	

ul#menu li a.current
{
	display:inline;
	height:30px;
	background:transparent url(file:///C|/Documents%20and%20Settings/Rick%20Smethurst/My%20Documents/Nova%20Live/css/images/nav_bg.png) 0px -30px no-repeat;
	float:left;
	margin:0;
}

.footer_address {
	margin-top: 15px;
	margin-left: 10px;
	width: 225px;
	display: inline-block;
	float: left;
}

.logo_1 {
	float: right;
	margin-top: 10px;
	display: block;
	margin-right: 10px;
	width: 600px;
	text-align: center;
}
.logo_2 {
	float: right;
	width: 98px;
	margin-top: 10px;
	display: block;
	margin-right: 10px;
}
img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
