/*---- BASE STYLES -----*/

body
{
	margin: 0px;
	padding: 0px;
	background-color: #e9e1d6;
	text-align: center;
}

img, div, a, input
{
	behavior: url(/iepngfix.htc)
}




/*---- Link Styles -----*/

a, a:link, a:active, a:visited
{
	color: #a39161;
	text-decoration: none;
}
a:hover
{
	color: #746233;
	text-decoration: underline;
}


h2 a, h2 a:link, h2 a:active, h2 a:visited,
h3 a, h3 a:link, h3 a:active, h3 a:visited
{
	color: #333;
	text-decoration: none;
}
h2 a:hover,
h3 a:hover
{
	color: #746233;
	text-decoration: underline;
}






/*---- Page Markup -----*/

h1
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #746233;
}

h2
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
}

h3
{ 
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
}

p, li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.3em;
}

p {
	line-height: 1.3em;
	margin: 0 0 1em 0;
}

li {
	line-height: 1.3em;
	margin: 0 0 .5em 0;
}

img
{
	border: 0;	
}

.left
{
	margin: 0 15px 10px 0;
}

.right
{
	margin: 0 0 15px 10px;
}

hr
{
	color: #c2c0b7;
	height: 1px;
	margin-bottom: 1em;
}





/*---- Page Container Styles -----*/

.footer
{
	font-size: 11px;
	color: #907f50;
	text-align: center;
	margin-top: 0;
}

#container
{
  width: 764px;
  margin: 0 auto;
  padding: 0;
  background: url("/images/bg_white.jpg") repeat-y;
}

#bodywrapper
{
	width: 634px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin: 0 auto;
	padding: 15px 15px 168px 15px;
	text-align: left;
	background: url("/images/bodywrapper.jpg") bottom no-repeat;
}







/*---- Navbar Styles -----*/


#navbar
{
	width: 664px;
	height: 34px;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	border-bottom: #000 solid 4px;
}

#navbar ul
{
	padding: 0;
	margin: 0;
}

#navbar ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navbar li
{
	float: left;
}







/*---- Submenu Styles -----*/


#submenu
{
	width: 664px;
	height: 25px;
	background: #000;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
}

#submenu ul
{
	padding: 0;
	margin: 0;
}

#submenu ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#submenu li
{
	display: inline;
	width: auto;
}






/*---- Section Menus -----*/


#menu
{
	border: none;
	text-align: center;
	margin: 0 auto 15px auto;
}

#menu img
{
	margin-bottom: 1em;
}

#menu a, #menu a:link, #menu a:active, #menu a:visited
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 144px;
	height: 199px;
	background: url("/images/menu_bg_nm.png") center no-repeat;
}

#menu a:hover
{
	color: #ebe8e5;
	text-decoration: none;
	background: url("/images/menu_bg_hv.png") center no-repeat;
}





/*---- Homepage Profile Includes -----*/


#profile
{
	border: none;
	text-align: left;
	margin: 25px 10px 0 10px;
}

#profile img
{
	float: left;
}

#profile h3
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0;
}

#profile h4
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #746233;
	margin: 0;
}

#profile p
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #666;
	margin: 0;
}





/*---- Page Specific Styles -----*/




.bgphoto
{
	width: 210px;
	top: -53px;
	right: -15px;
	position: relative;
	display: block;
	float: right;
}

#who
{
	height: 555px;
	top: -153px;
	background: url("/images/bg_who.png") top right no-repeat;
	padding-top: 85px;
}

#who img
{
	margin-bottom: 3px;
}

#experience
{
	top: -153px;
	background: url("/images/bg_experience.png") top right no-repeat;
	padding-top: 250px;
}

.bgphoto p
{
	text-align: left;
	margin: 0 10px;
	font-size: 14px;
	color: #fff;
}

.intro
{
	width: 664px;
	margin: 0 auto;
	background: url("/images/header_bg.jpg") repeat-x;
	text-align: left;
}