/*
CSS Stylesheet For:
www.terrorfreecalculator.com
Created April 18th, 2008
by Jay
River City Studio
*/


																									/* Global Declarations
		---------------------------------------------------------------------------------------*/


* {
	margin: 0px;
	padding: 0px;
}

body {
	margin-top: 5px;
	margin-bottom: 20px;
	position: relative;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

a {
/* 	text-decoration: none; */
/* 	color: blue; */
	text-decoration: underline;
	color: #7E0823;
}

a:hover {
	color: #13153E;
}

span.underline {
	text-decoration: underline;
}

#container {
	position: relative;
	width: 955px;
	margin: 0px auto;
	background-color: #13153E;
	padding-top: 5px;
	border: 2px solid #333;
}


																									/* Header Declarations
		--------------------------------------------------------------------------------------------*/

#header {
	position: relative;
/* 	height: 154px; */
	height: 117px;
	background-image: url('/_img/headerBacker.jpg');
	background-repeat: no-repeat;
	background-position: 11px 0px;
}

#headerHomeLink {
	position: absolute;
	padding-right: 955px;
/* 	padding-bottom: 154px; */
	padding-bottom: 117px;
}

#nav {
	margin-left: 85px;
/* 	padding: 3px 0px; */
/* 	background-color: #6E2405; */
	/*position: absolute;
	bottom: 0px;*/
	position: relative;
/* 	top: 134px; */
	top: 97px;
}

#nav a {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", serif;
	color: #fff;
	padding: 3px 18px;
	font-weight: bold;
/* 	background-color: #6E2405; */
	background-color: #7E0823;
}

#nav a:hover, #nav a.active {
/* 	background-color: #F7B217; */
	background-color: #D7E1F4;
	color: #13153E;
}


																								/* Content Declarations
	----------------------------------------------------------------------------------------------------*/

#outerContentContainer {
	position: relative;
	background-color: transparent;
	padding-top: 15px;
	padding-bottom: 15px;
}

		/* Client Widened the entire site after creation. Please comment out all widths to be changed, and leave them there. */

#content {
	position: relative;
/* 	width: 800px; */
	width: 910px;
	margin: 0px auto;
	background-color: #fff;
	border: 2px inset #333;
	padding: 10px;
}

h1#contentHeader {
/* 	color: #466D12; */
	color: #13153E;
	font-size: 21px;
	padding-bottom: 4px;
}

h2#contentSubHeader {
	color: #B2432F;
	font-size: 17px;
	padding-bottom: 8px;
}

h2#contentSubHeader.green {
	color: #7E0823;
	font-size: 17px;
	margin-top: 30px;
}

h3#partnershipCSAG {
	text-align: right;
/* 	color: #466D12; */
	color: #13153E;
	clear: right;
	font-size: 14px;
}

#left, #right, #leftHome, #rightHome, #rightFAQ, #fullPage, #leftHomePage {
	margin-top: 14px;
}


																							/* Right Side Declarations
			---------------------------------------------------------------------------------------------------*/


#right, #rightFAQ {
	float: right;
/* 	width: 375px; */
	width: 450px;
	position: relative;
}

			/* FAQ Right Page Declarations */

#rightFAQ {
/* 	background-color: #ADC996; */
	background-color: #D7E1F4;
	padding: 14px;
/* 	border: 1px solid #13153E; */
	border: 1px outset #13153E;
	margin-bottom: 10px;
}

#rightFAQ h2 {
	color: #13153E;
	font-size: 20px;
	text-align: center;
	width: 300px;
	margin: 0px auto;
	margin-bottom: 15px;
}

#rightFAQ p {
	font-size: 13px;
/* 	line-height: 13px; */
	margin-bottom: 9px;
}

#rightFAQ p.addressName {
	font-size: 15px;
	color: #333;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 0px;
}

#rightFAQ p.addressInfo {
	font-size: 12px;
	color: #333;
	margin-top: 6px;
}

#rightFAQ img {
	display: block;
	margin: 20px auto;
/* 	margin-bottom: 9px; */
}

div.hideMe {
	margin: 10px 0px;
	display: none;
}

		/* The rest of the pages	*/
#right h2 {
	text-align: center;
	font-size: 21px;
	color: #D29908;
/* 	text-decoration: underline; */
}



		/* homePage Right Declarations */

#rightHome {
	float: right;
/* 	width: 500px; */
/* 	width: 560px; */
	width: 535px;
	position: relative;
	top: 30px;
}

#rightHome h3#rightHeader, h4.tableFooter {
	text-align: center;
/* 	color: #D29908; */
	color: #7E0823;
	font-size: 17px;
	margin-bottom: 8px;
}

h4.tableFooter {
	margin-top: 10px;
	text-align: left;
	margin-left: 20px;
}

#CSAGRegisterInput {
	margin-left: 20px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
}

#CSAGRegisterInput input {
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}

