/* CSS Document */
a {
	color: #DB7900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
body, input, td, textarea, select {
	color: #4C4C4C;
	font: 12px Arial, Helvetica, sans-serif;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	clear: both;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	clear: both;
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	clear: both;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h4 {
	clear: both;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h5 {
	clear: both;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h6 {
	clear: both;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
/* head */
#head {
	clear: both;
	height: 55px;
	margin: 0px auto;
	padding: 15px 0px 11px 11px;
	position: relative;
	width: 759px;
}
#head .logo {
	padding: 11px 11px 9px 18px;
	float: left;
}
#head .logo img {
	vertical-align: middle;
}
#head .logo .beta {
	padding-left: 10px;
	vertical-align: middle;
}
#head ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#head ul li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}
#head ul li a {
	background: url(/images/arrow1_right.gif) left 5px no-repeat;
	display: block;
	margin-left: 10px;
	padding-left: 15px;
	white-space: nowrap;
}
#head form {
	bottom: 10px;
	float: right;
	position: absolute;
	right: 0px;
}
#head form input.inputText {
	background-color: #F6F6F6;
	border: 1px solid #E0E0E0;
	padding: 3px;
}
#head form input {
	margin-left: 7px;
	vertical-align: middle;
}

/* introContainer */
#introContainer {
	background: url(/images/bg_intro.gif) left top repeat-x;
	clear: both;
	margin: 0px auto;
	padding: 11px 0px;
	width: 770px;
}
#introContainer #left {
	float: left;
	padding-left: 11px;
	width: 240px;
}
#introContainer #left .orange {
	background: #FFB13A url(/images/bg_intro_form.gif) left top repeat-x;
	margin-bottom: 5px;
	padding: 11px;
}
#introContainer #left h3.blue {
	background: url(/images/arrow2_right_blue.gif) left top no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 0px 3px 22px;
}
#introContainer #left h3.terracotta {
	background: url(/images/arrow2_right_terracotta.gif) left top no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 0px 3px 22px;
}
#introContainer #left h3.green {
	background: url(/images/arrow2_right_green.gif) left top no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 0px 3px 22px;
}
#introContainer #left .orange a {
	color: #FFFFFF;
}
#introContainer #left .orange a:hover {
	text-decoration: none;
}
#introContainer #left .text {
	padding-bottom: 10px;
}
#introContainer #left .jumpMenu select {
	margin-right: 8px;
	vertical-align: middle;
	width: 175px;
}
#introContainer #left .jumpMenu select option {
	width: 205px;
}
#introContainer #left .jumpMenu input {
	vertical-align: middle;
}
#introContainer #left .subMenu {
	background: #FFB13A url(/images/bg_intro_submenu.gif) left top repeat-x;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#introContainer #left .subMenu li {
	margin: 0px;
	padding: 0px 2px;
	width: 236px;
}
#introContainer #left .subMenu li a {
	background: url(/images/arrow1_right.gif) 10px 12px no-repeat;
	border-bottom: 2px solid #FDBF65;
	color: #000000;
	display: block;
	padding: 7px 10px 5px 25px;
	width: 201px;
}

#introContainer #right {
	float: left;
	padding: 0px 11px;
	width: 497px;
}
#introContainer #right h3 {
	border-bottom: 1px solid #E5E5E5;
	color: #000000;
	padding: 10px 5px 5px 5px;
	text-transform: uppercase;
	margin-bottom: 10px;

}
#introContainer #right .news {
	background: url(/images/bg_intro_news.gif) top left repeat-y;
	float: left;
}
#introContainer #right .news .itemLeft {
	background: url(/images/arrow1_right.gif) left 18px no-repeat;
	border-right: 1px solid #E5E5E5;
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	width: 220px;
}
#introContainer #right .news .itemRight {
	background: url(/images/arrow1_right.gif) 10px 18px no-repeat;
	float: left;
	padding-left: 25px;
	width: 220px;
}
#introContainer #right .date {
	margin-left: -15px;
}
#introContainer #right .text {
	font-size: 11px;
}
#introContainer #right .more {
	clear: both;
	text-align: right;
}
#introContainer #right .more a {
	background: url(/images/arrow1_right.gif) left 5px no-repeat;
	display: block;
	float: right;
	padding-left: 15px;
}

