/* stylesheet.css - NEI */

/* NOTES: -- avoid using padding in DIVs -- layout tends to break in IE6, box model problem */

/* NORMALIZE BROWSER DEFAULTS */

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, blockquote, form, input, table, tr, th, td, img, pre, fieldset, label, dd, dt, dl, hr { margin: 0; padding: 0; border:0; }
ul, ol { list-style: none; }
img, a img, :link img, :visited img, fieldset { border: none; }

table { border-collapse: collapse; }


/* GLOBALS */

html, body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000;
}

body {
  position: relative;
  margin: 15px 0 15px 0;
  background-color: #373737;
  text-align: center;
}

p, dl { margin: 0 0 10px 0; }

.margin0 { margin: 0; padding: 0; }
.padding0 { padding: 0; }
.padding-top { padding-top: 12px; }

blockquote { padding: 0 12px 8px 15px; }

p, td, ul, ol { line-height: 120%; }

h1, h2, h3, h4, h5, h6 { 
  color: #000; 
	margin: 0 0 18px 0;
	font-weight: bold;
}
h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

input, textarea { 
  margin: 0;
  padding: 1px 4px 2px;
  border: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
} 

hr {
	border-top: 1px solid #333;
	height: 1px;
}

div.clear {
  clear: both; 
	margin: 0;
	padding: 0;
}

.floatleft { float: left; }
.floatright { float: right; }

ul {
	padding: 0 0 12px 16px;
}

ul.list-top-margin { margin-top: 12px; }

ul.bullets {
	padding: 0 0 12px 30px;
	list-style-position: outside;
	list-style-type: disc;
}

ul.bullets-arrow-blue {
	padding: 0 0 12px 30px;
	list-style-position: outside;
	list-style-image: url(../images/arrow-right-blue-small.gif);
}

ol {
	padding: 0 0 12px 32px;
	list-style: decimal outside;
}

li { margin: 0 0 3px 0; }


/* LV FHA - elements with focus still display hover, otherwise: LVA HF */
a:link, 
a:visited {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  color: #00c; 
}

a:focus, 
a:hover, 
a:active {
  color: #c00; 
}

a.a-nav:link, 
a.a-nav:visited, 
a.a-nav:active {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

a.a-nav:focus, 
a.a-nav:hover {
	color: #fff;
	font-weight: normal;
	background-color: #7a6f5c;
	text-decoration: none;
}


.center { text-align: center; }

.text-small { font-size: 11px; }
.text-vsmall { font-size: 10px; }

.text-red { color: #f00; }
.text-red-bold { color: #CC0000; font-weight: bold; }

.show { display: block; }
.hide { display: none; }

.superscript { vertical-align: top; font-size: 8px; }

.underline { text-decoration: underline; }
.underline-none { text-decoration: none; }

img.border1 { border: 1px solid #333; }

img.image-floatright {
	float: right;
	margin: 0 0 15px 20px;
	padding: 0;
	border: none;
}

.indent { margin-left: 15px; }



/* FRAMEWORK */

div#page { 
  width: 1030px; 
  margin: 0 auto;
  padding: 0;
  background-color: #373737; 
	text-align: left; 
}

div#topbar {
}

div#mainsection-outer-container {
  margin: 0;
  padding: 0;
  background: url(../images/bkgd-mainsection-dropshadow.jpg) repeat-y left top;
}

div#mainsection-inner-container {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background-color: #fff;
}

div#header {
  height: 130px;
  background: url(../images/bkgd-header-blue-gradient.jpg) repeat-x left top;
}
div#header div#header-logo {
	position: relative;
	display: inline;
  width: 280px;
  float: left;
  margin: 0;
  padding: 0 0 0 50px;
}
div#header div#header-tagline {
	position: relative;
	display: inline;
  width: 450px;
  float: right;
  margin: 0;
  padding: 0;
}
div#header div#header-tagline p {
  margin: 30px 0 0 0;
  padding: 0;
  text-align: left;
  font: bold 22px/150% Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
}

