/*   	
		stylesheet for joelwardseminars.com   
		/css/inside.css
		
		used for 3-column layout
*/


html, body
{
	background: #450F19;
	font: normal x-small/2em Verdana, Helvetica, sans-serif;
	color: #000000;
	padding: 0;
	margin: 0;
	height: 100%;
}

img { border: 0; }

img.right
{
	float: right;
	border: 1px solid #000000;
	margin: 10px 0 10px 10px;
}

img.left 
{ 
	float: right;
	border: 1px solid #000000;
	margin: 10px;
}

div#container
{
	background: #FCE8B6 url(../images/inside_mainbg.gif) repeat-x;
	position: absolute;
	left: 50%;
	width: 952px;
	margin-left: -482px;
	border-left: 6px solid #300A11;
	border-right: 6px solid #300A11;
}



/*  clearing hack  */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*  logo and main nav -- 5 photos  */

h1#logo
{
	background: transparent url(../images/inside_joelwardseminars_logo.gif) no-repeat left top;
	width: 333px;
	height: 147px;
	margin: 0;
}

div.nav1
{
	width: 483px;
	height: 116px;
	margin-right: 15px;
	margin-top: 40px;
	display: block;
	float: right;
}

#nav
{
	margin: 0;
	padding: 0;
	height: 118px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
	
#nav li
{
	padding: 0;
	display: inline;
	list-style: none;
}

#nav a
{
	float: left;
	margin-right: 12px;
	padding: 116px 0 0 0;
	border: 1px solid #000000;
	overflow: hidden;
	height: 0px !important;
	/**/
	/* for IE5/Win */
}

#nav a.last { margin-right: 0; }
	
#nav a:hover, #nav a:active, #nav a.selected 
{
	background-position: 0 -116px;
}

#careers a  
{
	width: 85px;
	background: url(../images/inside_careers.jpg) top left no-repeat;
}

#buying a  
{
	width: 85px;
	background: url(../images/inside_buying.jpg) top left no-repeat;
}

#selling a  
{
	width: 85px;
	background: url(../images/inside_selling.jpg) top left no-repeat;
}

#appraisal a  
{
	width: 85px;
	background: url(../images/inside_appraisal.jpg) top left no-repeat;
}

#realestate a  
{
	width: 85px;
	background: url(../images/inside_realestate.jpg) top left no-repeat;
}


/*  typography  */


h2#headline
{
	width: 370px;
	height: 29px;
	background: #A9253C;
	font: small-caps bold 22px Times, "Times New Roman", serif;
	color: #FCE8B6;
	padding: 8px 0 0 30px;
	margin: 0 0 20px 0;
}

h3.subtitle .detail_name
{
	font: bold medium/1em Times, "Times New Roman", serif;
	color: #AA263D;
	margin-top: 2em;
	border-top: 1px solid #AA263D;
	width: 70%;
	padding-top: 0.25em;
}

h3.subtitle_plain
{
	font: bold medium/1em Times, "Times New Roman", serif;
	color: #AA263D;
	margin-top: 2em;
	width: 70%;
	padding-top: 0.25em;
}

h3.subtitle_top
{
	font: bold medium/1em Times, "Times New Roman", serif;
	color: #AA263D;
}

h4.sectionhead
{
	font-weight: bold;
	margin-top: 1.7em;
	margin-bottom: 0;
}