/*CSS file for Oosterhof Electrical Services.*/

*, html {
	padding:0;
	margin:0;
}

body {
	background:#fff;
	font-family: verdana, sans serif;
	font-size: 76%;
	color: #000;
}

h1 {
	display: none;
}

img {
	border: none;
}

span{
	font-weight: bold;
	color: #1e3b62;
}

/*#wrapper
===========================================================*/
#wrapper {
	margin: 0 auto;
	width: 1024px;
}


/*#banner
===========================================================*/
#banner {
	width: 1024px;
	margin-bottom: 20px;
}

#banner ul {
	margin-top: 20px;
}

#banner li {
	display: inline;
	list-style: none;
}


/*#banner2
===========================================================*/
#banner2 {
	position: relative;
	width: 400px;
	left: 240px;
	top: -90px;
}

/*#nav
===========================================================*/
#nav {
	width: 200px;
	text-align: right;
	color: #1e3b62;
	font-weight: bold;
	float: left;
}

#nav ul{
	margin-bottom: 40px;
}

#nav li {
	list-style: none;
	padding-bottom: 15px;
}

#nav a {
	text-decoration: none;
	color: #9d8a57;
	font-weight: bold;
}

#nav a:hover {
	color: #1e3b62;
}

#nav img.logo {
	margin-bottom: 10px;
}

/*#pics
===========================================================*/
#pics {
	float: left;
	width: 300px;
	margin-left: 30px;
	text-align: right;
	margin-bottom: 20px;
}

#pics img.quote {
	margin-bottom: 35px;
}

#pics p {
	line-height: 1.5em;
	color: #1e3b62;
}

#pics a {
	color: #1e3b62;
	font-weight: bold;
	text-decoration: none;
}

#pics a:hover {
	text-decoration: underline;
}



/*#content
===========================================================*/
#content {
	float: right;
	width: 420px;
	line-height: 1.5em;
	color: #1e3b62;
}

#content a {
	color: #1e3b62;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content address {
	font-style: normal;
	margin-bottom: 20px;
}

#content blockquote {
	font-style: italic;
	margin-bottom: 20px;
}

#content span.bold {
	font-weight: bold;
}


#content p {
	margin-bottom: 25px;
}

#content li {
	margin-bottom: 10px;
}

#content ul {
	list-style-type: disc;
	list-style-position: inside;
}

#content ul.secondary {
	list-style-type: disc;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 50px;
}

/*#footer
===========================================================*/
#footer {
	clear: both;
	text-align: right;
	width: 1024px;
	margin-bottom: 50px;
	padding-top: 20px;
	color: #1e3b62;
}

#footer address {
	font-style: normal;
	color: #9d8a57;
}

#footer a {
	text-decoration: none;
	color: #9d8a57;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p.copy {
	font-size: 0.9em;
	color: #9d8a57;
	margin-top: 20px;
}

#footer ul {
	margin-top: 50px;
	margin-bottom: 50px;
}

#footer li {
	display: inline;
}

.clear {
	clear: both;
}
