

/*---------------Global------------------ */

body,h1,h2,h3,h4,h5,h6,p,form,fieldset,ul,ol,li,sup,dl,dd,select,input,button,blockquote{
	margin: 0;
	padding: 0; 
	}
	

ul,li,ol{
	list-style:none;
	}
body {
	margin:0;
	padding:0;
	font-family:Tahoma,Arial;
	font-size: 13px;
	color:#333;
	text-align: center;
	}
	
img{
	border:none;
	}
a{
	color:#333;
	text-decoration:none;
	}
a.red{
	color:#fb484c;
	}			
a:hover{
	text-decoration:underline;
	color:#000;
	}	
.flt_left{
	float:left;
	}

.flt_right{
	float:right;
	}

ul.inline li{
	display:inline;

	}
.aln-right{
	text-align:right;
}
p{
	margin:0 0 15px 0;
	line-height:17px;
}
p.last{
	margin-bottom:0;
	}

h1,h2,h3,h4,h5,h6{
	margin:0 0 15px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-weight:normal;
	}

h1{
	font-size:36px;
}
h2{
	font-size:24px;
}
h3{
	font-size:18px;
}
h4{
	font-size:14px;
	text-transform:uppercase
}
h5{
	font-size:12px;
	font-weight:bold;
}
h6{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#666;
}


input, 
select {
	vertical-align:middle;
}
input, 
textarea {
	padding:2px;
}
input.longText, 
textarea.longText {
	width:630px;

}

.mediumText {
	width:350px;
}		
.smallText {
	width:200px;
}
.miniText {
	width:50px;
}	

/* Layout*/	
.wrap{
	clear:both;
	width:1000px;
	margin:0 auto;
	text-align:left;
	}
	
.pad10{
	padding:10px;
	}
.pad20{
	padding:20px;
	}	

div.mainContent{
	background:#fff url(images/main-content-bg.jpg) left top repeat-x;
	}
div.mainContent .wrap{
	background:#fff;
	}	

div.rightCol{
	float:right;
	width:300px;
	}

div.homeRightCol{
	float:right;
	width:160px;
	}	
	
div.leftCol{
	float:left;
	width:640px;
	}
div.homeLeftCol{
	float:left;
	width:780px;
	}	


	
div.left{
	float:left;
	width:180px;
	}		


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	
}
.clearfix{
	zoom: 1;
}

input.text{
	padding:2px;
}	
/*-----------------------------------------
bread crumb

------------------------------*/
div.bc{
	margin:0px 0 10px 0;
}
div.addthis{
	float:right;
}
div.here{
	float:left;
	padding: -20px 0 0 0;
}
a.currentPage{
	padding:0 9px 0 0;
	background:url(images/arrow.png) right 4px no-repeat;
	color:#333;
	font-size:10px;
	line-height:10px;
}

/* common items */
a.downloadPDF{
	float:right;
	font-weight:bold;
	background:url(images/pdf.png) left center no-repeat;
	padding:0 0 0 30px;
	line-height:24px;
}
.mar-bot-15{
	margin-bottom:15px;
}
.float-rt{
	float:right;
}
.float-lt{
	float:left;
}
.bot-bor{
	border-bottom:1px dotted #666;
}