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

/*START RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}
body {
        line-height: 1;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}

/* remember to define focus styles! */
:focus {
        outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
        text-decoration: none;
}
del {
        text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: collapse;
        border-spacing: 0;
}

/*END RESET*/


.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}


body {
	background:#e1e1e1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}


#binding {
	width:940px;
	background:#FFF;
	margin:0 auto;
	padding-bottom:100px;
}

#header {
	height:243px;
}

#header a {
	color:#FFF;
	text-decoration:none;
}

#mainnav {
	font-size:.7em;
}

#mainnav li {
	float:left;
}

#mainnav li a {
	display:block;
	padding:15px 20px 0px 0px;
}

form#filter {
	float:left;
	width:100%;
	background:#ececec url(images/form-bkgd.gif) no-repeat bottom;
	position:relative;
}

.addthis_toolbox {
	position:absolute;
	top:0;
	right:0;
	font-size:.7em;
	text-transform:uppercase;
	width:60px;
	padding:15px 10px;
	background:none;
}

.addthis_toolbox a {
	float:left;
	text-decoration:none;
	color:#777;
	line-height:15px;
}

.addthis_toolbox span {
	background:none !important;
}

.at300bs {
	display:none;
}

form#filter fieldset {
	margin:10px 10px 10px 150px;
}

form#filter fieldset select {
	font-size:.6em;
	border:1px solid #676767;
	padding:4px;
	float:left;
	background:url(images/select-bkgd.gif) repeat-x bottom;
	margin-right:22px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

form#filter fieldset input#submit {
	float:left;
	height:28px;
	width:89px;
	overflow:hidden;
	background:url(images/search.gif);
	line-height:100px;
	text-indent:200px;
	border:none;
	cursor:pointer;
}


img#personality-image {
	margin: 20px 40px 0px 0px;
	float:right;
	clear:right;
}

img.side-cta {
	float:right;
	clear:right;
	margin:20px 40px 20px 0px;
	font-size:.8em;
}

#aia-info {
	float:right;
	clear:right;
	margin:0 40px 20px 0px;
	border:1px dotted #999;
	padding:10px;
	width:198px;
	font-size:.75em;
	line-height:150%;
	color:#666
}

#aia-info a {
	color:#333;
	font-weight:bold;
}


#aia-info img {
	float:left;
	margin:3px 10px 5px 0;
}

a.addthis_button_compact {
	display:inline;
}

#queryresults {
	float:left;
	clear:none;
	width:560px;
	padding: 20px 0 20px 60px;
}

#queryresults .item {
	padding:20px 0px;
	font-size:.9em;
	line-height:125%;
	border-top:1px solid #CCC;
	float:left;
	width:540px;
}

#queryresults .first {
	border-top:none;
	margin-bottom:none !important;
}

#queryresults .featured {
	padding:20px 0 0 0;
	border:1px solid #999;
	margin-bottom:10px;
	-moz-box-shadow: 5px 5px 10px #CCC;
	-webkit-box-shadow: 5px 5px 10px #CCC;	
}

#queryresults .featured .aia-message {
	height:30px;
	line-height:30px;
	font-size:.7em;
	color:#000;
	padding-left:35px;
	float:left;
	clear:both;
}

#queryresults .featured .aia-message img {
	vertical-align:middle;
	margin-top:-5px;
	margin-right:5px;
}


#queryresults .item .icons {
	width:138px;
	float:left;
	padding-left:22px;
}

#queryresults .item .icons .more {
	display:inline-block;
	padding-left:13px;
	border-left: 1px solid #e1e1e1;
	cursor: url(images/magnify.cur), -moz-zoom-in, pointer;
}

#queryresults .item h3 {
	font-weight:normal;
}

#queryresults .item h3 a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#queryresults .item h3 a:hover {
	text-decoration:underline;
}


#queryresults .item p span.nodatemsg {
	font-size:.75em;
	color:#666;
}

.more-info-box {
	float:left;
	width:833px;
	padding: 10px;
	font-size:.9em;
	border:1px solid #84c127;
	background: #e4e4e4;
	margin: 20px 0px 0px 47px;
	line-height:150%;
	text-align:center;
}

.more-info-box a {
	color: #000;
	font-weight:bold;
}



#footer {
	width:940px;
	margin:0 auto;
	text-align:center;
	font-size:.8em;
	padding: 40px 0;
	color:#999;
	line-height:200%;
}

#footer a {
	color:#333;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}