@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;
}

.footer_address {
	margin-top: 8px;
	margin-left: 10px;
	width: 225px;
	display: inline-block;
	float: left;
}
.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/background.png);
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;

}
.oneColFixCtrHdr #footer {
	background-color: #016867;
	width: 974px;
	float: left;
	margin: 0px auto;
}

.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 #nova-logo {
	float: left;
	height: 101px;
	width: 561px;
	margin-top: 0px;
	margin-left: 20px;
}



.logo_1 {
	float: right;
	display: block;
	width: 600px;
	background-image: url(../images/logos-new.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 95px;
}

.footer_address {
	width: 225px;
}

.novagrouplabel {
	float: right;
	margin-top: 0px;
	height: 29px;
	margin-right: 10px;
}

#content-box {
	float: right;
	width: 750px;
	margin-right: 10px;
	border: 2px solid #FFFFFF;
	background-color: #016867;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
a {
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
legend {
	color: #FFFFFF;
}

img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:400px;
	float: left;
}


/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	color: #000000;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#stylized button{
	clear:both;
	margin-left:150px;
	width:125px;
	height:30px;
	background:#666666 url(img/button.png) no-repeat;
	text-align:center;
	line-height:20px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	float: left;
}

P#fm-intro {
	MARGIN: 0px
}
#images_block {
	float: left;
	width: 100%;
	margin-top: 5px;
}
.cemarklogo {
	float: right;
	margin-top: 60px;
	margin-right: 60px;
}
.cemarktext {
	float: left;
	width: 400px;
	margin-left: 10px;
}
h3 {
	line-height: normal;
	font-style: normal;
	text-decoration: none;
}

.jqueryslidemenu{
	font: bold 12px Verdana;
	width: 100%;
	background-color: #009999;
	float: left;
	margin-top: 25px;
	z-index: 500;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.jqueryslidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 500;
}

/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index: 500;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block; /*background of tabs (default state)*/
	color: white;
	padding: 9px 10px;
	color: #009999;
	text-decoration: none;
	background-color: #009999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	z-index: 500;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	z-index: 500;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	color: white;
	z-index: 500;
}

.jqueryslidemenu ul li a:hover{
	color: white;
	z-index: 500;
	background-color: #006699;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index: 500;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: none;
	z-index: 500;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
	top: 0;
	z-index: 500;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	font: normal 13px Verdana;
	width: 160px; /*width of sub menus*/
	padding: 8px;
	margin: 0;
	border-top-width: 0;
	z-index: 500;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
	background: #eff9ff;
	color: black;
	z-index: 500;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