/* menuContainer */
#menuContainer {
	background: url(/images/bg_mainmenu.gif) left top repeat-x;
	clear: both;
	height: 27px;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
}
#menuContainer .mainMenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menuContainer .mainMenu li {
	float: left;
	height: 27px;
	margin: 0px 2px 0px 0px;
	padding: 0px;
}
#menuContainer .mainMenu li.blue {
	background: url(/images/bg_mainmenublue_off.gif) left top repeat-x;
}
#menuContainer .mainMenu li.green {
	background: url(/images/bg_mainmenugreen_off.gif) left top repeat-x;
}
#menuContainer .mainMenu li.terracotta {
	background: url(/images/bg_mainmenuterracotta_off.gif) left top repeat-x;
}
#menuContainer .mainMenu li.blueThisPage {
	background: url(/images/bg_mainmenublue_on.gif) left top repeat-x;
}
#menuContainer .mainMenu li.greenThisPage {
	background: url(/images/bg_mainmenugreen_on.gif) left top repeat-x;
}
#menuContainer .mainMenu li.terracottaThisPage {
	background: url(/images/bg_mainmenuterracotta_on.gif) left top repeat-x;
}
#menuContainer .mainMenu li a {
	color: #4C4C4C;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
	width: 130px;
}
#menuContainer .mainMenu li a.big {
	width: 185px;
}
#menuContainer .mainMenu li a:hover {
	text-decoration: none;
}
#menuContainer .mainMenu li a span {
	background: url(/images/arrow1_right.gif) left 6px no-repeat;
	cursor: pointer;
	padding-left: 15px;
	white-space: nowrap;
}
#menuContainer .mainMenu li.blueThisPage a {
	color: #000000;
}
#menuContainer .subMenu {
	float: right;
	list-style: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
#menuContainer .subMenu li {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#menuContainer .subMenu li a {
	background: url(/images/arrow1_right.gif) left 5px no-repeat;
	display: block;
	padding-left: 15px;
}

/* contentContainer */
#contentContainerDefault {
	background: #FFFFFF;
	clear: both;
	margin: 0px auto;
	padding: 11px 0px 19px 0px;
	width: 770px;
}
#contentContainerBlue {
	background: #DFF2FE url(/images/bg_contentcontainer_blue.gif) repeat-x;
	clear: both;
	margin: 0px auto;
	padding: 11px 0px 19px 0px;
	width: 770px;
}
#contentContainerGreen {
	background: #E5F7D9 url(/images/bg_contentcontainer_green.gif) repeat-x;
	clear: both;
	margin: 0px auto;
	padding: 11px 0px 19px 0px;
	width: 770px;
}
#contentContainerOrange {
	background: #FFE5A5 url(/images/bg_contentcontainer_orange.gif) repeat-x;
/*	background: #F8B968 url(/images/bg_contentcontainer_orange.gif) repeat-x;*/
	clear: both;
	margin: 0px auto;
	padding: 11px 0px 19px 0px;
	width: 770px;
}
#contentContainerTerracotta {
	background: #FCE1BF url(/images/bg_contentcontainer_terracotta.gif) repeat-x;
	clear: both;
	margin: 0px auto;
	padding: 11px 0px 19px 0px;
	width: 770px;
}
#contentContainerGrey {
	background: #FFFFFF url(/images/bg_contentcontainer_grey.gif) repeat-x;
	clear: both;
	margin: 0px auto;
	padding: 11px 0px 19px 0px;
	width: 770px;
}
#contentContainerBlue .functionLine {
	background-color: #E1F3FE;
}
#contentContainerGreen .functionLine {
	background-color: #E7F7DB;
}
#contentContainerOrange .functionLine {
	background-color: #F3D0A3;
}
#contentContainerTerracotta .functionLine {
	background-color: #FCE3C3;
}
#contentContainerGrey .functionLine {
	background-color: #F5F5F5;
}

/* contentLeft */
#contentLeft {
	float: left;
	padding: 0px 10px 0px 0px;
	width: 193px;
}
#contentLeft .leftMenu {
	list-style: none;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
