/*********** Page Set-Up ***********/

body {
	margin: 0;
	background-color: #a8e5ff;
}

/*********** General ***********/

div.wrapper {
	width: 100%;
	padding: 0px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div.flash-header {
	width: 1001px;
	height: 187px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div.menu {
	width: 1001px;
	height: 44px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div.content-wrapper {
	width: 1001px;
	margin: 0 auto;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000;
}

div.spacer {
	clear: both;
}

div.spacer-padding {
	clear: both;
	padding-bottom: 10px;
}

div.spacer-padding-large {
	clear: both;
	padding-bottom: 70px;
}

div.spacer-padding-sub {
	clear: both;
	padding-bottom: 38px;
}

/********* Home Page ************/

div.flash-home {
	width: 1001px;
	height: 334px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div.flash-sub {
	width: 1001px;
	height: 196px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div.welcome-wrapper {
	width: 1001px;
	height: 334px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.h1Format {
	color: #315F9B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
.pictureThumbnail{
	border: 1px solid #999;
}
.gall-box {
	height: 190px;
	width: 150px;
	text-align: center;
}

.gall-box-left {
	height: 190px;
	width: 150px;
	text-align: left;
}
.gall-box-right {
	height: 190px;
	width: 150px;
	text-align: right;
}

.bullets {
	list-style-image: url(../images/arrow-icon.gif);
	text-indent: 0px;
	white-space: normal;
	padding-right: 5px;
}
.headshots{
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #dbdbdb;
}
	
/********* Sub Pages ************/

.sub-wrapper-left {
	width: 577px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	background-position: right top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 29px;
	text-align: justify;
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-y;
}
.sub-wrapper-right {
	width: 367px;
	background-image: url(../images/content-bg-subs.gif);
	background-repeat: repeat-y;
	float: left;
}

div.sub-content {
	width: 620px;
	padding: 12px;
}

div.practice-wrapper-left {
	width: 155px;
	float: left;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	background-position: top;
	margin: 0px;
}

div.practice-wrapper-right {
	width: 714px;
	background-image: url(../images/content-bg-practice.gif);
	background-repeat: repeat-y;
	margin-left: 11px;
	float: left;
}

div.practice-content {
	width: 690px;
	padding: 12px;
}

div.quote-content {
	width: 564px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 8px;

}

div.quote-left {
	width: 23px;
	height: 27px;
	float: left;
	background-image: url(../images/quote-left.gif);
	background-repeat: no-repeat;
}

div.quote-right {
	width: 23px;
	height: 27px;
	background-image: url(../images/quote-right.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 564px;
}

div.bio-headshots{
	width: 100px;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
}

div.bio-content{
	width: 450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 120px;
	padding-top: 0px;
	padding-left: 10px;
}

/* ********** Main Links ********** */

a:link{
	text-decoration: none;
	font-weight: bold;
	color: #315F9B;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #315F9B;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #4E81C7;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #315F9B;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}
	
div.view-link{
	font-size: 10px;
	padding-left: 22px;

}
	
#menu-wrapper{
	width:1002px;
	height:44px;
	float: none;
	background-position: center center;
	background-position: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#menu{
	position:relative;
	overflow:hidden;
	height:44px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu li{
	margin:0px;
	padding:0px;
	display:inline;
	float:left;
}
#menu a {
	background-position:top left;
	height:44px;
	display:block;
	text-indent:-5000px;
	outline:none;
	text-decoration:none;
}
#menu a:hover{
	background-position:bottom left;
}

#menu a:active{
	background-position:bottom left;
}
.menu-company{
	background-image:url(../images/menu/nowater-company.gif);
	width:175px;
}
.menu-people{
	background-image:url(../images/menu/the-people-behind-nowater.gif);
	width:160px;
}
.menu-services{
	background-image:url(../images/menu/nowater-services.gif);
	width:166px;
}
.menu-projects{
	background-image:url(../images/menu/nowater-projects.gif);
	width:167px;
}
.menu-profiles{
	background-image:url(../images/menu/nowater-project-profiles.gif);
	width:182px;
}
.menu-contact{
	background-image:url(../images/menu/contact-nowater.gif);
	width:152px;
}
#menu li a.selected{
	background-position:bottom left !important;
}
	
/*********** Content Layout ***********/	
	
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.contentItalic {
	font-weight: normal;
	font-style: italic;
}
.contentItalicFootnote {
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	font-variant: normal;
	color: #999;
}
.contentBold {
	font-weight: bold;

}

/*********** Footer ***********/	

div.footer-wrapper {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #7db9d2;
	line-height: 16px;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	height: 126px;
	text-align: right;
}

div.footer-content-wrapper {
	width: 1001px;
	height: 106px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div.twitter {
	width: 40px;
	height: 106px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: left;
}

div.facebook {
	width: 40px;
	height: 106px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: left;
}

.footerBold {
	font-weight: bold;
}
.footerLink {
	color: #64386f;
	text-decoration: none;
	font-weight: bold;
}

a.footerLink:link {
	color: #4a8eab;
	text-decoration: none;
}

a.footerLink:visited  {
	color: #7db9d2;
	text-decoration: none;
}

a.footerLink:active  {
	color: #7db9d2;
	text-decoration: none;
}

a.footerLink:hover  {
	color: #296d8a;
	text-decoration: underline;
}
.sub-wrapper-projects {
	width: 944px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 29px;
	text-align: justify;
}
