a {
	outline: none;
	text-decoration: none; }

* {
	margin: 0px;
	padding: 0px; }

body {
	font: normal 12px/1.5 "georgia";
	color: #34271e;
	height: 100%;
	width: 100%; }

.clear {clear: both;}

li {list-style-type: none;}

/*

DK BROWN: #34271e
--------
MED BROWN: #736357
--------
LT BROWN: #e2e1de
--------
DK GOLD: #754c24
--------
LT GOLD: #a78c67
--------
RED: #dd4c00

*/

#border_left {
	background: url(../image/body/border_left-trans.png) repeat-y;
	position: fixed;
	width: 40px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3; }
	
#border_right {
	background: url(../image/body/border_right-trans.png) repeat-y;
	position: fixed;
	width: 40px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 3; }
	
#border_bottom {
	background-color: #231b13;
	position: fixed;
	width: 100%;
	height: 8px;
	bottom: 0;
	left: 0;
	overflow: hidden;
	font-size: 0; 
	line-height: 0;
	padding: 0;
	margin: 0;
	display: inline;
	z-index: 3; }
	
#border_top {
	background-color: #231b13;
	position: fixed;
	width: 100%;
	height: 8px;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	font-size: 0; 
	line-height: 0;
	padding: 0;
	margin: 0;
	display: inline;
	z-index: 4; } 
	
#wrapper {
	border: 1px solid white;
	width: 896px;
	margin: auto; }	
	
#headerWrap {
	width: 896px;
	height: 152px;
	position: relative; }
	
#ContentWrap {
	position: relative;
	width: 896px;
	margin-bottom: 10px; }
	
#footerWrap {
	float: right;
	font-size: 10px;
	margin-bottom: 12px; }

#footerWrap a {
	color: #34271e; }	

#footerWrap a:hover {
	color: #dd4c00; }	
	
/* header */

#logo {
	height: 50px;
	width: 284px; 
	position: absolute;
	left: 0;
	bottom: 33px; 
	background: url(../image/header/logo-trans.png) no-repeat; } 
	
#address {
	width: 366px;
	height: 28px;
	background: url(../image/header/address.jpg) no-repeat;
	position: absolute;
	top: 20px;
	right: 60px; }
	
/*#handle {
	width: 48px;
	height: 59px;
	background: url(../image/header/login/dropdownHandle.gif) no-repeat;
	position: absolute;
	top: 7px;
	right: 0px; }	*/

.rule {
	background: url(../image/header/headerRule.gif) repeat-x;
	position: absolute;
	height: 5px;
	width: 100%; }
	
#header.rule {
	bottom: 14px;
	left: 0; }
	
#footer.rule {
	bottom: 0;
	left: 0; } 

/* mainNav */

#mainNav {
	width: 596px;
	height: 25px;
	position: absolute;
	bottom: 31px;
	right: 0; }
	
#mainNav ul li {
	float: right;
	margin-left: 6px; }
	
#mainNav ul li a {
	height: 25px;
	display: block; }

#mainNav li a.investment {
	background: url(../image/header/mainNav/investment.jpg) no-repeat;
	width: 182px; }
#mainNav li a.investment:hover {
	background: url(../image/header/mainNav/investment_hover.jpg) no-repeat; }
#mainNav li a.investment_current {
	background: url(../image/header/mainNav/investment_current.jpg) no-repeat;
	width: 182px; }
	
#mainNav li a.team {
	background: url(../image/header/mainNav/team.jpg) no-repeat;
	width: 106px; }
#mainNav li a.team:hover {
	background: url(../image/header/mainNav/team_hover.jpg) no-repeat; }
#mainNav li a.team_current {
	background: url(../image/header/mainNav/team_current.jpg) no-repeat;
	width: 106px; }

#mainNav li a.projects {
	background: url(../image/header/mainNav/projects.jpg) no-repeat;
	width: 153px; }
#mainNav li a.projects:hover {
	background: url(../image/header/mainNav/projects_hover.jpg) no-repeat; }
