@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #000;
	}

.footerwrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
	}

.header {
	min-height: 75px;
	max-height: 75px;
	background: url(/images/nav/header-background.png) repeat;
	width: 100%;
	top: 0;
	margin: 0;
	padding: 0;
	}

.navlogo {
	position: relative;
	width: 150px;
	background: url(/images/small-logo.png) top left no-repeat;
	height: 75px;
	margin: 0;
	padding: 0;
	}

.kwicks_container {
	top: 0;
	right: 0;
	position: absolute;
	height: 50px;
	padding: 0;
	margin: 0;
	}

#kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width:700px;
	height:50px;
	}

#kwicks li{
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	width: 120px;
	height: 50px;
	cursor:pointer;
	}

#kwicks li a{
	height: 50px;
	text-indent:-9999px;
	outline:none;
	display:block;
	background-image:url(/images/nav/navbar.png);
	background-repeat:no-repeat;
	cursor:pointer;
	}
 
#home a{
	background-position:0px 0px;
	}

#home a:hover{
	background-position:0px -50px !important;
	}

#kwick2 a{
	background-position:-190px 0px;
	}

#kwick2 a:hover{
	background-position:-190px -50px!important;
	}

#profile a{
	background-position:-380px 0px;
	}

#profile a:hover{
	background-position:-380px -50px!important;
	}

#kwick4 a{
	background-position:-570px 0px;
	}

#kwick4 a:hover{
	background-position:-570px -50px!important;
	}

#help a{
	background-position:-760px 0px;
	}

#help a:hover{
	background-position:-760px -50px!important;
	}

.pagetitlehead {
	z-index: 10;
	background: url(/images/bigroundbox/topleft.png) no-repeat top left;
	margin: 0;
	text-align: center;
	margin: 0 0 10px;
	height: 3em;
	}

.pagetitlehead h1 {
	margin: 0;
	padding: 3px 25px 5px;
	color: white; 
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	}

.midcol {
	z-index: 10;
	background: #ffeeee;
	width: auto;
	margin: 15px 180px 0px 180px;
	font: 11px/16px verdana, arial, sans-serif;
	text-align: center;
	}

.leftcol {
	z-index: 1;
	position: absolute;
	background: #ffffff;
	top: 90px;
	left: 20px;
	width: 140px;
	font: 11px/16px verdana, arial, sans-serif;
	}

.rightcol {
	z-index: 3;
	background: #ffffff;
	position: absolute;
	top: 90px;
	right: 20px;
	width: 160px;
	float: right;
	font: 11px/16px verdana, arial, sans-serif;
	}
	
.footer, .push {
	height: 20px; /* .push must be the same height as .footer */
	text-align:center;
	font-family: 'Century Gothic', verdana, arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height:20px
	}

a.footer:link {
	color: #000;
	text-decoration: none;
	}
	
a.footer:visited {
	color: #000;
	text-decoration: none;
	}
	
a.footer:hover {
	color: #000;
	text-decoration: underline;
	}
	
p.generaltext {
	text-align:left;
	font-family: 'Century Gothic', verdana, arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height:20px
	}

p.notify {
	text-align: center;
	font-family: 'Century Gothic', verdana, arial, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height:20px
	}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

/* Show only to IE PC \*/
* html .masterboxhead h2 {height: 1%;} /* For IE 5 PC */

.mastersidebox {
	margin: 0 auto; /* center for now */
	width: 160px; /* ems so it will grow */
	background: url(/images/roundbox/bottomright-bord.png) no-repeat bottom right;
	font-size: 100%;
	}

.masterboxhead {
	background: url(/images/bigroundbox/topright.png) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 3em;
	}

.masterboxhead h2 {
	margin: 0;
	padding: 3px 25px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	}

.masterboxbody {
	margin: 0;
	padding: 5px 30x 31px 30px;
	}

.sidebox {
	margin: 0 auto; /* center for now */
	width: 140px; /* ems so it will grow */
	background: url(/images/roundbox/bottomright-bord.png) no-repeat bottom right;
	font-size: 100%;
	}

.boxhead {
	background: url(/images/roundbox/topright-bord.png) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	}

.boxhead h2 {
	background: url(/images/roundbox/topleft-bord.png) no-repeat top left;
	margin: 0;
	padding: 5px 25px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	}

.boxbody {
	background: url(/images/roundbox/bottomleft-bord.png) no-repeat bottom left;
	margin: 0;
	padding: 5px 30x 31px 30px;
	}

.160x90-adbox {
	height: 90px;
	width: 160px;
	}

p.aligncenter {
	text-align: center;
	}
	
#suggestion.ajax-loading {
	padding: 20px 0;
	background: url(/images/ajax-wait.gif) no-repeat center;
	}
	
h1.general {
	text-align: center;
	font-weight: 800;
	font-family: verdana, arial, 'Century Gothic', sans-serif;
	font-style: normal;
	font-size: 18px;
	}

h2.general {
	text-align: left;
	font-weight: 600;
	font-family: verdana, arial, 'Century Gothic', sans-serif;
	font-style: normal;
	font-size: 16px;
	}

p.general {
	text-align: left;
	font-weight: 400;
	font-family: verdana, arial, 'Century Gothic', sans-serif;
	font-style: normal;
	font-size: 14px;
	}