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

.table-borderless td,
.table-borderless th {
    border: 0;
}

.table th, .table td { 
     border-top: none !important; 
 }

.parawidth {
	width: 80%;
	margin-left: 30px;
}


.tradeshows2 {
	background: #dcdcdc;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 10px;
	margin: 45px;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}

.tradeshows {
	font-family: Tahoma, Geneva, sans-serif;
	padding: 10px;
	margin: 25px;
	color: #ff0000;
	font-weight: bolder;
	text-align: center;
}

.smallfont {
	font-size: 60%;
}

.contentbox3 {
	border: 1px solid #bbb;
	box-shadow: 5px 5px 3px #bbb;
	padding: 10px;
	margin-right: 30px;
	background: #071c59;
	font-weight: bold;
	color: white;
}

.red {
	color: red;
}

.margin20 {
	margin-left: 20px;
	margin-bottom: 20px;
}

.marginbottom {
	margin-bottom: 50px;
}

.margintop {
	margin-top: 50px;
}

.marginleft {
	margin-left: 300px;
}

.sidebardecor2 {
	border-style:solid;
	background-color: #E6FF42;
	border-color: #DCDCDC;
	border-width: medium;
	float: none;
	width: 90%;
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
}

.nounderline {
	text-decoration: none;
	font-weight: 600;
	font-size:larger;
	font-style:italic;
	color: #18327d;
}


 
.col_one_body {
margin: 5px 0 100px 5px; /* Applied to first column only in lieu of padding (personal thing) */
width: 57%; /* Allows for fluid design. Can be set to pixels */
float: left;
}

.col_two_body {
margin: 5px 0 100px 25px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 32%;
float: left;
}

.col_one_body2 {
margin: 5px 0 100px 30px; /* Applied to first column only in lieu of padding (personal thing) */
width: 58%; /* Allows for fluid design. Can be set to pixels */
float: left;
}

.col_two_body2 {
margin: 35px 0 100px 100px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 20%;
float: left;
}


.col_one_top {
margin: 5px 0 0px 5px; /* Applied to first column only in lieu of padding (personal thing) */
width: 40%; /* Allows for fluid design. Can be set to pixels */
float: left;
}

.col_two_top {
margin: 5px 0 0px 25px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 52%;
float: right;
}



.contentbox50 {
	border: 1px solid #DCDCDC;
	box-shadow: 5px 5px 3px #bbb;
	padding: 5px;
	background: #DCDCDC;
	margin-right: 50px;
	color: black;
	width: 80%;
}


.col_one {
margin: 5px 0px 0px 5px; /* Applied to first column only in lieu of padding (personal thing) */
width: 25%; /* Allows for fluid design. Can be set to pixels */
float: left;
}

.col_two {
margin: 5px 0px 0px 5px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 25%;
float: left;
}

.col_three {
margin: 5px 0 0px 5px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 25%;
float: left;
}


.col_one_foot {
margin: 5px 0px 0px 5px; /* Applied to first column only in lieu of padding (personal thing) */
width: 15%; /* Allows for fluid design. Can be set to pixels */
float: left;
}

.col_two_foot {
margin: 5px 0px 0px 5px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 60%;
float: left;
}

.col_three_foot {
margin: 5px 0 0px 5px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 15%;
float: left;
}


.margintop {
	margin-top: 140px;
}

.margintop2 {
	margin-top: 100px;
}


.singlecolumn {
	margin: 5px 10px 0px 80px;
	width: 80%;
}


.singlecolumn_body {
	margin: 50px 0 100px 30px; /* Applied to first column only in lieu of padding (personal thing) */
	width: 85%;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
}


.singlecolumn_body2 {
margin: 50px 0 100px 30px; /* Applied to first column only in lieu of padding (personal thing) */
width: 100%; /* Allows for fluid design. Can be set to pixels */
}


clearleft {
    clear: left;
}


clearright {
    clear: right;
}



@media screen and (max-width: 600px) {

	    body {
        margin: 0px 0px 0px 0px;
    }

.singlecolumn_body {
		margin: 0px 0px 0px 10px; /* Applied to first column only in lieu of padding (personal thing) */
		width: 85%;
		position: relative;
    left: 5%;
    transform: translateX(-5%);
	}
	
	img {
		width: 95%;
	}
	
			.shrink {
			width: 100%;
		}
		
		
		.shrink4 {
			width: 40%;
		}
		
		
		.shrink5 {
			width: 100%;
		}
	
}

		@media (min-width:601px) and (max-width:1030px){
			
.holder img {
    width: 95%;
}

}
