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

body {
	margin: 0 5% 0 5%;
}

#wrapper {
	background-image:url(../images/qal-full-width.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#logo {
	margin-bottom:10px;
}

#leftcol {
	float:left;
	width:350px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:.8em;
	color:#dd4400;
	margin-top:0;
	margin-left:9%;
}

#leftcol ul {
	list-style-image:url(../images/orange_arrow.gif);
	padding-left:20px;
}

#rightcol {
	float:right;
	width:350px;
	font-family:"Arial Narrow", Arial, Verdana, "Franklin Gothic Demi 

Cond", "Franklin Gothic Medium Cond", sans-serif;
	font-size:1.1em;
	font-weight: bold;
	color:#ee6600;
	margin-top:2px;
	margin-left:0;
	margin-right:45px;
}

#groups {
	margin: 15px 0 15px 0;
	padding: 10px 10px 0 35px;
	font-size: .75em;
	color: #dd4400;
	background: url(../images/groups_bkgd.png) no-repeat; 
}

#groups p {
	margin: 0;
	padding: 0;
}

#groups ul {
	margin: 0;
	padding: 5px 10px 20px 10px;
	list-style-image: url(../images/orange_arrow.gif);
	line-height: 1.5em;
	font-weight: normal;
	color: #4f1611;
}

#groups ul li a:hover {
	color: #dd4400;
}

fieldset	{
	margin-right:30px;
}

.submit	{
	float:right;
	margin-bottom:10px;
	margin-right:45px;
}

#qal_banner {
	list-style:none;
 	width: 734px; 
 	height: 205px;
	background:url(../images/qal_banner_sprite.gif) no-repeat;
    margin: 0 auto 0 auto;
	padding:0;
	position:relative;
}
#qal_banner a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	height: 35px;
}

.creatives {
	left:2px;
	top:112px;
	width:167px;
	height:38px;
}

.nonprofit {
	left:186px;
	top:116px;
	width:171px;
	height:38px;
}

.healers {
	left:375px;
	top:114px;
	width:200px;
}

.sustainable {
	left:189px;
	top:158px;
	width:191px;
}

.creatives a:hover {
	background: transparent url(../images/qal_banner_sprite.gif) no-repeat 
-2px -317px;
	z-index:40;
}

.nonprofit a:hover {
    background: transparent url(../images/qal_banner_sprite.gif) no-repeat -186px -321px;
	z-index:40;
}

.healers a:hover {
    background: transparent url(../images/qal_banner_sprite.gif) no-repeat -375px -319px;
	z-index:40;
}

.sustainable a:hover {
    background: transparent url(../images/qal_banner_sprite.gif) no-repeat -189px -363px;
	z-index:40;
}


