/*
	General HTML Styles
*/

body {
	margin: 0px;
	background: #2A2A2A url(./assets/bg-tile.gif);
	text-align: center;
	font: 11px/17px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}

/* We don't want borders on images */
img {
	border-style: none;
}

a, a:link, a:active, a:visited{
	border:none;
	text-decoration:none;
}

/* Specific styles */
#maincell{
	width:700px;
	height:580px;
	text-align:center;
	position:fixed;
}

#menubarbg{
	background: url(./assets/header2.png) no-repeat;
	height:124px;
	z-index:1;
}

#blurb{
	position:absolute;
	padding-left:5px;
	padding-bottom:5px;
	left:0px;
	bottom:0px;
	font-size:1.8em;
}

#headerimg{
	z-index:0;
}

#menubarbg {
	position:absolute;
	left:0px;
	width:100%;
	height:124px;
}

#menubar {
	position:absolute;
	left:0px;
	width:100%;
	height:31px;
	background: url(./assets/menubar.png) no-repeat;
	vertical-align:bottom;
	
}

#menuitems {
	position:absolute;
	margin: 5px 5px 5px 5px;
	left:25px;
	top:3px;
}

#menuitems a{
	padding:0px 15px 0px 15px;
	border: none;
	text-decoration:none;
}

#maincontentbg{
	position:absolute;
	left:0px;
	right:0px;
	top:124px;
	bottom:0px;
	overflow:auto;
	background: url(./assets/mainbg.png) no-repeat #CBC357;
/*	background: #CBC357;*/
}

#contentcell{
	background: none;
	position:absolute;
	width:700px;
	height:420px;
	text-align:center;
}

#contentfoot{
	background: url(./assets/bottom.png) no-repeat;
	position:absolute;
	left:0px;
	bottom:0px;
	height:48px;
	width:100%;
}
#contentfoot a{font-weight:bold; border:none;}

#maincontent{
	position:relative;
	top:35px;
	left:0px;
	z-index:1;
}

p.question{
	text-align:left;
	font-size:11px;
	font-weight:bold;
}

p.answer{
	text-align:left;
	font-size:9px;
}

/* format the footer menu, we want it centered on the screen, relative to screen size */
#footmenu{
	width:100%;
	position:fixed;
	bottom: 3px;
	text-align:center;
	font-size:9px;
	color:#FFFFFF;
}
/*take the bold out of links in the footer menu*/
#footmenu a{font-weight:normal; border:none;}
#footmenu a:hover{font-weight:bold; border:none;}

/*home page specific*/
#homecontentbg{
	position:absolute;
	top:0px;
	left:0px;
	width:700px;
	height:350px;
	background:none;
}
#keysimg{
	position:absolute;
	left:0px;
	top:0px;
}
#mouseimg{
	position:absolute;
	right:0px;
	bottom:0px;
}
#homeintro{
	position:absolute;
	left:126px;
	top:-10px;
	text-align:left;
}
td.enqform{
	text-align:left;
}