#mainNav li a.projects_current {
	background: url(../image/header/mainNav/projects_current.jpg) no-repeat;
	width: 153px; }
	
#mainNav li a.news {
	background: url(../image/header/mainNav/news.jpg) no-repeat;
	width: 121px; }
#mainNav li a.news:hover {
	background: url(../image/header/mainNav/news_hover.jpg) no-repeat; }
#mainNav li a.news_current {
	background: url(../image/header/mainNav/news_current.jpg) no-repeat;
	width: 121px; }

/* index slideshow */

.indexSlider {
	width: 896px;
	height: 372px;
	position: relative;
	margin: 0 auto 14px; }

.indexSlider .wrapper {
	width: 896px;
	overflow: auto;
	height: 372px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0; }

.indexSlider .wrapper ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0; }

.indexSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 372px;
	width: 896px;
	margin: 0;
	position: relative; }
	
.indexSlider .arrow {
	display: block;
	height: 43px;
	width: 43px;
	text-indent: -9999px;
	position: absolute;
	top: 160px;
	cursor: pointer; }

.indexSlider .forward {
	right: 20px;
	background: url(../image/index/slideshow/forward-trans.png) no-repeat 0 0; }

.indexSlider .back {
	left: 20px;
	background: url(../image/index/slideshow/back-trans.png) no-repeat 0 0; }

.indexSlider .forward:hover {
	 background: url(../image/index/slideshow/forward_hover-trans.png) no-repeat 0 0; }

.indexSlider .back:hover {
	background: url(../image/index/slideshow/back_hover-trans.png) no-repeat 0 0; }

.indexSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0; }

.indexSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none; }

/* ------------------------------------------------------------------------------- add new slides here! */

#indexSlide1, #indexSlide2, #indexSlide3, #indexSlide4, #indexSlide5, #indexSlide6, #indexSlide7 {
	width: 896px;
	height: 372px; }

#indexSlide1 {
	background: url(../image/index/slideshow/slide1.jpg) no-repeat 0 0; }
	
#indexSlide2 {
	background: url(../image/index/slideshow/slide2.jpg) no-repeat 0 0;  }
	
#indexSlide3 {
	background: url(../image/index/slideshow/slide3.jpg) no-repeat 0 0;  }
	
#indexSlide4 {
	background: url(../image/index/slideshow/slide4.jpg) no-repeat 0 0;  }
	
#indexSlide5 {
	background: url(../image/index/slideshow/slide5.jpg) no-repeat 0 0;  }
	
#indexSlide6 {
	background: url(../image/index/slideshow/slide6.jpg) no-repeat 0 0;  }

#indexSlide7 {
	background: url(../image/index/slideshow/slide7.jpg) no-repeat 0 0;  }

#indexSlide1 a, 
#indexSlide2 a, 
#indexSlide3 a, 
#indexSlide4 a, 
#indexSlide5 a, 
#indexSlide6 a,
#indexSlide7 a {
	position: absolute;
	top: 246px;
	right: 415px;
	font: bold 10px "Georgia";
	color: #a78c67;
	text-transform: uppercase; }
	
#indexSlide1 a:hover, 
#indexSlide2 a:hover, 
#indexSlide3 a:hover, 
#indexSlide4 a:hover, 
#indexSlide5 a:hover, 
#indexSlide6 a:hover,
#indexSlide7 a:hover {
	color: #dd4c00; }

/* index footer */

#missionWrap {
	width: 896px;
	padding: 14px 0;
	border-top: 2px dotted #736357;
	border-bottom: 2px dotted #736357;  }

#mission {
	float: left;
	width: 594px; }

#mission p {
	font: normal 12px/1.8 "georgia"; }
	
#mission a {
	font: bold 10px/1.5 "georgia";
	text-transform: uppercase;
	color: #754c24; }
	
#mission a:hover {
	color: #dd4c00; }
	
#missionTabs {
	border-left: 2px dotted #736357;
	padding-left: 26px;
	float: right;
	font: bold 11px "georgia";
	text-transform: uppercase; }
	
