

body {
	background-color: #fff;
	margin: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: gray;
	margin-bottom: 10px;
}

.paragraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: gray;
	margin-bottom: 10px;
	margin-left: 10px;
}

td p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: gray;	
}

.small p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: gray;
}

a {
	text-decoration: none;
	color: #009AD5;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: Myriad-Italic, Verdana, Arial, Helvetica, sans-serif;
	color: #009AD5;
	font-style: italic;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

/* Layout elements for all pages */

.news {
	padding-bottom: 5px;
}

.awards {
	float: right;
	padding-bottom: 5px;
}

/* Header Layout */
#header {
	position: absolute;
	left: 25px;
	top: 0px;
	width: 750px;
	height: 149px;
	background-color: black;
	z-index: 1;
}

div#header p {
	color: white;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	margin-top: 13px;
	margin-right: 25px;
}

div#header a {
	margin-left: 20px;
	color: white;
}

div#header a:hover {
	text-decoration: none;
}

#masthead {
	position: absolute;
	top: 40px;
	width: 750px;
	height: 112px;
	background-color: white;
	z-index: 2;
}

/* Navigation Layout */

#navigation {
	position: absolute;
	top: 150px;
	left: 25px;
	height: 39px;
	width: 750px;
}

/* Grey Block used in Footer */
.greyblock {
	clear: both;
	width: 750px;
	height: 110px;
	background-color: #ADADAD;
}

/* Container for positioning page elements */
#container {
	position: relative;
	top: 0px;
	left: 0px;
}

/* Layout elements for home page ONLY */

/* Body Layout - home page */
#body {
	position: absolute;
	top: 190px;
	left: 25px;
	width: 750px;
	height: 300px;
	background-color: #EEE;
	border-left: solid #999 1px;
}

div#featuredProject {
	background-color:#FFFFFF;
	width: 250px;
	float: left;
}

#featuredProject h2 {
	margin: 10px;
}

#featuredProject p {
	margin: 10px;
}

#featuredProject img {
	margin-left: 10px;
	bottom: 10px;
}

div.main {
	position: relative;
	margin-left: 250px;
	height: 100%;
	background-color: #EEE;
	width: 500px;
}

div.main p {
	position: relative;
	top: 50px;
	margin: 10px;
	padding: 10px 10px;
	font-size: 1.1em;
	font-style: italic;
}

div.main h1 {
	position: relative;
	top: 72px;
	margin: 10px;
	padding: 10px 10px;
	word-spacing: 2px;
}

/* Footer Layout - Main Page */

#footer {
	position: absolute;
	top: 490px;
	left: 25px;
	width: 750px;
}

#footerTextBlock {
	width: 100%;
}

div#footerTextBlock p {
	font-size: .7em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

/* Layout for Interior Pages ONLY */

/* Body Layout - interior pages */

#bodyInterior {
	position: absolute;
	top: 190px;
	left: 25px;
	width: 748px;
	background-color: white;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
}

div#bodyInterior p {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-right: 10px;
}

div#bodyInterior p .award {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-right: 10px;
}

div#bodyInterior h2 {
	margin-left: 10px;
	margin-top: 10px;
}

div#bodyInterior .categories{
	width: 80%;
}

div#bodyInterior .categories td{
	background-color: #CEF1FF;
}

div#bodyInterior .categories .spacer{
	background-color: #FFFFFF;
	width: 5px;
}


div#bodyInterior .projects{
	width: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: gray;
}

div#bodyInterior .projects td{
	background-color: #CEF1FF;
	vertical-align: top;
}

div#bodyInterior .projects .spacer{
	background-color: #FFFFFF;
	width: 5px;
}

div#bodyInterior .project {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: gray;
}

div#bodyInterior .project td{
	vertical-align: top;
}

div#bodyInterior .project .content{
	padding-left: 10px;
}

div#bodyInterior .project #image-area{
	float: right;
	background-color: #CEF1FF;
}

/* Featured Project Block - Interior Pages */
#floater {
	width: 250px;
	height: 100%;
	float: right;
	background-color: #E5E5E5;
}

div#floater img {
	margin-left: 10px;
	margin-bottom: 10px;
}

/* Footer Elements - Interior Pages */

#footerTextBlockInterior {
	height: 30px;
}

div#footerTextBlockInterior p {
	font-size: .7em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

/***************************
Styles for Image Popup View
***************************/
#portBody{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ADADAD;
}

#portcontainer{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 99%;
}

#portcontainer p{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	color: #fff;
}

#portImage{
	padding: 2px 2px 2px 2px;
	margin: 5px 0px 0px 0px;
	width: 100%;
	text-align: center;
}

#portImage img{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0;
}

#portDescription{
	padding: 2px 2px 2px 5px;
	margin: 5px 4px 5px 8px;
	background-color: #000;
}

#portClose
{
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
}

/*******************************************
Input Styles
*******************************************/
.btnAqua{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #319CD6;
	border-color: #000;
	font-size: 10px;
}

.border-bottom{
	/* border-bottom: 1px solid gray; */
}


/**************************************
PEASE PRESS
**************************************/
#pease-press-title{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 12px;
}

#pease-press-table{

}

#pease-press-table p {
	margin-left: 0px;
}

#pease-press-table td{
	text-align: left;
	vertical-align: top;
}

#pease-press-table .press-border-bottom{
	border-bottom: 1px solid gray;
}

#pease-press-table .press-border-right{
	border-right: 1px solid gray;
}

#pease-press-table .pease-format {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: gray;
	margin-left: 10px;
	margin-right: 10px;
}

#pease-press-table .pease-format p {
	margin-left: 0px;
}