@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(images/red_brick_tile2.jpg);
	background-repeat: repeat-y;
}
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width: 780px;
	text-align: center;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	height: auto;
}
#nav {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 625px;
	left: 77px;
	top: 260px;
	list-style-type: none;
}
#nav  li {
	margin: 0px;
	padding: 0px;
	float: left;
	text-decoration: none;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	float: left;
	width: 124px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	line-height: 1;
	font-weight: bolder;
}
 #nav_find a {
 border:none;
 }
#nav a:hover {
	color: #993333;
}
#body_hom #container #header #nav #nav_hom a,
#body_about #container #header #nav_about a,
#body_prod #container #header #nav_prod a,
#body_find #container #header #nav_find a,
#body_spec #container #header #nav_spec a,
#body_con #container #header #nav_con a {

color: #1A1303;
font-weight: bold;
}
#mainContent {
	text-align: center;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#navigation {
	text-align: center;
	width: 780px;
	height: auto;
	display: inline;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#container #footer {
	clear: both;
	height: 100px;
	width: 778px;
	background-color: #b5b5b5;
}
#footer #footer_wrapper {
	background-color: #b5b5b5;
	background-image: url(images/footer.png);
	background-repeat: repeat-y;
	height: 100px;
	width: 778px;
	padding-right: 1px;
}
#column {
	font-size: 80%;
	float: left;
	height: 100px;
	width: 246px;
	margin: 5px;
	color: #ffffff;
}
#column_1 {
	font-size: 80%;
	float: left;
	width: 246px;
	margin-left: 10px;
	height: 100px;
}
#column_2 {
	font-size: 80%;
	width: 235px;
	float: left;
	margin-left: 10px;
	height: 100px;
}
#copyright {
	color: #333333;
	font-size: 75%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#credit {
	font-size: 75%;
	color: #333333;
	text-align: center;
}
#container #footer #footer_wrapper a {
	color: #ffffff;
}
#container #footer #footer_wrapper a:hover{
	color: #ffff00;
	text-decoration:none;
}
#text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	height: auto;
	width: auto;
	color: #660000;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	clear: both;
	float: left;
}
#content_top {
	height: 30px;
	width: 780px;
	background-image: url(images/content_bg_top.png);
}
#mainContent #content_bottom {
	background-image: url(images/content_bg_bottom.png);
	height: 30px;
	width: 780px;
	background-position: center;
}
#content_tile {
	background-image: url(images/content_bg_tile.png);
	background-repeat: repeat-y;
	height: auto;
	width: 780px;
	text-align: center;
}
h1 {
	font-size: 150%;
}
#body_hom #container #header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#body_hom #container #mainContent #tweets {
	height: auto;
	width: 218px;
	float: right;
	font-size: 0.6em;
	text-align: left;
	color: 660000;
}
#body_hom #container #mainContent #tweets h3 {
	font-size: 1.5em;
}

