
/* General
*******************************************************************************/
* {
	margin: 0;
	padding: 0;
} 

html body {
	background: #E2E4E5;
	font: 11px Arial,Helvetica,Sans-Serif;
	/*margin: 10px;*/
	margin-top: 10px;
	padding: 0;
	text-align: center;	
  min-height: 100%;
  height: 100%;
}

h1 {
	font: Arial,Helvetica,Sans-Serif;
	background: url("/images/bg/bg_h1.gif") no-repeat 0 0;
	width: 632px;
	height: 23px;
	font-size: 16px;
	font-weight: bold;
	color: #083A54;
	margin-bottom: 20px;
}

h2 {
	font: Arial,Helvetica,Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: #083A54;
	margin-top: 15px;
	margin-bottom: 10px;
}

h3 {
	font: Arial,Helvetica,Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 5px;
}

td, input, textarea {
	font: 11px Arial,Helvetica,Sans-Serif;
}

ul {
	margin-left: 20px;
	margin-bottom: 5px;
	list-style-type: square;
}

#homecontainer	{
	background: #ffffff;
	margin:0 auto;
	width:970px;
	clear:both;
	text-align:left;
	border-top: 3px solid #2477A2;
	border-bottom: 3px solid #2477A2;
  min-height: 100%;
  height: 100%;
}

#portalcontainer	{
	background: #ffffff;
	margin:0 auto;
	width:1020px;
	clear:both;
	text-align:left;
	border-top: 3px solid #2477A2;
	border-bottom: 3px solid #2477A2;
  min-height: 100%;
  height: 100%;
}

#container	{
	background: #fff url("/images/bg/bg_container.gif") repeat-y 0 0;
	margin:0 auto;
	width:970px;
	clear:both;
	text-align:left;
	border-top: 3px solid #2477A2;
	border-bottom: 3px solid #2477A2;
  min-height: 100%;
  height: 100%;
}

a {
	text-decoration: none;
	background: url("/images/buttons/link_arrows.gif") no-repeat 0px 2px;
	color: #FF6600;
	font-weight: bold;
	border: none;
	padding: 1px 0 0 20px;
}

a:hover {
	background: url("/images/buttons/link_arrows.gif") no-repeat 0px -12px;
}

.noarrows {
	background: none;
	padding: 0;
}

.noarrows:hover {
	background: none;
}

img {
	border: none;
}

.imgborder {
	border: 2px solid #2477A2;
	margin-top: 18px;
}

.imgorange {
	border-bottom: 5px solid #FF6600;
}

/* Clear Float
*******************************************************************************/

/*** see http://www.positioniseverything.net/easyclearing.html ***/
.clearfloat:after {
content: "."; 
display: block; 
height: 0; 
clear: both;
visibility: hidden;
}
 
.clearfloat { display: inline-block; }
 
/* Hides from IE-mac */
* html .clearfloat { height: 1%; }
.clearfloat { display: block; }
/* End hide from IE-mac */
/*** end clearing hack ***/ 


/* Left 
*******************************************************************************/

#homeleft {
	width: 250px;
	float: left;
	padding: 27px 0 0 22px;
}

#homeleft p {
	padding-right: 15px;
}

#portalright {
	width 250px;
	float: right top;
	padding: 27px 0 0 22px;
}

#left {
	background: #9eb5c3;
	width: 272px;
  min-height: 100%;
	height: 100%;
	float: left;
}

#left-top {
	background: #ffffff;
	width: 250px;
	padding: 27px 0 0 22px;
}

#left-bottom {
	background: #9eb5c3 url("/images/bg/bg_contentleft.jpg") repeat-x 0 0;
	width: 272px;
  height: 330px;
}


#left h4 {
	width: 250px;
	height: 123px;
	margin: 0 0 10px -15px;
}

#left h4 a {
	background: #fffff;
	padding: 0;
}

#left h3 {
	font: Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #144158;
	margin: 25px 0 10px 0;
}

#left a 
{
	text-decoration: none;
	background: none;
	color: #144158;
	font-weight: bold;
	border: none;
	padding: 0;
	margin: 0;
}

#left a:hover {
	background: none;
}

#left p {
	padding: 0;
	margin: 0;
	line-height: 15px;
}

#homeleft h4 {
	width: 250px;
	height: 123px;
	margin: 0 0 20px -15px;
}

#homeleft h4 a {
	background: #fffff;
	padding: 0;
}

.divider {
	border-top: 1px solid #C8D7DF;
	margin: 21px 0 22px 0;
}

#photo {
	width: 142px;
	height: 126px;
	border: 3px solid #547A8D;
	overflow: hidden;
	float: left;
}

#details {
	float: right;
	width: 465px;
}

