* {
	margin: 0;
}

a:link {color: #fff;}
a:visited {color: #fff;}
a:active {color: #fff;}
a:hover {color: #f58426;}
a {text-decoration: none;}

html, body {
	background: #444645;
	height: 100%;
	font: 11px Helvetica, Arial, sans-serif;
}

.slide img {
  float:right;
}

.hidden {
	margin-left: -10000px;
}

.clear {
	clear: both;
}

#content {
	width: 988px;
	margin: 0 auto;
}

h4 {
	font-variant: small-caps;
	font-weight: bold;
}

#wrapper {
}

/* --------------------------------------
  Nav
  --------------------------------------- */
#full_nav {
	height: 96px;
	background: #1a1b1b;
}

#nav {
	top: 50%;
	margin-top: -5px; margin-left: auto; margin-right: auto; 
    width: 292px; height: 10px;
    position: relative;
	font-size: 12px;
	white-space: nowrap;
}

#nav li {
	display: inline;
	margin-right: 23px;
}

#nav li.last_nav {
	margin-right: 0;
}

#about a:hover, body#body_about #about a, #portfolio a:hover, body#body_portfolio #portfolio a, #contact a:hover, body#body_contact #contact a {
	color: #f58426;
}

/* --------------------------------------
  Header
  --------------------------------------- */

#logo {
	margin: 34px 0 25px 0;
	width: 225px;
	float: left;
}

#welcome {
	width: 357px;
	float: right;
	margin-top: 92px;
}

#secondary_nav {
	float: right;
	margin-top: 100px;
	white-space: nowrap;
}

#secondary_nav li {
	display: inline;
	margin-right: 10px;
}

body.body_mission li#mission a, body.body_history li#history a, body.body_principals li#principals a, 
body.body_education li#education a, body.body_healthcare li#healthcare a, body.body_retail li#retail a, body.body_restaurants li#restaurants a, body.body_projects_list li#projects_list a, 
body.body_office li#office a, body.body_info li#info a, body.body_jobs li#jobs a {
	color: #f58426;
	background: url(../images/active_arrows.png) no-repeat 0 .4em;
	padding-left: 14px;
	line-height: 0;
}

#secondary_nav li a:visited {color: #fff;}
#secondary_nav li a:hover {color: #f58426;}
#secondary_nav li a:active {color: #fff;}

#secondary_nav li.last_nav {
	margin-right: 0;
}
/* --------------------------------------
  Box
  --------------------------------------- */

#box {
	background-color: #fff;
	width: 970px; height: 408px;
	padding: 9px;
	z-index: 3;
}

h3 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #f58426;
	font-weight: bold;
}

#box_info {
	font-family: Corbel, sans-serif;
	color: #8a8a8a;
	width: 449px; height: 390px;
	float: left;
	margin-left: 27px;
	margin-top: 28px;
}

#form_box {
	font-family: Corbel, sans-serif;
	color: #8a8a8a;
	width: 449px; height: 390px;
	float: left;
}

#form_box p {
	margin-bottom: 1em;
}

#scroll_box {
	position: relative;
	width: 415px; height: 310px;
	padding-right: 20px;	
	font-size: 12px;
	font-family: Corbel, sans-serif;
	color: #8a8a8a;
	line-height: 20px;
	overflow-y: auto;
	overflow-x: hidden;
}

body.body_office #scroll_box, body.body_info #scroll_box {
	width: 450px;
}
#scroll_box p {
	margin-bottom: 1em;
}

body.body_principals #scroll_box p, body.body_education #scroll_box p, body.body_healthcare #scroll_box p, body.body_retail #scroll_box p, body.body_restaurants #scroll_box p, body.body_projects_list #scroll_box p, body#body_contact #scroll_box p {
	margin-bottom: 0;
}

#scroll_box a {color: #f58426; border-bottom: 1px solid #f58426; padding-bottom: 1px;}
#scroll_box a:visited {color: #f58426; border-bottom: 1px solid #f58426; padding-bottom: 1px;}
#scroll_box a:active {color: #f58426; border-bottom: 1px solid #f58426; padding-bottom: 1px;}

#innerfade, #innerfade2 {
	position: relative;
	z-index: 0;
	height: 408px;
	overflow: hidden;
}

#image_box {
	width: 480px; height: 408px;
	float: right;
	position: relative;
	z-index: 0;
}

#image_box2 {
	position: relative;
}

