/*
===================================================
Martini Park Stylesheet: About/Who We Are
===================================================
*/

/*
---------------------------------------------------
About
---------------------------------------------------
*/

div#wrapper
	{
	height: 100%;
	min-height: 100%;
	}

body#about div#main_content
	{
	border: 4px solid #790000;
	float: left;
	display: inline;
	width: 890px;
	/* min-height: 630px; */
	padding: 0 0 26px 0;
	margin: 2px 0 0 17px;
	background: #000 url(../images/about_bg.jpg) 1px 1px no-repeat;
	}

div#about_graphic
	{
	width: 816px;
	height: 124px;
	background: #000 url(../images/about_graphic.jpg) 50% 50% no-repeat;
	margin: 30px auto 0 auto;
	border: 4px solid #fff9bb;
	}
	
div#about_title
	{
	/* position: relative;
	left: 33px;
	top: 27px; */
	float: left;
	margin: 27px 0 0 33px;
	width: 336px;
	height: 20px;
	background: url(../images/about_title.gif) 0 0 no-repeat;
	display: inline;
	}
	
div#left_column
	{
	width: 390px;
	float: left;
	font: 11px "lucida sans unicode", "lucida sans", verdana, arial, helvetica, sans-serif;
	color: #fff;
	margin: 20px 0 0 33px;
	display: inline;
	}
	
div#right_column
	{
	width: 390px;
	float: left;
	font: 11px "lucida sans unicode", "lucida sans", verdana, arial, helvetica, sans-serif;
	color: #fff;
	margin: 20px 0 0 30px;
	display: inline;
	}
	
p
	{
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 1.65em;
	}
	
/*
---------------------------------------------------
Who We Are
---------------------------------------------------
*/

body#who div#main_content,
body#chris div#main_content,
body#fred div#main_content,
body#lisa div#main_content,
body#john_r div#main_content,
body#john_p div#main_content,
body#jeffrey div#main_content
	{
	border: 4px solid #790000;
	float: left;
	display: inline;
	width: 890px;
	min-height: 630px;
	margin: 2px 0 0 17px;
	background: #000 url(../images/who_bg.gif) 0 0 repeat-x;
	}
	
	
div#who_nav_holder
	{
	width: 188px;
	min-height: 302px;
	margin: 3px;
	background: #000;
	border: 1px solid #950000;
	float: left;
	display: inline;
	}

/* ++ Sub Navigation ++ */	
ul#who_nav
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul#who_nav li
	{
	margin: 2px 0 0 2px;
	}
ul#who_nav li a
	{
	display: block;
	width: 182px;
	height: 46px;
	border: 1px solid #5d4a00;
	text-indent: -999em;
	overflow: hidden;
	cursor: pointer;
	}
ul#who_nav li a:hover
	{
	border: 1px solid #cea503;
	}
ul#who_nav li a#who_who
	{
	background: #000 url(../images/who_who.gif) 15px 50% no-repeat;
	}
ul#who_nav li a#who_chris
	{
	background: #000 url(../images/who_chris.gif) 15px 50% no-repeat;
	}
ul#who_nav li a#who_chris:hover
	{
	border: 1px solid red;
	}
ul#who_nav li a#who_fred
	{
	background: #000 url(../images/who_fred.gif) 15px 50% no-repeat;
	}
ul#who_nav li a#who_lisa
	{
	background: #000 url(../images/who_lisa.gif) 15px 50% no-repeat;
	}
ul#who_nav li a#who_john_r
	{
	background: #000 url(../images/who_john_r.gif) 15px 50% no-repeat;
	}
ul#who_nav li a#who_john_p
	{
	background: #000 url(../images/who_john_p.gif) 15px 50% no-repeat;
	}
ul#who_nav li a#who_jeffrey
	{
	background: #000 url(../images/who_jeffrey.gif) 15px 50% no-repeat;
	}
	
body#who ul#who_nav li a#who_who,
body#chris ul#who_nav li a#who_chris,
body#fred ul#who_nav li a#who_fred,
body#lisa ul#who_nav li a#who_lisa,
body#john_r ul#who_nav li a#who_john_r,
body#john_p ul#who_nav li a#who_john_p,
body#jeffrey ul#who_nav li a#who_jeffrey
	{
	border: 1px solid #cea503;
	}
/* -- Sub Navigation -- */	
	
div#right_content
	{
	width: 682px;
	min-height: 622px;
	margin: 3px;
	float: right;
	display: inline;
	}
	
div#who_flash
	{
	width: 680px;
	height: 182px;
	border: 1px solid #950000;
	background: #000 url(../images/who_holder02.jpg) 50% 50% no-repeat;
	float: left;
	display: inline;
	overflow: hidden;
	}
	
body#who div.name_title
	{
	width: 670px;
	height: 37px;
	background: url(../images/title_who_who.gif) 0 0 no-repeat;
	float: left;
	margin: 20px 0;
	display: inline;
	}
body#chris div.name_title
	{
	width: 670px;
	height: 37px;
	background: url(../images/title_who_chris.gif) 0 0 no-repeat;
	float: left;
	margin: 20px 0;
	display: inline;
	}
body#fred div.name_title
	{
	width: 670px;
	height: 37px;
	background: url(../images/title_who_fred.gif) 0 0 no-repeat;
	float: left;
	margin: 20px 0;
	display: inline;
	}
body#lisa div.name_title
	{
	width: 670px;
	height: 37px;
	background: url(../images/title_who_lisa.gif) 0 0 no-repeat;
	float: left;
	margin: 20px 0;
	display: inline;
	}
body#john_r div.name_title
	{
	width: 670px;
	height: 37px;
	background: url(../images/title_who_john_r.gif) 0 0 no-repeat;
	float: left;
	margin: 20px 0;
	display: inline;
	}
body#john_p div.name_title
	{
	width: 670px;
	height: 37px;
	background: url(../images/title_who_john_p.gif) 0 0 no-repeat;
	float: left;
	margin: 20px 0;
	display: inline;
	}
body#jeffrey div.name_title
	{
	width: 670px;
	height: 37px;
	background: url(../images/title_who_jeffrey.gif) -10px 0 no-repeat;
	float: left;
	margin: 20px 0;
	display: inline;
	}
	
div.bio_left,
div.bio_right
	{
	width: 315px;
	float: left;
	margin: 0 15px 10px 0;
	display: inline;
	font: 11px "lucida sans unicode", "lucida sans", verdana, arial, helvetica, sans-serif;
	color: #d6cec1;
	padding-right: 5px;
	}
div.bio_left p,
div.bio_right p
	{
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.5em;
	}
