/* ----------------------------------------

Orcabelle Consulting, LLC

CSS for positioning



Version: 1.0

Author: Matt Flynn

E-mail: dbconsulting@orcabelle.com 

Colors:
Light Light Brown: #fef5e4
Light Brown: #f0bb5d
Chocolate: #885c10
Dark Brown: #53380a

---------------------------------------- */

* {  /* Clears all margins and paddings to eliminate discrepencies between IE and FF */
  	margin: 0px;
  	padding: 0px;
}

html, body {
        text-align: center;
	font-family: Times, Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	background-color: #885c10;
	height: 100%;
        }
	
	/* =Typography
	---------------------------------------- */
	
	p,h1,h2,pre,hr {
        margin: 0px 10px 10px 10px;
        }
	
	/*a {
		color: #000000;
		text-decoration: none;
	}
	
	a:HOVER {
		text-decoration: underline;
	}
	
	a.seelink {
		text-decoration: underline;
	}
	
	a.backtotop {
		font-size: 11px;
		text-decoration: underline;
		text-align: right;
	}*/
	
	ul {
		padding-left: 30px;
	}
	
	li {
		padding-left: 10px;
	}
	
	h2 {
		font-size: 19px;
		color: #000000;
		margin-top: 20px;
	}
	
    #frame {
/*        width: 978px;
	display: block;
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
        text-align: left;
        background: transparent url(images/bg.gif) left center repeat;
	border: none;*/


	min-height: 100%;
	width: 1000px;
	position: relative;
	margin-left: auto;
  	margin-right: auto;
  	margin-top: 0px;
  	margin-bottom: 0px;
	text-align: left; /* to realign text */
        background: transparent url(images/bg.gif) left center repeat;
        }

#header {
	width: 1000px;
	float: left;
}

#header-nav {
	margin: 0px 0px 0px 102px;
}

#header-nav img {
	border: none;
}

#content {
	clear: both;
	width: 900px;
	height: 475px;
	position: relative;
	margin-left: auto;
  	margin-right: auto;
  	margin-top: 0px;
  	margin-bottom: 0px;
	text-align: left;
	background-color: #fdf3df;
	border: .45em solid #291c05;
}

#content-header {
	height: 80px;
	background: transparent url(images/rcm.gif) center center no-repeat;
}

#content-content {
	height: 425px;
}

#content-content-left {
	float: left;
	width: 590px;
}

#content-content-left-image-frame {
	float: right;
}

#content-content-left-image {
	height: 330px;
	width: 500px;
	border: .25em solid #291c05;
}

#content-content-right {
	float: right;
	height: 330px;
	width: 300px;
	text-align: left;
}

#content-content ul {
 	font-family: Times, Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	list-style-type: none;
	text-align: left;
	padding-top: 1em;
}

#content-content ul li a {
	background: transparent url(images/button_off.gif) left center no-repeat;
	padding-left: 2em;
	text-align: left;
	text-decoration: none;
	color: #291c05;
	font-size: 1em;
	line-height: 1.5em;
}

#content-content ul li a:hover {
	background: transparent url(images/button_on.gif) left center no-repeat;
}

#content-content ul li a#current {
	background: transparent url(images/button_on.gif) left center no-repeat;
}

#content-content p {
	padding-left: 2em;
	text-align: left;
	color: #291c05;
	font-size: 1em;
}

#content-content p.tour {
	font-family: Times, Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 16pt;
}

#content-footer {
	clear: both;
	height: 50px;
	background: transparent url(images/content-footer.gif) center center no-repeat;
}

#footer {
	clear: both;
	width: 950px;
	margin-top: .5em;
	text-align: right;
}

#footer p {
	color: #fdf3df;
	font-size: .85em;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #fdf3df;
	text-decoration: none;
}

.ob_consulting {
	border: none;
	margin-bottom: 1em;
}

* html #frame { /* IE6 hack */
	height: 100%;
}

#clear {
	clear: both;
}