#missionTabs li {
	margin-bottom: 6px; }
	
#missionTabs li a {
	height: 19px;
	width: 240px;
	background-color: #a78c67;
	display: block;
	padding: 7px 0 0 8px;
	letter-spacing: 1px;
	color: white; }
	
#missionTabs li a:hover {
	background-color: #dd4c00; }

/* news */

#articles {
	text-align: center;
	float: left;
	width: 447px;
	border-right: 2px dotted #736357;
	margin-bottom: 30px;
	position: relative; }
	
#pressReleases {
	text-align: center;
	float: right;
	width: 447px;
	margin-bottom: 30px; }
	
#articles ul, #pressReleases ul {
	width: 367px;
	margin-top: 8px;
	padding-left: 40px;
	padding-right: 40px; }

h5 a {
	color: #dd4c00;
	line-height: 1.6em; }
	
h5 a:hover {
	color: #34271E; }
	
.dotDivider img {
	margin: 16px 0 16px 0; }

/* team */

#subNav {
	text-align: center;
	height: 396px;
	width: 200px;
	float: left;
	background: url(../image/team/nav/team_bkgd.gif) no-repeat center; }
	
#subNav li {
	margin:  2px auto;
	width: 184px;
	height: 20px; }
	
#subNav li a {
	width: 184px;
	height: 16px;
	display: block; }

#subNav li.goodman a {
	background: url(../image/team/nav/goodman-trans.png) #f4f0eb no-repeat center; }
#subNav li.goodman a:hover {
	background: url(../image/team/nav/goodman_ro-trans.png) #dacfbf no-repeat center; }
#subNav li.goodman_current {
	background: url(../image/team/nav/goodman_ro-trans.png) #dacfbf no-repeat center;
	margin:  2px auto 6px ;
	width: 184px;
	height: 16px; }
	
#subNav li.gloor a {
	background: url(../image/team/nav/gloor-trans.png) #f4f0eb no-repeat center; }
#subNav li.gloor a:hover {
	background: url(../image/team/nav/gloor_ro-trans.png) #dacfbf no-repeat center; }
#subNav li.gloor_current {
	background: url(../image/team/nav/gloor_ro-trans.png) #dacfbf no-repeat center;
	margin:  2px auto 6px ;
	width: 184px;
	height: 16px; }
	
#subNav li.edwards a {
	background: url(../image/team/nav/edwards-trans.png) #f4f3f3 no-repeat center; }
#subNav li.edwards a:hover {
	background: url(../image/team/nav/edwards_ro-trans.png) #c8c5c2 no-repeat center; }
#subNav li.edwards_current {
	background: url(../image/team/nav/edwards_ro-trans.png) #c8c5c2 no-repeat center;
	margin:  2px auto 6px ;
	width: 184px;
	height: 16px; }
	
#subNav li.helfand a {
	background: url(../image/team/nav/helfand-trans.png) #f4f3f3 no-repeat center; }
#subNav li.helfand a:hover {
	background: url(../image/team/nav/helfand_ro-trans.png) #c8c5c2 no-repeat center; }
#subNav li.helfand_current {
	background: url(../image/team/nav/helfand_ro-trans.png) #c8c5c2 no-repeat center;
	margin:  2px auto 6px ;
	width: 184px;
	height: 16px; }
	
#subNav li.marks a {
	background: url(../image/team/nav/marks-trans.png) #f4f3f3 no-repeat center; }
#subNav li.marks a:hover {
	background: url(../image/team/nav/marks_ro-trans.png) #c8c5c2 no-repeat center; }
#subNav li.marks_current {
	background: url(../image/team/nav/marks_ro-trans.png) #c8c5c2 no-repeat center;
	margin:  2px auto 6px ;
	width: 184px;
	height: 16px; }

#subNav li.oconnor a {
	background: url(../image/team/nav/oconnor-trans.png) #f4f3f3 no-repeat center; }
