/* Styles for Gnovus Website */

body, table, td, p, div, select, input, textarea, span {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #2f2f2f;
}

body {
	background-color: #ffffff;
}

body.mainbody {
	background-color: #ffffff;
	color: #000000;
}

div.maincontainer {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

div.topbanner {
	margin-left: auto;
	margin-right: auto;
	width: 742px;
	height: 186px;
}

div.topmailbar {
	margin-left: auto;
	margin-right: auto;
	width: 742px;
	text-align: right;
	height: 12px;
	font-size: 10px;
	padding-right: 14px;
	color: #969696;
}

table.topmailbartable {
	border-collapse: collapse;
	width: 742px;
	height: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.topmailbartable td {
	height: 12px;
	font-size: 10px;
	color: #969696;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.topmailbar a,a:hover {
	color: #969696;
	text-decoration: none;
}

div.topmenu {
	margin-left: auto;
	margin-right: auto;
	width: 742px;
	height: 45px;
	background-image: url('../images/menu-background.jpg');
	color: #595959;
}

table.topmenuitems {
   border-collapse: collapse;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 700px;
	height: 45px;
	font-size: 12px;
	color: #595959;
}

table.topmenuitems td {
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #595959;
}

table.topmenuitems a {
	text-decoration: none;
	color: #595959;
}

table.topmenuitems a:hover {
	text-decoration: none;
	color: #9a9a9a;
}

div.content {
	margin-left: auto;
	margin-right: auto;
	width: 742px;
}

table.content-container {
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 742px;
}

table.content-container td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

td.content-section-top {
	width: 502px;
	height: 19px;
	background-image: url('../images/content-background-top.jpg');
}

td.content-section {
	width: 502px;
	height: 387px;
	background-image: url('../images/content-background-middle.jpg');
	text-align: center;
	background-repeat: repeat-y;
}

td.content-section-bottom {
	width: 502px;
	height: 19px;
	background-image: url('../images/content-background-bottom.jpg');
}

div.content-section-separator {
   width: 472px;
	margin: auto auto auto auto;
	text-align: left;
	display: block;
}

div.text-separator {
	width: 461px;
	height: 1px;
	font-size: 0px;
	background-image: url('../images/text-separator.jpg');
	border: 0px solid #ffffff;
}

span.section-title {
	color: #7cc238;
	font-style: italic;
	font-size: 16px;
}

span.section-subtitle {
	color: #188bde;
	font-size: 12px;
}

p {
	font-size: 10px;
	color: #2f2f2f;
	text-align: justify;
	margin-bottom: 5px;
	margin-top: 5px;
}

a {
	color: #7cc238;
	text-decoration: none;
}

a:hover {
	color: #7cc238;
}

div.footer {
	margin-left: auto;
	margin-right: auto;
	width: 742px;
	height: 35px;
	background-image: url('../images/footer.jpg');
}

table.footer-items {
	border-collapse: collapse;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 700px;
	height: 35px;
}

table.footer-items td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	color: #595959;
}

table.footer-items a {
	text-decoration: none;
	color: #595959;
}

table.footer-items a:hover {
	text-decoration: none;
	color: #9a9a9a;
}

input.gns, select.gns {
	border: 1px solid #9d9d9d;
	background-color: #c3c3c3;
}

input.button {
	border: solid 1px;
	background-color: #7cc238;
	color: #ffffff;
}

textarea.gns {
	border: 1px solid #9d9d9d;
	background-color: #c3c3c3;
}

a.section-navigator {
	color: #7cc238;
	font-size: 12px;
	text-decoration: none;
}