div#mainnav {
  height: 39px;
  margin: 0;
  padding: 0;
  background: url(../images/bkgd-navbar.jpg) repeat-x left top;
} 
div#mainnav a {
  margin-left: 30px;
} 
div#mainnav a.nav-first {
  margin-left: 50px;
} 



/* MAIN CONTENT */
div#maincontent-container {
	margin: 0;
	padding: 0;
  background-color: #fff;
}
body#subpage div#maincontent-container {
  background: url(../images/bkgd-subpage-leftside-gradient.jpg) no-repeat left top;
}

div#home-flash {
  height: 320px;
  margin: 0;
  padding: 0;
  background: #373737 url(../images/home-flash-bkgd.jpg);
}

div#home-text {
  height: 144px;
	margin: 0;
	padding: 30px 44px 0 44px;
}
div#home-text p {
  font-size: 14px;
}

div#bottom-gradient {
  height: 40px;
  margin: 0;
  padding: 0;
  background: url(../images/bkgd-bottom-blue-gradient.jpg) repeat-x left top;
}

div#sidebar {
  position: relative;
  display: inline;
  float: left;
  width: 300px;
  margin: 0;
  padding: 0;
}

div#sidebar p {
  margin: 0 0 8px 40px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 170%;
}

div#subpage-content {
	position: relative;
	display: inline;
	float: right;
	width: 585px;
	margin: 0;
	padding: 25px 40px 18px 0;
}

div#subpage-bottom-gradient-container {
}
div#subpage-bottom-gradient {
  height: 40px;
  width: 660px;
  float: right;
  margin: 0;
  padding: 0;
  background: url(../images/bkgd-bottom-blue-gradient.jpg) repeat-x left top;
}


/* END MAIN CONTENT */


/* FOOTER SECTION */
div#footer {
  height: 40px;
	margin: 0;
	padding: 0;
}


/* END FOOTER SECTION */


/* COPYRIGHT SECTION */

div#copyrightbar {
  width: 1030px;
  height: 35px;
  margin: 0 auto;
  padding: 0;
  background: url(../images/bkgd-bottom-page-dropshadow.jpg) no-repeat left top;
}

div#copyrightbar p.field-offices {
  float: left;
  width: 550px;
  margin: 5px 0 0 79px;
  padding: 0;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
div#copyrightbar p.copyright {
  float: right;
  width: 300px;
  margin: 4px 35px 0 0;
  padding: 0;
  text-align: right;
  font-size: 10px;
  color: #777;
  font-weight: normal;
}
div#copyrightbar a.a-webdesign:link, 
div#copyrightbar a.a-webdesign:visited, 
div#copyrightbar a.a-webdesign:active {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-weight: normal;
  color: #777;
  text-decoration: underline;
}

div#copyrightbar p.websitedesignby {
  float: left;
  width: 300px;
  margin: 4px 0 0 35px;
  padding: 0;
  text-align: left;
  font-size: 10px;
  font-weight: normal;
  color: #777;
}
div#copyrightbar a.a-webdesign:hover, 
div#copyrightbar a.a-webdesign:focus {
  color: #eb6436;
  text-decoration: underline;
}

/* END COPYRIGHT SECTION */




/* SUBPAGE CONTENT DESCRIPTORS */

.pagetitle {
  font-size: 18px;
  font-weight: bold;
  color: #A01C18;
}

.section-title {
  font-size: 14px;
  font-weight: bold;
}
.section-title-underline {
  margin: 6px 0 12px 0;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

.portfolio-links {
  position: relative;
  display: inline;
  float: right;
  margin: 0 0 12px 20px;
  padding: 4px 10px 6px 10px;
  border: 1px solid #305B87;
  font-size: 11px;
}
.portfolio-links a {
  font-size: 11px;
}

.testimonial {
  width: 470px;
  margin: 12px 0 12px 50px;
  padding: 8px 12px;
  border: 1px solid #305B87;
}

/* END SUBPAGE CONTENT DESCRIPTORS */

