/*===This style sheet is for the INTERIOR pages only.  If you are trying to change something on the Homepage then you will need to use the temp40css.css file===*/

/*===If you are making changes to an interior page that does not include the Ebooks then you will need to use the NoEbook.css file===*/

/*===Be sure to read the instructions of this style sheet carefully because it does vary slightly from the other style sheets.===*/


/*===Global Styles===*/

#body {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	
	/*===This is where you will change the background color of the entire template.  You must either replace this with an image or a color code.===*/
	
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	background-color: #9c9283;
	text-align: center;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}


/*===Header Styles===*/

#masthead {
	width: 1000px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	
	/*===This is the image that is generating the header's background color.  You must replace this with an image or a background color.===*/
	
	background-image: url('images/int_header.png');
	background-repeat: no-repeat;
}

#masthead #logo {
	float: left;
	margin: 10px 0 10px 5px;
	padding: 0;
	border: 0;
}

#con {
	float: left;
	margin: -130px 0 10px 715px;
	padding: 0;
	border: 0;
}

/*===This is where you can edit the size and color of the content within the box in the top right hand corner of this template.===*/

#masthead p {
	float: right;
	font: 18px Arial, Helvetica, Tahoma, sans-serif;
	color: #ffffff;
	margin: -105px 35px 0 0;
	padding: 0;
}

#masthead UL {
	float: right;
	clear: right;
	margin: -13px 25px 0 0;
	padding: 0;
}

#masthead li {
	display: inline;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

/*===This is the where you can change the font color and size of the three links that are on top of the large red area===*/

#masthead a {
	float: left;
	color: #ffffff;
	display: inline;
	text-transform: uppercase;
	font: 10px Arial, Helvetica, Tahoma, sans-serif;
	text-align: center;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	border-right: 1px solid #000;
}

#masthead a:hover {
	color: #5e0e01;
}

/*===Be sure that the last link to the right has this id tag so that the right border does not appear next to it===*/

#masthead .last {
	border-right: 0;
}


/*===Sub Navigation Styles===*/

/*===This navigation is below the top banner area.===*/

#sub_nav {
	width: 1000px;
	color: #ffffff;
	margin: -168px -100px 50px 75px;
	padding: 0;
}

#sub_nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sub_nav li {
	margin: 0;
	padding: 0;
	display:inline;
}

/*===This where you can change the font and size of the text in the links and also where you can replace the background image of the link.===*/

#sub_nav a {
	float: left; 
	color: #000000;
	margin: 0 20px 0 0;
	padding: 5px 0 0 0;
	display: block;
	height: 45px;
	width: 150px;
	
	/*===The color of these background images may only be changed inside Photoshop.===*/
	
	background: url('images/nav_btn.png') no-repeat;
	font: 16px Arial, Helvetica, Tahoma, sans-serif;
}

#sub_nav a:hover {
	color: #ffffff;
}
 
/*===Main Content Styles===*/

/*===The int_wrapper is just a background-color and positioning tool for both the ebooks and the content===*/

#int_wrapper {
	clear: left;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#main_content {
	float: left;
	margin: 0 auto;
	background-color: #c9bca8;
	width: 1000px;
}

/*===Sell In Days Ebook Styles===*/

#main_content #ebook_sell {
	float: left;
	
	/*===This is where you can replace the background image (gray area) that is behind the ebook content.  It is the same file as not only the Foreclosure Ebook, but also the three content
	areas located on the homepage.  So if you change it here it will change in all four of the other places if the file names remain the same.===*/
	
	background-image: url('images/icon_back.png');
	background-repeat: no-repeat;
	height: 271px;
	width: 263px;
	margin: 0 10px 0 15px;
}

/*===This is where you can change the size and color of the header font of the ebook section===*/

#main_content #ebook_sell h1 {
	color: #ffffff;
	font: 24px Arial, Helvetica, Tahoma, sans-serif;
	margin: 0;
	padding: 0 0 5px 0;
}

/*===This is where you can change the size and color of the second header line of the ebook section===*/

#main_content #ebook_sell h2 {
	color: #ffffff;
	font: 16px Arial, Helvetica, Tahoma, sans-serif;
	margin: -25px 0 0 0;
}

/*===This is where you can change the size and color of the text inside the ebook section===*/

#main_content #ebook_sell p {
	color: #ffffff;
	font: 12px Arial, Helvetica, Tahoma, sans-serif;
	margin: 0;
	padding: 5px 5px;
}

/*===This is the section that you can edit the ebook section's ebook image, download button, and download button text.===*/

/*===Ebook Image (the image itself can be replaced in either the include_sellebookside.htm or the include_stopebookside.htm file)===*/

#main_content #ebook_sell img {
	float: left;
	padding: 0 0 0 0;
	margin: 0;
}

/*===Ebook Download Button (color must be changed in Photoshop)===*/

