/* CSS Document @charset "utf-8" */

body {
  	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	/*font-size: 75%; THIS IS SET IN THE GRID SHEETS*/
  	color: #222; 
	background-color: #858f9e;   /*#4682B4;#000080;#858f9e;*/
	margin: 0em;
	padding: 0em;
}

/*-------------- header ---------------- */
#header {
	padding:0 0 1.5em 0;
}

#headBKGD {
	background: url(../images/gwdHeaderImage08b.jpg); 
	background-color: #fff;
}

/*-------------- content ---------------- */
#content {
	padding:0 0 1.5em 0;
}

 /*-------------- footer ---------------- */
#footer {
	padding:0 0 1.5em 0;
}

#date {
	color: #808080;
	margin:7px 0 4px 0px;
	text-align:left;
}

/* Special Container Styles (Background Color and Images) */
.containerDivhead {
	background-color: #efefef;
	margin-bottom: -18px;/* -30px */
}

.containerDiv {
	background: url(../images/gwd_paper.jpg) fixed;
	background-color: #efefef;
	margin-bottom: -18px;/* -30px */
}

.containerDivfoot {
	background: url(../images/bkgd_paper.jpg) fixed;
	background-color: #efefef;
	margin-bottom: -18px;/* -30px */
}

.memo {
	background: url(../images/memo_backgd.gif) no-repeat; 
	background-color: transparent;
	width: 225px;
	height: 300px;
}

.graphic {
	width: 180px;
	height: 300px;
}

.dev {
	background-color: #fff000;
}

/* FONT STYLES */
/* Default fonts and colors. 
   serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */

