/*----------------------------------------------------------------------------------
	CSS :: Cooperative Business Services, LLC
----------------------------------------------------------------------------------*/

* {
	font: normal normal normal 11px Tahoma;
	margin: 0;
	padding: 0;
	border: 0;
}

/*----------------------------------------------------------------------------------
	CSS :: Bimac Corporation :: Body
----------------------------------------------------------------------------------*/

#dnn_ctr393_ModuleContent {
    background: url(../images/misc/contact-bg.gif) no-repeat;
    padding: 15px 0 0 50px;
}

.bio-img,
.members-img {   
    float: right;
    margin: 0 0 0 50px;
    text-align: center;
}

ul.services li,
ul.sitemaps li,
ul li {
    margin: 10px 0 5px 15px;
}

#dnn_ctr417_Feedback_plEmail_imgHelp,
#dnn_ctr417_Feedback_plName_imgHelp,
#dnn_ctr417_Feedback_plBody_imgHelp {
    display: none;
}

#dnn_ctr417_Feedback_txtEmail,
#dnn_ctr417_Feedback_txtName,
#dnn_ctr417_Feedback_txtBody,
.FormTextBox {
    border: 1px solid #000;
}

.FormSubmit {
	border: 1px solid #000;
	height: 25px;
	width: 75px;
}

#feedback-table {
    margin: 15px 0 0 0;
    border: 1px solid #000;
    background-color: #cacaca;
    padding: 10px 35px 35px 35px;
}

h1 {
	font-family:"Helvetica75" !important;
	font-size: 20px !important;
	color: #006E51 !important;
	margin: 0;
}

h2 {
	font-family:"Helvetica75" !important;
	font-size: 16px !important;
	color: #006E51 !important;
	margin: 0;
}

h3 {
	font-family:"Helvetica75" !important;
	font-size: 13px !important;
	color: #000 !important;
	margin: 0;
}

a {   
  font-weight: bold;
  color: #10775B;
}

a:hover {
  text-decoration: underline;
  color: #10775B;
}

p {
	font-size: 11px;
	line-height: 16px;
	font-family: Tahoma;
	color: #4F4F4F;
	margin: 10px 10px 10px 0;
}

p.black {
	font-weight: bold;
	color: #000;
	margin: 10px 10px 10px 0;
}

.center {
    text-align: center;
}

b,
strong {
    font-weight: bold;    
}

/*----------------------------------------------------------------------------------
    CSS :: Cooperative Business Services, LLC :: Services, Applications and Products
----------------------------------------------------------------------------------*/

	.product {
		padding-top: 15px; 
		padding-bottom: 10px;
	}
	
	.product img {
		float: left; 
		margin-right: 20px;
		margin-bottom: 10px;
		border: 1px solid #fff;
	}
	
	.product img:hover {
	    border: 1px dashed #000;
	}
	
	.product_info {
		width: 360px;
		float: left;
	}
	
	.product_info p {
		margin-top: 0;
	}
	
	.productinfo {
		font-family:"Helvetica75";
	    font-size: 16px;
	    color: #006E51;
	    margin: 0;
	}

	p.pdf {
		font-size: 16px; 
		color: #505153; 
		text-align: center; 
		width: 100px; 
		float: right; 
		padding: 10px 40px 0 0;
	}
	
	p.pdf img {
		padding-top: 10px;
	}
	
	div.clr {
	    clear: both;
	}
	
	.spacer {
		clear: both;
	}