@charset "utf-8";
/* CSS Document */
 
body  {
	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: #443831;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3c4c63;
}
.twoColFixLtHdr #container {
	width: 768px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333333; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	width: 768px;
	background-color: #333333;
} 

.twoColFixLtHdr #content-holder {
	width: 768px;
}
.twoColFixLtHdr #sidebar1 {
	width: 400px;
	vertical-align: top;
	float: right;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 0.75em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 20px;
	line-height: 1.2em;
}
.twoColFixLtHdr #sidebar1 .item img {
	float: right;
	margin-bottom: 0px;
}
.twoColFixLtHdr #sidebar1 .item {
	height: 120px;
	width: 385px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.twoColFixLtHdr  #container  #sidebar1  .item  strong a {
	color: #8F1D05;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 .item strong a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.twoColFixLtHdr #sidebar1 .item-group-top {
	height: 5px;
	width: 385px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.twoColFixLtHdr #sidebar1 .item img {
	border: 1px solid #CCCCCC;
	margin-left: 10px;
}
.twoColFixLtHdr #mainContent {
	width: 768px;
	text-align: left;
	vertical-align: top;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #723232;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	min-height: 420px;
	font-size: 12px;
	line-height: 17px;
} 
#footer  {
	text-align: center;
	font-size: 12px;
	float: left;
	width: 758px;
	color: #ADADAD;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height: 1.5em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #723232;
	background-color: #000;
} 
#footer   ul   {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}
#footer  li  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 0;
	display: inline;
	color: #4B4136;
}
#footer  a  {
	color: #ADADAD;
}
#footer   a:hover  {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .footer-alt1 {
	color: #ADADAD;
}
.fltrt {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 18px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
.table-full {
	width: 726px;
	margin-right: 20px;
	margin-left: 20px;
		border-collapse: collapse;
}

.table-cell-half {
	width: 50%;
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	padding: 10px;

}
.table-cell-half img {
	border: 1px solid #CCCCCC;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent h1 {
	font-size: 18px;
	color: #C00;
	margin-top: 40px;
	margin-right: 22px;
	margin-bottom: 30px;
	margin-left: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#mainContent p {
	margin-top: 10px;
	margin-right: 22px;
	margin-bottom: 18px;
	margin-left: 22px;
	padding: 0px;
}
#mainContent strong {
	color: #C00;
}

#mainContent h2 {
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #000000;
	margin-top: 0px;
	margin-right: 22px;
	margin-bottom: 20px;
	margin-left: 22px;
}
#mainContent h3 {
	font-size: 13px;
	color: #C00;
	margin-top: 0px;
	margin-right: 22px;
	margin-bottom: 20px;
	margin-left: 22px;
	background-color: #F2F2F2;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid #DEDEDC;
}
#mainContent a , #mainContent a:visited{
	color: #0146AB;
}
#mainContent a:hover {
	color: #FF0000;
	text-decoration: none;
}
.header-element {
	width: 768px;
	float: left;
}
#mainContent ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 22px;
	margin-bottom: 20px;
	margin-left: 42px;
}

#header-nav {
	float: left;
	width: 768px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #373737;
	background-color: #000;
}
.twoColFixLtHdr #header .header-element img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header-nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header-nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#header-nav a {
	font-size: 12px;
	color: #B9B9B9;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-right: 24px;
	padding-bottom: 6px;
	padding-left: 24px;
	float: left;
	text-align: center;
	font-weight: bold;
}
#header-nav a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
.projects-holder {
	margin-left: 20px;
	width: 726px;
	margin-bottom: 30px;
	font-size: 11px;
	color: #8B8B8B;
}
.photo-cell {
	width: 352px;
	height: 230px;
}

.projects-holder td {
	text-align: center;
	vertical-align: top;
}
.projects-holder .photo-cell img {
	border: 1px solid #CCCCCC;
}


#Contact     {
	margin: 0px;
	padding: 0px;
}
.form-container {
	border: 1px solid #DEDEDC;
	margin-left: 20px;
	width: 726px;
	background-color: #F2F2F2;
	margin-bottom: 30px;
	font-size: 12px;
}
.form-left-column {
	text-align: right;
	width: 35%;
}
.validation-summary #vsErrors ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.validation-summary #vsErrors li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-image: none;
	list-style-type: disc;
}
.validation-summary #vsErrors {
	margin-top: 20px;
	margin-bottom: 20px;
}

.validation-summary {
	padding-top: 10px;
}
.form-rignt-column     #AddressState {
	margin-top: 2px;
	margin-left: 3px;
	background-color: #FFFFFF;
	margin-bottom: 1px;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #abadb3;
	border-right-color: #e2e3ea;
	border-bottom-color: #e2e3ea;
	border-left-color: #e2e3ea;
}




.form-rignt-column {
	text-align: left;
}
.form-container input {
	height: 16px;
	width: 200px;
	margin-top: 1px;
	margin-left: 3px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #abadb3;
	border-right-color: #e2e3ea;
	border-bottom-color: #e2e3ea;
	border-left-color: #e2e3ea;
	font-size: 12px;
}
.form-container .form-required-key {
	padding-left: 60px;
}
.form-required  {
	color: #F00;
	padding-right: 2px;
}

.form-container textarea {
	height: 70px;
	width: 200px;
	margin-top: 2px;
	margin-left: 3px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #abadb3;
	border-right-color: #e2e3ea;
	border-bottom-color: #e2e3ea;
	border-left-color: #e2e3ea;
}

input.form-submit {
	background-color: #CCCCCC;
	height: 20px;
	width: 60px;
	margin-left: 70px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #000000;
	font-size: 12px;
	text-align: center;
}
input.form-submit:hover {
	background-color: #9A0000;
	color: #FFFFFF;
}
.form-spacer {
	height: 25px;
}
.red {
	color: #890101;
}
.watermarked {
	color: #666;
}
.suppliers-wrapper {
	margin-left: 30px;
	margin-bottom: 20px;
}
.suppliers-container {
	height: 107px;
	width: 160px;
	float: left;
	text-align: center;
	margin-right: 22px;
	font-size: 1em;
}
.suppliers-container-mgn1 {
	margin-bottom: 7px;
	font-size: 12px;
}
#mainContent .suppliers-container p strong a , #mainContent .suppliers-container p strong a:visited{
	color: color
: #0146AB;;
	text-decoration: underline;
	font-weight: normal;
}
#mainContent .suppliers-container p strong a:hover {
	text-decoration: none;
	color: #FF0000;
}



.suppliers-container img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 2px;
}
#mainContent .suppliers-container p{
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