#CSAGRegisterInput input#submitCSAGInterest {
	float: none;
	font-size: 9px;
	background-color: #F0AF1F;
	color: #13153E;
	border: 1px solid #13153E;
	margin: 3px 0px 4px 2px;
	vertical-align: top;
	cursor: pointer;
}






																							/* Start of Varying Table Layout
	------------------------------------------------------------------------------------------------------*/


		/* Styles that in theory should apply to all table layouts
		---------------------------------------------------------------*/

#tableHolder {
	position: relative;
	padding: 7px;
}

#tableHeaderandTab {
	height: 30px;
	background-image: url('/_img/tableTab.gif');
	background-repeat: no-repeat;
	background-position: -1px 0px;
	position: relative;
}

#tableTabContent {
	padding-left: 5px;
	padding-top: 7px;
	width: 180px;
	text-align: center;
	font-size: 11px;
	font-family: "Arial Black";
}

#fundsToCheck {
	text-transform: uppercase;
	font-size: 10px;
	color: #333;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	position: absolute;
	bottom: 5px;
	right: -8px;
}

#searchMutualFunds {
	padding-bottom: 15px;
}

#tableHeader, .tableHeader, .tableHeaderSub {
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
	padding: 5px;
}

.tableHeaderSub {
	padding-top: 0px;
	padding-bottom: 5px;
}

#searchMutualFunds #mutualFundSearchBox {
	font-size: 12px;
	width: 175px;
	border: 1px solid #333;
	margin-left: 7px;
}

#searchMutualFunds #mutualFundSubmitButton {
	float: right;
	font-size: 11px;
	border: 1px solid #333;
	background-color: #13153E;
	color: #fff;
	margin-right: 7px;
}


				/* Individual Table Holder Elements (The start of the varying madness)
						Remeber you have 500px - 14xp from the padding at the current settings
				-------------------------------------------------------------------------*/

		/* These are common among all of these tables */
#tableHolder ul {
	width: 100%;
	height: 125px;
	overflow: auto;
}

#tableHolder ul li, #tableHolder th, #tableHolder td {
	padding: 2px 14px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	list-style-type: none;
}

#tableHolder ul li img {
	float: right;
	margin-right: 5px;
}

#tableHolder li.green, table tr.green {
/* 	background-color: #ADC996; */
	background-color: #D7E1F4;
}

#tableHolder li.white, table tr.white {
	background-color: #fff;
}

																													/* HomePage Tables */

#individualTableHolderHomeRight, #individualTableHolderHomeLeft, #individualTableHolderResults {
	border: 1px solid #000;
	border-top: 10px solid #000;
}

	/* This is where it starts to get freaky*/
#individualTableHolderHomeRight {
	float: right;
/* 	width: 200px; */
/* 	width: 230px; */
	width: 210px;
}

#individualTableHolderHomeRight ul {
	height: 102px;
	overflow: auto;
}

#individualTableHolderHomeLeft {
/* 	width: 250px; */
/* 	width: 300px; */
	width: 285px;
}

#individualTableHolderHomeLeft img#moreResults {
	margin-top: 4px;
}

#calculateForm {
	float: right;
	width: 190px;
	position: relative;
	top: -70px;
}

#calculateButton, #calculateButtonResults {
/* 	margin-top: 25px; */
	height: 20px;
	width: 115px;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 10px;
	background-image: url('/_img/buttonBacker.jpg');
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 11px;
	color: #333;
	position: absolute;
	top: 195px;
	right: 60px;
	cursor: pointer;
}

																					/* Results Page Table Declarations */



#individualTableHolderResults table th {
	font-size: 11px;
	text-transform: uppercase;
	vertical-align: bottom;
	height: 40px;
	font-weight: bold;
	padding: 0px;
	padding-top: 5px;
}

#individualTableHolderResults table th.wide {
	width: 160px;
	text-align: left;
	padding-left: 15px;
}

#individualTableHolderResults table td {
	text-align: center;
}

#individualTableHolderResults table td.wide {
	text-align: left;
}

#calculateButtonResults {
	position: relative;
	top: 10px;
	right: 0px;
	left: 360px;
}

img.tableResultsImage {
	vertical-align: baseline;
	border: 1px solid #999;
}




															/* Right Side Table Footer
		-----------------------------------------------------------*/

#tableFooter, p.tableFooter, p.tableDisclaimer {
	font-size: 12px;
	color: #666;
/* 	color: #333; */
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}

p.tableFooter {
	margin: 3px 10px 3px 20px;
}

p.tableDisclaimer {
	color: #333;
	font-size: 11px;
	font-weight: bold;
}


																					/* Left Side Declarations
		----------------------------------------------------------------------------------------------*/

#leftHome, #leftHomePage {
/* 	margin-right: 515px; */
/* 	margin-right: 575px; */
	margin-right: 565px;
}

#left {
/* 	margin-right: 425px; */
	margin-right: 500px;
}

#fullPage {
	margin-right: 30px;
}

#fullPage h2 {
/* 	color: #B2432F; */
	color: #7E0823;
	font-size: 17px;
	padding-bottom: 3px;
}

