@charset "utf-8";
body {
	background-color: #0D1720;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-position: top;
}
#wrapper {
	text-align: left;
	width: 1318px;
	margin-top: 13px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(images/bg_wrapper.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0d1720;
}


#header {
	height: 178px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 181px;
	padding-top: 0px;
	padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin-top: 26px;
}
#myname {
	width: 690px;
	background-image: url(images/name.png);
	background-repeat: no-repeat;
	height: 146px;
	float: right;
	margin-top: 26px;
}


#nav  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 70px;
	width: 430px;
	left: auto;
	right: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
}
#nav ul {
	height: 70px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
	padding: 0px;
}
#nav li {
	float: left;
}
#nav ul a {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 70px;
	color: #eeedc9;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #546867;
	background-image: url(images/bg_nav.png);
	background-repeat: repeat-x;
}
#nav ul a:hover {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 70px;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
	background-image: url(images/bg_nav_over.png);
	background-repeat: repeat-x;
}

/*nav sub classes*/

#nav ul a.home {
	background-image: url(images/bg_nav_home.png);
	background-repeat: repeat-x;
}
#nav ul a:hover.home {
	background-image: url(images/bg_nav_home_over.png);
	background-repeat: repeat-x;
}

#nav ul a.about {
	background-image: url(images/bg_nav_about.png);
	background-repeat: repeat-x;
}
#nav ul a:hover.about {
	background-image: url(images/bg_nav_about_over.png);
	background-repeat: repeat-x;
}
#nav ul a.projects {
	background-image: url(images/bg_nav_projects.png);
	background-repeat: repeat-x;
}
#nav ul a:hover.projects {
	background-image: url(images/bg_nav_projects_over.png);
	background-repeat: repeat-x;
}

#nav ul a.contact {
	background-image: url(images/bg_nav_contact.png);
	background-repeat: repeat-x;
}
#nav ul a:hover.contact {
	background-image: url(images/bg_nav_contact_over.png);
	background-repeat: repeat-x;
}
#nav ul a.blog {
	background-image: url(images/bg_nav_blog.png);
	background-repeat: repeat-x;
}
#nav ul a:hover.blog {
	background-image: url(images/bg_nav_blog_over.png);
	background-repeat: repeat-x;
}


/*The content wrap div wraps all editable regions in the template*/
#contentwrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

/*The banner wraps the jquery box and the introductory paragraph*/
#banner {
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 247px;
	width: 900px;
	padding-top: 0px;
}
#querywrapper {
	background-image: url(images/jquery_bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 152px;
	width: 481px;
	padding-top: 24px;
	padding-right: 26px;
	padding-bottom: 70px;
	padding-left: 26px;
}

/*This is the text to the right of the jquery box*/
#banner_intro {
	float: right;
	width: 325px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #EFEAD0;
}
#banner_intro h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #EFEACF;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

/*Page ttile div wraps the page tag and secondary navigation.  It preceds the content div*/
#pagetitle {
	height: 180px;
	width: 900px;
	margin: 0px;
}
/*pagetitle content classes*/
#pagetitle.home {
	background-image: url(images/content_bg_home.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
	width: 840px;
	padding-right: 60px;
}
#pagetitle.about {
	background-image: url(images/content_bg_about.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
	width: 840px;
	padding-right: 60px;
}
#pagetitle.projects {
	background-image: url(images/content_bg_projects.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
	width: 840px;
	padding-right: 60px;
}
#pagetitle.contact {
	background-image: url(images/content_bg_contact.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
	width: 840px;
	padding-right: 60px;
}
#pagetitle.sustainability {
	background-image: url(images/content_bg_blog.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
	width: 840px;
	padding-right: 60px;
}

