
/****************************************************************************************
>> Common HTML properties << 
*****************************************************************************************/
html, body {margin: 0; padding: 0;}
body {
	background: #FFF;
	color: #000;
	font: 11px Tahoma, Geneva, Arial, Verdana, Helvetica, sans-serif;
}

a:link, a:visited {color: #222; text-decoration: underline;}
a:hover {color: #444; text-decoration: none;}
p {margin: 8px 0 8px 0;}
a img {border: 0;}
table, td {font: 11px Tahoma, Geneva, Arial, Verdana, Helvetica, sans-serif;}
hr {color: #CCC; background: #CCC; height: 1px; border: 0;}
ul li {list-style: disc;}
h1,h2,h3,h4,h5,h6 {margin: 0; font-weight: bold; font-size: 11px;}
h1 {font-size: 12px; margin-bottom: 10px;}
h3 {color: #333;}
h4 {color: #666;}
h5 {color: #0099CC;}
h6 {color: #6699FF;}
.jobheader { background: #384608; color: #ffffff; font: 13px Tahoma, Geneva, Arial, Verdana, Helvetica, sans-serif; font-weight: bold;}
.oddrow { background: #f4f4f4; }
.evenrow { background: #dbdbdb; }

/****************************************************************************************
>> Page Layout << 
*****************************************************************************************/

/* Wrapper Container
----------------------------------------------- */

#wrapper {
	width: 760px;
	margin: 0 auto;
	background: #566422;
	text-align: left; /* Reset text alignment from the BODY */
}

/* Masthead Container
----------------------------------------------- */

#masthead {
	background: #566422 url('masthead-bg.gif') no-repeat top right;
	height: 131px;
	position: relative;
}
/* Branding */
#masthead h1 {
	background: #566422 url('logo.gif') no-repeat top left;
	position: absolute;
	top: 92px;
	left: 5px;
	width: 202px;
	cursor: pointer;
	padding-top: 21px;
	overflow: hidden;
	height: 0px !important; /* for most browsers */
	height /**/:21px; /* for pre 6.0 IE Win */
}
/* Navigation */
#masthead .nav {
	text-transform: uppercase;
	position: absolute;
	top: 13px;
}
#masthead .subnav1 {right: 365px;}
#masthead .subnav2 {right: 235px;}
#masthead .subnav3 {right: 110px;}
#masthead .subnav4 {right: 16px;}
#masthead .nav ul {
	margin: 10px 0 0 0; 
	padding: 0; 
	list-style: none;
}
#masthead .nav ul li {line-height: 14px; list-style: none;}
#masthead .nav ul li a {
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	padding: 2px;
}
#masthead .nav ul li a:hover {background: red;}
#masthead .nav h2 {
	font-size: 9px;
	color: #AC9176;
	padding-left: 2px;
}

/* Main Content Container
----------------------------------------------- */

#mainContent {
	background: transparent url('maincontent-bg.gif') repeat-y top right;
	float: left;
	width: 760px;
}
#mainContent #innerContent {
/*	background: transparent url('innercontent-bg.gif') no-repeat 205px 0;*/ 
	float: left;
	padding-bottom: 30px;
}

#mainContent #innerContentAgents {
/*	background: transparent url('innercontent-bg.gif') no-repeat 205px 0;*/ 
	float: left;
	padding-bottom: 30px;
}

/* Banner Container
----------------------------------------------- */

#banner {
	background: transparent url('banner-bg.gif') no-repeat top left;
	position: relative;
	padding: 15px 0 0 11px;
}
#banner #bannerText {
	position: absolute;
	top: 32px;
	right: 46px;
	text-align: left;
	width: 200px;
	height: 165px;
	margin: 0;
	background: #FFFFC7;
	display: none;/* Uncomment to show fast facts */
}
#banner #bannerText h2 {
	font-size: 12px; 
	color: #000; 
	padding-left: 10px; 
	margin: 15px 0 10px 0;
}
#banner #bannerText p {font-size: 10px; margin: 0;}
#banner #bannerText p.question {
	font-size: 10px;  
	padding: 0 10px 0 10px;
	height: 83px;
}
#banner #bannerText p.answer {
	text-align:center; 
	background: #FFF; 
	margin: 0; 
	padding: 3px;
}

/* Page Copy Container
----------------------------------------------- */

#pageCopy {
	width: 420px;
	margin: 15px 0 0 20px;
	float: left;
	display: inline;
}
#pageCopy p {margin: 8px 0 8px 0;}

/* Side Bar Container
----------------------------------------------- */

