* {
margin:0;
padding:0;
}

body {
	color:#000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 16px;
}

p {
	line-height:1.6em;
	margin:0 0 1.4em 1em;
	font-family: "TW Cen MT Condensed", "Tw Cen MT Condensed Extra Bold", Verdana, Eurostile;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

a {
	color:#333;
	text-decoration:none;
	background:inherit;
}

a:hover {
	color:#666;
	background:inherit;
}

ul {
list-style:none;
}

li {
margin-left:1em;
}

.subcat {
margin-left:1em;
}

h1,h2,h3 {
font-weight:400;
margin:0 0 .8em;
}

h1,h2 {
	color:#000;
	font-size:2em;
	background:inherit;
}

h3 {
	font-size:12px;
	margin:1.2em 0 .5em;
}

#wrapper {
	width:900px;
	margin:0 auto 10px;
	padding:20px;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}
#infoBubbles {
	height: 100px;
	position: relative;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	z-index: 2;
	top: -80px;
	clear: both;
	left: 80px;
}
#boxTop {
	background-color: #00C;
	height: 100px;
	width: 100px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	position: relative;
}


#header {
	position: relative;
	height: 200px;
	text-align: center;
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
}
#header2 {
	height:155px;
	background-image: url(header_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	position: relative;
	z-index: 1;
	top: 220px;
}
#textTop {
	font-family: "TW Cen MT Condensed", "Tw Cen MT Condensed Extra Bold", Verdana, Eurostile;
	font-size: 12px;
	font-weight: bold;
	top: 225px;
	position: relative;
	text-align: right;
}


#logo {
	float:left;
	color:#000;
	line-height:25px;
	padding-top:10px;
}

#logo h1 {
font-size:2.4em;
letter-spacing:-1px;
margin:30px 0 0;
}

#top {
	float:right;
	text-align:right;
	width:55%;
	color: #FFF;
	position: relative;
	top: 145px;
	background-image: url(images/navbg.png);
	background-color: #FFF;
}

#topmenu {
	height:20px;
	clear:both;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#topmenu li {
	font-size:12px;
	display:inline;
}

#topmenu li a {
	font-family: "TW Cen MT Condensed", "Tw Cen MT Condensed Extra Bold", Verdana, Eurostile;
	font-size: 14px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}

#topmenu li a:hover {
	color:#FFF;
	background-color: #333;
}

#search {
	float:right;
	clear:both;
	text-align:right;
	margin:0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	top: -80px;
	position: relative;
}
#infoBox {
	background-color: #000;
	text-align: center;
	float: right;
	width: 210px;
	position: relative;
	border: thin solid #43629A;
}


input {
vertical-align:middle;
padding:2px;
}

input.searchfield {
width:255px;
border:2px solid #ccc;
font-size:.9em;
padding:6px;
}

input.searchbutton {
border:0;
color:#fff;
font-weight:700;
font-size:.9em;
background:gray;
padding:6px;
}

#crumbs {
	clear:both;
	margin:0 auto;
	padding:17px;
	font-family: "TW Cen MT Condensed", "Tw Cen MT Condensed Extra Bold", Verdana, Eurostile;
	font-size: 14px;
	font-weight: bold;
	background-color: #43629A;
}

#content {
	padding:20px 10px;
	background-image: url(bg_element.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content p.subcat {
margin-left:30px;
}

#main {
	width:98%;
	float:left;
	margin-bottom:40px;
	padding: 10px;
	position: relative;
	background-color: #FFF;
}
#speedQueen {
	background-image: url(images/speedqueen.png);
	height: 100px;
	position: relative;
	top: 5px;
	float: right;
	width: 322px;
	margin: 10;
}


#leftHeader {
	text-align: center;
	margin: 5px;
	float: left;
	position: absolute;
	top: -22px;
	background-image: url(images/header_title.png);
	z-index: 1;
	height: 195px;
	width: 500px;
	left: -13px;
}


#side {
width:40%;
float:right;
}

.single {
	width:100%;
	float:left;
	padding:5;
	text-align: left;
	padding-left: 10px;
}

#footer {
	clear:both;
	margin-top:30px;
	border-top:2px solid #eee;
	background-image: url(images/footer_bg.png);
	height: 40px;
	vertical-align: middle;
	padding-top: 10px;
	position: relative;
	background-repeat: repeat-x;
	background-position: center;
}

#main input[type=button] {
border:1px solid #ccc;
color:#000;
font-size:.8em;
line-height:1.5em;
cursor:pointer;
display:block;
float:left;
background:#f9f6f2;
margin:0 .1em;
padding:.2em .8em;
}

.strong {
font-weight:700;
}

.em {
font-style:italic;
}

.underline {
text-decoration:underline;
}

.del {
text-decoration:line-through;
}

fieldset {
border:1px solid #E4DF94;
color:#000;
background:#FFFBC0;
margin:0 0 8px;
padding:10px 8px;
}

textarea {
width:97%;
height:20em;
padding:3px;
}

.comment {
	color:#333;
	border-top:1px solid #ccc;
	background:#F5F6F6;
	margin:0 0 10px;
	padding:10px;
}

.commentsbox {
	color:#333;
	background:#f4f4f4;
	margin:0 0 10px;
	padding:10px;
}
#sideBG {
	background-image: url(images/header_bg.png);
	float: left;
	clear: both;
	width: 15px;
	background-color: #43629A;
}
#sideBGright {
	background-image: url(images/header_bg.png);
	clear: both;
	float: right;
	width: 5px;
	background-color: #43629A;
}



.date {
border-top:1px solid #eee;
margin:0 0 20px;
}

.clearer {
clear:both;
margin:0 auto;
padding:1px 0 0;
}

/* for expandable title links on archive and sitemap pages */
.drop_title a {
font:bold 12px Arial;
}

.droplist_div {
width:95%;
border-bottom:1px solid #ccc;
padding:4px 0;
}

.subcatlist_div {
width:95%;
padding:0 0 0 15px;
}
#footerStats {
	font-size: 10px;
	text-align: center;
	position: relative;
}

#footer #footerInfo a {
	color: #F93;
	font-weight: bold;
	font-size: 8px;
}
.linkSite {
	font-size: 30px;
}
