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

* { outline:none;
border:none;

}

img, div { 
behavior: url(iepngfix.htc) 
}


body {
	margin: 0px;
	background-color: #141414;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
p {
	line-height: 1.2em;
	margin-bottom: 0px;
}

h1 {
	display:block;
	text-indent:-9999px;
	margin: 0px;
	}


h1 a{
	float:left;
	width:300px;
	height:280px;
	background-image:url(images/ask-logo.png);
	background-repeat:no-repeat;
	margin: 0px;
	padding-top:-999px;
	overflow:hidden;
	}
	


h2 {
	font-size: 2em;
	font-style: normal;
	font-weight: lighter;
	line-height: 1.1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
a {
	color: #c9c7c7;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
#header-wrapper {
	background-image: url(images/backgroundpattern.jpg);
}
#header {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}
#header img {
	float: left;
}
#ask-definition {
	width: 300px;
	float: right;
	text-align: right;
	color: #858585;
	padding-top: 7em;
	padding-bottom: 2em;
}
#ask-definition p {
	font-size: 1.2em;
}
#content-wrapper {
	background-image: url(images/backgroundpattern.jpg);
}
#content {
	height: 350px;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}
#expand-container {
	background-image: url(images/ask-crest.png);
	background-repeat: no-repeat;
	background-position: 80%;
}
#expand-content {
	overflow: hidden;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}
.hide {
}

#about {
	width: 290px;
	padding-left: 5em;
	float: left;
	padding-top: 7.5em;
	padding-bottom: 5em;
	font-size: 1.1em;
}
#ask-is {
	width: 150px;
	float: left;
	padding-left: 4.5em;
	padding-top: 2.5em;
	font-size: 1.1em;
	padding-bottom: 2.5em;
}
#stripes {
	background-image: url(images/bg.png);
}
#footer-wrapper {
	background-image: url(images/bg.png);
}
#footer-content {
	margin-right: auto;
	margin-left: auto;
	width: 75%;
}
.bottom-drop-shadow {
	background-image: url(images/drop-shadow-bottom.png);
	height: 18px;
}
.top-drop-shadow {
	background-image: url(images/drop-shadow-top.png);
	height: 18px;
}
.white {
	color: #FFFFFF;
	margin-bottom: 1em;
}

/*   Navigation  */

#navigation {

	list-style: none;
	float:right;
	padding-left: 10em;
	margin-left: 0em;
	overflow: hidden;
	padding-top:10px;
	
	
	}
	
#navigation li {
	padding: 0;
	margin: 0;
	list-style: none;


	
	}	
	
#navigation a {

	display:block;
	padding: 25px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:25px; /* for IE5/Win */
	}
	
#navigation a:hover {
	background-position: 0 -26px;
	}
	
#who-we-are a  {
	width: 200px;
	background: url(images/who-we-are.gif) top left no-repeat;
	}
#copyright {
	background-image: url(images/logo-footer.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 15px;
	padding-bottom: 175px;
	width: 450px;
	float: left;
	font-size: 1em;
}

#opportunity a  {
	width: 200px;
	background: url(images/opportunity.gif) top left no-repeat;
	}
#social {
	width: 300px;
	float: right;
	text-align: right;
	padding-bottom: 215px;
}
.clear {
	clear: both;
}