#contentLeft .leftMenu li {
	background-color: #F38901;
	margin: 0px;
	padding: 0px 2px;
}
#contentLeft .leftMenu li.level1 a {
	background-color: #F38901;
	border-bottom: 2px solid #F7AD4E;
	color: #000000;
	display: block;
	padding: 4px 11px 3px 11px;
	width: 167px;
}
#contentLeft .leftMenu li.level2 {
	display: none;
}
#contentLeft .leftMenu li.level2Open {
	display: block;
}
#contentLeft .leftMenu li.level2Open a {
	background-color: #F9C480;
	border-bottom: 2px solid #F7AD4E;
	color: #000000;
	display: block;
	padding: 4px 11px 3px 22px;
	width: 156px;
}
#contentLeft .leftMenu li.level3 {
	display: none;
}
#contentLeft .leftMenu li.level3Open {
	display: block;
}
#contentLeft .leftMenu li.level3Open a {
	background-color: #FCE2C0;
	border-bottom: 2px solid #F7AD4E;
	color: #000000;
	display: block;
	padding: 4px 11px 3px 33px;
	width: 145px;
}
#contentLeft .leftMenu li.level4 {
	display: none;
}
#contentLeft .leftMenu li.level4Open {
	display: block;
}
#contentLeft .leftMenu li.level4Open a {
	background-color: #FFFFFF;
	border-bottom: 2px solid #F7AD4E;
	color: #000000;
	display: block;
	padding: 4px 11px 3px 44px;
	width: 134px;
}
#contentLeft .leftMenu li a.thisPage {
	font-weight: bold;
}
#contentLeft .leftMenu .title {
	background-color: #F38901;
	border-bottom: 2px solid #F7AD4E;
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 11px 3px 11px;
	width: 167px;
}
#contentLeft .leftSubMenu {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#contentLeft .leftSubMenu li {
	background-color: #FF9A00;
	margin: 0px;
	padding: 0px 2px;
}
#contentLeft .leftSubMenu li a {
	border-bottom: 2px solid #FFB84D;
	background-color: #FF9A00;
	color: #000000;
	display: block;
	padding: 4px 10px 3px 10px;
	width: 169px;
}
#contentLeft .newsItem {
	background: url(/images/arrow1_right.gif) 11px 18px no-repeat;
	padding: 0px 0px 15px 26px;
}
#contentLeft .newsItem .date {
	margin-left: -15px;
}

/* content */
#content {
	float: left;
	padding: 0px 19px 0px 0px;
	width: 380px;
}
#content h1 {
	color: #000000;
	padding-bottom: 10px;
}
#content .article h1 {
	color: #000000;
	font-size: 18px;
	padding-bottom: 10px;
}
#content .article h5 {
	font-weight: bold;
	padding: 12px 0px 6px 0px;
}
#content .article .date {
	padding-bottom: 10px;
}
#content .article .lead {
	font-weight: bold;
}
#content .article ul {
	margin: auto 0px auto 16px;
	padding: 0px;
}
#content .article p {
	margin: 12px 0px;
}
#content .connectedContent h6 {
	font-weight: bold;
}
#content .connectedContent ul {
	list-style: none;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}
