/* SVN FILE: $Id: temp.css 194 2007-12-19 02:16:52Z ryan.blunden $ */
/**
 * Styles for Temp Page
 *
 * Copyright 2007, FreemanFox Ltd
 * Level 11, 1 Eagle St Brisbane, QLD, Australia 4000
 *
 * Licensed under The Creative Commons License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright		Copyright 2007, FreemanFox Ltd
 * @version			$Revision: 194 $
 * @modifiedby		$LastChangedBy: ryan.blunden $
 * @lastmodified	$Date: 2007-12-19 12:16:52 +1000 (Wed, 19 Dec 2007) $
 * @license			http://creativecommons.org/licenses/by/3.0/ The Creative Commons License
 */
 
@charset "utf-8";

/*___ TEMP CONTENT ___*/

body
{
	background: #fff;
	color: #6A6A6A;
}

div.container
{
	height: auto;
	position: static;
	margin: 0 auto;
}

#logo
{
	display: block;
	margin-bottom: 0;
	padding-top: 5px;
	width: 175px;
	height: 81px;
}

#header
{
	margin-bottom: 0;
	height: 100px;
	overflow: hidden;
}

#temp-container
{
	width: 100%;
	height: auto;
	background: #fdfdfd url(../img/temp-content-bg2.jpg) repeat-x;
	padding-top: 15px;
}

#temp-content
{
	color: #666;
	padding-top: 0px;
}

#temp-content h2
{
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

#calc-container { border-right: 1px solid #ccc; }

#calc-container h2
{
	font-weight: bold;
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
}

#calcForm
{
	background: #FF8040;
	border: 1px solid #ccc;
	margin-bottom: 2em;
}

#calc-container p
{
	padding-left: 15px;
}

#calcForm label { color: #fff; }


/*___ STEPS TO WEALTH ___*/

#steps-to-wealth { width: 350px; }

#steps-to-wealth h2 { line-height: 1.25; }

#steps-to-wealth li { margin-bottom: 18px; }

#steps-to-wealth ol
{
	background: url(../img/numbers-bg.gif) top left no-repeat;
	list-style-type: none;
	margin: 0; 
	padding-left: 25px;
}

#steps-to-wealth div.notice 
{ 
	margin-left: 0; 
	background: #EB6D19; 
	color: #fff 
}

#steps-to-wealth div.notice a
{ 
	font-weight: bold; 
	color: #fff; 
}

#steps-to-wealth div.notice h2
{
	font-weight: bold;
	font-size: 14px;
}

#steps-to-wealth div.notice p 
{ 
	margin-bottom: 0; margin-top: 9px; 
}


/*___ CONTACT US ___*/

#steps-to-wealth #contact-us
{
	background: none;
	color:#817134;
	border-color:#FFD324;
}