/* CSS Document */

/* h1 effects bold items and footer, only color should be changed ::: Also change "a" color to match h1 tag */

h1 {
	color: #2F5B9D;
	font-size:16px;
	font-weight: bold;
	margin-bottom:5px;
	text-align: center;
}

h1 a {
	color: #2F5B9D;
	font-size:16px;
	font-weight: bold;
	margin-bottom:5px;
	text-align: center;
}

a {
	color: #2F5B9D;
}

a:hover {
	text-decoration: none;
}		

/* end */

/* Change only if logo & address need to be on separate lines */

#logo {
	width: 300px;
	float: left;
}

#address {
	width: 300px;
	float: left;
	color: #000;
	margin: 0 0 15px 0;
}

/* End */

/* change headline box according to color for site */

.headline-box {
	background: #2F5B9D;
}

/* end */

/* change according to size of picture, width & height = picture size! */

#business-pic {
	width: 295px;
	height: 326px;
	float: left;
	padding: 2px;
	border: 1px solid #2F5B9D;
}

.product-picture {
	width: 175px;
	height:94px;
	border: 1px solid #2F5B9D;
}
/* end picture */

/* Change according to sites colors */	

.map {
	border: 1px solid #2F5B9D;
}

.required{
	color: #2F5B9D;
}

/* DO NOT CHANGE ANYTHING BELOW */

/* Site Wide Styles */	

p {
	margin: 0; margin-bottom:7px;
	text-align: justify;
	padding: 0 5px;
}	

ul {
	margin: 0px;padding:0px;
	list-style: none;	
}	

#site-top {
	width: 780px;
	margin: 0 auto;
	margin-top: 10px;
	background: url(page-top.jpg) no-repeat bottom;
}	

#site-bottom {
	width: 780px;
	margin: 0 auto;
	margin-bottom: 10px;
	background: url(page-bottom.jpg) no-repeat;
}	

#site {
	width: 770px;
	margin: 0 auto;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 16px;
	background: url(page-left-right.jpg) repeat-y left top;
	overflow: hidden;
	padding: 10px 5px;
}

#first-col {
	width: 305px;
	float: left;
	margin-left:10px;
}

#second-col {
	width: 430px;
	float: left;
	margin-left: 10px;
}
	
.clear-both {
	clear: both;
	margin:0;padding:0;
}		

.bullets {
	list-style: inside circle;
	width: 220px;
	float: left;
	margin-left: 10px; margin-bottom: 15px;
}


.bullets2 {
	list-style: inside circle;
	width: 160px;
	float: left;
	margin-left: 10px; margin-bottom: 15px;
}		

/* End Site Wide */

/* First Column Items */	

#address p {
	text-align: center;
	padding: 0;
}	
	

#map {
	width: 300px;
	height:300px;
	margin: 10px 0;
	float: left;
}

/* End First Column */

/* Headline Boxes */

.headline-box {
	width: 426px;
	float:left;
	padding: 7px 0;
	text-align: center;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #FFF;
}	

.shadow {
	width: 430px;
	float: left;
	background: url(headline-shadow.jpg) no-repeat bottom right;
	height: 39px;
	margin-bottom: 10px;
}	

/* End Headline Boxes */

/* Product Picture in Our Products div */

.product-picture {
	float:right;
	margin-bottom: 15px; margin-right:7px;
	padding:2px;
}

/* End Product Picture */



/* Contact Form */

#contact {
	width: 410px;
	float: left;
	margin-left:15px;
}	

.label {
	width:90px;
	float:left;
	text-align: right;
	margin-right:10px;margin-bottom: 5px;
	font-size:11px;
}

.input {
	width: 225px;
	float: left;
	margin-bottom: 5px;
}		

.required {
	width: 50px;
	float: left;
	margin-bottom: 5px;margin-left:10px;
	font-size:11px;
}	

/* End Contact Form */