#image_box h5, #image_box2 h5, #gray_bg h5 {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	z-index: 10;
	position: absolute;
	text-align: right; 
	top: 361px; right: 20px;
}

#gray_bg {
	background-color: #2a2725;
	width: 480px; height: 408px;
	float: right;
	position: relative;
}

#gray_bg img {
	float: right;
	margin-top: 341px;
	margin-right: 15px;
}

#contact_info {
	float: left;
}

#map {
	float: left;
	width: 245px;
	margin-left: 33px;
}

/* --------------------------------------
  Form
  --------------------------------------- */
fieldset {
}

fieldset label {
	text-align:right;
	float:left;
	width: 55px;
	margin-top:.6em;
}

fieldset .nobr {
	display:none;
} 

fieldset .textfield {
	margin:3px;
	width:192px; height:12px;
	border: solid 1px #cdcdcd;
	background: transparent url("../images/textfield_bg.jpg") no-repeat;
	color: #8a8a8a;
	font: 10px Corbel, Helvetica, Arial, sans-serif;
	padding: 2px;
	margin-bottom: 6px;
}

fieldset>input.textfield {
	background: transparent url("../images/textfield_bg.jpg") no-repeat;
}

fieldset textarea {
	margin:3px;
	width:191px; height:169px;
	border: solid 1px #cdcdcd;
	background: transparent url("../images/textarea_bg.jpg") no-repeat scroll;
	color: #8a8a8a;
	font: 10px Corbel, Helvetica, Arial, sans-serif;
	padding: 2px;
	overflow: auto;
}

fieldset>input textarea {
	background: transparent url("../images/textarea_bg.jpg") no-repeat scroll;
}

fieldset .textfield:hover, fieldset .textfield:focus, fieldset textarea:hover, fieldset textarea:focus {
	border: solid 1px #ababab;
}

fieldset .submit {
	width: 69px; height: 23px;
	display: block;
	float: right;
}

fieldset .submit:hover {
	cursor: pointer;
}

.required {
	color: #f68526;
}

p.required_field {
	float: left;
	color: #f68526;
	font: 10px Corbel, Helvetica, Arial, sans-serif;
}

#form_bottom {
	width: 197px;
	margin-left: 58px;
}

/* ----------dialog-------------- */
#dialog {
	cursor: pointer;
	width: 220px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -110px;
	margin-top: -75px;
	background: #fff;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	border: 6px solid #ddd;
}

#dialog p {
	padding: 0px 30px 20px 30px;
	font: 11px Corbel, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}

#dialog img {
	margin-left: 195px;
}

/* --------------------------------------
  Thumbs
  --------------------------------------- */
ul#thumbs {
	position: relative;
	margin-top: 8px;
	width: 488px;
}

ul#thumbs li a {
	background-color: #2a2725;
	border: 1px solid #a0a0a0;
	width: 69px; height: 59px;
	float: left;
	margin-right: 6px;
}

ul#thumbs li a:hover {
	background-color: #2a2725;
	border: 1px solid #fff;
}

body.body_guerin li#tn_guerin a, body.body_kramer li#tn_kramer a {
	background-color: #2a2725;
	border: 1px solid #fff;
}

body.education1 li#tn_edu1 a, body.education2 li#tn_edu2 a, body.education3 li#tn_edu3 a, body.education4 li#tn_edu4 a, 
body.healthcare1 li#tn_health1 a, body.healthcare2 li#tn_health2 a, body.healthcare3 li#tn_health3 a,
body.retail1 li#tn_retail1 a, body.retail2 li#tn_retail2 a, body.retail3 li#tn_retail3 a,
body.restaurants1 li#tn_restaurants1 a, body.restaurants2 li#tn_restaurants2 a, body.restaurants3 li#tn_restaurants3 a {
	background-color: #2a2725;
	border: 1px solid #fff;
}
/* --------------------------------------
  Footer
  --------------------------------------- */

#footer {
	margin: 70px auto 30px auto;
	color: #f58426;
	width: 988px;
	font-weight: bold;
	font-size: 9px;
	line-height: 16px;
}

img.footer_info {
	margin-bottom: 63px;
	width: 606px; height: 8px;
}

span.contact_items {
	margin-right: 10px;
}

#nav_copyright {
	text-align: right;
}

#footer_nav li {
	display: inline;
	margin-right: 10px;
}

#footer_nav li.last_nav {
	margin-right: 0;
}