#details p {
	padding: 0px 25px 15px 0;
}

#details-title {
	background: url("/images/bg/bg_section_title.gif") no-repeat 0 0;
	padding: 10px 0 8px 0;
}

#left p {
	padding: 15px 25px 0 0;
}

#staff {
	background: url("/images/bg/bg_list_bt.gif") repeat-x bottom;
	margin: 8px 0 0px 0;
	padding: 0 0 162px 0;
}

#staff li.name {
	background: url("/images/bg/bg_name.gif") no-repeat 0px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #083A54;
	padding: 8px 0 1px 16px;
}

#staff li.position {
	background: url("/images/bg/bg_position.gif") no-repeat 0px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 3px 0 2px 16px;
}

#main-content {
	width: 697px;
	float: left;
	border-left: 1px solid #9CB5C2;
}

#search-container {
	background: url("/images/bg/bg_search_cont.gif") no-repeat 0 0;
	height: 48px;
}

#search-box {
	background: url("/images/bg/bg_search_box.gif") no-repeat 0 0;
	width: 215px;
	height: 40px;
	margin: 2px 2px 0 0;
	display: inline;
	float: right;
	font-weight: bold;
	padding: 3px 0 0 13px;
}

.searchfield {
	font-size: 11px;
	width: 138px;
	height: 16px;
	background-color: #fff;
	margin: 0px 0px 4px 0px;
	padding-left: 5px;
}

html>body .searchfield
{
  	margin: 0px 0px 7px 0px;
}

#middle {
	float: left;
}

#middle-content {
	position: relative;
/*	background: url("/assets/portfolio/bg_home.jpg") no-repeat 0 0;*/
	height: 392px;
	width: 467px; 
	float: left;
}

#middle-content-sub {
	float: left;
	width: 567px; 
	padding: 65px 0 30px 65px;
}


#middle-content-sub p {
	margin: 5px 0 10px 0px;
}

#middle-text {
	position: absolute;
	left: 10px;
	height: 105px;
	color: #fff;
	bottom: 0;
}

#middle-text h4 {
	font-size: 14px;
	margin: 16px 0 0 23px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #fff;
}

#middle-text p {
	margin: 5px 0 0 23px;
	padding: 0 20px 0 0;
}

.project {
	background: url("/images/buttons/btn_view_project_lt.gif") no-repeat 0 0;
	width: 100px;
	height: 19px;
	margin: 7px 0 0 23px;
	float: left;
}

.project:hover {
	background: url("/images/buttons/btn_view_project_lt.gif") no-repeat 0 0;
}

#middle-text span {
	display: none;
}

#feature-project {
	float: left;
	background: url("/images/titles/hd_feature_project.jpg") no-repeat 0 0;
	width: 230px;
	height: 203px;
	margin-top: 3px;
}

#feature-project h5 {
	margin: 35px 0 0 10px;
	font: Arial,Helvetica,Sans-Serif;
	font-size: 13px;
	color: #FF6600;
	border-bottom: 1px solid #FF6600; 
	padding: 8px 10px 0 0px;
}

#feature-project-content {
	padding: 8px 10px 0 10px;
	margin-top: 40px;
}


#feature-title {
	float: left;
	background: #144158;
	height: 45px;
	width: 230px;
}

#feature-title h6 {
	font-weight: bold;
	font-size: 12px;
	color: #BDD6E3;
	padding: 25px 0 0 10px;
}

#feature-title p {
	color: #fff;
	font-size: 10px;
	padding: 0 0 0 14px;
} 

#feature-details {
	float: left;
	background: url("/images/bg/bg_feature_details.gif") no-repeat 0 0;
	width: 230px;
	height: 171px;
}

#feature-details li {
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	list-style-image: url('/images/buttons/link_arrows2.gif');
	padding: 0 0 0 5px;
	margin: 10px 0 0 5px;
}

#feature-details p {
	color: #ffffff;
	padding: 12px 10px 0 10px;
}

#feature-details table {
	padding: 0 10px 0 10px;
}

#feature-details td {
	color: #ffffff;
}

#feature-details a {
	color: #ffffff;
}

#feature-details span {
	display: none;
}

#bottom {
	float: left;
	overflow: hidden;
	height: 120px;
}

#recent-projects {
	width: 740px;
	float: left;
}

#recent-projects h4 {
	background: #FF6600 url("/images/bg/bg_rp_title.gif") no-repeat 28px 0;
	font-weight: bold;
	font-size: 11px;
	color: #BDD6E3;
	padding: 4px 0 5px 38px;
}

#recent-projects a {
	background: url(none) no-repeat;
	padding: 0 0 0 0;
}

#recent-projects a:hover {
	background: url(none) no-repeat;
}