#main_content #ebook_sell .button {
	margin: 120px 0 0 25px;	
	float: left;
	color: #ffffff;
	font: 14px Arial, Helvetica, Tahoma, sans-serif;
	background-image: url('images/small_btn.png');
	background-repeat: no repeat;
	width: 105px;
	height: 24px;
}

#main_content #ebook_sell .button:hover {
	color: #a79d8c;
}

/*Ebook Stop*/

#main_content #ebook_stop {
	float: left;
	background-image: url('images/icon_back.png');
	background-repeat: no-repeat;
	height: 271px;
	width: 263px;
	margin: 300px 10px 0 -273px;
}

#main_content #ebook_stop h1 {
	color: #ffffff;
	font: 24px Arial, Helvetica, Tahoma, sans-serif;
	margin: 0;
	padding: 0 0 5px 0;
}

#main_content #ebook_stop h2 {
	color: #ffffff;
	font: 16px Arial, Helvetica, Tahoma, sans-serif;
	margin: -25px 0 0 ;
}

#main_content #ebook_stop p {
	color: #ffffff;
	font: 12px Arial, Helvetica, Tahoma, sans-serif;
	margin: 0;
	padding: 5px 5px;
}

#main_content #ebook_stop img {
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
}

#main_content #ebook_stop .button_f {
	float: left;
	margin: 120px 0 0 30px;
	color: #ffffff;
	font: 14px Arial, Helvetica, Tahoma, sans-serif;
	background-image: url('images/small_btn.png'); 
	background-repeat: no-repeat;
	width: 105px;
	height: 24px;
}

#main_content #ebook_stop .button_f:hover {
	color: #a79d8c;
}

#contentMain {
	float: left;
	width: 685px;
	margin: 0 5px 0 10px;
	padding: 0;
}

/*===These sections are where you can edit the main content's Headers, Paragraphs, and Links size and color===*/

#main_content h1 {
	color: #000000;
	font: 28px Arial, Helvetica, Tahoma, sans-serif;
	margin: 0 15px 10px 15px;
}

#main_content h2 {
	color: #000000;
	font: 22px Arial, Helvetica, Tahoma, sans-serif;
	margin: 0 15px 0 15px;
}

#main_content h3 {
	color: #000000;
	font: 14px Arial, Helvetica, Tahoma, sans-serif;
	text-align: center;
	margin: 0 15px 0 15px;
}

#main_content p {
	color: #000000;
	font: 14px Arial, Helvetica, Tahoma, sans-serif;
	padding: 0 5px 12px 5px;
	text-align: left;
	margin: 0 15px 0 15px;
}

#main_content LI {
	font: 14px Arial, Hevetica, Tahoma, sans-serif;
	margin: 0 15px 0 15px;
	text-align: left;
}

#main_content a {
	color: #000000;
	text-decoration: none;
	font: 14px Arial, Hevetica, Tahoma, sans-serif;
	margin: 0 5px 0 5px;
}

#main_content a:hover {
	color: #ffffff;
}

#main_content table {
	text-align: justify;
	font: 14px Arial, Helvetica, Tahoma, sans-serif;
	margin: 0 auto;
}

/*===The content_footer is diffrent from the the index_content_footer simply because the interior background color is a much lighter tan.  The color must be edited in Photoshop===*/

#content_footer {
	clear: left;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background-image: url('images/content_footer.png');
	background-repeat: no-repeat;
}


/*Footer*/

#footer {
	clear: both;
	width: 1000px;
	margin: -5px 0 0 0;
	padding: 10px 0 0 0;

	/*===This is where you can change the color on the middle part of the footer (the part that houses the links and the copyright paragraph).===*/

	background-color: #5e0e01;
	text-align: center;
}

/*===This where you can change the size and color of the Copyright paragraph text.===*/

#footer p {
	color: #a79d8c;
	font: 12px Arial, Helvetica, Tahoma, sans-serif;
	text-align: center;
}

/*===This is where you can change the color and size of the footer links.===*/

#footer a {
	font: 12px Arial, Helvetica, Tahoma, sans-serif;
	color: #a79d8c;
	border-right: 1px solid #a79d8c;
	padding: 0 5px 0 5px;
	text-align: center;
}

#footer a:hover {
	color: #ffffff;
}

/*===Be sure that the last link in the list and the last link on a specific line (if your navigation stretches more than one line) has this class assigned to it to eliminate
the right border.===*/

#footer .last {
	border-right: 0;
}

/*===This is where you can replace both the top and bottom rounded corners images of the footer.  The color must be changed with Photoshop.===*/

#top_bar {
	margin: 5px 0 0 0;
	background-image: url('images/footer_top.png');
	background-repeat: no-repeat;
	width: 1000px;
}

#bottom_bar {
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	width: 1000px;
}