/*  
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: 200px;}  /* must be same height as the footer */

/* 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 */

body {
color: #606060;
font-family:  tahoma, helvetica, sans-serif;
font-size: 12px;
background: #FFFFFF url("/pics/common/bkg_page.gif") top center no-repeat;
}

HTML {
overflow: -moz-scrollbars-vertical;
}

a img {border:none;}

a:link {color:#FF9900;text-decoration:none;}
a:hover {color:#000000;text-decoration:underline;}
a:visited {color:#FF9900;text-decoration:none;}

p {margin:10px 0 5px 0;}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	height:142px;
	border-bottom:solid 5px #e6e6e6;
	background:#0097AC;
	text-align: center;
}

#topHeader {
  	 margin:0 auto;
  	 width:960px;
  	 text-align:left;
  	 	border: solid 0px #000000;
}

#topHeaderLeft {
	float: left;
   	width:200px;
  	text-align:left;
		border: solid 0px #0000DD;  	
}

#topHeaderRight {
	float: right;
   	width:300px;
   	text-align:right;
	padding-top: 15px;
	font-size: 12px;
	color: #FFFFFF;
	font-size:11px;
	font-family:Tahoma, Arial, sans-serif;		
		border: solid 0px #0000DD;
}

#topHeaderRight a {color:#FFFFFF;
	text-decoration:none;}
#topHeaderRight a:hover {color:#FF9900;
	text-decoration:underline;}
#topHeaderRight a:visited {color:#FFFFFF;
	text-decoration:none;}

#topHeaderMenu {
	clear: both;
	float: left;
   	width: 980px;
	border: solid 0px #0000DD;
}







/* Content Area */

#main {width:960px;
	margin:0 auto;
	clear:both;
	padding-right:0px;
	padding-left:0px;
	background-color: #FFFFFF;
		border: solid 0px #000000;}	

#content {width:670px;
	float:left;
	padding:10px 0 15px 0;
	font-size:12px;
	font-family:Tahoma, Arial, sans-serif;	
		border: solid 0px #000000;}

#content h1 {font-size:1.65em;
	margin:0;
	padding:0;
	color:#FF9900;
	line-height:1.1em;}

#content h2 {font-size:1.2em;
	margin:5px 0 10px 0;
	color:#0097AC;}

#content h3 {font-size:1.1em;font-weight:normal;
	margin:15px 0 10px 0;
	color:#FF9900;}

#content ul {list-style:square;
	margin:10px 0 10px 20px;
	list-style-position:inside;}
#content li {line-height:1.2em;
	font-size:0.9em;}


/* Sidebar */
#sidebar {
	width:260px; float:right;
	padding:10px 5px 20px 10px;
	font-size:12px;
	font-family:Tahoma, Arial, sans-serif;
		border: solid 0px #000000;}

#sidebar ul {list-style:none;}

#sidebar h2  {font-size:1.2em;
	margin:25px 0 12px 0;
	color:#7A0A17;}


/* Footer */
#footer {
	color:#666666;
	font-size:11px;
	font-family:Tahoma, Arial, sans-serif;
	position: relative;
	margin-top: -201px; /* negative value of footer height */
	height: 200px;
	clear:both;
	background: #F0F0F0;
	border-top:solid 3px #e6e6e6;
	background-image:url("/pics/common/bkg_footer.jpg");
	background-repeat:repeat-x;	
	}

#footer a {color:#000000;
	text-decoration:none;}
#footer a:hover {color:#FF9900;
	text-decoration:underline;}
#footer a:visited {color:#00009900;
	text-decoration:none;}

#foot {width:960px;
	margin:0 auto;
	line-height:1.6em;
	padding:0 10px 0 10px;}

#foot #sitemap {
	width:980px;
	float:left;
	padding-top:15px;
		border: solid 0px #000000;}

.whiteSolidBorder {
	padding: 8px 10px 8px 10px;
	clear: left;		
	border: solid 1px #EBEBEB;
	background-color: #FFFFFF;
	margin-bottom: 8px;	
	}
	
.greySolidBorder {
	padding: 6px 6px 6px 4px;
	clear: left;		
	border: solid 1px #EBEBEB;
	background-color: #F4F4F4;
	margin-bottom: 8px;
}

.tabTextHeader {
	background-image:url("/pics/common/bkg_header.gif");
	background-position:left;
	background-repeat:no-repeat;
	padding: 8px 0px 8px 55px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.button {
	margin:3px;
	padding:3px;
	color:#474747;
	font-size:8pt;
	border-style:solid;
	border-width:1px;
	border-color:#AAAAAA;
	cursor:pointer;
	background-color:#E7E7E7;
	border-style:outset;
}
	
.errBlockText { 
	color: #FFFFFF;
}	

.errBlock {
	padding: 6px 10px 6px 10px;
	clear: left;		
	background-color: #CC0000;
	margin-bottom: 8px;
}

.infoBlockText { 
	color: #FFFFFF;
}

.infoBlock {
	padding: 6px 10px 6px 10px;
	clear: left;		
	background-color: #0097AC;
	margin-bottom: 8px;
}

.infoBlockTextWhite { 
	color: #009999;
}

.infoBlockWhite {
	padding: 6px 10px 6px 10px;
	clear: left;		
	background-color: #FFFFFF;
	margin-bottom: 8px;
	border: solid 1px #009999;
}

.tableWhiteDashedBorder {
	float: left;
	padding:5px;
	clear: left;		
	border: dashed 1px #EBEBEB;
	background-color: #FFFFFF;	
	background-color: #FFFFFF;			
	}
	
.tableWhiteDashedFullBorder {
	float: left;
	padding:5px;
	clear: left;		
	border: dashed 1px #EBEBEB;
	background-color: #FFFFFF;	
	}	
	
.tableGreyDashedBorder {
	float: left;
	padding:5px;
	clear: left;		
	border: dashed 1px #EBEBEB;
	background-color: #E6E6E6;	
}	

.tableGreyDashedFullBorder {
	float: left;
	padding:5px;
	clear: left;		
	border: dashed 1px #EBEBEB;
	background-color: #E6E6E6;	
}	

.tableWhiteSolidBorder {
	float: left;
	padding:5px;
	clear: left;		
	border: solid 1px #EBEBEB;
	background-color: #FFFFFF;		
	}
	
.tableGreySolidBorder {
	float: left;
	padding:5px;
	clear: left;		
	border: solid 1px #EBEBEB;
	background-color: #E6E6E6;	
}		
	
	
	
	
	