/*  
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: 75px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -75px; /* negative value of footer height */
	height: 75px;
	clear:both;} 

/* 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 { font-family: Arial, Helvetica, sans-serif; background: #000630 url(../images/bgnd.jpg) center 0 repeat-x; color: #fff; font-size: 14px; }
h2 { font-size: 18px; margin-bottom: 25px; }
img { border: 0 }

a:link, a:active, 
a:visited {font-weight:bold; text-decoration:underline; font-size:16px; color:#FFFFFF;}
a:hover {color:#CCCCCC;}

ul.biglist { font-weight: bold; margin-top: 30px; }
ul.biglist li { list-style: none; font-size: 18px; padding-left: 30px; }

ul.small { padding-left: 20px; }

#main { width: 950px; margin: 0 auto 0 auto; padding-top: 85px; }
#menu { width: 310px; float: left; }
#menu .top { background: url(../images/left-col-top.png) no-repeat; height: 20px; }
#menu .wrap { background: url(../images/left-col-repeat.png) repeat-y; }
#menu .bottom { background: url(../images/left-col-btm.png) no-repeat; height: 20px; }
#menu .wrap ul { background: url(../images/left-col-mid.png) no-repeat; min-height: 408px; }
#menu .wrap ul li { list-style: none; padding: 20px 0 20px 30px; }
#menu .wrap ul li a { font-size: 16px; }
#menu .wrap ul li.divider { padding: 0 0 0 28px; height: 1px; font-size: 1%; line-height: 1px; }

#menu a:link, #menu a:active, #menu a:visited { color: #FFF; text-transform: uppercase; font-size: 16px; text-decoration: none; font-weight:normal;}
#menu a:hover { color:#CCCCCC; }

#content { width: 625px; float: left; }
#content .top { background: url(../images/main-content-top.png) no-repeat; height: 20px; }
#content .wrap { background: url(../images/main-content-repeat.png) repeat-y; }
#content .bottom { background: url(../images/main-content-btm.png) no-repeat; height: 20px; }
#content .bg-wrap { background: url(../images/main-content-bgnd.png) no-repeat; min-height: 383px; padding: 0 20px 25px; }

#footer { text-align: center; font-size: 10px; background: #091c5c; }
#footer p { padding: 22px; }

#resultTable td{font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#000000;}
#adminContent { width: 900px; float: left; }
#adminContent .top { background: url(../images/main-content-top.png) no-repeat; height: 20px; }
#adminContent .wrap { background: url(../images/main-content-repeat.png) repeat-y; }
#adminContent .bottom { background: url(../images/main-content-btm.png) no-repeat; height: 20px; }
#adminContent .bg-wrap { background: url(../images/main-content-bgnd.png) no-repeat; min-height: 383px; padding: 0 20px 25px; }

.adminLink a, .adminLink a:active, .adminLink a:visited{
	font-size:10px;
	color: #000099;
	text-decoration:none;
}
.adminLink a:hover{
	font-size:10px;
	color: #000099;
	text-decoration:underline;
}