#content .connectedContent li {
	padding: 2px 0px 1px 20px;
}
#content .connectedContent li span {
	color: #4C4C4C;
	font-size: 11px;
}
#content .connectedContent li.doc {
	background: url(/images/icon_doc.gif) left top no-repeat;
}
#content .connectedContent li.xls {
	background: url(/images/icon_xls.gif) left top no-repeat;
}
#content .connectedContent li.pdf {
	background: url(/images/icon_pdf.gif) left top no-repeat;
}
#content .connectedContent li.jpg {
	background: url(/images/icon_jpg.gif) left top no-repeat;
}
#content .connectedContent li.txt {
	background: url(/images/icon_txt.gif) left top no-repeat;
}
#content .connectedContent li.other {
	background: url(/images/arrow1_right.gif) 5px 7px no-repeat;
}
#contentCalculator .formRowhidden {
	width: 381px;
	background-color: Red;
}
#content .articleListItem {
	background: url(/images/arrow1_right.gif) left 18px no-repeat;
	padding: 0px 0px 20px 15px;
}
#content .articleListItem .title, #content .articleListItem .title a  {
	color: #4C4C4C;
	font-weight: bold;
	padding-bottom: 15px;
}
#content .categoryListItem {
	background: url(/images/arrow1_right.gif) left 5px no-repeat;
	padding-left: 15px;
}
#content .categoryListItem .title, #content .categoryListItem .title a {
	color: #4C4C4C;
	font-weight: bold;
}
#content .categoryListItem p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#content .listItem {
	clear: both;
	padding-bottom: 15px;
}
#content .listItem .title, #content .listItem .title a {
	color: #4C4C4C;
	font-weight: bold;
	padding-bottom: 3px;
}
#content .listItem p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#content .listItem .backTop {
	font-size: 11px;
	padding-top: 3px;
	text-align: right;
}
#content .formRow {
	clear: both;
	float: left;
	font-size: 11px;
	width: 381px;
}
#content .formRow .formLabel {
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 11px 3px 0px;
	width: 100px;
}
#content .formRow .formField {
	float: left;
	padding-bottom: 3px;
	width: 270px;
}
#content .formRow td {
	font-size: 11px;
}
#content .formRow td.pad {
	padding: 0px 5px 3px 0px;
}
#content .formSectionTitle {
	clear: both;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 0px 3px 0px;
	width: 381px;
}
#content .formPager {
	clear: both;
	float: left;
	font-size: 11px;
	padding: 5px 0px 5px 111px;
	width: 270px;
}
#content .formSubmit {
	border-top: 1px solid #D9D9D9;
	clear: both;
	float: left;
	margin-top: 2px;
	padding: 5px 0px 3px 111px;
	width: 270px;
}
#content .formSubmit input {
	margin-right: 10px;
	vertical-align: middle;
}
#content .formSubmit a {
	font-weight: bold;
	text-transform: lowercase;
}
#content .formError {
	clear: both;
	color: #C20E0E;
	float: left;
	font-size: 11px;
	padding: 0px 0px 3px 111px;
	width: 270px;
}
#content input.inputText {
	font-size: 11px;
	width: 265px;
}
#content input.inputTextSmall {
	font-size: 11px;
	width: 165px;
}
#content textarea.inputText {
	width: 265px;
}
#content .siteMap {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#content .siteMap li {
	background: url(/images/arrow1_right.gif) left 5px no-repeat;
	font-weight: bold;
	padding: 0px 0px 10px 15px;
}
#content .siteMap li a {
	color: #4C4C4C;
	font-weight: bold;
}
#content .siteMap ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#content .siteMap ul li {
	background: none;
	font-weight: normal;
	padding: 0px 0px 2px 10px;
}
#content .siteMap ul li a {
	color: #DB7900;
	font-weight: normal;
}
#content .faqList {
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 25px 0px;
}
#content .faqList li {
	background: url(/images/arrow1_right.gif) left 5px no-repeat;
	padding: 0px 0px 0px 15px;
}
#content .pager {
	width: 100%;
}
#content .pager .previous {
	text-align: left;
	white-space: nowrap;
	width: 150px;
}
#content .pager .next {
	text-align: right;
	white-space: nowrap;
	width: 150px;
}
#content .pager .center {
	text-align: center;
}
#content .more {
	text-align: right;
}
#content .more a {
	background: url(/images/arrow1_right.gif) left 5px no-repeat;
	padding-left: 15px;
}

/* #content770 */
#content770 {
	float: left;
	width: 770px;
}
#content770 h1 {
	color: #000000;
	padding: 0px 10px 10px 10px;
}
#content770 .formRow {
	clear: both;
	float: left;
	font-size: 11px;
	padding: 0px 10px;
	width: 750px;
}
#content770 .formRow .formLabel {
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 10px 3px 0px;
	width: 390px;
}
#content770 .formRow .formField {
	float: left;
	padding-bottom: 3px;
	width: 350px;
}
#content770 .formRow td {
	font-size: 11px;
}
#content770 .formRow td.pad {
	padding: 0px 10px 3px 0px;
}
#content770 .formSectionTitle {
	clear: both;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 0px 3px 0px;
	width: 381px;
}
#content770 .formPager {
	clear: both;
	float: left;
	font-size: 11px;
	padding: 5px 10px 5px 410px;
	width: 350px;
}
#content770 .formSubmit {
	border-top: 1px solid #D9D9D9;
	clear: both;
	float: left;
	margin-top: 2px;
	padding: 5px 10px 3px 410px;
	width: 350px;
}
#content770 .formSubmit input {
	margin-right: 10px;
	vertical-align: middle;
}
#content770 .formSubmit a {
	font-weight: bold;
	text-transform: lowercase;
}
#content770 .formError {
	clear: both;
	color: #C20E0E;
	float: left;
	font-size: 11px;
	padding: 0px 10px 3px 410px;
	width: 350px;
}
#content770 input.inputText {
	font-size: 11px;
	width: 350px;
}
#content770 input.inputTextSmall {
	font-size: 11px;
	width: 165px;
}
#content770 textarea.inputText {
	width: 350px;
}

