/* CSS Document */

<!--
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C2CAAA;
}

.sub-heading-1 { font-size: 16px; font-weight: bold; }
.text-style-1 { font: 12px Verdana, Arial, Helvetica, sans-serif; }
.text-style-1 a { color: #78560c; text-decoration: none; font-weight: bold; }
.text-style-1 a:hover { text-decoration: underline; }
.highlight-style-1 { font-weight: bold; color: black; }
.highlight-style-1 a { color: #78560c; text-decoration: none; font-weight: bold; }
.highlight-style-1 a:hover { text-decoration: underline; }
.image-title { font-size: 12px; color: black; font-style: italic; }

.arrowgreen{
	width: 240px;
	border-size: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #94AA74;
	border-right-color: #94AA74;
	border-bottom-color: #94AA74;
	border-left-color: #94AA74;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/arrowgreen.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}

.arrowgreen li a:hover{
	color: #996600;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}
.Welcome-Box {
	background-image: url(images/welcome-to-nome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F2F5DA;
}
.Whats-New-Box {
	background-image: url(images/whats-new-in-nome.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F2F5DA;
}

.content-spacer-top { height: 21px; width: 653px; }
.content-spacer-middle { height: 27px; width: 653px; }

.content-header {
	background-image: url(images/content-header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 75px;
}
.content { 
	vertical-align: top;
}
.content-box {
	background-color: #F2F5DA;
	padding: 10px 20px;
}

.Footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

-->
