/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 25px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -27px; /* negative value of footer height */
	height: 25px;
	clear:both;
	background-color: #667ca0;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-top-color: #c8d2e4;
	border-bottom-color: #354560;
	font-size: 14px;
	font-family: calibri;
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	color: #FFFFFF;
	z-index: 3;} 
	
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

table.demo1 { width: 100%; margin: 0 auto; border-collapse: collapse; padding: 0px;}
table.demo1 td { text-align: center; border: solid 0px gray; padding: 5px;}
table.demo1 td.top { border-bottom: solid 1px gray; background-color:#EBEBEB; }

table.demo2 {margin: 0 auto; padding: 0px;border-collapse: collapse;}
table.demo2 td {text-align: center; border: solid 0px gray; padding: 12px;}

table.demo3 {width: 100%; text-align: center; padding-top: 3px;}
table.demo3 td {text-align: center;vertical-align: top;}
table.demo3 td.left {width: 20%; text-align: left;padding-left: 10px;padding-top:0px;padding-bottom:0px;vertical-align: top;}
table.demo3 td.right {width: 20%;text-align: right;padding-right: 10px;vertical-align: top;}

table.demo4 {
	width: 100%;
	margin: 0;
	background-color: #667ca0;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-top-color: #c8d2e4;
	border-bottom-color: #354560;
	font-family: calibri;
	font-size: 18px;
	color: #ffb000;
}
table.demo4 td {text-align: center;margin: 0;}
table.demo4 td.left1 {width: 20%; text-align: left;padding-left: 0px;padding-top:0px;padding-bottom:0px;}
table.demo4 td.right1 {width: 20%;text-align: right;padding-right: 2px;vertical-align: top;}
table.demo4 td.right1 img {margin-top: 2px; margin-bottom: 0px;padding-bottom:0px;}
table.subleft1 {padding-left: 2px;}
table.subleft1 td {padding-right: 20px;}
table.subleft1 td a {font-family: calibri; font-size: 18px; font-weight: normal; text-decoration: none; color: #FFFFFF;}
table.subleft1 td a:hover {font-family: calibri; font-size: 18px; font-weight: normal; text-decoration : none; color: #ffb000;}
table.subleft1 td :visited {font-family: calibri; font-size: 18px; font-weight: normal; text-decoration: none; color: #FFFFFF;} 

#left_foot {float:left;position: relative;padding-left: 10px; padding-right: 20px;padding-top: 3px;}
#center_foot {float:left;position: relative;padding-left: 20px; padding-right: 20px;padding-top: 3px;}
#right_foot {float:left;position: relative;padding-left: 20px; padding-right: 20px;padding-top: 4px;}
#dot1 {float:left;position: relative;padding-top: 3px;}
#dot2 {float:left;position: relative;padding-top: 3px;}
