@charset "utf-8";
/* CSS Document */
body {
	background-color: #F3F2EB;
	margin-top: 0;
	background-image: url(../images/bg_banner.gif);
	background-repeat: repeat-x;
}
a {
	color:#C4942F;
	text-decoration:underline;
}
.container {
	width:750px;
}
#logo {
	margin-top: 30px;
}
#mainmenu {
	margin-top: 30px;
}
#header {
	margin-top: 17px;
}
h2 {
	color: #C4942F;
}
/* Module Headings */

h3 {
	font-size: 1.5em;
	color: #C4942F;
	margin-top: 10px;
	margin-bottom: 15px;
}
#breadcrumb h3 {
	display: none;
}
/* End Module Headings */

/* Module Styles */

#right .moduletable {
	font-size: 11px;
	color: #666666;
}
#breadcrumb .moduletable {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer ul, #footer li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}
#footer li {
	float: left;
	padding-right: 20px;
}
#footer .moduletable {
	font-size: 11px;
}
#footer a, #footer a:link, #footer a:visited {
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
#right h3 {
	border-bottom: solid 1px #ccc;
}
#right ul, #right li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}
#right li {
	text-indent: 5px;
	height: 20px;
}
#right a, #right a:link, #right a:visited {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
/* End Module Headings */

#right {
	background-image: url(../images/bg_banner.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 30px;
	padding-bottom: 30px;
}

#investment-calc-form {
	background-image: url(../images/bg_banner.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 5px;
	padding-top: 18px;
	margin-top: 0px;
	padding-bottom: 18px;
}

#investment-calc-form table {
	width: 100%;
}

#investment-calc-form tr {
	margin: 5px;
}

#investment-calc-form td {
	margin: 5px;
}

#investment-calc-form .label {
	padding-top: 0px;
	vertical-align: middle;
}

.label h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#investment-calc-form .submit {
	margin: 15px;
}

#investment-calc-form .input-label {
	float: left;
	width: 50%;
}

#investment-calc-form .input-element {
	float: right;
	width: 50%;
}

#investment-calc-form h2 {
	font-size: 1.5em;
	color: #C4942F;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: underline;
}


#investment-calc-table {
	background-image: url(../images/bg_banner.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 5px;
	padding-top: 18px;
	margin-top: 18px;
	padding-bottom: 18px;
}

#investment-calc-table table {
	width: 100%;
}

#investment-calc-table tr {
	margin: 5px;
}

#investment-calc-table td {
	margin: 5px;
}

#investment-calc-table .i {
	width: 20%;
	vertical-align: middle;
}

#investment-calc-table .year {
	width: 20%;
	vertical-align: middle;
}

#investment-calc-table .interest-gain {
	width: 30%;
	vertical-align: middle;
}

#investment-calc-table .balance {
	width: 30%;
	vertical-align: middle;
}

#investment-calc-table .submit {
	margin: 15px;
}

#investment-calc-table .input-label {
	float: left;
	width: 50%;
}

#investment-calc-table .input-element {
	float: right;
	width: 50%;
}

#investment-calc-table h2 {
	font-size: 1.5em;
	color: #C4942F;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: underline;
}

#investment-calc-table b {
	font-size: 1.1em;
	color: #C4942F;
}

