@charset "utf-8";
/* CSS Document */

/* Mobile Layout: 480px and below. */
/************ Mobile *************************/

.clear
{
	clear:both;}




#About_Text_Container3
{width: 90%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/About_Bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;	}	
	

#Arrows_Cont
{
	/* [disabled]background-color: #00C; */
	width: 13%;
	position: absolute;
	margin-left: -68px;
	margin-top: 67px;
	}

.One_Arrow {
	margin-top: 3px;
}
	




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
/************ Tablets *************************/

@media only screen and (min-width: 481px) {
	
	#About_Text_Container3
{width: 90%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/About_Bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;	}	
	

#Arrows_Cont
{
	/* [disabled]background-color: #00C; */
	width: 10%;
	position: absolute;
	margin-left: -68px;
	margin-top: 67px;
	}

.One_Arrow {
	margin-top: 9%;
}
	
.Condencer
{

 width: 85%;
 margin-left: auto;
 margin-right: auto;
}	
	
}




/* Desktop Layout: 769px to a max of 1024px.  Inherits styles from: Mobile Layout and Tablet Layout. */
/************ DESK TOP *************************/
@media only screen and (min-width: 869px) {
	
	
	
#About_Text_Container3
{width: 90%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/About_Bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;	}	
	

#Arrows_Cont
{
	/* [disabled]background-color: #00C; */
	width: 54px;
	position: absolute;
	margin-left:-20px;
	margin-top: 56px;
	}

.One_Arrow {
	margin-top: 3px;
}
	
.Condencer
{
 width: 75%;
 margin-left: auto;
 margin-right: auto;
}

.About_Tabs_Cont

{
	width:100%;
	background-color:#F00;
	height:auto;}	

.About_Image
{width:45%;
 float:left;
	}

.About_Text
{width:45%;
 float:left;
 margin:5%;
 margin-top:0%;
 height:auto;
	}

