/* Colors
 *   Beige: #FFEEC3
 *   Green: #99AE6D
 *   Light Green: #C6D8A2
 *   Dark Green: #3C5A1C
 *   Dark Red: #740E1B
 *   Red: #BF4449
 *   Yellow: #FFE08F
 *   Orange: #E9B03D
 *   Brown: #B19B63
 *   Dark Brown: #745C1D
 *   Dark Blue: #313153
 */

body
{
	background-color: #99AE6D;
	margin: 0px;
	padding: 0px;
	text-align: center; /* Internet Explorer */
}

body, td, th
{
	font-family: 'Trebuchet MS', sans-serif;
	color: #3C5A1C;
}

a:link
{
	color: #740E1B;
}

a:visited
{
	color: #BF4449;
}

/* Page structure. */

img#header
{
	display: block;
	padding-top: 5px; /* Apply padding to avoid margin collapsing. */
}

#loginButton
{
	display:block;
	position:absolute;
	top: 25px;
	margin-left: 600px;
}

#headerLoginButton
{
	display:block;
	position:absolute;
	top: 0px;
	font-size: small;
	padding: 0px;
	margin: 0px;
}

#headerPaymentButton
{
	position:absolute;
	top:0px;
	width: 150px;
	left: 560px;
}

div#page
{
	width: 760px;
	margin: 0px auto;
	text-align: left; /* Reset */
	background: #FFEEC3 url(../images/background.gif) no-repeat;
	border-left: 2px solid #3C5A1C;
	border-right: 2px solid #3C5A1C;
	position:relative;
}

div#HomePage
{
	width: 760px;
	margin: 0px auto;
	text-align: left; /* Reset */
	background: #FFEEC3 url(../images/home-background.gif) no-repeat;
	border-left: 2px solid #3C5A1C;
	border-right: 2px solid #3C5A1C;
	position:relative;
}

/* Navigation */

ul#navigation
{
	margin: 0px;
	padding: 0px;
	padding-left: 20px; /* Balance out li margin */
	height: 23px;
	background-color: #740E1B;
	border-bottom: 2px solid #740E1B;
	font-size: 160%; /* 16px */
	line-height: 20px; /* Smaller than height because image adds ~5px */
	text-align: center;
}

ul#navigation li
{
	display: inline;
	margin: 0px;
	margin-right: 20px;
}

ul#navigation a
{
	color: #FFE08F;
}

/* Secondary Navigation */

div#secondaryNavigation
{
	height: 25px;
	font-size: 160%; /* 16px */
	line-height: 25px; /* Match height. */
}

div#secondaryNavigation ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 20px; /* Balance out li margin */
	display: none;
	background-color: #FFE08F;
	color: #740E1B;
	text-align: center;
	border-bottom: 2px solid #E9B03D;
}

div#secondaryNavigation ul li
{
	display: inline;
	color: #FFE08F;
	margin-right: 20px;
}

div#secondaryNavigation a
{
	color: #740E1B;
}

/* Left sidebar */

div#sidebar
{
	position: relative;
	height: 470px;
	width: 230px;
	float: left;
	clear:left;
}

img#resourceCenter
{
	display: block;
	position: absolute;
	top: 130px;
	left: 105px;
}

img#newsletter
{
	display: block;
	position: absolute;
	top: 225px;
	left: 60px;
}

img#initialConsultation
{
	display: block;
	position: absolute;
	top: 320px;
	left: 60px;
}

/* Content */

h1
{
	text-align: right;
	margin: 30px 20px -10px 350px; /* Right should be 350px but that screws up sIFR. */
	padding: 0px;
	font-size: 240%;
	line-height: 1;
}

h2
{
	margin: 30px 0px 0px -10px;
}

h3
{
	margin: 20px 0px;
}

h2 a:hover
{
	text-decoration: none;
}

div#sideContent
{
	width: 200px;
	margin: 40px 0px 0px 20px;
	font-size: 140%;
	line-height: 1.4;
	float:left;
}

div#content
{
	margin: 40px 20px 0px 230px;
	font-size: 140%;
	line-height: 1.4;
}

div#HomeContent
{
	margin: 40px 20px 0px 230px;
	font-size: 140%;
	line-height: 1.4;
}

div#HomeIcons
{
	margin: 40px 20px 0px 230px;
	font-size: 140%;
	line-height: 1.4;
}

div#content.simple
{
	margin-left: 20px;
}