#sideBar {
	width: 200px;
	margin: 15px 0 0 73px;
	float: left;
	display: inline;
}
#sideBar ul {margin: 10px 0 0 15px; padding-left: 0;}
#sideBar hr {margin: 10px 0;}
#sideBar h1 {margin: 0;}

/* Footer Container
----------------------------------------------- */

#footer {
	clear: both;
	background: url('footer-bg.gif') no-repeat top left;
	height: 34px;
}
#footer p {
	font-size: 9px; 
	color: #8B8983;
	text-align: right;
	padding: 16px 40px 0 0;
	margin: 0;
}#pageCopy-no-sidebar {
	width: 705px;
	float: left;
	display: inline;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
/*-------- For MI Bog ------------*/
	

#sideBar  #menu ul {
	margin-bottom: 12px;
	margin-top: 12px;
}
#sideBar #menu ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: square;
}
#sideBar #menu ul li ul li {
	list-style-type: circle;
}
#commentform #comment {
	width: 300px;
}

/* 
	Styles for Material Insight Baseball Card Layouts
	Derek Mah, September 2008
	
	566422 green bkg;
	f0f0f0 white content bkg;
	16160a black text;
*/

/* 
========================
	SET DEFAULTS
========================



========================
	LAYOUT BLOCKS
========================
 */


/* 
adjust width of #bbcard to position cards closer or farther apart. Max width is 745px and min width is 664px.
 */
#bbcard {
	position: relative;
	width: 680px;
	margin: 40px auto 40px auto;
	text-align: left;
	}
#bbcard_front {
	position: relative;
	float: left; width: 332px; height: 446px;
	background: url(card_front_bkg.gif) left top no-repeat #f0f0f0;
	}
#bbcard_back {
	position: relative;
	float: right; width: 332px; height: 446px;
	background: url(card_back_bkg.gif) left top no-repeat #f0f0f0;
	}
#bbcard_clear_floats {
	clear: both;
	width: 700px; height: 1px;
	}

/* 
========================
	CARD FRONT
========================
 */

#bbcard_photo {
	position: absolute; top: 39px; left: 47px;
	width: 238px; height: 323px;
	overflow: hidden;
	}
#bbcard_photo img {
	width: 238px; height: 323px;
	}
#bbcard_frame {
	position: absolute; top: 15px; left: 23px;
	width: 286px; height: 407px;
	background: url(photo_frame.png) left top no-repeat transparent;
	}
/* 
earlier versions of IE that cannot display PNG with full alpha will use the gif frame instead
 */
#IE6or5 #bbcard_frame {
	background: url(photo_frame.gif) left top no-repeat transparent;
	}
#bbcard_name, 
#bbcard_title, 
#bbcard_date {
	position: absolute;
	width: 240px; height: 24px;
	overflow: hidden;
	color: #ffffff;
	}
#bbcard_name {
	position: absolute; top: 370px; left: 47px;
	font-size: 18px; font-weight: bold;
	}
#bbcard_title {
	position: absolute; top: 395px; left: 48px; height: 12px;
	font-size: 10px;
	}
#bbcard_date {
	position: absolute; top: 395px; left: 45px; height: 12px;
	font-size: 10px;
	text-align: right;
	}

/* 
========================
	CARD BACK
========================
 */

#bbcard_backname {
	position: absolute; top: 27px; left: 47px;
	width: 240px; height: 35px; overflow: hidden;
	}
#bbcard_backname p {
	margin: 0px; padding: 0px;
	}
#bbcard_backname #bbcard_profilename {
	font-size: 14px; font-weight: bold;
	}
#bbcard_backname #bbcard_profilesub {
	padding-left: 30px;
	}
#bbcard_profile {
	position: absolute; top: 123px; left: 47px;
	width: 246px; height: 276px;
	overflow: auto; overflow-x: hidden;
	}
/* 
note: using 'overflow: auto' in #bbcard_profile rather than 'overflow: scroll' as this will display the vertical scrollbar and hide the horizontal scrollbar. A graphic (or other non-soft-wrapping content) wider than 230px may cause a horizontal scrollbar to appear. Redundantly defined 'overflow-x' may also prevent horizontal scrollbar in some browsers though that is a CSS3 tag and is not technically a valid style definition at this time (September, 2008).
 */
#bbcard_profile p {
	margin: 0.70em 0em 0.70em 0em; padding: 0em 1.25em 0em 0em;
	}
#bbcard_profile .bbcard_smallcaps {
	font-size: 0.9em; font-weight: bold;
	}