/* contentRight */
#contentRight {
	float: left;
	padding: 0px 11px 0px 0px;
	width: 156px;
}
#contentRight .requireBox {
	background-color: #FF9A00;
	color: #000000;
	margin-bottom: 8px;
	padding: 15px 8px 10px 8px;
}
#contentRight .requireBox .button {
	background: #FFFFFF url(/images/bg_require_top.gif) left top no-repeat;
	margin-bottom: 15px;
}
#contentRight .requireBox .button a {
	background: url(/images/bg_require_bottom.gif) left bottom no-repeat;
	color: #000000;
	display: block;
	font-size: 10px;
	font-weight: bold;
	padding: 6px 5px 5px 18px;
	text-transform: uppercase;
}
#contentRight .requireBox .button a:hover {
	text-decoration: none;
}
#contentRight .requireBox p {
	margin: 0px;
}
#contentRight .requireBox h1 {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0px 4px 0px;
}
#contentRight .banner img {
	margin-bottom: 8px;
}
#contentRight .loginBox {
	background-color: #FFBF47;
	color: #000000;
	margin-bottom: 8px;
	padding: 10px 8px 10px 8px;
}
#contentRight .loginBox h1 {
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 5px;
}
#contentRight .loginBox a {
	background: url(/images/arrow1_right.gif) left 5px no-repeat;
	color: #4C4C4C;
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
}
#contentRight .loginBox .inputText {
	width: 135px;
}
#contentRight .formRow {
	padding-bottom: 5px;
}
#contentRight .formSubmit {
	padding-bottom: 5px;
	text-align: right;
}

/* contentContainerCalculator */
#contentContainerCalculator {
	background: #FFFDE3;
	border-top: 1px solid #D9D9D9;
	clear: both;
	margin: 0px auto;
	padding: 8px 10px 10px 10px;
	width: 750px;
}

/* contentCalculatorLeft */
#contentCalculatorLeft {
	float: left;
	padding: 0px 10px 0px 0px;
	width: 572px;
}
.calculatorPageTitle {
	clear: none;
	color: #000000;
}
.calculatorPageTitle a {
	font-size: 12px;
	font-weight: bold;
	margin-left: 7px;
}
.calculatorPage {
	color: #7F7F7F;
	float: right;
	padding: 0px 10px 10px 0px;
}
.calculatorPage img {
	margin: 0px 8px 0px 11px;
	vertical-align: middle;
}
.calculatorPage .thisPage {
	color: #000000;
}

.form1 .formRow {
	clear: both;
	float: left;
	padding: 3px 4px;
	width: 564px;
}
.form1 .formRowHidden {
	clear: both;
	display: none;
	float: left;
	padding: 3px 4px;
	width: 564px;
}
.form1 .formLabel {
	display: block;
	float: left;
	padding: 3px 10px 0px 0px;
	width: 200px;
}
.form1 .formField {
	display: block;
	float: left;
	width: 333px;
}
.form1 .formHelp {
	display: block;
	float: left;
	position: relative;
	margin: 3px 0px 0px 5px;
	width: 16px;
}
.form1 .formHelp img {
	vertical-align: text-top;
}
.form1 .formHelp .formHelpLayer {
	background-color: #FFFFFF;
	border: 1px solid #FF9A00;
	display: none;
	font-size: 11px;
	left: 25px;
	padding: 6px 8px;
	position: absolute;
	top: 0px;
	width: 150px;
}
.form1 .formSectionTitle {
	border-bottom: 1px solid #D9D9D9;
	clear: both;
	color: #000000;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 20px 4px 5px 4px;
	width: 564px;
}
.form1 .formSubmit {
	border-top: 1px solid #D9D9D9;
	clear: both;
	float: left;
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
	width: 564px;
}
.form1 .formSubmit input {
	margin-right: 10px;
	vertical-align: middle;
}
.form1 .formSubmit a {
	font-weight: bold;
}
.form1 .formSubmit input {
	background: none;
	border: none;
	width: auto;
}
.form1 .formError {
	color: #C20E0E;
	display: block;
	float: left;
	font-size: 11px;
	padding: 3px 4px 3px 210px;
	width: 346px;
}
.form1 input {
	background-color: #FFFFFF;
	border: 1px solid #A5ACB2;
	font-size: 12px;
	margin-right: 5px;
	width: 100px;
}
.form1 select {
	background-color: #FFFFFF;
	border: 1px solid #A5ACB2;
	font-size: 12px;
	margin-right: 5px;
	width: 100px;
}
.form1 select.small {
	width: 70px;
}
.form1 select.big {
	width: 175px;
}
.form1 select.bigBig {
	width: 325px;
}
.form1 select.big option, .form1 select.bigBig option {
	width: 335px;
}
.form1 input.inputCheckRadio {
	border: none;
	background-color: transparent;
	width: auto;
}

