﻿html, body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

body {
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	background-color:#5F0000;
}

p {
	margin-left:20px;
	margin-right:20px;
	color:#5F0000;
}

a {
	color:#5F0000;
}
a:hover {
	color:blue;
}

.indentmenu{
	font: bold small Verdana;
	width: 695px; /*leave this value as is in most cases*/
	position:absolute; 
	top:175px;
	left:50%;
	margin-left:-200px;
}

.indentmenu ul{
	border: 1px solid #333333; /*grey border*/
	margin: 0;
	padding: 0;
	float: left;
	width: 695px; /*width of menu*/;
	background: white url('images/button1.jpg') center;
}


.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	color: #111111; /*text color*/;
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px #222222 solid; /*divider between menu items*/
}

.indentmenu ul li a:visited{
color: #111111;
}

.indentmenu ul li .current{
	color: #000000; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/;
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/;
	background: white url('images/button2.jpg') center;
}


.indentmenu ul li a:hover{
	color: #000000; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/;
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/;
	background: white url('images/button2.jpg') center;
}


#container{
	width: 1024px;
	position: absolute;
	left: 50%;
	margin-left: -512px;
	margin-top:0px;
	background-color:#F7F7D6;
	
}




#main{
	left:50%;
	margin-left:-512px;
	margin:-10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}





#content{
	font-family:Verdana, Geneva, sans-serif;
	color:black;
	width:649px;
	float:left;
	padding-left:10px;

}

#sidebar{
	width: 350px;
	float: right;
	color: black;
	padding-left:10px;
	background-color:#F7F7D0;
	background-image:url('images/b1.gif');
	background-repeat:repeat-y;
}
#sidebar ul{
	margin: 0px;
	padding: 15px;
	font-size:medium;
	color:black;
}





.locations {
	
}

h1 {
	text-align:center;
	color:#5F0000;
	font-size:x-large;
	
}


h2 {
	text-align:left;
	color:#5F0000;
	font-size:large;
	
}

h5 {
	text-align:center;
	color:#5F0000;
	font-size:large;
	
}
.sbform {
	
}

.sbform tr {
	width:50%;
}


.whyconcretex li{
	line-height:110%;
	padding-top:10px;
	margin-top:0px;
	padding-left:30px;
	margin-left:30px;
	list-style-image:url('images/dot.gif');
	list-style-position:outside;
	
	
}

.whyconcrete li{
	list-style:none outside; 
	background: transparent url(images/dot.gif) no-repeat 0px 15px;
	line-height:115%;
	padding-top:15px;
	margin-top:0px;
	padding-left:40px;
	margin-left:0px;
	min-height:40px;
}

.center {
	text-align:center;
}


.innerlist li {
	list-style:disc outside;
	background-image:none;
	line-height:105%;
	padding-top:10px;
	margin-top:0px;
	padding-left:10px;
	margin-left:0px;
	min-height:0px;
}

.innerlist ul {
	list-style:disc outside;
	background-image:none;
	line-height:100%;
	padding-top:1px;
	margin-top:0px;
	padding-left:10px;
	margin-left:0px;
	min-height:0px;
}

.smallpic{
	float:right;
	margin:5px 0px 5px 8px;
}

.tm{
	position:relative;
	left:50%;
	color:maroon;
	font-size:medium;
	border:thin black dotted;
	background-color:silver;
	font-variant:small-caps;
	text-align:center;
	font-style:italic;
	width:350px;
	padding:10px 20px 10px 20px; 
	
	
}

.tm p{
	color:maroon;
	font-size:x-small;
	text-align:left;
	font-style:normal;
	
	
}



