﻿.left_bull {
	text-align: left;
}
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px 0;
	background: #eee;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}
#outerWrapper {
	border: thin solid #002782;
	width: 964px;
	text-align: left;
	margin: 2px auto 0px auto;
	background-color: #fff;
}

h1 {
	color: #002782;
	font-size: x-large;
}


p, blockquote, ul, ol {
}

p {
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 1px solid #EEEEEE;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #002782;
}

a:hover {
	text-decoration: underline;
	color: #002782;
}

img {
	border: none;
}


.post {
	padding: 20px 20px 0 20px;
}

.post .title {
	margin-bottom: 0px;
	padding: 3px 0 15px 0;
	background: url("../images/img04.gif") repeat-x left bottom;
}

.post .story {
	clear: both;
	padding: 20px;
	border-top: 1px solid #EEEEEE;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}


#header {
	width: 964px;
	height: 200px;
	margin: 0 auto;
}


#logo {
	float: left;
	width: 240px;
	height: 200px;
	background: url("../images/FDS-Vacuum-Blue-logo.png") no-repeat;
}

#splash {
	margin: 25px 0px 0px 0px;
	float: right;
	width: 600px;
	height: 175px;
	top: 0px;
}



#content {
	width: 964px;
	margin: 0 auto;
}

#extra {
}


#main {
	float: right;
	width: 724px;
}

#main a {
}



#welcome {
}



#example {
}



#sidebar {
	float: left;
	width: 240px;
}

#sidebar a {
}


#menu {
	padding: 20px 0;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px 20px;
	border-top: 1px solid #d2d8ee;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

#menu a:hover {
	background: #d2d8ee;
	color: #000000;
}

#menu .active a {
	background: #d2d8ee;
	color: #333;
}

#menu .first a {
	border: none;
}


#footer {
	clear: both;
	width: 964px;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	background: #d2d8ee url("../images/img05a.gif") repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #666;
}

#footer a {
	color: #5a73b0;
}

