@charset "utf-8";
/* CSS Document */

	html {
		width: 100%;
		height: 100%;
	}
	
	body {
		margin: 0;
		padding: 0;
		background-color:#1f1a17;
		width: 100%;
		height: 100%;
		border: none;
	}
	
	.mainTable {
		width: 100%;
		height: 100%;
		border: none;
		margin: 0;
		margin-left:-2px;
		padding: 0;
	}
	
	.mainCell {
		width: 100%;
		height: 100%;
		text-align: center;
		vertical-align: middle;
	}
		
	.mainCellTable {
		width: 100%;
		height: 440px;
	}
	
	.topNavCell {
		width: 100%;
		height: 68px;
	}

	.topNavTable {
		width: 860px;
		height: 68px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9pt;
		font-weight: bold;	
		line-height: 20px;	
	}
	.topNavTable a {
		color: #FFFFFF;
		text-decoration: none;
	}
	.topNavTable a:hover {
		color: #E87817;
		text-decoration: none;
	}	
	.contentCell {
		width: 100%;
		height: 318px;
		margin: 0;
		padding: 0;
	}

	.contentTable {
		width: 860px;
		height: 318px;
	}
	
	.bottomNavCell {
		width: 100%;
		height: 45px;
		margin: 0;
		padding: 0;
	}

	.bottomNavTable {
		width: 860px;
		height: 20px;
		margin-top: 0;
		padding: 0;
	}
	
	.100x100 {
		width: 100%;
		height: 100%;
	}
	
	.mainContent {
		/*width: 560px;*/
		height: 310px;
		background-image:url(images/tingleman-white-logo.gif); 
		background-repeat:no-repeat;
		text-align: right;
		vertical-align: top;
	}
	.mainContentCell {
		width: 560px;
		height: 100%;
		vertical-align: top;
		text-align: center;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #585858;
		text-decoration: none;
		line-height: 16px;	

	}
	
	.mainContent a {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #A3A3A3;
		text-decoration: none;
		line-height: 18px;
	}
	.mainContent a:hover {
		color: #E87817;
	}
	.contentDiv {
		padding-top: 5px;
		/*padding-left: 35px;
		padding-right: 35px;   260px*/
		width:450px;	
		margin-left: auto; 	
		text-align: left;
	}
		
	.bottomNavLeft {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;	
	}
	
	.bottomNav {
		text-align: right;
		padding: 0;
		margin: 0;			
	}
	.bottomNavTel {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11pt;
		font-weight: bold;	
		color: #E87817;
		text-align:justify;
		width: 180px;
	}
	
	.bottomNavLeft a {
		color: #A3A3A3;
		text-decoration: none;
		line-height: 24px;
	}
	.bottomNavLeft a:hover {
		color: #E87817;
	}
	.copyright {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;		
		color: #A3A3A3;
	}
	.winImage {
		width: 200px; 
		height: 310px;
		text-align: right;
		vertical-align:middle;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;		
		font-weight: bold;
		color: #585858;
		text-decoration: none;
	}
	
	.mainCellLink {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
	}
	.mainCellLink a {
		color: #008ccc;
		text-decoration: underline;
	}
	.mainCellLink a:visited {
		color: #008ccc;
		text-decoration: underline;
	}
	.mainCellLink a:hover {
		color: #000000;
		text-decoration: none;
	}
	
	.contentHeading {
		font-weight: bold;
		color: #772008;
	}
	
	.logoNav {
		width: 220px;
		height: 310px;
		text-align: right;
		vertical-align: bottom;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;	
		line-height: 15px;	
	}
	.logoNav a {
		color: #E87817;
		text-decoration: none;
		font-weight: bold;
		padding-right: 5px;
	}
	.logoNav a:hover {
		color: #A3A3A3;
		text-decoration: none;
	}
	input, select, textarea {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		border: 1px black solid;
	}
	.error {
		color: #880000;
	}

	.info {
		color: #008800;
	}
	
	.redBold {
		font-weight: bold;
		color: #BB0000;
	}
	
	.label {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
	}
	.disabled {
		background-color: #ECECEC;
	}
	
	.divItems {
		height: 110px; 
		width: 99%; 
		border: 1px black solid; 
		overflow: auto;
	}	
	
	.custNav a {
		color: #E87817;
		text-decoration: none;
		font-weight: bold;
		padding-right: 5px;
	}
	.custNav a:hover {
		color: #A3A3A3;
		text-decoration: none;
	}

	.progresscontainer {
		width: 200px;
		height: 3px;
		background-color: #aaaaaa;
		border: 1px black solid;	
	}
	
	
	.progressbar {
		width: 0px;
		height: 3px;
		background-color: black;
	}