/* contentCalculatorRight */
#contentCalculatorRight {
	background-color: #FFFFFF;
	border: 1px solid #FF9A00;
	float: left;
	font-size: 11px;
	padding: 6px 8px;
	width: 142px;
}
#contentCalculatorRight h3 {
	color: #000000;
	margin-bottom: 8px;
}
#contentCalculatorRight .more {
	padding-top: 8px;
}

/* contentCalculatorResult */
#contentCalculatorResult {
	background: #FFFDE3;
	border-top: 1px solid #D9D9D9;
	clear: both;
	margin: 0px auto;
	padding: 8px 10px 10px 10px;
	width: 750px;
}
#contentCalculatorResult .lead {
	padding: 20px 0px;
}
#contentCalculatorResult .graf {
	border: 1px solid #FF9A00;
	float: right;
}
#contentCalculatorResult .tableTitle {
	color: #000000;
	font-weight: bold;
	padding-bottom: 10px;
}
#contentCalculatorResult .tableTitleMore {
	background: url(/images/arrow1_right.gif) left 25px no-repeat;
	font-weight: bold;
	padding: 20px 0px 10px 15px;
}
#contentCalculatorResult .resultTable {
	margin-bottom: 10px;
	width: 340px;
}
#contentCalculatorResult .resultTable th {
	font-weight: normal;
	text-align: left;
}
#contentCalculatorResult .resultTable td {
	color: #000000;
	font-weight: bold;
	text-align: right;
}

.help {
/*	display: block;*/
	position: relative;
	padding-left: 5px;
	width: 16px;
}
.help img {
	vertical-align: text-top;
}
.help .helpLayer {
	background-color: #FFFFFF;
	border: 1px solid #FF9A00;
	display: none;
	font-size: 11px;
	font-weight: normal;
	left: 25px;
	padding: 6px 8px;
	position: absolute;
	top: 0px;
	width: 130px;
}

/* contentCalculatorResultBottom */
#contentCalculatorResultBottom {
	background: #FFFBC3;
	clear: both;
	margin: 0px auto;
	padding: 8px 10px 10px 10px;
	width: 750px;
}
#contentCalculatorResultBottom h1 {
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 5px;
	padding: 0px 4px 5px 4px;
}
#contentCalculatorResultBottom #contentCalculatorLeft {
	padding: 0px;
	width: 750px;
}
#contentCalculatorResultBottom .left {
	float: left;
	padding: 0px 20px 0px 0px;
	width: 400px;
}
#contentCalculatorResultBottom .right {
	float: left;
	width: 330px;
}
#contentCalculatorResultBottom .form1 .formSectionTitle {
	border-bottom: none;
	padding: 20px 4px 10px 4px;
	width: 392px;
}
#contentCalculatorResultBottom .form1 .right .formSectionTitle {
	border-bottom: none;
	padding: 20px 4px 10px 4px;
	width: 322px;
}
#contentCalculatorResultBottom .form1 .formRow {
	width: 322px;
}
#contentCalculatorResultBottom .form1 .formSubmit {
	border-top: none;
	margin-top: 0px;
	padding-top: 20px;
	width: 322px;
}
#contentCalculatorResultBottom .form1 .formLabel {
	width: 120px;
}
#contentCalculatorResultBottom .form1 .formField {
	width: 192px;
}
#contentCalculatorResultBottom .form1 .formError {
	padding-left: 130px;
	width: 182px;
}

#contentCalculatorResultBottom .resultModTable {
	float: left;
	width: 400px;
}
#contentCalculatorResultBottom .resultModTable th {
	font-weight: normal;
	text-align: left;
}
#contentCalculatorResultBottom .resultModTable td {
	color: #000000;
	text-align: center;
}

