/* normalize margin */
html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, input, 
p, blockquote, th, td, img {

}

html, body {
	height: 100%;
}

/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* remove list-style from lists */
ul {
	list-style: none;
}

/* remove border from fieldset and img */
fieldset, img {
	border: 0;
}

/* left-align text in caption adn th */
caption, th {
	text-align: left;
}

a:active, a:focus {
  outline: none !important;
}

.clearfix:after {
    content: ".";
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}


/*-  common elements
----------------------------------------------------------------------*/	
body {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #616161;
	line-height: 1.6em;
	background-color: #FFF;
	background-image: url(../_img/back.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #22c0f1;
}

a:hover {
	color: #000;
	text-decoration: none;
}

h1 {
	color: #1e1918;
	font-size: 30px;
	letter-spacing: -2px;
	line-height: 1em;
	margin-top: 0.4em;	
	margin-bottom: 10px;	
	margin-left: -2px;
}

h2 {	
	font-size: 19px;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	padding-bottom: 6px;
	color: #22c0f1;
}

h3 {
	color: #1d1d1d;
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: bold;		
}

h4 {
	color: #1d1d1d;
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: bold;
}

h5 {
	color: #292a29;
	font-weight: bold;
	margin-bottom: 0.6em;
	text-transform: capitalize;
}
.ext {
	font-weight: normal;
	font-size: small;
}

p {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	text-align: justify;
}
ol {
	margin: 10px 30px;
}

.note {
	font-size: 10px;
}

ul.regular {
	margin: 5px 30px 10px 30px;
	list-style: square;
}

textarea {
	font-family: "Lucida Sans", arial, helvetica, sans-serif;
	font-size: 12px;
}

.dropShadow {
	background-image: url(../_img/bg-thumb.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0 0 14px 0;
	overflow: hidden;
}
.thumbBox {
	background-color: #FFF;
	display: block;
	clear: both;
	margin: 10px 0 0 0;
	text-align: center;	
}
.bullet,
.toolTipImg,
li.tipper {
	background-image: url(../_img/bullet-footer.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0 0 0 10px;
}

.orngtxt {
	color: #E67217;
}
.whttxt {
	color: #ffffff;
}