#leftHome p, #left p, #left ul, #leftHome ul, #fullPage p, #leftHomePage p, #leftHomePage ul {
	font-size: 13px;
/* 	line-height: 16px; */
	margin-bottom: 9px;
}

#leftHomePage p {
	margin-bottom: 15px;
}

#left ul, #leftHome ul {
	margin-left: 25px;
}

#leftHome p span.emphasis, #left span.emphasis, p.emphasis, #leftHomePage p span.emphasis {
/* 	font-size: 13px; */
	font-weight: bold;
/* 	color: #D29908; */
	color: #7E0823;
}

/*#leftHomePage p span.emphasis {
	font-size: 11px;
}*/

#left h3.faqLink {
	margin: 7px 0px;
	font-size: 15px;
}

#left h3.faqLink a {
	color: #13153E;
}

#left p#feedbackLink {
	font-size: 14px;
	color: #6E2405;
}

#left p#feedbackLink a {
	text-decoration: underline;
	color: #6E2405;
}


																			/* contact Email Form Declarations
		-----------------------------------------------------------------------------------------*/

#emailForm {
	margin-top: 15px;
	text-align: right;
	margin-right: 90px;
}

#emailForm input, #emailForm textarea {
	background-color: #fff;
	border: 1px solid #333;
	color: #000;
}

#emailForm input {
	margin-left: 15px;
	width: 140px;
	padding-left: 3px;
}

#emailForm textarea {
	width: 220px;
	height: 140px;
	margin-top: 5px;
	padding-left: 3px;
	font-size: 12px;
	font-family: Arial;
}

p#submit {

}

input#submit {
	width: auto;
	background-color: #D29908;
	color: #13153E;
	border: 1px solid #13153E;
	cursor: pointer;
}

																				/* Footer/Bottom Nav Declarations
		--------------------------------------------------------------------------------------------*/

#footer {
	position: relative;
}

p#bottomNav {
	text-align: center;
	margin-top: 7px;
	margin-bottom: 10px;
}

p#bottomNav a {
	color: #fff;
	border-left: 1px solid #fff;
	padding: 0px 10px;
	font-size: 13px;
}

p#bottomNav a:hover, p#bottomNav a.active {
/* 	color: #D29908; */
	color: #D7E1F4;
}

p#footerText {
	color: #fff;
	margin: 0px auto;
	margin-top: 9px;
	width: 475px;
	text-align: center;
	font-size: 11px;
}

	/*--------------------------	View Counter Styles ---------------------------------*/

h1.viewCounter, p.viewCounter {
	text-align: center;
	width: 300px;
	font-size: 21px !important;
	color: #333;
	margin: 8px auto;
}

p.viewCounter {
	color: green;
}


	/*--------------------------- Random Stuff --------------------------------*/

p.blueBox, p#greenBox, p.blueBox, p.GreenBox {
	width: 250px;
	padding: 8px;
/* 	background-color: #D7E1F4; */
	background-color: #B4D3C5;
	border: 1px outset #13153E;
}

p#blueBox, p.blueBox {
	width: 250px;
	padding: 8px;
	background-color: #D7E1F4;
	border: 1px outset #13153E;
}

#toolHelp {
	/*float: left;*/
	width: 275px;
/* 	margin-right: 15px; */
	padding: 8px;
	border: 1px outset #13153E;
/* 	margin-left: 15px; */
	background-color: #D7E1F4;
/* 	display: hidden; */
	cursor: pointer;
}

#toolHelp h3, #toolHelp p, #toolHelp li {

}

#toolHelp h3, #toolHelpLink {
	color: #13153E;
	font-size: 13px;
	margin-left: 15px;
}

#toolHelp h4 {
	color: #13153E;
	font-size: 12px;
}

#toolHelp p, #toolHelp li {
	margin: 3px 0px;
	color: #333;
	font-size: 10px;
}

#toolHelp ol {
	margin-left: 25px;
}

#toolHelp li {
	list-style-position: outside;
}

#pop {
	position: absolute;
	left: 50px;
	top: 150px;
}

#toolHelp #popupClose {
	text-align: right;
	color: #666;
	margin-top: 6px;
}

#resultsPageDescriptionHeader {
 	font-size: 15px;
 	color: #13153E;
 	text-transform: uppercase;
 	margin-bottom: 15px;
}

#swissLogoImage {
	float: right;
	position: absolute;
	right: 10px;
}

#mediaContactInfo {
	padding: 8px;
	background-color: #B4D3C5;
	border: none;
	border: 1px outset #13153E;
	width: 315px;
	margin-top: 25px;
}

#mediaContactInfo legend, #mediaContactInfo h2, #mediaContactInfo h3 {
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #13153E;
}

#mediaContactInfo h2 {
	font-size: 17px;
	margin-left: 0px;
	margin-bottom: 9px;
}

#left #makeItBigger p, #left #makeItBigger ul {
	font-size: 15px;
}