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

#header {
	background: url(/images/nav/header-background.png) repeat;
	}

#footer {
	background: #ccc;
	}

/* The background of the overall webpage */	
#main1 {
	background: #fff;
	}

/* The background of the right column */
#right {
	background: #fff;
	}

/* The background of the left column */
#left {
	background: #fff;
	}

/* The background of the middle column */
#middle {
	background: #fff;
	}

/* The overflow background of the side columns */
#main2 {
	background: #fff;
	}

/* Set the logo */
#navlogo {
	background: url(/images/small-logo.png) top left no-repeat;
	}

#pagetitle {
	background: url(/images/pageheadbar.png) top left no-repeat;
	}

#pagecontent {
	background: url(/images/borderhack.png) top right no-repeat #ffeeee;
}


/* image layout for the master side box */
#sideboxmaster {
	background: url(/images/bigroundbox/botright.png) no-repeat bottom right;
	}

#boxheadmaster {
	background: url(/images/bigroundbox/topright.png) no-repeat top right;
	}
/* end of images for the master side box */


/* image layout for the side boxes */
.sidebox {
	background: url(/images/roundbox/bottomright-bord.png) no-repeat bottom right;
	}

.boxhead {
	background: url(/images/roundbox/topright-bord.png) no-repeat top right;
	}

.boxhead h2 {
	background: url(/images/roundbox/topleft-bord.png) no-repeat top left;
	}

.boxbody {
	background: url(/images/roundbox/bottomleft-bord.png) no-repeat bottom left;
	}
/* end of images for the side boxes */

/* This is the beginning of the kwick menu layout for this theme */
.kwicks_container {
	top: 0;
	right: 0;
	position: absolute;
	height: 50px;
	padding: 0;
	margin: 0;
	margin-top: 12px;
	}

#kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width:625px;
	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;
	}
 
#kwick-home a{
	background-position:0px 0px;
	}

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

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

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

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

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

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

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

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

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

/* This is the end of the kwick menu layout for this theme */