﻿/* endsdirectory.com site wide styles 
Author:Jeremy Halliwell
Version:
*/
h2,h3 {
	margin-top:1em;
}
input, select, textarea {
	border:1px solid #cdcdcd;
	padding:0.15em;
}
p {
	margin:0 0 1em 0;
}

.info {
	background:#E0F3E6;
	padding:5px;
}

#container {
	border:1px solid #527A7A;
	margin:0 10% 0 0;
	position:relative;	
	width:795px;
}
@media print {
	#container {
		border:none;
	}
}

#menu-container {
	color:#fff;
	background-color:#699;
	height:25px;
}
#menu {
	left:178px;
	position:absolute;
	top:0;
}

#header #logo {
	left:0;
	position:absolute;
	width:178px;
}
#header {
	border-bottom:1px solid #527A7A;
	height:78px;
	position:relative;
}
#header #masthead {
	background:url(../img/directory_bg4.jpg) no-repeat #019934;
	height:78px;
	margin-left:178px;
	position:relative;
}

#header #masthead h1 {
	background:#093;
	bottom:0;
	color:#FFF9A3;
	font-size:1.5em;
	padding:0.4em 0;
	position:absolute;
	text-align:center;
	width:455px;
}

#nav {
	float:left;
	margin-top:13px;
	width:179px;
}
#nav p {
	margin:0 5px;
	padding:5px;
}
/* =sidebar */
#sidebar {
	float:right;
	margin-top:13px;
	text-align:center;
	width:130px;
}

#main {
	margin-left:190px;
	margin-top:13px;
	padding:0 ;
	width:455px;
}
#mainBanner {
	height:70px;
	overflow:hidden;
}

 #footer {
	background-color:#699;
	clear:both;
	color:#fff;
	line-height:2.5em;
	margin-top:0.5em;
	padding:0 5px;
	text-align:right;
}