#subNav li.oconnor a:hover {
	background: url(../image/team/nav/oconnor_ro-trans.png) #c8c5c2 no-repeat center; }
#subNav li.oconnor_current {
	background: url(../image/team/nav/oconnor_ro-trans.png) #c8c5c2 no-repeat center;
	margin:  2px auto 6px ;
	width: 184px;
	height: 16px; }
	
#subNav li.schweitzer a {
	background: url(../image/team/nav/schweitzer-trans.png) #f4f3f3 no-repeat center; }
#subNav li.schweitzer a:hover {
	background: url(../image/team/nav/schweitzer_ro-trans.png) #c8c5c2 no-repeat center; }
#subNav li.schweitzer_current {
	background: url(../image/team/nav/schweitzer_ro-trans.png) #c8c5c2 no-repeat center;
	margin:  2px auto 6px ;
	width: 184px;
	height: 16px; }
	
#subNav li.stilp a {
	background: url(../image/team/nav/stilp-trans.png) #f4f3f3 no-repeat center; }
#subNav li.stilp a:hover {
	background: url(../image/team/nav/stilp_ro-trans.png) #c8c5c2 no-repeat center; }
#subNav li.stilp_current {
	background: url(../image/team/nav/stilp_ro-trans.png) #c8c5c2 no-repeat center;
	margin:  2px auto 6px ;
	width: 184px;
	height: 16px; }
	
#subNav li.tague a {
	background: url(../image/team/nav/tague-trans.png) #f4f3f3 no-repeat center; }
#subNav li.tague a:hover {
	background: url(../image/team/nav/tague_ro-trans.png) #c8c5c2 no-repeat center; }
#subNav li.tague_current {
	background: url(../image/team/nav/tague_ro-trans.png) #c8c5c2 no-repeat center;
	margin:  2px auto 6px ;
	width: 184px;
	height: 16px; }

#subNav li.bierman a {
	background: url(../image/team/nav/bierman-trans.png) #f4f3f3 no-repeat center; }
#subNav li.bierman a:hover {
	background: url(../image/team/nav/bierman_ro-trans.png) #c8c5c2 no-repeat center; }
#subNav li.bierman_current {
	background: url(../image/team/nav/bierman_ro-trans.png) #c8c5c2 no-repeat center;
	margin:  2px auto 6px ;
	width: 184px;
	height: 16px; }

#subNav li.colling a {
	background: url(../image/team/nav/colling-trans.png) #f4f3f3 no-repeat center; }
#subNav li.colling a:hover {
	background: url(../image/team/nav/colling_ro-trans.png) #c8c5c2 no-repeat center; }
#subNav li.colling_current {
	background: url(../image/team/nav/colling_ro-trans.png) #c8c5c2 no-repeat center;
	margin:  2px auto 6px ;
	width: 184px;
	height: 16px; }

#subNav li.jeong a {
	background: url(../image/team/nav/jeong-trans.png) #f4f3f3 no-repeat center; }
#subNav li.jeong a:hover {
	background: url(../image/team/nav/jeong_ro-trans.png) #c8c5c2 no-repeat center; }
#subNav li.jeong_current {
	background: url(../image/team/nav/jeong_ro-trans.png) #c8c5c2 no-repeat center;
	margin:  2px auto 6px ;
	width: 184px;
	height: 16px; }

#subNav li.pav a {
	background: url(../image/team/nav/pav-trans.png) #f4f3f3 no-repeat center; }
#subNav li.pav a:hover {
	background: url(../image/team/nav/pav_ro-trans.png) #c8c5c2 no-repeat center; }
#subNav li.pav_current {
	background: url(../image/team/nav/pav_ro-trans.png) #c8c5c2 no-repeat center;
	margin:  2px auto 6px ;
	width: 184px;
	height: 16px; }

#subNav li.robins a {
	background: url(../image/team/nav/robins-trans.png) #f4f3f3 no-repeat center; }