/* foot */
#foot1 {
	border-top: 1px solid #E5E5E5;
	clear: both;
	margin: 0px auto;
	padding: 11px 5px;
	width: 760px;
}
#foot1 .text {
	float: right;
	padding-right: 5px;
}
#foot1 ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 600px;
}
#foot1 ul li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}
#foot1 ul li a {
	background: url(/images/arrow1_right.gif) left 5px no-repeat;
	color: #000000;
	display: block;
	margin-left: 10px;
	padding-left: 15px;
	white-space: nowrap;
}
#foot1 .orange {
	color: #DB7900;
}
#foot2 {
	border-top: 1px solid #E5E5E5;
	clear: both;
	color: #7F7F7F;
	font-size: 10px;
	height: 13px;
	margin: 0px auto;
	padding: 7px 0px 7px 315px;
	width: 455px;
}
#foot2 img {
	float: right;
	vertical-align: middle;
}

/* popUp */
#popUp {
	background: #FFFFFF url(/images/bg_contentcontainer_grey.gif) repeat-x;
}
#popUp #content {
	padding: 10px;
}
#popUp .title {
	float: right;
	font-size: 18px;
	padding-top: 19px;
}
/* other class */
.date {
	font-size: 10px;
}
.functionLine {
	font-size: 11px;
	height: 14px;
	padding: 5px 6px;
	margin-bottom: 15px;
	text-align: center;
}
.functionLine .iconSend {
	background: url(/images/icon_send.gif) left 2px no-repeat;
	color: #4C4C4C;
	float: left;
	padding-left: 23px;
}
.functionLine .iconPrint {
	background: url(/images/icon_print.gif) left top no-repeat;
	color: #4C4C4C;
	padding-left: 23px;
}
.functionLine .iconFont {
	background: url(/images/icon_font.gif) right 1px no-repeat;
	color: #4C4C4C;
	float: right;
	padding-right: 33px;
}
.inputText {
	background-color: #FFFFFF;
	border: 1px solid #A5ACB2;
	font-size: 11px;
}
.picLeft {
	display: block;
	float: left;
	padding: 0px 10px 10px 0px;
}
.picRight {
	display: block;
	float: right;
	padding: 0px 0px 10px 10px;
}
.wrap {
	clear: both;
	display: block;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
}


.lpContent {
	float: left;
	width: 770px;
	padding: 0;
	margin: 0 0 0 -385px;
	left: 50%;
	position: absolute;
	background: #FFFDE3 none;
}

.lpContent div.logo {
	width: 760px;
	float: left;
	padding: 10px 0 20px 10px;
	background: #fff none;
}

.lpContent p { padding: 0 10px;}


.lpContent div.pic {
	float: left;
	width: 770px;
	background: #FFFDE3 none;
}

div.lpContent div.pic img {
	width: 750px;/*
	height: 160px;*/
	margin: 0 10px 10px 10px;
}
/*
div.lpContent div.pic {
	width: 332px;
	margin: 10px;
}*/

.lpContent div.leftSide {
	float: left;
	width: 480px;
	background: #FFFDE3 none;
}

.lpContent div.leftSide h1 {
	width: 480px;
	padding: 10px 0 20px 0;
	margin: 0;
	text-align: center;
}

.lpContent div.leftSide p {
	padding: 0 10px;
}

.lpContent div.leftSide img { margin: 10px 0 0 10px;}

.lpContent div.rightSide {
	float: left;
	width: 290px;
	background: #FFFDE3 none;
}

.lpContent div.rightSide div {
	padding: 15px;
	margin-right: 10px;
	background: #fff none;
	border: 1px solid #FF9A00;
}

.lpContent.alt div.rightSide h1 {
	width: 420px !important;
	padding-top: 10px;
	text-align: center;
}

.lpContent div.rightSide p {
	padding: 0 !important;
	margin: 0 !important;
}

.lpContent.alt div.leftSide { width: 290px;}
.lpContent.alt div.rightSide { width: 430px;}
.lpContent.alt div.rightSide div {
	width: 430px;
	background: transparent none;
	border: 0;
}

div.footer {
	clear: both;
	width: 770px;
	padding: 10px 0;
	margin: 10px 0 0 0;
	background: #fff none;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

div.footer div {
	width: 770px;
	text-align: center;
}
