html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: silver;
  color: #0d1d46;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #990602;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-variant: small-caps;
  font-weight: bold;
  line-height: 125%;
	letter-spacing: .1em;
}
h1.portfolio  {
  color: #990602;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 2em;
  font-variant: small-caps;
  font-weight: bold;
  line-height: 150%;
	letter-spacing: .1em;
	margin-bottom: 10px;
}
h2 {
  color: #0d1d46;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  font-variant: small-caps;
  font-weight: bold;
  line-height: 115%;
	letter-spacing: .05em;
}
h3 {
  color: #000000;
  font-size: 1.1em;
  font-variant: small-caps;
  font-weight: bold;
}
a,  a:link {
  color: #0d1d46;
  text-decoration: underline;
}
a:visited {
  color: #0d1d46;
  text-decoration: underline;
}
a:hover {
  color: #990602;
  text-decoration: underline;
}
hr {
	 border: 0;
 height: 1px;
 color: #0d1d46;
	width: 75%;
	background-color: #0d1d46;
}
#outerWrapper {
  background-color: #000033;
  background-image: url("images/main-background.jpg");
  background-repeat: repeat-y;
  border: 2px inset #990602;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 975px;
}
#outerWrapperGradient{
	background: url(images/content.jpg) no-repeat right bottom;
}
#navWrapper {
  height: 75px;
  padding: 0px 0px 0px 0;
	background-color: transparent;
	margin-left: 315px;
	color: white;
  border-bottom: solid 1px #990602;
	margin-right: 40px;
	margin-bottom: 10px;
}

#contentWrapper {
  overflow: hidden;
}
#leftCol {
  float: left;
  padding: 0 0px 0px;
  width: 225px;
	background-color: transparent;
	margin: -75px 25px -15px;
}
#leftCol img{
	text-align: center;
}
#leftColContent{
	margin-top: 0;
	margin-bottom: 40px;
}
#leftColText{
	background: url(images/homeTextBackground.jpg) no-repeat;
	font-weight: bold;
	padding-left: 5px;
	font-size: 1em;
}
/* When secondary nav is used in left column*/

#secondaryNav h1{
  color: #0d1d46;
	font-size: 1.25em;
	margin-top: 10px;
}
#secondaryNav h1.mainHead{
  color: #0d1d46;
	font-size: 2em;
	border-bottom: thin solid #0d1d46;
	margin-bottom: 10px;
}
#secondaryNav h1 a, #secondaryNav h1 a:link {
  text-decoration: none;
}

#secondaryNav ul {
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: bold;
	line-height: 1.1em;
}
#secondaryNav ul li{
	list-style-type: none;
	margin: 0;
	padding: 7px 0 0;
}
#secondaryNav a, #secondaryNav a:link {
  color: #0d1d46;
  text-decoration: underline;
	font-variant: small-caps;
}
#textContent {
  background-color: #c4bba2;
  margin: 0 40px 0 315px;
  padding: 25px 25px 25px 25px;
  min-height: 450px;
}
#photoContent {
  background-color: transparent;
  margin: 0 40px 0 315px;
  padding: 0;
  min-height: 450px;
}
#photoContent p{
	color: #eaeaea;
}

#photoContent h3 {
  color: #eaeaea;
  font-size: 1.1em;
  font-variant: small-caps;
  font-weight: bold;
}
#photoContent .staffTable table{
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}
#photoContent .staffTable td{
	padding-right: 10px;
	vertical-align: top;
	text-align: center;
	font-size: .9em;
}
#photoContent .staffTable td p{
	margin: 0;
	padding-top: 3px;
	line-height: 1.1em;
}
#photoContent .staffTable td img{
	border: thin solid #990602;
}
/* Form styles */
.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 12px;
	width: 200px;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990602;
	padding-top: 10px;
  color: #990602;
	font-size: 1.1em;
	font-variant: small-caps;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}
/* EO form styles */
#footer {
  color: #c4bba2;
  font-size: .8em;
  height: 45px;
	line-height: 1.5em;
}
#footerContent{
  border-top: solid 1px #990602;
  margin: 10px 40px 0 315px;
  padding: 5px 0;
	text-align: right;
}
#footer img{
	float: left;
	padding-left: 50px;
}
#footer a, #outerWrapper #footer a:link {
  color: #c4bba2;
  text-decoration: underline;
}
#footer a:visited {
  color: #c4bba2;
  text-decoration: underline;
}