h1,h2,h3,h4,h5,h6 { 
  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
  	color: #111;
	background-color: inherit; 
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

/* Blue #5aa7e5; Light Blue #cde4f7; Gray #c0c0c0; */
.subHeader {
	line-height: 1.3; 
	background-color: #cde4f7;
}

.navSep {
	font-weight: bold;
	text-align: center;
	margin-right: 15px; 
	margin-left: 10px; 
	background-color: #c0c0c0;
}

/* Text elements
-------------------------------------------------------------- */

p { 
  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em; 
	margin: 0 0 1.5em; 
}

p.last { 
	margin-bottom: 0; 
}

p img.top { 
	margin-top: 0; 
} /* Use this if the image is at the top of the <p>. */

ul, ol { 
	margin:0 1.5em 1.5em 1.5em; 
}

ul { 
	list-style-type: circle; 
}

ul.siteMap {
	font-size: 1.3em; 
	list-style-type: none;
}

ul.siteMapsub {
	font-size: .95em; 
	list-style-type: none;
	margin-top: .5em; 
}

ol { 
	list-style-type: decimal; 
}

li {
	font-size: 1.0em;
}

li.resume {
	font-size: 1.1em;
	list-style-type: disc;
	margin-bottom: .5em; 
}


/* Special Font Colors */
.mountain {
	color: #000080;
	background-color: inherit;
}

.bold {
	font-weight: bold;
	color: #800040;
	background: inherit;
}

/* Additional Font Styles */

.formpage {
	font-size: 1.1em;
	color: #808080;
	background-color: #efefef;
	font-weight: bold;
	margin:7px 0 4px 0px;
	text-align:right;
}

.page {
	font-size: 1.3em;
	color: #ffffff;
	background-color: #858f9e;
	font-weight: bold;
	padding:1px 2px 1px 2px;
	margin:7px 0 4px 0px;
	text-align:right;
}

.small { 
	font-size: .8em; 
	margin-bottom: 1.875em; 
	line-height: 1.875em; 
}

.large { 
	font-size: 1.2em; 
	line-height: 2.5em; 
	margin-bottom: 1.25em; 
}

.quiet { 
	color: #666; 
}

.gwdcopyR {
	font-size: 0.9em;
	text-align: right;
	color: #800040;
	background-color: inherit;
	margin-top: 20px;
}

.gwdcopyL {
	font-size: 0.9em;
	text-align: left;
   	font-weight: bold;
	color: #800040;
	background-color: inherit;
	margin-top: 20px;
}

.gwdsmallItalicB {
	font-size: .99em;
	text-align: center;
	font-style: italic;
   	font-weight: bold;
	color: #800040;
	background-color: inherit;
	margin-top: 20px;
}
.copyR {
	font-size: 0.70em;
	text-align: right;
	color: #800040;
	background-color: inherit;
	margin-top: 20px;
}

.copyL {
	font-size: 0.70em;
	text-align: left;
   	font-weight: bold;
	color: #800040;
	background-color: inherit;
	margin-top: 20px;
}

.smallItalicB {
	font-size: .75em;
	text-align: center;
	font-style: italic;
   	font-weight: bold;
	color: #800040;
	background-color: inherit;
}
 /*--------------SPECIAL STYLES ---------------- */
img { 
	margin: 0 0 1.5em;
}



.imgR  { 
	float: right; 
	margin: 1.5em 0 1.5em 1.5em;
	padding: 0;
}

.imgL  { 
	float: left; 
	margin: 1.5em 1.5em 1.5em 0; 
	padding: 0;
}

.spacer {
	margin-left: 200px;
}

.top { 
	margin-top:0; 
	padding-top:0; 
}
.bottom { 
	margin-bottom:0; 
	padding-bottom:0; 
}

emhighlight { 
	font-style: italic; 
	background: #ffc; 
}

.highlight { 
	background:#ff0; 
}

.hr {
	background: inherit;
	border-bottom : 4px double #000080;
	margin-left: 0px;
}

.hide {
	display:none;
}

blockquote { 
	margin: 1.5em; 
	/*color: #666; */
	/*font-style: italic; */
}

.italicblock { 
	margin: 1.5em; 
	color: #666;
	font-style: italic;
}

.clr {
	clear: both;
}

/* ANCHOR AND MENU CSS*/
.nav {
	text-align: center;
	border-top : 4px double #000080; /* Light Blue Color #6699cc; Medium Gray Color #808080; */
	border-bottom : 4px double #000080; /* Light Blue Color #6699cc; Medium Gray Color #808080; */
	margin-bottom: -.95em;
	background-color: #efefef;
}

/* ANCHOR AND MENU CSS*/	
/* This document's anchor pseudo-classes*/
/*General Link CSS for text links*/
a {
   	font-weight: bold;
   	color: #0000ff;
   	background-color: transparent;
  	text-decoration: none;
}
  
a:link {
	font-weight: bold; 
	color: blue;  
	text-decoration: none; 
}

a:visited {
	font-weight: bold; 
	color: purple; 
	text-decoration: none; 
}

a:active {
	font-weight: bold; 
	color: green; 
	text-decoration: none; 
}

a:hover {
	font-weight: bold; 
	color: #ff0000;
	text-decoration: underline; 
}


/* EXTRA NAVIGATION STYLES */
#topbox {
	font-weight: bold;
	color: #808080;
	background: inherit;
	margin:7px 0 4px 0px;
	text-align:right;
}

#topbox a {
	color: #808080; /* #d04a10; */
	background: inherit;
}

#topbox a:hover {
	text-decoration:underline;
}

/*------------------------------------------------------------*
**  gwd TOP NAVIGATION BAR STYLES
**------------------------------------------------------------*/
.gwdnav {
	text-align: center; 
	border-top : 4px double #000080; 
	border-bottom : 6px solid #4682B4;
	background-color: #efefef;
}
/* ------------------------------------------------------------
---------------------------------------------------------------- */
.gwdnav:hover {
	border-bottom : 6px solid #5AA7E5;
}

#gwdnav {
	/*background: #858F9E;*/
	/*border-bottom: 4px double #6699cc;*/
	margin: 0; 
	padding: 0;
}

#gwdnav li {
	list-style-type: none;
	display: inline;
	line-height: 1.2em; /* 20px */
}
		
#gwdnav li a { 
	text-decoration: none; 
	color: #ffffff; /*#ddd;*/
	background-color: #004080; 
	border-right: 4px solid #858F9E; /*#4682B4;*/ 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1.0em;
	float: left;
	font-weight: bold;
}

#gwdnav li a:hover { 
	background-color: #5AA7E5; 
}

#gwdnav  li a.one {  
	border-left: 4px solid #858F9E; /*#4682B4;*/ 

}

#gwdnav li a.on { 
	background-color: #4682B4;
	color: #C6C4C5;
}

#gwdnav li a.on:hover { 
	background-color: #5AA7E5;
	color: #C6C4C5;
}