#subNav li.robins a:hover {
	background: url(../image/team/nav/robins_ro-trans.png) #c8c5c2 no-repeat center; }
#subNav li.robins_current {
	background: url(../image/team/nav/robins_ro-trans.png) #c8c5c2 no-repeat center;
	margin:  2px auto 6px ;
	width: 184px;
	height: 16px; }
	
#bioWrap {
	margin-top: 14px;
	width: 682px;
	float: right; }

#bioImage {
	height: 306px;
	width: 300px;
	float: left;
	margin-bottom: 20px; }

#bioText {
	width: 354px;
	float: right;
	font-size: 12px;
	line-height: 1.7em; }

#bioContact {
	padding: 14px 0 26px 0;
	border-top: 2px dotted #736357;
	clear: both; }
	
#bioContact li {
	line-height: 1.7em; }
	
li.email {
	font: bold 11px "arial";
	color: #a78c67; }
	
li.email a {
	color: #a78c67; }
	
li.email a:hover {
	color: #dd4c00; }
	
li.phone {
	font: normal 11px "georgia"; }
	
.letter {
	text-transform: uppercase;
	color: #dd4c00;
	font: bold 9px "arial"; }

/* projects home */

.boxgrid { 
	text-align: center;
	width: 294px; 
	height: 168px; 
	margin: 0 7px 7px 0; 
	float: left; 
	background: #34271e; 
	overflow: hidden; 
	position: relative; }

.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; }

.boxgrid p { 
	font: bold 9px/1.8 "arial";
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase; }
	
.boxgrid p.first { 
	margin-top: 10px; }
	
.boxgrid a { 
	margin: 36px auto 0;
	height: 22px; }
	
.boxgrid a.project1 { 
	background: url(../image/projects/titles/project1_title.gif) no-repeat center top;
	display: block;
	width: 130px; }
	
.boxgrid h6 {
	color: #b19c83;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #dd4c00;
	width: 128px;
	margin: auto; }
	
img.divider {
	position: relative;
	margin-bottom: 10px; }

#last { margin-bottom: 20px; }

/* projects */

#projectImage {
	height: 390px;
	width: 440px;
	float: left;
	margin-bottom: 20px; }
	
#projectText {
	width: 400px;
	float: right;
	font-size: 12px;
	line-height: 1.7em; }

#projectText p {
	margin-bottom: 14px; }


#projectText a:hover {
	color: #DD4C00; }

#projectText a {
	color: #34271E;
	font-style: italic;}
	
#projectNav {
	width: 896px;
	display: inline;
	float: left;
	margin-bottom: 20px;
	border-top: 1px solid #736357; }
	
li.middle {
	margin-left: 320px; }

#projectNav li {
	display: inline;
	float: left;  }
	
#projectNav li a, 
#projectText a.slideshow, 
#projectText a.download,
#eventText a.slideshow {
	font: bold 9px/1.8em "arial";
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	font-style: normal; }

#projectNav li a {
	color: #736357; }

#projectText a.slideshow, 
#projectText a.download,
#eventText a.slideshow {
	color: #dd4c00; }
	
#projectNav li a:hover {
	color: #dd4c00; }

#projectText a.slideshow:hover, 
#projectText a.download:hover,
#eventText a.slideshow:hover {
	color: #736357; }

a#screen {
	position: absolute;
	top: 150px;
	left: 176px; }

#projectText a.download {
	display: block;
	margin-top: 4px;
}

/* type */

