/* CSS Document */

/*##############################################################
  Eric Meyer's Latest version of Reset.css (includes Baseline)
##############################################################*/ 

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

h5, h6, h7{ margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: center;
    vertical-align:baseline; }
    
a img, :link img, :visited img {border-style:double;}
table {border-collapse: collapse; border-spacing:5px; float:inherit; }
ul {list-style: none}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*#######################
  Element Styles 
#######################*/


body {font-size:14px; font-family:Helvetica, Arial, Verdana, sans-serif; color:#000; background:#000
url(../images/body_bg.jpg) left top repeat-x}
h1 {margin-bottom:25px; font-size:2.5em; color:#fff}
h2, h3, h4, h5, h6 p, ul, ol, dl {margin:15px}
h1, h2, h3, h4, h5, h6 {font-weight:bold; text-transform:uppercase; font-family:"Arial Black", Arial, Verdana, sans-serif}
h2 {clear:both; margin-top:15px; font-size:1.5em; color:#545454}
h3 {font-size:1.25em; color:#868888}
h4 {font-size:1.15em; color:#868888}
h5 {font-size:.9em; font-style:italic; color:#868888}
h6 {font-size:1.5em; color:#545454}
h7 {font-weight:bolder;font-style:oblique; font-size:1.6em; color:#868888}
a {color:#2b89a8; outline:none}
	a:hover {text-decoration:none}
dt {margin:15px 0; font-weight:bold}
dd {margin:5px 0 5px 15px}
ol {margin-left:25px}
img {padding:1px }

/*#######################
  Layout Styles 
#######################*/

#wrapper {width:960px; margin:0 auto; padding:15px 0}

#header {width:930px; padding:15px}

#content {clear:both; float:left; width:100%; background-color:#fff; border:6px solid #e9e8e8}	

	#content #navigation {float:left; margin:0 0 15px 0; width:100%; height:40px; background:url(../images/navigation_bg.jpg) left top repeat-x}
	#homepage #content #navigation {margin:0}
		#content #navigation li {float:left; display:inline; margin:0; font-size:1.20em; text-transform:uppercase; font-family:"Arial Black", Arial, Verdana, sans-serif; border-right:0 solid #e4e3e3}
			#content #navigation li a {display:block; padding-right:5px; padding:11px 20px; width:135px; height:23px; text-align:center; text-decoration:none; color:#989797}
				#content #navigation li a:hover {color:#2b89a8}
				
	#hero {clear:both; float:left; width:100%; margin-bottom:5px; background:url(../images/hero_bg.jpg) left top repeat-x}
		#hero img {float:left; border-right:2px solid #747474}
		#hero p {width:525px; float:left; margin:0; padding:25px 25px; font-size:1.3em; color:#fff; font-family:Georgia, Times, "Times New Roman", serif}

	#content p {line-height:1.25em}
    #content p.a {height:190px; width:447px; background-image:url('../images/ProjectImgs/ArmstrongBackground.JPG'); font-size:17px; font-style:oblique;}
    #content p.b {height:190px; width:447px;background-image:url('../images/ProjectImgs/KorzeniowskaBackground.JPG'); font-size:17px; font-style:oblique;}
    #content p.c {height:190px; width:447px;background-image:url('../images/ProjectImgs/HeiseBackground.JPG'); font-size:17px; font-style:oblique;}
    #content p.d {font-size:17px; font-style:oblique;}
    #content p.about{font-size:14px; font-weight:600; }
    #content p.green{font-size:16px; font-weight:700; }
    #content p.rrl{font-style:normal;font-size:16px; font-weight:700; }
	#content ul {margin-left:25px; list-style-type:disc}
		#content li {margin:10px 0}	
        #content li.a{margin-left:10px; font-size:16px; }
	#content .two_columns {float:left; display:inline; width:450px; margin-right:15px}
    #content table {border-collapse:separate; border-spacing: 20px 20px; border:none; float:none; }
    #content table.arch{border-collapse:separate; border-spacing:50px; border:none; float:none; font-style:oblique; font-size:18px;}
	
/* Form Styles */
input, textarea {padding:3px; font-size:.95em; font-family:Helvetica, Arial, Verdana, sans-serif; font-style:italic; color:gray}
input {width:250px}
textarea {width:350px; height:150px}
#submit {width:100px; font-weight:bold; color:#000; font-style:normal}
	
#footer {clear:both; padding:50px 0 30px 0; font-size:.9em; font-style:italic; color:gray}




