/* @override http://allineed.l/css/app.css */

@import "reset.css";

* {
	line-height: 1.5;
	font-size: 16px;
	font-family: Georgia;
}

body {
	background-color: #fff;
	color: #000;
}

#header img {
	margin: 15px 10px 10px 30px;
}

#header div.allineedis {
	background: url(/img/allineedis.png) no-repeat;
	width: 505px;
	height: 41px;
	float: right;
	overflow: hidden;
	position: absolute;
	top: 47px;
	right: 9px;
}

#header div.allineedis span{
	background: url(/img/allineedistext.png) no-repeat;
	width: 253px;
	position: absolute;
	height: 35px;
	overflow: hidden;
	display: block;
	right: 0px;
	top: 5px;
	padding-left: 6px;
}

#header div.allineedis input{
	background: transparent;
	width: 237px;
	position: absolute;
	height: 35px;
	overflow: hidden;
	border: 0px;
	display: block;
}

/* Links */
a {
	text-decoration: none;
	outline: none;
	color: #a3a6a4;
}

a:link, a:visited{
  color: #a3a6a4;
}

a:hover{
  color: #365CAA;
}

a:active {
	color: #365CAA;
}

img {
	border: 0px;
}
/* /Links */


h1{
	font-size: 20px;
	font-weight: bold;
	margin: 10px 10px 10px 0;
}

form{
	margin-top: 20px;
}

#header {
	background: #EEEEEE;
	overflow: hidden;
	width: 100%;
}

#content {
	clear: both;
	overflow: hidden;
	padding-top: 25px;
	padding-left: 25px;
	width: 700px;
}


#content h1 {
	font-size: 20px;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #365CAA;
}

#content h2 {
	font-size: 20px;
	margin: 0 0 10px 0;
	font-weight: normal;
}

#content p {
	font-size: 21px;
	cursor: default;
}

#content form input[type=text] {
	background: url(/img/line.png) repeat-x 0 20px;
	width: 182px;
	height: 26px;
	overflow: hidden;
	border: 0px solid red;
	padding-left: 3px;
	padding-right: 3px;
}

#content form input[type=submit] {
	background: url(/img/button.png) no-repeat;
	width: 124px;
	height: 36px;
	border: 0px solid red;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
	margin-left: 553px;
	margin-top: 13px;
}

#content form .error-message {
	color: #EB4124;
	padding-left: 10px;
}

#hits th, #hits td {
	border-bottom: 1px dotted #365CAA;
	padding: 5px 10px 5px 5px;
}


/*#navigation li {
	list-style: none;
	color: #000;
	padding: 0px 25px 0px 0px;
	font-size: 3em;
	line-height: 1.5em;
}

#navigation li a{
  color: #000;
}

#navigation li a:hover{
  color: #61605c;
}

#navigation li a.active, #navigation li a:active {
	color: #004eff;
}
*/