h3 {
	font: bold 13px "georgia";
	padding-top: 42px;
	color: #fff; }

h4 {
	font: bold 11px "georgia";
	letter-spacing: 1px;
	margin: 16px 0 8px 0;
	text-transform: uppercase;
	color: #a78c67; }

h5 {
	font-size: 13px;
	line-height: 1.2em;
	font-weight: bold; }

h6 {
	font: bold 9px/1.8em "arial";
	letter-spacing: 1px;
	color: #754c24;
	text-transform: uppercase; }

.uppercase {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px; }
	

	
/*

DK BROWN: #34271e
--------
MED BROWN: #736357
--------
LT BROWN: #e2e1de
--------
DK GOLD: #754c24
--------
LT GOLD: #a78c67
--------
RED: #dd4c00

*/

.simple_overlay { 
    display:none; 
    z-index: 9998; 
    background-color: #000; 
	width: 480px;
	height: 270px;     
    border: none;  
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000; } 
 
.simple_overlay .close { 
    background: url(../image/projects/video/close-trans.png) no-repeat; 
    position: absolute; 
    right: 0; 
    top: -26px; 
    cursor: pointer; 
    height: 19px; 
    width: 60px;
	z-index: 9999; }

a#button {
	background: url(../image/projects/video/playButton.jpg) no-repeat;
	height: 22px;
	width: 99px;
	display: block;
	margin-top: 44px; }

a#button:hover {
	background: url(../image/projects/video/playButton_hover.jpg) no-repeat; }

.scrollable {
	position: relative;
	overflow: hidden;
	width: 480px;
	height: 270px;
	float: left;
}

.scrollable .items {
	width: 10000em;
	position: absolute;
}

.items img {
	float: left;
}

a.browse {
	height: 92px;
	width: 51px;
	cursor:pointer;
	display:block; }

a.disabled  {
	visibility:hidden !important; 
}

a.next {
	background: url(../image/projects/slideshows/next.png) no-repeat 14px 50%;
	height: 270px;
	width: 50px;
	float: right;
	margin-right: -50px;
}

a.next:hover {
	background: url(../image/projects/slideshows/next_hover.png) no-repeat 14px 50%; 
}

a.prev {
	background: url(../image/projects/slideshows/prev.png) no-repeat 0 50%;
	height: 270px;
	width: 50px;
	float: left;
	margin-left: -50px;
 }

a.prev:hover {
	background: url(../image/projects/slideshows/prev_hover.png) no-repeat 0 50%; 
}

a.rel {
	cursor: pointer; 
}

/* Benefit Bash */

#eventWrap {
	margin-top: 14px;
	width: 896px;
	float: right; }

#eventImage {
	height: 306px;
	width: 436px;
	float: left; }

#eventText {
	margin-top: 40px;
	width: 416px;
	padding-left: 28px;
	float: left;
	font-size: 12px;
	line-height: 1.7em;
	border-left: 2px dotted #d8d5d4; }

#eventText p {
	margin-bottom: 8px; }

#eventText p span.date {
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
    color: #754C24;  }

#eventText p a {
	font-style: italic;
	font-weight: bold;
	color: #34271E; }

#eventText p a:hover {
	color: #DD4C00;  }

#eventText ul {
    color: #754C24;
    font: bold 11px/2.1 "georgia";
    text-transform: uppercase;
	margin-top: 24px; 
	float: left;
	width: 300px; }

#eventText ul a {
    color: #754C24; }

#eventText ul a:hover {
    color: #DD4C00; }

#eventText ul span {
	font-style: italic;
	text-transform: none; }

#eventText img{
	float: right;
	margin-top: 24px;  }

.bb a {
	margin-top: 13px;
	background: url(../image/index/bb.gif) no-repeat;
	width: 337px;
	height: 27px;
	display: block; }

.bb a:hover {
	background: url(../image/index/bb_ro.gif) no-repeat; }

#eventSponsor {
	border-top: 2px dotted #D8D5D4;
	clear: both;
	width: 896px;
	margin-bottom: 20px;
	text-align: center;
	font: bold italic 10px/1.9 "georgia";
	color: #34271E;
	padding-top: 10px; }

#eventSponsor p {
	margin: 6px 0 20px 0; }

#eventSponsor ul {
	height: 100px;
	width: 220px;
	margin: auto; }

#eventSponsor ul li {
	height: 100px;
	width: 100px;
	float: left;
	padding-right: 8px; }

#eventSponsor p span {
	font: bold 10px "georgia";
	text-transform: uppercase;
	color: #754C24; }	





