body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body, td, input, textarea {
	color: #424242;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a  {
	text-decoration: none;
	color: #E57F5D;
}
a:hover {
	text-decoration: none;
	color: #FA9D7E;
}
a:visited  {
	text-decoration: none;
	color: #E57F5D;
}
.cleanup {
	clear: both;
	width: 100%;
}

#pageContainer {
	background-image: url(/images2/mafcon/bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%; 
	height: auto; 
	position: relative; 
	min-height: 100%;
	_height: 100%;
}
#header {
	height: 116px;
	width: 100%;
}
#toplogo {
	position: absolute;
	top: 36px;
	left: 162px;
}
#topMenu1 {
	position: absolute;
	height: 36px;
	top: 80px;
	left: 0;
	width: 100%;
}
#topMenu2 {
	margin-left: 158px;
}
#menuBar {
	background-image: url(/images2/mafcon/stripes.gif);
	height: 36px;
	width: 100%;
}
#lang {
	position: absolute;
	top: 64px;
	width: 960px;
	text-align: right;
}
#breadcrumb {
	color: white;
	font-size: 8pt;
	position: absolute;
	top: 21px;
}
#breadcrumb a {
	color: white;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#breadcrumb a:visited {
	color: white;
	text-decoration: none;
}

.contentTable {
	border-collapse: none;
	text-align: justify;
	width: 100%;
}
#content {
	position: relative;
	width: 820px;
	text-align: justify;
	margin-left: 148px;
	margin-right: auto;
	padding-top: 7px;
}
.spacer {
	clear: both;
	width: 100%;
	height: 36px;
}
#footer {
	background-image: url(/images2/mafcon/stripes.gif);
	position: absolute;
	height: 36px;
	width: 100%;
	bottom: 0;
	clear: both;
}



#footer table {
	border-collapse: none;
	border: 0;
	width: 100%;
}
#footer .line1 {
	color: #ffffff;
	font-size: 9pt;
	height: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer .line1 a  {
	text-decoration: none;
	color: #ffffff;
}
#footer .line1 a:visited {
	text-decoration: none;
	color: #ffffff;
}
#footer .line1 a:hover {
	text-decoration: none;
	color: #ffffff;
}

#footer .line2 {
	color: #000000;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}
#footer .line2 a  {
	text-decoration: none;
	color: #000000;
}
#footer .line2 a:visited {
	text-decoration: none;
	color: #000000;
}
#footer .line2 a:hover {
	text-decoration: none;
	color: #000000;
}


h1 {
	font-size: 12pt;
	color: #1467A8;
	margin-top: 0;
}

h2 {
	font-size: 10pt;
	color: #C2B18F;
	margin-bottom: 0;
}

.italic {
	color: #1467A8;
	font-style: italic;
	font-weight: bold;
}

.picture {
	float: right;
	border: 1px solid black;
	margin-left: 20px;
}
.descBlock {
	clear: both;
	margin-top: 30px;
	text-align: left;
	width: 55%;
}
.descBlock .name {
	font-size: 10pt;
	font-weight: bold;
	color: #C2B18F;
	margin-bottom: 0;
}

.location {
	color: white;
	padding-left: 10px;
}

.small {
	font-size: 8pt;
}
.smallBox {
	border: 1px solid black;
	font-size: 8pt;
	padding: 5px;
}

.subtitle {
	color: #1467A8;
	font-weight: bold;
}

.noteBox {
	border: 1px solid black;
	font-size: 8pt;	
	padding: 5px;
}

ul {
	margin-top: 0px;
	/*margin-left: 20px;*/
	list-style-image: url(/images2/mafcon/ul_bullet.gif);
	/*list-style-type: square;*/
}

.level1 {
	color: #E57F5D;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 10px;
}
.level2 {
	color: #E57F5D;
	font-size: 10pt;
	margin-left: 20px;
}
.level3 {
	color: #E57F5D;
	font-size: 9pt;
	margin-left: 40px;
}

/* TOOL SHOP */
ul.calc {
	margin-top: 0px;
	list-style-type: circle;
	list-style-image: none;
}
/*
ul {
	list-style-type: none;
	margin-left: 0px;
}
li {
	margin-left: 0px;
	padding-left: 15px;
	background: url(images/service_bullet.gif) no-repeat 0 0.5em;
}*/

.tools_heading {
	background-color: #1467A8;
	color: white;
	font-weight: bold;
}

.tools_heading_small {
	background-color: #1467A8;
	color: white;
	font-size: 8pt;
}

.tools_right_pane {
	font-size: 8pt;	
}

.tools_contact_button {
	color:#1467A8;
	font-size: 8pt;
	font-weight: bold;
	width: 250px;
}

.tools_promo_box {
	color: white;
	font-weight: bold;
	background-color: #1467A8;
}
/* END TOOL SHOP */


.icons {
	border-collapse: none;
	border: 0;
	width: 100%;
}
.icons td {
	font-size: 8pt;
	text-align: center;
}
.icons img {
	margin-bottom: 10px;
}
.sectionLinks {
	border-collapse: none;
	border: 0;
	width: 100%;
}
.sectionLinks td {
	height: 40px;
}
.sectionLinks .right {
	text-align: right;
}