#join {
	background: url("/images/bg/bg_join.gif") no-repeat bottom left;
	height: 120px;
	width: 230px;
	float: left;
}


#join p {
	color: #144158;
	padding: 5px 14px 0 14px;
}

#join h4 {
	background: url("/images/titles/hd_join_patridge.gif") no-repeat 0 0;
	width: 230px;
	height: 54px;
}

#join h4 span {
	display: none;
}

#revit {
	background: url("/images/bg/bg_join.gif") no-repeat bottom left;
	height: 120px;
	width: 230px;
	float: left;
}

#revit p {
	color: #144158;
	padding: 5px 14px 0 14px;
}

#revit h4 {
	background: url("/images/titles/revit.jpg") no-repeat 0 0;
	width: 230px;
	height: 54px;
}

#revit h4 span {
	display: none;
}

.subtext {
	margin-left: 168px; 
	padding-right: 25px;
}

.bline {
	border-top: 1px solid #7A8085;
	clear: both;
}

.blinesub {
	border-top: 1px solid #9CB5C2;
	clear: both;
}

.contactus a {
	background: url("/images/buttons/btn_contact.gif") no-repeat;
	width: 83px;
	height: 22px;
	float: left;
	text-display: none;
	margin: 8px 0 0 25px;
	text-decoration: none;
}

.contactus a:hover {
	background: url("/images/buttons/btn_contact.gif") 0px -22px no-repeat;
}

.contactus span {
	display: none;
}

.contactusnav a {
	background: url("/images/buttons/btn_contact.gif") no-repeat;
	width: 83px;
	height: 22px;
	float: right;
	margin: 2px 0 0 5px;
	text-decoration: none;
}

.contactusnav a:hover {
	background: url("/images/buttons/btn_contact.gif") 0px -22px no-repeat;
}

.contactusnav span {
	display: none;
}

.links a {
	background: url("../images/buttons/btn_links.gif") no-repeat;
	width: 46px;
	height: 22px;
	float: left;
	text-display: none;
	margin: 8px 0 0 3px;
	text-decoration: none;
}

.links a:hover {
	background: url("../images/buttons/btn_links.gif") 0px -22px no-repeat;
}

.links span {
	display: none;
}

.stafflink {
	width: auto;
	background: #ffffff url(none);
	margin: 0;
	padding: 0;
}

#footer {
	background: url("/images/bg/bg_footer.gif") repeat-y;
	width: 964px;
	height: 40px;
	border: 3px solid #fff;
	float: left;
}

.error {
	border: 1px solid #FF0000;
}

.red {
	color: #FF0000;
}

#gallery 
{
    margin-left: 40px;
}

#gallery img
{
    padding: 8px;
	border: 2px solid #2477A2;
    margin: 8px;
}


/* MAIN NAVIGATION
*******************************************************************************/

#nav-container { float: left; height: 26px; width: 467px; background: #144158; border-top: solid 3px #ffffff; border-bottom: solid 3px #ffffff; }
#navcontent-container { float: left; height: 26px; width: 697px; background: #144158; border-top: solid 3px #ffffff; border-bottom: solid 3px #ffffff; }

#nav-one a { background: none;}

.nav, .nav ul { list-style: none; margin: 0; padding: 0;}
.nav { z-index: 98; position: relative; }
.nav li { float: left; margin: 0; padding-top: 1px; height: 28px; position: relative; }
.nav li span { padding-left: 4px; }
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited { display: block; padding: 0 14px; font-weight: bold; font-family: Arial,Helvetica,Sans-Serif; font-size: 12px; color: #BDD6E3; letter-spacing: -0.05em; line-height: 24px; text-decoration: none; }
#nav-one li:hover a, #nav-one li.sfHover a {  background: #083A54;  color: #BDD6E3;  }
#nav-one li:hover ul a, #nav-one li.sfHover ul a {  background: #BDD6E3; color: #144158; line-height: 22px; font-size: 11px; text-transform: none; }

/* -- Sub-Menus -- */
#nav-one li:hover ul a:hover, #nav-one li.sfHover ul a:hover {  background: #FFF no-repeat 10px 7px; color: #144158; }

.nav ul {  background: transparent;  border-top: 1px solid #000; list-style: none;  margin: 0;  position: absolute;  top: -999em;  left: -1px; _width:205px;}
.nav li:hover ul,.nav li.sfHover ul { top: 24px; }
.nav ul li {  border: none;  float: none; width: auto; border-bottom: 1px solid #000; border-right: 1px solid #000; border-left: 1px solid #000; background: #999; padding: 0; height: 22px; }
.nav ul a {  padding: 0px 0 0px 18px; border-bottom: none;  text-indent: 7px; width: 200px;  white-space: nowrap; }

