/*
File: splash.css
Purpose: Layout styles for Anzwers splash page
*/
body {
	margin: 0;
	padding: 0;
	background-color: #3498CA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

h1 {
	font-size:18px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #99ffff;
}

#header {
	height: 80px;
	position: relative;
	padding: 19px 10px 0 20px;
	background: #003165 url('/images/logoBackMark.jpg') 100% 100% no-repeat;
}

h1#slogan {
	float: right;
	margin: 0 10px 0 0;
	padding: 0;
}

#logo {
	width: 252px;
	height: 59px;
	background: url('/images/logo.gif') 0 0 no-repeat;
}

#container {
	border-top: #fff 4px solid;
	background: #3498CA url('/images/background.png') 0 100% repeat-x;
	position: relative;
}

#magnifyGlass {
	z-index: 0;
	width: 332px;
	height: 187px;
	position: absolute;
	right: 0;
	background: url('/images/magnify.jpg') 100% 100% no-repeat;
}

#search {
	z-index: 1;
	position: relative;
	width: 630px;
	height: 80px;
	margin: 30px auto;
	padding: 10px 20px;	
	border: #fff 1px dotted;
}

#search input.search_box {
	height: 27px;
	width: 550px;
	padding: 4px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	background: #fff url('/images/textboxShadow.gif') 1px 1px no-repeat;
	border: 0;
}

#search input.search_button {
	height: 35px;
	font-weight: bold;
	background: #fff url('/images/textShadow.gif') 1px 1px no-repeat;
	border: 0;
}

#search ul {
    margin: 0;
	padding: 0;
	list-style: none;
}

#search ul li {
	margin: 0;
	padding-right: 20px;
	display: inline;
}

#ans_search {
	margin: 5px 0;	
}

#ans_country input {
	margin: 0 3px 0 0;
	padding: 0;
	vertical-align: middle;
}

#ans_country label {
	display: block;
	float: left;
	margin-right: 20px;
}

#directories {
	z-index: 1;
	position: relative;
	margin: 0 auto;	
	width: 650px;
	color: #fff;
}

#adbanner {
	z-index: 1;
	position: relative;
	margin: 0 auto;	
	width: 728px;
	color: #fff;
  padding-top: 20px;
}

.directory {
	float: left;
	width: 300px;
	margin-right: 20px;
}
.directory  h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
}

.directory ul {
	list-style: none;
	padding: 0;
	margin: 15px 0;
}

.directory ul li {
	float: left;
	width: 150px;
}

#footer {
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
	border-bottom: #000 1px solid;
	background: #3498CA url('/images/background2.png') 0 0 repeat-x;
	position: relative;
	height: 127px;
}

#footerLogo {
	position: absolute;
	right: 10px;
	top: 0;
	width: 114px;
	height: 127px;
	background: url('/images/iconFooter.jpg') 100% 0 no-repeat;
}

#copyright {
	padding-top: 15px;
}
#footerLinks {
  padding-top: 40px;
}
ul#footerLinks {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#footerLinks li {
	display: inline;
	margin: auto 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

