/*#Body#*/
body {
	background: #333;
}

/*#Layout#*/
#site { padding: 0px; }

#bandTop {
	min-height: 100px;
	background: #000;
}

#bandTop2 {
	min-height: 600px;
	background: #000;
}

#bandBottom {
	margin: 0px;
	padding: 0px;
	min-height: 100px;
}

#pageTop {
	margin: 0 auto;
	width: 940px;
	padding: 0px 130px 0px 130px;
	min-height: 100px;
	background: url(/5nova-com/media/website/site_back.jpg) no-repeat top left;
}

#pageTop2 {
	margin: 0 auto;
	width: 940px;
	padding: 0px 130px 0px 130px;
	min-height: 600px;
	background: url(/5nova-com/media/website/site_back.jpg) no-repeat top left;
}

#pageBottom {
	margin: 0 auto;
	width: 1200px;
	padding: 0px;
	min-height: 100px;
	background: url(/5nova-com/media/website/page_shadow.png) no-repeat top;	
}



/*#H1#*/
h1 {
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	font-family: Verdana;
	color: #9fc54d;
}

h1 a {
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	font-family: Verdana;
	color: #9fc54d;
	text-decoration: none;
}

/*#H3#*/
h3 {
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	font-family: Verdana;
	color: #0e889a;
	padding: 2px 0px 0px 0px; 
}

/*#H4#*/
h4 {
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	font-family: Verdana;
	color: #b64353;
	padding: 2px 0px 0px 0px;
}

/*#H5#*/
h5 {
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	font-family: Verdana;
	color: #cb9329;
	padding: 2px 0px 0px 0px;
}

/*#H6#*/
h6 {
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	font-family: Verdana;
	color: #635fa6;
	padding: 2px 0px 0px 0px;
}

/*#H7#*/
h7 {
	color : #333;
	font-family: verdana;
	font-size: 13px;
	font-weight: normal;
}

/*#P#*/
p {
	color : #333;
	font-family: verdana;
	font-size: 13px;
}

p a {
	color: #000;
	text-decoration: underline;
}

p a:hover {
	color: #9fc54d;
	text-decoration: underline;
}


/*#Controls#*/
.control {
	/*
	border-width: 1px;
	border-style: dotted;
	border-color: #f00;
	*/
}

.view {
	
	/*
	border-width: 1px;
	border-style: dotted;
	border-color: #0f0;
	*/
	
}

.rssFeed {
	padding: 0px 0px 10px 0px;
}

.rssFeed img {
	vertical-align: top;
	padding: 0px 5px 0px 0px;
}

.rssFeed a {
	font-size: 14px;
	font-family: Trebuchet MS, Arial;
	color: #000;
}

.rssFeed a:hover {
	color: #9ec54d;
}

.blankPage {
	padding: 20px;
	margin: 0px;
	background: #fff;
}

.checkList {
	color: #333;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.checkList li {
    padding-left: 30px; 
    background: url(/5nova-com/media/website/checkmark.png) no-repeat; 
    background-position: 0px -3px;
    margin-top: 6px;
}

.checkList a {
	color: #9fc54d;
	text-decoration: none;
}

.checkList a:hover {
	color: #9fc54d;
	text-decoration: underline;
}

.numberList {
	color: #333;
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
}

.numberList li {
    padding-left: 0px; 
    margin-top: 16px;
}

.numberList a {
	color: #333;
	text-decoration: underline;
}

.numberList a:hover {
	color: #9fc54d;
	text-decoration: underline;
}