﻿/* CSS layout */


#bluebar2{

	border-top-style:solid;
	border-top-width:thin;
	border-top-color:#A0B2CD;
	background:#D8E4F2;
	background-image:url('../images/blueElement2.png');
	background-position:left bottom;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#A0B2CD;
	position:relative;
	width:100%;
	height:160px;
	
	background-repeat:repeat-x;


}


#wrapper{
	width:50%;
  	margin-left:50%;
}


#allinone_contentSlider_common
{
}

#page_content {
		line-height:1.8em;
		background-color:white;
		width:80%;
		margin:auto;
	/*	margin:0 auto;*/
		max-width:950px;

}


#boxWrapper{
	border-top:2px #D8E4F2 solid;
	height:100%;
	margin:0px auto;
	text-align:center;
	padding-bottom:40px;
	clear:left;

}

#box{
height:100%;
float:left;
width:270px;
background-image:url('../images/vslither4.png');
background-position:right;
background-repeat:no-repeat;
text-align:left;
padding-right:20px;padding-left:20px;

line-height:1.4em;

	
}

#endbox{
height:100%;
float:left;
width:270px;
text-align:left;
padding-right:20px;padding-left:20px;

line-height:1.4em;

}

.sideBySide
{
	width:100%;
	display:inline-block;
	text-align:center;
}

