/* ------------------------- */
/*         GENERIC           */
/* ------------------------- */

* { font-family: "Lucida Grande", "Lucida Sans Unicode", "Tahoma", Geneva, Helvetica, sans-serif; }
* { behavior: url(/iepngfix.htc) }

html,body {
	margin:0;
	padding:0;
	font-size: 11px;
	color:#231F20;
	background-color: #473625;
	background:url(/common/images/bg.jpg) repeat;
}

h1,h2,h3,h4,h5,h6,p,blockquote {
	margin:0;
	padding:0 0 5px 0;
}

p {
	padding:0 0 10px 0;
	color:#231F20;
	font-size:11px;
	line-height:16px;
	}
	
h1 {
	margin:0 0 6px 0;
	padding:0 0 4px 0;
	color:#477A8A;
	font-size:12px;
	text-transform: uppercase;
	font-weight:bold;
}
	
h2 {
	padding:0 0 8px 0;
	color:#F5841F;
	font-size:11px;
	text-transform: uppercase;
	font-weight:normal;
	}
	
h3 {
	color:#F5841F;
	font-size:10px;
	line-height:18px;
	text-transform: uppercase;
	font-weight:bold;
	}
	
h4, h5, .h5, h6 {
	color:#477A8A;
	font-size:10px;
	line-height:18px;
	text-transform: uppercase;
	font-weight:normal;
	}

a {
	color:#F5841F;
	text-decoration:none;
}
a:hover {
	color:#F5841F;
	text-decoration:underline;
}

ul {
	margin-top:0;
	padding-top:0;
}

blockquote {
	padding:0 0 0 25px;
}

img { border:none; }
hr {}
.clear { clear:both; }


/* ------------------------- */
/*         CONTENT           */
/* ------------------------- */
#shadowWrapper {
	position: relative;
	top:15px;
	margin:0 auto 0 auto;
	background:url(/common/images/shadowRT.png) repeat-y;
	background-position:right;
	width:880px;
	}

#mainWrapper {
	position: relative;
	margin:0;
	padding:50px 50px 25px 50px;
	background:#FFFFFF;
	width:763px;
	min-height:630px;
	background-repeat:no-repeat;
	background-position:bottom;
	}

#mainWrapper.peoplePage
{
	height:710px !important;
}

.mainBackground {
	position: absolute;
	bottom:0;
	right:0;
	margin:0 17px -1px 0 ;
	padding:0;
	background:#FFFFFF;
	width:863px;
	height:290px;
	z-index:12;
	}
	
#logo { 
	margin:0 0 35px 0;
	padding:0;
}
.contentWrapper {
	float:left;
	width:400px;
	margin: 0;
}

.contentWrapper2 {
	float:left;
	width:540px;
	margin: 0;
}

/* ------------------------- */
/*     HOME AND WORK         */
/* ------------------------- */
.home {
	width:585px;
}

#workcontent {
	width:510px;
	margin: 0;
}

/* ------------------------- */
/*         PEOPLE            */
/* ------------------------- */
.peopleWrapper {
	width:340px !important;
}

.contentP1L {
	float:right;
	width:230px;
	margin: 0;
}


/*         SCROLL            */
#mycustomscroll {
/* Typical fixed height and fixed width example */
height:150px;
width:300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin:5px 0 5px 0;
padding:0 20px 0 0;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
height:235px;
width:300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin:5px 0 5px 0;
padding:0 20px 0 0;	
}


#peopleScroll {
/* Typical fixed height and fixed width example */
height:150px;
width:300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin:5px 0 5px 0;
padding:0 20px 0 0;
}

#peopleScroll2 {	
/* Typical fixed height and fixed width example */
height:235px;
width:300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin:5px 0 5px 0;
padding:0 20px 0 0;	
	}
		
#peopleScroll p, #peopleScroll2 p {
	color:#231F20;
	font-size:10px;
	line-height:13px;
	padding:0 0 10px 0;
	}
	
div.contentP1L div {
	background:url(/common/images/pic_shadow.jpg) no-repeat;
	padding:0 0 0 0;
	height:195px;
	width:230px;
	}


.picPlain {
	padding:20px 0 0 0;
	height:195px;
	width:230px;
	}
	
.space10 { 
	padding:10px 0 0 0;
	}


/* ------------------------- */
/*        NAVIGATION         */
/* ------------------------- */

div#navWrapper {
	float:left;
	padding:0 0 0 50px;
	width:125px;
}
.nav {
	float:left;
	padding:0;
	font-size:10px;
}
.nav ul {
	margin:0; 
	padding:0;
}
.nav ul li {
	margin:0;
	padding:0 5px 8px 5px;
	list-style-type: none;

}
.nav ul li {
	color:#231f20;
}

