/* CSS Document */

/* standard tag styling */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #496C00;
	margin: 0px;
	text-align: center;
	background-color: #DBDAD6;
	background-image: url(../images/negh_body_backgrd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

p {
	font-size: small;
	margin-top: 2px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

p.noMargin {
	margin: 0px 0px 2px 0px;
}	

p.center {
	text-align: center;
}

p.intro {
	font-size: medium;
}

p.right {
	text-align: right;
}		

.maroon {
	color: #800000;
}	

p.red {
	color: red;
}		

h1 {
	margin: 0px 0px 10px 0px;
	color: #91561C; /* brown */
	font-size: 20px;
	text-align: left;
	font-weight: normal;
}		

h2 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	color: #91561C; /* brown */
	font-size: 16px;
	text-transform: none;
	text-align: left;
	font-weight: normal;
}	

h3 {
	margin: 0px;
	text-align: center;
	font-size: medium;
	color: #91561C; /* brown */
	font-weight: normal;
}

h4 { 
	text-align: center;
	margin: 0px;
	padding: 0px;	
}			

img {
	margin: 0px;
	border: none;
}							

td img {
	display: block;
}

ul {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: small;
}

li {
	padding: 0px;
	list-style-position: outside;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 22px;
	margin-right: 0px;
	font-size: small;
	vertical-align: bottom;
	padding-bottom: 5px;
	padding-left: 5px;
}

hr {
	height: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-color: #496C00;
	border-right-color: #496C00;
	border-bottom-color: #496C00;
	border-left-color: #496C00;
}

legend {
	color: #91561C;
	font-size: 12px;
}		

/* This setting is important for the ASP.NET form to display correctly in Opera browser */
/* If not set, Opera displays the page out of line to that displayed in IE and FireFox */
form {
	margin: 0px;
}	
	
a:link {
	color: #2F36B9;
	text-decoration: none;
}

a:active {
	color: #2F36B9;
	text-decoration: none;
}

a:visited {
	color: #2F36B9;
	text-decoration: none;
}

a:hover {
	color: #2F36B9;
	text-decoration: underline;
}

/* text styling */
.p_right {
	margin-top: 10px;
	text-align: right;
}	

.arrow a:hover {
	text-decoration: none;
}		

/* Layer Definitions */

/* Mainwrapper displays the background layer and content which will alter the length of the page */
/* This wrapper centres the page */
/* It is important to set the margins, page width and position to relative */
#centralposition {
	position:relative;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: none;
	background-color: white;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #E5E2D9;
}

/* This extra wrapper is required for the background slice to work in FireFox, etc */
/* Setting the background image in the centralposition layer does not work in FireFox when the position is set to relative */
#backgrdWrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 960px;
	float: left;
	border: none;
	background-image: url(../images/negh_pagemain_slice.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: white;
}	

#backgrdWrapper img {
	margin: 0px;
	padding: 0px;
	display: block;
	border: none;
}

#topBanner {
	padding: 0px;
	margin: 0px;
	/* the following is applied because of bug in IE8 with initial loading of images */
	background-color: white;
	border-top-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F5F2E9;
}

#topBanner img {
	margin: 0px;
	padding: 0px;
	display: block;
	border: none; 
}	

/* the following is applied because of bug in IE8 with initial loading of images */
#topBannerFix {
	position:absolute;
	left:0px;
	top:302px;
	width:960px;
	height:1px;
	z-index:2;
	visibility: visible;
}

#mainPage {
	margin: 0px;
	padding: 0px;
	width: 960px;
	float: left;
	background-image: url(../images/negh_pagemain.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
}

#mainPage h3 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#mainPage p strong {
	color: #91561C;
	font-size: medium;
	font-weight: normal;
}

#mainPage a {
	font-weight: normal;
}	

#mainContentLeft {
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 15px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 420px;
	border: none;
	vertical-align: top;
	float: left;
	text-align: left;
	font-size: small;
}		


#mainContentRight {
	margin-top: 80px;
	margin-left: 30px;
	margin-right: 15px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 435px;
	border: none;
	vertical-align: top;
	float: left;
	text-align: left;
	font-size: small;
}

#mainContentLeft img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#mainContentRight img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#mainContentRight img.inline {
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
}						

#mainForm {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #496C00;
	width: 750px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	border: none;
	float:left;
	text-align: left;
}

#lowerNav {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #496C00;
	width: 800px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	border: none;
	float:left;
	text-align: left;
}

#lowerNav p strong {
	font-size: medium;
}	

#lowerNav p.left {
	float: left;
}

#lowerNav p.right {
	float: right;
}

#lowerNav a:link {
	color: #2F36B9;
	text-decoration: none;
	font-weight: normal;
}

#lowerNav a:active {
	color: #2F36B9;
	text-decoration: none;
	font-weight: normal;
}

#lowerNav a:visited {
	color: #2F36B9;
	text-decoration: none;
	font-weight: normal;
}

#lowerNav a:hover {
	color: #2F36B9;
	text-decoration: underline;
	font-weight: normal;
}

#footerWrapper {
	float: left;
	width: 960px;
	height: 39px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/negh_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #706030;
	border-bottom-width: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #706030;
}	

#footer {
	position: relative;
	top: 40px;
	left: 20px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 900px;
}	
	
#footer p {
	color: #FFFFCC;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 0px;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p strong {
	color: white
}	

#footer table {
	width: 100%;
	border: none;
}

#footer table td {
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
}

#footer table td.text {
	width: 205px;
}

#footer a {
	color: #FFFFCC;
	font-style: italic;
} 
							
/* top layers */
#telephone {
	position:absolute;
	left:30px;
	top: 220px;
	width:400px;
	z-index:1;
}

#telephone p {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: left;
	font-weight: normal;
	color: #91561C; /* brown */
}

#telephone .highlight {
	font-size: 25px;
	}		

#contactlink {
	position:absolute;
	left:10px;
	top:-20px;
	width:800px;
	height:25px;
	z-index:1;
	text-align: left;
}

#contactlink p {
	font-size: 10px;
	color: black; 
}

#contactlink a {
	color: #2F36B9;
}		

#mainmenu {
	position:absolute;
	left:29px;
	top:280px;
	width:700px;
	z-index:2;
	text-align: left;
}

#mainmenu p {
	font-size: medium;
}									

/* Miscellaneous */
.asterisk {
	color: #FF0000;
}
.center {
	text-align: center;
}		

/* Contact form styling */
table.contactform {
	background-color: #FFFFE3;
	width: 100%;
	margin-top: 5px;
}

table.contactform td {
	width: 50%;
}
	
table.contactform p.title {
	text-align: right;
	margin: 2px;
}

table.contactform p.box {
	text-align: left;
	margin: 2px;
}