div#content td, div#content th
{
	font-size: 100%;
	line-height: 1.4;
}

div#content ul.inPageNavigation
{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-align: right;
}

div#content ul.inPageNavigation li
{
	display: inline;
	margin-left: 10px;
}

#anchorNavigation li
{
	font-size: 120%;
	list-style-type: none;
	list-style: none;
	margin-left: -5%;
	
}

/* Footer */

div#footer
{
	clear: both;
	margin-top: 20px;
}

div#footer ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 20px; /* Balance out li margin */
	height: 25px;
	background-color: #740E1B;
	font-size: 160%; /* 16px */
	line-height: 25px; /* Match height. */
	text-align: center;
}

div#footer ul li
{
	display: inline;
	margin: 0px;
	margin-right: 20px;
}

div#footer ul a
{
	color: #FFE08F;
}

/* Forms */

input.button
{
	color: #740E1B;
	background-color: #FFE08F;
	border: 2px solid #E9B03D;
}

input, select, textarea
{
	font-family: 'Trebuchet MS', sans-serif;; 
	font-size: 12px;
}

/* sIFR */

.sIFR-flash
{
	visibility: visible !important;
	margin-top: 20px;
}

.sIFR-replaced
{
	visibility: visible !important;
}

span.sIFR-alternate
{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a
 * tab laid over it. */

.sIFR-flash + div[adblocktab=true]
{
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced.
 * The negative-letter spacing in this case is used to make the browser text
 * metrics match up with the sIFR text metrics since the sIFR text in this
 * example is so much narrower. Your own settings may vary. Any weird sizing
 * issues you may run into are usually fixed by tweaking these decoy styles. */

.sIFR-hasFlash h1.sIFR
{
	visibility: hidden;
	/* These absolute pixel sizes approximate the default sizes. */
	/* Font size has to be smaller than line height for IE. */
	font-size: 30px;
	line-height: 40px;
	/* Because we're increasing the size of the text, we have to decrease letter
	 * spacing to ensure that the text takes up the same horizontal space. This
	 * keeps wrapping in sync. */
	letter-spacing: -8px;
}

/* Used for testing. */

.sIFR-hasFlash h1.sIFRclone
{
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -8px;
}

.sIFR-hasFlash h2.sIFR
{
	visibility: hidden;
}

.sIFR-hasFlash h3.sIFR
{
	visibility: hidden;
}

.sIFR-hasFlash h4.sIFR
{
	visibility: hidden;
}

.sIFR-hasFlash h5#pullquote.sIFR
{
	visibility: hidden;
}

/* Page specific styles. */

.counselingProgram
{
	color: #3C5A1C;
}

div.button
{
	text-align: center;
	margin: 10px 0px 20px 0px;
}

#floatLeft
{
	float: left;
}
#floatRight
{
	float: right;
	padding-right: 40%;
}

.inviting
{
	font-size: 140%; /* 14px */
}

.inviting h3
{
	font-style: italic;
	margin-left: -10px;
}

ul.introQuestions
{
	list-style-type: none;
	margin: 20px;
	padding: 0px;
}

ul.introQuestions li
{
	margin: 5px 0px;
}

ul.introQuestions li:first-letter
{
	font-size: 120%;
}

p.exciting
{
	font-size: 140%; /* 14px */
	font-style: italic;
	text-align: center;
}

.mediumCenteredText	
{
	text-align:center;
	font-size:medium;
}

.smallCenteredText	
{
	text-align:center;
	font-size:smaller;
}

.smallerCenteredText	
{
	text-align:center;
	font-size:x-small;
}

p.finePrint
{
	font-size: 80%;
}

#recipeIndex
{
	text-align: center;
}

#recipeIndex td
{
	text-align: left;
	width: 150px;;
}

.actions
{
	text-align: right;
	margin: 10px 0px;
}

.newNavLinks
{
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-weight: bold;
	line-height:2.5;
	margin-top:50px;
	margin-left:80px;
}

table.form td,
table.form th
{
	vertical-align: top;
}

input.name,
input.phoneNumber,
input.emailAddress,
input.address,
input.city,
select.creditCardType,
input.creditCardNumber,
select.service
{
	width: 200px;
}

input.zipCode,
input.amount
{
	width: 100px;
}

input.state
{
	width: 50px;	
}

textarea.comments
{
	width: 300px;
	height: 100px;
}