.nav ul li a.navActive {
	color:#F5841F;
}

.nav ul li a {
	display:block;
	margin:0;
	padding:0;
	text-decoration:none;
	color:#231f20;
}

.nav ul li a:hover {
	color:#F5841F;
	text-decoration:none;
}
.nav ul li ul {
	margin:0;
	padding:5px 0 0 7px;
}
.nav ul li ul li {
	margin:0;
	padding:2px 0 2px 0;
	list-style-type: none;
}
.nav ul li ul li a {
	display:block;
	margin:0;
	padding:0;
	font-size:10px;
	text-decoration:none;
	color:#BCBEC0;
	border:none;
	background:none;
}

.nav ul li ul li a:hover {
	color:#477A8A;
}
.nav ul li ul li .navActive {
	color:#477A8A;
}

/* ------------------------- */
/*         FOOTER            */
/* ------------------------- */

#footer {
	position: relative;
	top:15px;
	margin:0 auto 0 auto;
	background:url(/common/images/shadowBT2.png) no-repeat;
	background-position: top;
	background-color:transparent;
	width:880px;
	height:19px;
}
#footer p {
	margin:0;
	padding:8px 0 20px 52px;
	color:#7e7468;
	font-size:10px;
}
#footer a {
	color:#7e7468;
}
/* ------------------------- */
/*         Quote            */
/* ------------------------- */
div.innerPageQuote {
	position:absolute;
	top:170px;
	left:40px;
	width:445px;
	color:#ffffff;
}
div.innerPageQuote i {
	line-height:24px;
	padding-left:10px;
}
    
img.photoRight
{
    margin-right: 4px;
}

/* ------------------------- */
/*         EDITOR            */
/* ------------------------- */
.imageFloatRight
{
	float:right;
	padding: 0 0 10px 10px;
}

.imageCentered
{
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
}
.imageFloatLeft
{
	float:left;
	padding: 0 10px 10px 0;
}
.clearFloats
{
	clear:both;
}
/* ------------------------- */
/*      SPRINGBOARD          */
/* ------------------------- */

.springboard {
	width:380px;
	padding:0 20px 0 0;
	z-index:22;
	}
.springboard h3 {
	color:#F5841F;
	font-size:11px;
	text-transform: uppercase;
	font-weight:bold;
	letter-spacing: 1px;
	padding:0 0 5px 0;
	margin:0;
	}
.favoriteItem { margin:10px 0 10px 0; }
.springboard a { color:#467A8A; text-decoration:none; font-style:italic;}

.springboard2 {
	float:left;
	width:165px;
	padding:0;
	margin:0 0 0 20px;
	}
.springboard2 h3 {
	color:#F5841F;
	font-size:11px; line-height:13px;
	text-transform: uppercase;
	font-weight:bold;
	letter-spacing: 1px;
	padding:5px 0 5px 0;
	margin:0;
	text-align:left;
	}
.springboard2 h4 {
	color:#467A8A;
	font-size:14px;
	line-height:18px;
	text-transform: uppercase;
	font-weight:normal;
	padding: 10px 0 10px 0;
	}	
.line {
	background-image:url(/common/images/springboard/line.gif);
	background-repeat:repeat-x;
	height:2px;
	}
.springboard2 ol {
	margin:0 0 0 30px;
	padding:0;
	}
.springboard2 ol li {
	color:#231F20;
	font-size:10px;
	padding:0 0 6px 0;
	margin:0;
	}

.springboard2 ul {
	list-style-type:none;
	margin:0 0 10px 0;
	padding:0;
	}
.springboard2 ul li {
	color:#231F20;
	font-size:10px;
	list-style: none;
	padding:0 0 6px 0;
	margin:0;
	}
.springboard2 ul li a {
	color:#231F20; text-decoration:none;
	}
.springboard2 ul li a:hover {
	color:#231F20; text-decoration:underline;
	}
	
#springForm {
	position: absolute;
	top:500px;
	right:20px;
	width:330px;
	height:122px;
	z-index:30;
	background: url(/common/images/springboard/formbg.png) no-repeat;
	color:#467A8A;
	font-size:14px;
	line-height:18px;
	text-transform: uppercase;
	font-weight:normal;
	visibility: hidden;
	padding:20px 10px 10px 10px;
}
/*#springForm input {
	border:1px solid #CCCCCC;
}*/


/* Feed Accounts */
div.feedAccounts {
	position: absolute;
	z-index: 1000;
	bottom: 25px;
	left: 25px;
}
div.feedAccounts img.right {
	margin-left: 5px;
}
