@charset "utf-8";
/* CSS Document */

/******* the basics ************/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	

}
body {
	background-color: #424242;
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
a:link {
	color: #1B1464;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #1B1464;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #1B1464;
}
h1 {
	font-size: 18px;
	color: #BD0007;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BD0007;
	width: 100%;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #BD0007;
	width: 100%;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h3 {
	font-size: 14px;
	color: #000000;
}
h4 {
	font-size: 12px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
h5 {
	font-size: 12px;
	color: #999999;
}
h6 {
	font-size: 10px;
	color: #000000;
}
/********* page structure **********/
#container {
	position:absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-image: url(png/navback.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#masthead{
	margin: 0;
	width: 100%;
	height:77px;
	background-image: url(png/concretesolutions_r2_c2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #BD0007;
}
#nav{
	width: 192px;
	float: left;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 4px;
	padding-bottom: 10px;
	line-height: 20px;
}

a.subnav:link {

	background-image: url(png/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	text-decoration: none;
	
}
a.subnav:visited {

	background-image: url(png/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	text-decoration: none;
	overflow: hidden;
}
a.subnav:hover {
	background-image: url(png/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	text-decoration: none;
	overflow: hidden;
	color: #BD0007;
}
a.subnav:active {

	background-image: url(png/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	text-decoration: none;
	overflow: hidden;
}
#content { 
margin-left:193px; 
margin-right:0px; 
margin-bottom:4px;  
} 
#footer{
width:480px;
	float: left;
	font-size: 10px;
	padding-left: 320px;
}




/*********** link styles and navigation ************/

a.smenulink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B1464;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
}
a.smenulink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B1464;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;

}
a.smenulink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #1B1464;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;

}
a.smenulink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #1B1464;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;

}

.whitelink {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.whitelink:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.whitelink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.whitelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.whitelink:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}


/******** forms *********/
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #1B1464;
	font-weight: bold;
	text-align: center;
	height: 20px;
	width: 445px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.formbutton2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #1b1464;
	font-weight: bold;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;	
	width: 220px;
}
.picprompt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #BD0007;
	background-color: #999999;
	vertical-align: middle;
	float: left;
	height: 20px;
	width: 100px;
	overflow: hidden;
	text-align: center;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}
.picbutton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #BD0007;
	background-color: #999999;
	vertical-align: middle;
	margin: 2px;
	float: left;
	height: 20px;
	width: 20px;
	overflow: hidden;
	text-align: center;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
a.picbutton:link {
	color: #BD0007;
	text-decoration: none;
	background-color: #999999;
}
a.picbutton:visited {
	color: #BD0007;
	text-decoration: none;
	background-color: #999999;
}
a.picbutton:hover {
	color: #999999;
	text-decoration: none;
	background-color: #bd0007;
}
a.picbutton:active {
	color: #BD0007;
	text-decoration: none;
	background-color: #999999;
	border: 2px solid #333333;
}
#picdesc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #999999;
	vertical-align: middle;
	float: left;
	height: 50px;
	width: 607px;
	overflow: hidden;
	text-align: center;
	padding-top: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}
.fillcontainer{
	float: left;
	width: 100%;
}
.backbutton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #bd0007;
	vertical-align: middle;
	margin: 2px;
	float: left;
	height: 20px;
	width: 180px;
	overflow: hidden;
	text-align: center;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
a.backbutton:link {
	color: #cccccc;
	text-decoration: none;
	background-color: #bd0007;
}
a.backbutton:visited {
	color: #cccccc;
	text-decoration: none;
	background-color: #bd0007;
}
a.backbutton:hover {
	color: #cccccc;
	text-decoration: none;
	background-color: #999999;
}
a.backbutton:active {
	color: #cccccc;
	text-decoration: none;
	background-color: #bd0007;
	border: 2px solid #333333;
}

.homebutton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #bd0007;
	vertical-align: middle;
	margin: 2px;
	float: left;
	height: 20px;
	width: 120px;
	overflow: hidden;
	text-align: center;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
a.homebutton:link {
	color: #cccccc;
	text-decoration: none;
	background-color: #bd0007;
}
a.homebutton:visited {
	color: #cccccc;
	text-decoration: none;
	background-color: #bd0007;
}
a.homebutton:hover {
	color: #cccccc;
	text-decoration: none;
	background-color: #999999;
}
a.homebutton:active {
	color: #cccccc;
	text-decoration: none;
	background-color: #bd0007;
	border: 2px solid #333333;
}


