@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(/images/cover-page-Logo-v2_mini.gif);
	background-repeat: no-repeat;
	background-position: -100px -100px;
}

#topNavSiteTitleArea {
	/* Controls the site's title area LOCATION */
	position: absolute;
	visibility: visible;
	z-index: 600;
	left: 230px;
	top: 2px;
}
#topNavSiteTitleArea h1 {
/* Controls the site's title area font formatting when handles by text */
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	margin: 0;
}
#container {
	/* this will create a container that will store the main contents of the body */
	width: 875px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom: 0px;
	position: absolute;
	clear: both;
	top: 65px;
	left: 50px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

#topNavArea {
	/* This controls the FORMATTING of the Top Navigation strip. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	border: 2px solid #FFFFFF;
	position: absolute;
	visibility: visible;
	z-index: 500;
	background-color: #FFFFFF;
	height: 20px;
	top: 28px;
	left: 260px;
}

#topNavAreaBorder {
	/* This controls the inside border of the Top Navigation strip. */
	border: 2px solid #666666;
	background-color: #CC0000;
	height: 16px;
	float: left;
}

#topNavLinks {
/* This controls the DIV used to enclose the top navigation links */
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left:5px;
	padding-right: 5px;
}

#topNavLinks a {
	/* This controls the top navigation's link specific FORMATTING */
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#topNavLinks a:hover {
	/* This controls the top navigation's link specific FORMATTING */
/* /Removed Padding when font weight locked to bold
	padding-right: 4px;
*/
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}
#topNavLogoLinkArea {
/* Controls the LOCATION of a top nav logo that is used as a HOME link */
	margin: 0px;
	padding: 0px;
	height: 71px;
	width: 224px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 190;
}
#topNavLogoLink {
/* Controls the FORMATTING of a top nav logo that is used as a HOME link */
	float: left;
	height: 71px;
	width: 224px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footerArea {
	/* This controls the FORMATTING of the Footer. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	height: 26px;
	padding-top: 5px;
	padding-bottom: 15px;
	position: relative;
	padding-right: 15px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#footerCopyright {
/* This controls the DIV used to enclose the footer copyright info */
	float: left;
	padding-left: 15px;
}


#footerLinks {
/* This controls the DIV used to enclose the footer links */
	float: right;
}

#footerLinks a {
/* This controls the footer's link specific FORMATTING */
	margin-right: 15px;
	margin-left: 15px;
	color: #0061A6;
	text-decoration: none;
}
#footerLinks a:hover {
/* This controls the footer's link specific FORMATTING when doing a mouseover*/
	text-decoration: underline;
}

#fullTextArea {
	/* Use this optional text to display the full width of the page */
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 5px;

	position: relative;
	visibility: visible;
	z-index: 350;
}
#projectDescriptionArea {
	/* Controls the descriptive text area that accompanies a project thumbnail */
	position: relative;
	visibility: visible;
	z-index: 350;
	width: 445px;
	font-size: .9em;
	font-style: normal;
	color: #666666;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

#projectDescriptionArea h2, #fullTextArea h2, #showBigTitleArea h2 {
	/* Controls the descriptive text TITLE FORMATTING area that accompanies a project thumbnail */
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	margin: 0;
}

#projectDescriptionArea h2.subTitle, #fullTextArea h2.subTitle {
	/* Controls the descriptive text TITLE FORMATTING area that accompanies a project thumbnail */
	font-size: .9em;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	margin: 0;
	padding-top: 0;
}

#projectDescriptionArea h3, #fullTextArea h3, #showBigTitleArea h3 {
	/* Controls the descriptive text TITLE FORMATTING area that accompanies a project thumbnail */
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
}

#projectImageArea1 {
	/* This area contains an optional THUMBNAIL image for the project */
	position: relative;
	float: right;
	visibility: visible;
	z-index: 350;
	width: 400px;
}
#projectImageArea1 img {
	border: 1px solid #666666;
	margin-bottom: 15px;
}
#projectImageArea2 {
	/* This area contains an optional THUMBNAIL image for the project */
	position: relative;
	visibility: visible;
	z-index: 350;
	width: 400px;
	padding-left: 55px;
}
#projectImageArea2 img {
	border: 1px solid #666666;
	margin-bottom: 15px;
}
#projectIframeArea {
/* This area contains an optional iframe loading navigable web content */
}
#projectIframeArea iframe {
/* This controls the look of the iframe */
	border: 1px solid #666666;
	width: 800px;
	height: 400px;
}
#projectDescriptionArea ol, #projectDescriptionArea ul, #fullTextArea ol, #fullTextArea ul {
	/* This controls the lists in the  Project description areas */
	margin-bottom: 0px;
	padding-bottom: .7em;
	padding-top: .3em;
	margin-top: 0px;
}
#projectDescriptionArea li, #fullTextArea li {
	/* This controls the lists in the  Project description areas */
	margin-bottom: 0px;
	padding-bottom: .1em;
	padding-top: 0px;
	margin-top: 0px;
}

#projectDescriptionArea a, #fullTextArea a {
	/* This controls the LINKS in the  Project description areas */
	text-decoration: none;
}
#projectDescriptionArea a:hover, #fullTextArea a:hover {
	/* This controls the LINKS in the  Project description areas */
	text-decoration: underline;
}

#showBigImageArea {
	text-align: center;
}
#showBigImageArea img {
	border: 1px solid #666666;
	margin-bottom: 15px;
	margin-top: 10px;
}
#showBigTitleArea {
	text-align: center;
}
#showBigCaptionArea {
	text-align: center;
}
#fullTextArea img.thumbNail {
	border: 1px solid #666666;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 10px;
}
#fullTextArea img.thumbNail:hover {
	border: 1px solid #FF0000;
}