.pagetag {
	float: left;
	margin: 0px;
	height: 100px;
	width: 290px;
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/*portfolio sub navigation*/
.portfolioNav {
	margin: 0px;
	background-image: url(images/sub_title_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 159px;
	width: 197px;
	padding-top: 9px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 168px;
}
.portfolioNavTop {
	padding: 0px;
	height: 48px;
	width: 189px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.portfolioNavLeft {
	padding: 0px;
	height: 64px;
	width: 127px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}
.portfolioNavRight {
	padding: 0px;
	height: 65px;
	width: 63px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
}
.portfolioNavBottom {
	padding: 0px;
	height: 44px;
	width: 189px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}




.pageTitleRightColTop {
	margin: 0px;
	float: right;
	height: 25px;
	width: 400px;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}



/*The content section follows the page title div and wraps the project highlights and other primary content*/
#content {
	width: 848px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 26px;
	padding-bottom: 26px;
	padding-left: 26px;
	background-color: #eee8c6;
	text-align: left;
}

/*This container wraps the three column project section and is only one row of three columns */
.content_container_work {
	width: 848px;
	margin: auto;
	text-align: left;
}
.left {
	float: left;
	width: 215px;
	height: 177px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 21px;
	padding-bottom: 15px;
	padding-left: 26px;
	background-image: url(images/featured_pic_bg.png);
	background-repeat: no-repeat;
}

.middle {
	margin-left: auto;
	margin-right: auto;
	width: 215px;
	background-image: url(images/featured_pic_bg.png);
	background-repeat: no-repeat;
	height: 177px;
	padding-top: 20px;
	padding-right: 21px;
	padding-bottom: 15px;
	padding-left: 26px;
}

.right {
	float: right;
	width: 215px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 21px;
	padding-bottom: 15px;
	padding-left: 26px;
	background-image: url(images/featured_pic_bg.png);
	background-repeat: no-repeat;
	height: 177px;
}

/*thumbnail project picture*/
.work_pic {
	height: 113px;
	width: 216px;
	margin-bottom: 20px;
}
/*project title*/
.work_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #211006;
	height: 32px;
	width: 214px;
}
/*more details link*/
.work_details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-align: right;
	height: 12px;
	width: 214px;
}

.work_details a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1a2a29;
}

.work_details a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #030;
}
/*------------------------------------end three column content container work*/


/*this is the two column section for deatils about the projects*/
/*two col left and right can also be used for other two column layouts becuase it is the client details div that holds the bg */
/*two column layout left section*/
.twoColLeft {
	float: left;
	width: 503px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.clientDetailsImage {
	background-image: url(images/client_details_bg.png);
	background-repeat: no-repeat;
	height: 569px;
	width: 388px;
	padding-top: 30px;
	padding-right: 49px;
	padding-bottom: 51px;
	padding-left: 66px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*Two column layout right section*/
.twoColRight {
	float: right;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 550px;
}

.clientDetailsInfo {
	background-image: url(images/client_details_rightCol_bg.png);
	background-repeat: no-repeat;
	height: 450px;
	width: 230px;
	margin-top: 45px;
	padding-top: 22px;
	padding-right: 23px;
	padding-bottom: 25px;
	padding-left: 27px;
}

.clientDetailsInfo a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #426F86;
	font-style: italic;
	text-align: right;
	background-color: #E1C78E;
}

.clientDetailsInfo a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #030;
	font-style: italic;
	text-align: right;
}

.projectTitle  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	padding: 0px;
	margin-bottom: 20px;
}
.projectInfo  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #000;
}
/*--------------------------------------end two column section*/


/*this is the three column section for site map*/
/*This container wraps the three column and can be used for other three column layouts becuase it is not unique */

.threeColContainer {
	width: 848px;
	margin: auto;
	text-align: left;
}
.threeColContainerLeft {
	float: left;
	width: 215px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.threeColContainerMiddle {
	margin-left: auto;
	margin-right: auto;
	width: 215px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.threeColContainerRight {
	float: right;
	width: 215px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
/*--------------------------------------end three column section*/


/*This is the call to action section that preceeds the footer*/
.callout {
	background-image: url(images/callout_bg.jpg);
	background-repeat: repeat-x;
	height: 82px;
	width: 875px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
/*--------------------------------end call to actoin section*/

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	width: 900px;
	background-color: #2d3538;
	padding-top: 65px;
	padding-bottom: 20px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*footer navigation*/

ul#subNav {
	margin: 0px;
	padding: 0px;
}

ul#subNav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#subNav li a {
	color: #CCC;
	text-decoration: none;
	margin: 0px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 0px;
}
ul#subNav li a:hover {
	color: #FFF;
	text-decoration: underline;
}


/*standard classes*/
.floatLeft {
	padding: 4px;
	float: left;
}
.floatRight {
	padding: 4px;
	float: right;
}

.img_center {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.clear {
	font-size: 0px;
	clear: both;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #2D1B17;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #254f65;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #254f65;
	padding: 0px;
	margin-bottom: 25px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #1a2a29;
	text-align: left;
	line-height: 28px;
	margin-bottom: 6px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #80562C;
	text-align: left;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

p {
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.emphasis {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #94241B;
}
a {
	color: #1A2A29;
	text-decoration: none;
}

a:visited {
	color: #1A2A29;
}
a:hover {
	color: #7F604F;
	text-decoration: underline;
}
.list_emphasis {
	font-size: 16px;
	color: #744E1F;
	text-align: center;
}

.content_subhead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#497d8e;
}

.formLegend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #BA9559;
	text-align: left;
	line-height: 18px;
	margin-bottom: 6px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
