/* Set to Zero */
* {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* Title */
h2 {
	font-size:18px;
	font-weight: bold;
	color: #660000;
	text-transform: uppercase;
	margin-bottom: 10px;
	}
	h2 a:link, h2 a:active, h2 a:visited {
		color: #660000;
		text-decoration: underline;
		}
		h2 a:hover, h2 a:visited:hover {
			color: #660000;
			text-decoration: underline;
			}

/* Header */
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #981A1D;
	}
	h3 a:link, h3 a:active, h3 a:visited {
		color: #981A1D;
		text-decoration: underline;
		}
		h3 a:hover, h3 a:visited:hover {
			color: #981A1D;
			text-decoration: underline;
			}

/* Sub-Header */
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #981A1D;
	}
	h4 a:link, h4 a:active, h4 a:visited {
		color: #981A1D;
		text-decoration: underline;
		}
		h4 a:hover, h4 a:visited:hover {
			color: #981A1D;
			text-decoration: underline;
			}

/* Paragraph Text */
p {
	line-height: 135%;
	color: #333333;
	padding-bottom: 20px;
	}			
/* Generated by I2RD CMS Mon Sep 10 14:43:31 UTC 2007 */
#header {
  width: 776px;
  clear: both;
  height: 94px;
  margin: 0 auto;
/*  background: transparent url(/resources/all/files/_SiteRoot/SITE46/Graphics/landingpage_topbg.gif) repeat-x; */ 
}
#body {
  width: 776px;
  clear: both;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  text-align:center;
  background-color: #981A1D;
}

#body img {
  padding-bottom:20px;
}


#footer {
  width: 100%;
  clear: both;
  height: auto;
  margin: 0 auto;
  padding: 30px 0 100px 0;
  text-align:center;
  background:  #FDF9CE url(/resources/all/files/_SiteRoot/SITE46/Graphics/landingpage_footerbg.gif) repeat-x;
}
body {
	background-color:#981A1D;
	background-image:url(/resources/all/files/_SiteRoot/SITE46/Graphics/landingpage_contentbg.gif); 
	background-repeat:repeat;
}
/* Global Text */
body, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
}

html { 
background-color: #FDF9CE; 
} 

/* Content */
#nav ul li ul {
  display: none;
}
#contact_section #nav ul li.contact_section ul,
#welcome_section #nav ul li.welcome_section ul,
#property_section #nav ul li.property_section ul,
#employment_section #nav ul li.employment_section ul {
  display: block;
}
div.page {
   background: transparent url(/resources/all/files/_SiteRoot/SITE46/Graphics/landingpage_topbg.gif) repeat-x;
}

div.landing_content {
  margin:0 auto;
  width:440px;
}

#e_content {
  background: transparent url(/resources/all/files/_SiteRoot/SITE46/Graphics/red-white-bg.png);
}

a, 
a:link, 
a:active, 
a:visited
 {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
	font-size:0.9em;
        text-decoration:none;
	}
a:hover{
	color: #ffffff;
        text-decoration:underline;
	}	


/* ------Forms----------- */
.input, select, option {
	font:11px Verdana, Arial, Helvetica, sans-serif;
}

div.form_entry select{ clear: both;}
div.form_entry input {
  color: #00008B;
  background-color: #FFCC33;
  border: 1px inset #00008B;
  width: 200px;
  margin-bottom:0.9em;
  font:11px Verdana, Arial, Helvetica, sans-serif;
}

div.form_entry textarea {
  color: #00008B;
  background-color: #FFCC33;
  border: 1px inset #00008B;
  width: 200px;
  height:80px;
  margin-bottom:0.9em;
  font:11px Verdana, Arial, Helvetica, sans-serif;
}

input.button,
button.submit_button {
  color: #00008B;
  background-color: #FFCC33;
  border: 1px inset #00008B;
  width: 60px;
  font:11px Verdana, Arial, Helvetica, sans-serif;
}

label {
	width:150px;
  	font: bold 1.0em  Arial, Helvetica, sans-serif;
}

div.registration_validation_errors{
  color:#b5131e;
  border: 1px #b5131e solid;
  background-color: #fdf6c4;
  margin: 1em 0;
  padding: .25em;
  font-weight: bold;}