.refTable {
	border-collapse: none;
	border: 0;
	width: 80%;
}
.refTable td {
	padding: 5px;
	text-align: center;
}

.leftColumn {
	margin-right: 10px;
	width: 185px;
}
.rightColumn {
	margin-left: 10px;
	width: 130px;
}
.homepageNews {
	border: 1px solid #e6e6e6;
	font-size: 8pt;
	margin-bottom: 10px;
	text-align: left;
	width: 183px;
}
.homepageNews .newsTitle {
	color: #1467a8;
	font-weight: bold;
}
.homepageNewsBox {
	padding: 10px;
}

.rightColumnIcons div {
	font-size: 8pt;
	margin-bottom: 15px;
	text-align: center;
}
.rightColumnIcons img {
	margin-bottom: 10px;
}

.rightColNews {
	float: right;
	margin-left: 8px;
	min-height: 150px;
	width: 210px;
}
.rightColNews h2 {
	color: #424242;
	font-size: 18px;
	font-weight: normal;
	margin: 2px 0 8px 0;
	padding: 0;
}
.rightColNews .item {
	border-bottom: 1px solid silver;
	clear: both;
	margin: 0 0 4px 0;
	padding: 0 0 6px 0;
	text-align: left;
}
.rightColNews .item .pic {
	display: block;
	float: right;
	margin: 0 0 4px 3px;
	width: 80px;
}
.rightColNews .item .title {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0 3px 0;
}
.rightColNews .item .text {
	display: block;
	color: #424242;
	font-size: 11px;
	font-weight: normal;
}


.homeThumbTable {
	text-align: center;
}

.linksThumbTable {
}
.linksThumbTable img {
	border: 1px solid silver;
}
.linksThumbTable td {
	font-size: 10pt;
	color: #C2B18F;
	padding-bottom: 15px;
	text-align: center;
}


.sold {
	background-image: url(/images2/mafcon/sold.gif);
	background-position: center;
	background-repeat: no-repeat;
	min-height: 42px;
}



#menuBox {
	height: 27px;
	display: block;
	left: 147px;
	position: absolute;
	top: 80px;
	width: 700px;
}
#menu { 
	list-style: none;
	margin: 0;
	padding: 0; 
	text-align: left;
}
#menu * { margin: 0; padding: 0; }
#menu a { color: #ffffff; font-size: 12px; text-decoration:none; display: block; margin: 0; padding: 0; }
/*#menu a:visited { color:#a03d06; text-decoration:none; }*/
#menu a:hover {   color:#ffffff; text-decoration:none; }
#menu li {position: relative; float: left; margin-right: 2px}
#menu ul {position: absolute; top: 20px; left: 0; display: none; list-style: none; border: 1px solid #5d5b5d;}
#menu ul li {position: relative; width: 190px; margin: 0}
#menu ul li a {         background-color: #1467A8; color: #ffffff; padding: 4px 7px; display: block; }
/*#menu ul li a:visited { background-color: #420200; color: #a03d06; }*/
#menu ul li a:hover {   background-color: #FAB29A; color: #ffffff; }
#menu ul ul { left: 190px; top: 1px; }
#menu .menulink { padding: 2px 12px 2px 10px; font-family: Verdana, Arial, Tahoma; font-size: 13px; font-weight: bold; text-transform: uppercase; border: 1px; }
#menu .menulink:visited { font-weight: bold; text-transform: uppercase; border: 1px; }
#menu .menulink:hover { background-color: none; color: #ffffff; }
#menu .sub {background: #1467A8 url(/images2/mafcon/arrow.gif) 178px 8px no-repeat; }
#menu .sub:hover { color: #ffffff; }
#menu .menuhover { background-color: #FAB29A; color: #ffffff; }
#menu .cur { background-color: #FAB29A; color: #ffffff; }


/* ====== Web form ====== */
.webForm {
}
.webForm td {
	font-size: 10pt; 
}
.webForm .fieldTitle {
	padding-right: 4px;
	text-align: right;
	vertical-align: middle;
	width: 150px;
}
.webForm .fieldTitle img {
	margin: 0 3px !important;
	vertical-align: middle;
}
.webForm .fieldControl {
	width: 420px;
}
.webForm input {
	border: 1px solid silver;
	font-size: 10pt; 
	width: 100%;
}
.webForm .fieldRadioControl input {
	border: 0;
	font-size: 10pt; 
	width: auto;
}
.webForm textarea {
	border: 1px solid silver;
	font-size: 10pt; 
	height: 150px;
	width: 100%;
}
.webForm .button {
	border: 1px solid silver;
	width: 120px;
}
.webForm .errorMessages {
	border-bottom: 2px solid silver;
	font-weight: bold;
	margin-bottom: 7px;
	text-align: left;
}
.webForm .errorMessages .title {
}
.webForm .errorMessages .message {
	color: red;
	padding-left: 10px;
}
.webForm .successMessages {
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
}
/* ====== End of Web form ====== */
