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










/* Large monitors */
@media (min-width:1057px) and (max-width: 1250px) {	

#wrapleft {
	margin-top: ;
	float: left;
	height: auto;
	margin-bottom: 0px;
	width: 50%;
	padding-right: 5%;
	padding-top: 40px;
	padding-left: 5px;
}
#wrapright {
	float: right;
	height: auto;
	border-left: 1px solid #BBBBBB;
}
}














/* Desktops and laptops */
@media (min-width:960px) and (max-width: 1056px) {	

#wrapleft {
	margin-top: ;
	float: left;
	height: auto;
	margin-bottom: 0px;
	width: 50%;
	padding-right: 5%;
	padding-top: 40px;
	padding-left: 5px;
	border-right: none;
}
#wrapright {
	float: right;
	height: auto;
	border-left: 1px solid #BBBBBB;
}
}










/*For browser/screen widths from 760px to 959px*/
@media (min-width:760px) and (max-width: 959px) {

#wrapleft {
	margin-top: ;
	float: left;
	height: auto;
	margin-bottom: 0px;
	width: auto;
	padding-right: 5%;
	padding-top: 40px;
	padding-left: 5px;
	border-right: none;
}
#wrapright {
	float: none;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #BBBBBB;
}
}













/*For browser/screen widths from 600px to 759px*/
@media (min-width:600px) and (max-width: 759px) {

#wrapleft {
	margin-top: ;
	float: left;
	height: auto;
	margin-bottom: 0px;
	width: auto;
	padding-right: 5%;
	padding-top: 40px;
	padding-left: 5px;
	border-right: none;
}
#wrapright {
	float: none;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #BBBBBB;
}
}










/*For browser/screen widths from 480px to 599px*/
@media (min-width:480px) and (max-width: 599px) {
	
#wrapleft {
	margin-top: ;
	float: left;
	height: auto;
	margin-bottom: 0px;
	width: auto;
	padding-right: 5%;
	padding-top: 40px;
	padding-left: 5px;
	border-right: none;
}
#wrapright {
	float: none;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #BBBBBB;
}
}









/*For browser/screen widths from 320px to 479px*/
@media (max-width: 479px) {
	
#wrapleft {
	margin-top: ;
	float: left;
	height: auto;
	margin-bottom: 0px;
	width: auto;
	padding-top: 40px;
	padding-left: 5px;
}
#wrapright {
	float: none;
	height: auto;
}
#box501 {
	text-align: center;
	float: left;
	height: auto;
	padding-top: 40px;
	padding-bottom: 20px;
	width: 75%;
	clear: left;
}
#box502 {
	width: auto;
	float: left;
	height: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
}
.hr002 {
	/* rule for footer panels*/
	width: 100%;
	border: thin solid #2D78C5;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	display: block;
	margin-right: 70%;
}
}
