* {
	margin: 0;
}
html {
	height: 100%;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 100%;
}
a {
	color: #000099;
}
a:hover {
	color: #000099;
}
a img {
	border: none;
	text-decoration: none;
}
.clear {
	clear: both;
	display: block;
}

/* boxes */


.box_body {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.box_home {
	margin: 0px auto;
	padding: 50px 0px 0px;
	text-align: center;
	width: 750px;
}
.box_logo {
}
.box_header_about {
	margin: 0px auto;
	padding: 20px 0px 0px;
	width: 800px;
	overflow: auto;
}		
.box_search {
	background-color: #f5f5f5;
	margin: 40px auto 0px;
	padding: 20px;
	text-align: left;
	width: 700px;
}
.box_header_search {
	margin-top: 20px;
	text-align: center;
	vertical-align: middle;
}
.box_askp_link {
	background-color: #f1f1f1;
	margin-top: 20px;
	padding: 5px 0px 8px;
	text-align: center;
	font-size: 14px;
	border-top: 1px solid #cccccc;
	color: #000000;
}
.box_search_results {
	margin: 0px auto;
	padding: 20px 0px 0px;
	text-align: center;
}
.box_share {
	text-align: center;
	font-size: 13px;
	margin-top: 30px;
}		
.box_footer_menu {
	text-align: center;
	font-size: 13px;
	margin-top: 30px;
	padding: 20px 0px;
	vertical-align: middle;
}
.box_footer_menu span {
	vertical-align: middle;
}

	
	
/* form related */


.input_search {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #111111;
	padding: 10px;
	width: 400px;
	border: 1px solid #cccccc;
}
.input_search_blank {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #999999;
	padding: 10px;
	width: 400px;
	border: 1px solid #cccccc;
	font-style:oblique;
}
.button_search {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding:7px 15px;
	background-color: #000099;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}
.error {
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
}

/* footer */


.box_footer_menu .separator {
	padding: 0px 7px;
	color: #aaaaaa;
}
	

/* home page */

.box_logo .logo_tagline {
	font-size: 16px;
	color: #666666;
}

.box_search .powered_by {
	text-align: center;
	color: #666666;
	margin-top: 5px;
	vertical-align: middle;
	font-size: 11px;
}
.box_search .powered_by img {
	vertical-align: middle;
}

.home_input_search {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #111111;
	padding: 10px;
	width: 550px;
	border: 1px solid #cccccc;
}
.home_input_search_blank {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #aaaaaa;
	padding: 10px;
	width: 550px;
	border: 1px solid #cccccc;
	font-style:oblique;
}
.home_button_search {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding:7px 15px;
	background-color: #000099;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}



/* search results page */


.box_header_search img {
	vertical-align: middle;
}
.box_header_search input {
	vertical-align: middle;
}	
.box_header_search img {
	padding-right: 10px;
}
.box_askp_link .askp_link {
	font-family: 'Times New Roman', serif;
	color: #111111;
	font-size: 16px;
	text-decoration: none;	
}
.box_askp_link .askp_link .first{
	font-family: 'Times New Roman', serif;
	color: #111111;
	font-size: 18px;
	text-decoration: none;	
}


/* about page */

.box_about p {
	font-size: 16px;
	color: #666666;
	line-height: 150%;
	margin: 20px 0px 0px;
}
.box_about .quote {
	font-size: 20px;
	font-family: 'Times New Roman', serif;
	font-style: oblique;
	color: #333333;
	line-height: 150%;
	margin: 0px 40px 0px;
	text-align: center;
}


/* terms/privacy page */

.box_terms p {
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	margin: 20px 0px 0px;
}
.box_terms ol {
	font-size: 12px;
	color: #666666;
}
.box_terms ul {
	font-size: 12px;
	color: #666666;
}
.box_terms li {
	margin: 10px 0px 10px;
}
.box_terms .li_t1 {
}
.box_terms .li_sub1 {
	margin: 10px 0px 10px;
	line-height: 150%;
}
.box_terms .title1 {
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0px 0px;	
}


/* Dialogs */

.dialog_b {
	border: 5px solid #f5f5f5;
	padding: 30px;
	overflow: auto;
	text-align:left;
}
.dialog_b .close {
	float: right;
}
.dialog_screen {
	display:none;
	position: fixed;
	_position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #000000;
	z-index: 1;
	opacity: 0.5;
 	filter: alpha(opacity = 50);
 	-moz-opacity:0.5;	
}
.dialog_b h1 {
	font-size: 24px;
	font-weight: normal;
	color: #999999;
	margin: 0px 0px 20px;
}

