/*!
 * Core stylesheet for basic style through out the whole site 
 *
 */
 
html {
	background: url(../images/bg_main_top.jpg) no-repeat center top; 	
}

#__EVENTTARGET, #__EVENTARGUMENT, #__VIEWSTATE, #__EVENTVALIDATION{
	display: none;
}
 
html, body{
	height: 100%;
	min-width: 990px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: url(../images/bg_main.jpg) no-repeat center top;
}

	body#tac, body#contactUs{
		height: auto;
		color: #434343;
		background: url(../images/bg_main_bottom.jpg) no-repeat center bottom;
	}
	
	body#tac #headerContainer, body#contactUs #headerContainer{
		width: 980px;
		height: 52px;
		padding-top: 123px;
		background: url(../images/header.jpg) no-repeat center center;
		text-align: center;
		color: #434343;
	}
	
	body.popupPage{
		width: 500px;
		min-width: 500px;
	}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	padding-top: 10px;
}

h3{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 8px;
		
}

p{
	margin-bottom: 8px;	
}

a, a:hover{
	color: #434343;
}

ol{
	margin-top: 5px;	
}

ol li{
	list-style-type: lower-roman;
}

ol.decimal li{
	list-style-type: decimal;
}

ol.lroman li{
	list-style-type: lower-roman;
}

ol.lalpha li{
	list-style-type: lower-alpha;
}

input{
	border: 1px solid #bfbfbf;
	display: block;
	padding: 0 2px;
	width: 180px;
	height: 18px;
	font-size: 11px;
	color: #434343;
}

textarea{
	border: 1px solid #bfbfbf;
	display: block;
	width: 100%;
	height: 85px;
}

label{
	width: 80px;
	display: block;
	float: left;
	color: #434343;
	padding-top: 3px;
}

.hr{
	height: 5px;
	background: url(../images/hr.gif) no-repeat 0 0;
}

.floatRight{
	display: block;
	float: right;
}

.clear{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
}

.moreTopMargin{
	margin-top: 11px;	
}

#flashContent .noFlash{
	display: block;
	width: 990px;
	height: 382px;
	padding-top: 222px;
	background: url(../images/bg_noflash.jpg) no-repeat 0 0;
	text-align: center;
	color: #666666;
/*	display: none;*/
}

	#flashContent .noFlash a{
		color: #666666;
	}

	#flashContent .noFlash a:hover{
		color: #434343;
	}

#winPrizeCorner{
	position: fixed;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 187;
	height: 187;
	z-index:1000;
	display: none;
}

	#index #winPrizeCorner{
		display: block;
	}

#contentContainer{
	width: 990px;
	margin: 0 auto;

}
	#contentContainer ol li{
		list-style-position: outside;
		margin-left: 20px;
		margin-bottom: 5px;
	}

	#flashContainer{
		display: block;
		padding-top: 33px;
	}
	
	#centerColunm{
		width: 674px;
		padding-bottom: 10px;
		margin-left: 153px;
		background: url(../images/bg_center_colunm.gif) #ffffff repeat-y 0 0;
	}
		
	#centerColunm #textWrapper{
		/*width: 584px;*/
		margin: 0 35px;
	}

#contactUs p, #contactUs h3{
	margin-left: 15px;
	margin-right: 15px;	
}

#contactUs .leftCol{
	margin-left: 15px;
	display: block;
	float: left;
	width: 267px;
}

#contactUs .rightCol{
	display: block;
	float: right;
	width: 267px;
}

#contactUs .rightColList{
	display: block;
	float: right;
	width: 297px;
}

.formSubmitted{
	text-align: center;
	margin: 0 auto;
	width: 339px;
	height: 320px;
}

	#contactUs .leftCol p, #contactUs .rightCol p{
		margin-left: 0;
		margin-right: 0;
	}

	#contactUs .leftCol div, #contactUs .rightCol div{
		padding: 3px 0;
	}
	
	#contactUs #textWrapper ul{
		margin-bottom: 15px;	
	}
	
	#contactUs #textWrapper ul li{
		list-style-position: inside;
		line-height: 15px;	
		padding-bottom: 5px;
		padding-left:22px;
		background: url(../images/arrow.gif) no-repeat 0 2px;
	}
	
	#contactUs #textWrapper li a{
		color: #bb9b6a;
		text-decoration: none;
	}

	#contactUs  #textWrapper ul li.leftColIndent{
		background: none;
		margin-left: 80px;
	}

	#contactUs  #textWrapper ul li.rightColIndent{
		background: none;
		margin-left: 120px;
	}

#contactForm{
	background-color: #f2f2f2;
	padding: 18px 15px 18px 0;
	font-size: 11px;
}
	
	#contactForm .btnSubmit{
		background: url(../images/btn_submit.gif) no-repeat 0 0;
		width: 94px;
		height: 36px;
		display: block;
		float: right;
		color: transparent;
		text-indent: -99999px;
		border: none;
	}
	
	#contactForm .btnSubmit:hover{
		background-position: 0 -36px;
	}

.popupContent{
	padding: 20px;
	width: 460px;
	margin: 0 auto;
}
	
.dataTable{
	float: left;
	display: block;
	margin: 5px 0 5px 20px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}
	
.tableCol{
	float: left;
	display: block;
	text-align: center;
}
	.tableCol div{
		padding: 5px;
		border-left: 1px solid #999999;
		border-bottom: 1px solid #999999;
	}

	.tableHeader{
		background-color: #CCCCCC;
	}

	.dataTable .clear{
		padding: 0;
	}

#footerContainer{
	font-size: 11px;
	color: #434343;
	width: 980px;
	padding-bottom: 50px;
	height: 70px;
}

	#footerLinks {
		display: block;
		float: left;
		width: 840px;
	}
		#footerLinks a{
			color: #434343;
			text-decoration: none;
		}
		
		#footerLinks a:hover{
			color: #666666;
			text-decoration: none;
		}
		
		#footerLinks ul li{
			display: block;
			float: left;
			height: 26px;
			margin-top: 22px;
			margin-right: 15px;
		}
	
	#footerLogo {
		text-align: right;
		color: #848484;
		width: 140px;
		display: block;
		margin-top: 12px;
		float: right;
		font-size: 9px;
	}
	
		#footerLogo img{
			margin-top: 5px;
			display: block;
		}