body {
	color: #222;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	/* [disabled]line-height: 1.3; */
	font-weight: normal;
	border-style: none;
	background-image: -webkit-linear-gradient(90deg,rgba(213,211,196,1.00) 0%,rgba(198,200,179,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(43,255,218,1.00) 0%,rgba(0,255,84,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(43,255,218,1.00) 0%,rgba(0,255,84,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(213,211,196,1.00) 0%,rgba(198,200,179,1.00) 100%);
	font-size: 12pt;
}


/*
  ========================================
  Top-level holder...surrounds the other divs comprising the main section of a page (i.e., not including the header or the footer
  ========================================
*/

.content {
	position: relative;
	top: 135px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid rgba(82,172,162,1.00);
	border-right: 1px solid rgba(82,172,162,1.00);
	background-color: rgba(255,255,255,1.00);
	width: 1500px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	display: block;
}

/*.content:after { content: " "; display: block; clear: both;}*/ /* this is not needed if we apply the 'group' class to along with content, because the group class has the clearfix built in */

.content ul, .content ol {
	margin-left: 1em;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 9px;
	padding-left: 10px;
	text-align: left;
	position: relative;
	/* [disabled]font-weight: normal; */
	/* [disabled]font-size: large; */
	margin-bottom: 4pt;
	margin-top: 5pt;
}

.content div section ul, .content div section ol {
	margin-left: 40px;
}

footer {
	position: fixed;
	bottom: 0;
	height: 40px;
	background-color: rgba(204,153,42,1.00);
	z-index: 5;
	left: 0px;
	width: 100%;
}

.footerDivLeft {
	float: left;
	margin-right: 20px;
	margin-left: 5px;
}

.footerDivRight {
	float: right;
	margin-right: 15px;
	margin-left: 5px;	
}

.OneLineContact {
	margin-left: 100px;
	float: left;
	position: relative;
}

header {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 115px;
	z-index: 5;
	border-bottom: thick double rgba(0,103,153,1.00);
	width: 100%;
	display: inline-block;
	background-image: -webkit-linear-gradient(90deg,rgba(213,211,196,1.00) 0%,rgba(198,200,179,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(43,255,218,1.00) 0%,rgba(0,255,84,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(43,255,218,1.00) 0%,rgba(0,255,84,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(213,211,196,1.00) 0%,rgba(198,200,179,1.00) 100%);
	padding-bottom: 10px;
}

section {
	/* [disabled]float: left; */
	/* [disabled]margin-top: 0; */
	/* [disabled]margin-right: 1.5%; */
	/* [disabled]margin-left: 1.5%; */
	/* [disabled]margin-bottom: 0; */
	/* [disabled]position: relative; */
	display: inline-block;
}

/*
  ========================================
  Column-related stuff
  ========================================
*/

.grid {
	display: table;
	/* flex-direction: column; */
	/*justify-content: stretch; */
	
}

.col-1-3 {
	display: table-cell;
	width: 35%;
	padding-bottom: 6pt;
}

.col-2-3 {
	width: 62%;
	margin-left: auto;
	margin-right: auto;
}

.col-3-3 {
	width: 98%;
}

.col-1-3, .col-2-3, .col-3-3 {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}

.grid .col-1-3, .col-2-3, .col-3-3 {
	padding-left: 5px;
	padding-right: 5px;
}


#SDRisQCrefs {
	margin-bottom: 30px;
	padding-bottom: 30px;
	display: list-item;
}

.SingleFatColumn {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
	float: none;
	clear: none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.indentedUL div SingleFatColumn section col-3-3 p ul {
 margin-left: 40px;
 padding-left: 0px;
}

.SingleFatColumn:after { content: " "; display: block; clear: both;}

.NewsArea {
	overflow:scroll; 	
	height: 100%;
	right: 0px;
	top: 2px;
	font-size: 11pt;
	background-image: -webkit-linear-gradient(90deg,rgba(211,237,233,1.00) 0%,rgba(206,223,211,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(211,237,233,1.00) 0%,rgba(206,223,211,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(211,237,233,1.00) 0%,rgba(206,223,211,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(211,237,233,1.00) 0%,rgba(206,223,211,1.00) 100%);
	border: 1px solid #36F;
	bottom: 0px;
	border-radius: 8px;
	left: 0px;	
	margin-top: 10px;
	display: inline-block;
	position: static;
}

.MainCentralColumn {
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	position: relative;
	border-top: 0px solid #03C;
	border-right: 0px solid #03C;
	border-bottom: 0px solid #03C;
	border-left: 2px none #03C;
	font-size: 12pt;
	clear: none;
	/* [disabled]margin-bottom: 20px;
*/
	margin-left: auto;
	margin-right: auto;
	/* [disabled]left: 450px;
*/
	float: none;
	display: inline;
	width: 48%;
}

.content .MainCentralColumn h2 {
	margin-top: 75px;
}

.HalfWidthRightColumn {
	margin: 4px;
	padding: 4px;
	width: 48%;
	position: relative;
	float: right;
	clear: right;
}

.HalfWidthLeftColumn {
	margin: 4px;
	padding: 4px;
	width: 48%;
	position: relative;
	float: left;
	clear: left;
}

.HalfWidthLeftColumn h3, .FatterLeftColumn h3, .HalfWidthRightColumn h3, .SkinnyRightColumn h3 {
	text-align: center;
}

.HalfWidthLeftColumn ul, .FatterLeftColumn ul, .HalfWidthRightColumn ul, .SkinnyRightColumn ul {
	margin-left: 10px;
	margin-right: 10px;
}

.NormalWidthCol {
	text-align: justify;
	width: 750px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	position: relative;
}

#HierarchVideoProcessing h2 {
	text-align: center;
	padding-top: 20px;
	width: auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/* ~~ Element/tag selectors ~~ */

h1, h2, h3, h4, h5, h6 {
	margin-top: 5px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
	width: 82%;
	margin-left: auto;
	margin-right: auto;
	font-size: x-large;
	font-style: normal;
	color: hsla(243,58%,46%,1);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

h4 {
	font-size: 14px;
}

p {
	margin-top: 5px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 5px;
	padding-left: 5px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-weight: normal;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: none;
	clear: none;
	display: inline-block;
	font-size: 12pt;
	/* [disabled]font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif; */
	font-style: normal;
}

.centeredCaption {
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	position: relative;
}

.companyFlag {
	display: inline-block;
	float: left;
	margin-top: 10px;
	position: relative;
	margin-left: 20px;
	/* [disabled]width: 600px; */
	height: auto;
}

.NeurithmicSystemsLogo {
	position: relative;
	margin-right: 30px;
	max-width: 80px;
	float: left;
}

.banner {
	display: inline-block;
	float: left;
	height: auto;
}

.bannerTitle {
	color: #122261;
	font-style: italic;
	font-size: 250%;
	font-weight: 800;
	/* [disabled]font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif; */
	font-variant: small-caps;		
}

.bannerSubtitle {
	color: #626C92;
	font-style: italic;
	font-size: large;
	font-weight: 500;
	width: 360px;
	/* [disabled]font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif; */
}


header a {
	text-decoration: none;
	color: #122261;
}

ul li {
margin-bottom:3pt;

}

ol li {
margin-bottom:10pt;

}

/*
  ========================================
  Navigation
  ========================================
*/

.NavMenuHolder {
	width: 952px;
	margin-bottom: 0px;
	display: inline-block;
	margin-top: 40px;
	margin-left: 50px;
	left: 486px;	
}

nav {
	background-color: #fff;
	border: 1px solid #dedede;
	border-radius: 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	color: #2F2F2F;
	display: inline-block;	
	margin: 8px 22px 8px 22px;		
	/* [disabled]width: 50%; */
	top: 0px;
}

nav ul {
	margin: 0;	
	padding: 0;
	background-image: -webkit-linear-gradient(90deg,rgba(213,211,196,1.00) 0%,rgba(198,200,179,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(43,255,218,1.00) 0%,rgba(0,255,84,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(43,255,218,1.00) 0%,rgba(0,255,84,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(213,211,196,1.00) 0%,rgba(198,200,179,1.00) 100%);	
}

nav ul li {
	display: inline-block;
	margin-bottom: 1pt;
	list-style-type: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	
}

nav > ul > li > a {
	color: #2B2B2B;
	display: block;
	line-height: 36px;
	padding: 0 24px;
	text-decoration: none;	
}

nav > ul > li:hover {
	background-color: rgb( 40, 44, 47 );	
}

nav > ul > li:hover > a {
	color: rgb( 255, 255, 255 );
}

nav > ul > li > div {
	background-color: rgb( 40, 44, 47 );
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	display: none;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 330px;
	visibility: hidden;
	z-index: 100;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
	overflow: scroll;
	height: 530px;
}

nav > ul > li > div ul > li {
	display: block;	
}

nav > ul > li > div ul > li > a {
	color: #fff;
	background-color: rgb( 40, 44, 47 );
	display: block;
	padding: 6px 24px;
	text-decoration: none;	
}

nav > ul > li > div ul > li:hover > a {
	color: #fff;
	background-color: rgba(204,153,42,1.00);
	display: block;
	padding: 6px 24px;
	text-decoration: none;	
}

nav > ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
	overflow-y: scroll;	
}

.ResizableFig {
	margin-left: auto;
	margin-right: auto;
	/* [disabled]position: relative; */
	bottom: 0px;
	right: 0px;
	float: none;
	width: 90%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
	max-width: 100%;
}

.LargeCenteredFig {
	border: 1px solid rgba(0,0,0,1.00);
	max-width: 60%;
}

.BorderedFig {
	border: 1px solid rgba(0,0,0,1.00);
}

.FeaturedFig {
	border: 1px solid rgba(0,0,0,1.00);
	background-color: rgba(255,238,153,1.00);
	border-radius: 8px;
}

.topgridpanel {
    border: 1px solid rgba(0,0,0,1.00);
    background-color: rgba(244,236,197,1.00);
    border-radius: 12px;
}

#mainFigHolder {
	position: relative;
	width: 90%;
	display: block;
	overflow-y: visible;
	margin-left: auto;
	margin-right: auto;
}

.singleCenteredFigHolder {
	position: relative;
	display: block;
	overflow-y: visible;
	clear: both;
	font-size: medium;
}

.narrowCenteredColumn {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.grid .col-3-3 .col-2-3.singleCenteredFigHolder {
}


/*
  ========================================
  Clearfix
  ========================================
*/
.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	clear: both;
 	*zoom: 1;
}

/*
  ========================================
  Miscellaneous
  ========================================
*/

.RodContact {
	left: 0px;
	top: 0px;
	font-size: medium;
	float: left;
	margin-top: 4px;
	/* [disabled]margin-right: 4px; */
	/* [disabled]margin-left: 4px; */
	margin-bottom: 4px;
	padding-top: 4px;
	/* [disabled]padding-right: 4px; */
	/* [disabled]padding-left: 4px; */
	padding-bottom: 4px;
	line-height: normal;
	position: relative;
}



#BrandeisLogo {
	position: static;
	/* [disabled]width: 200px; */
	height: 100%;
	/* [disabled]top: 2px;
*/
	float: right;
	/* [disabled]right: 3px; */
	clear: none;
	border-color: #30F;
	border-style: none;
	/* [disabled]border-width: 1px; */
	/* [disabled]bottom: 0px; */
	display: inline-block;
	overflow-y: visible;
	overflow-x: visible;
}

.ONRlogo {
	position: absolute;
	width: 118px;
	height: 54px;
	left: 815px;
	top: 57px;
}

#News ul li {
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
	margin-left: 0px;
}

#News ul {
	margin-bottom: 6px;
	padding-right: 6px;
	width: auto;
}

#ResearchInterestArea ol {
	font-size: 10pt;
}

#ResearchInterestArea ol li {
	padding-top: 5px;
}

.HalfWidthRightColumn ul li {
	padding-top: 5px;
}

.HalfWidthLeftColumn ul li {
	padding-top: 5px;
}

.FullWidthBulletList {
	font-size: 10pt;
	margin-left: auto;
	padding-left: 12px;
	position: relative;
	clear: both;
	float: none;
	width: 700px;
	margin-right: auto;
}

.FullWidthBulletList ul li {
	font-size: 10pt;
	padding-top: 10px;
}

.FullWidthBulletList p {
	font-size: 10pt;
}

.section_title {
	text-align: center;
	text-indent: 0pt;
	margin-right: auto;
	border-color: #000000 black black;
	line-height: normal;
	margin-bottom: 10pt;
	margin-top: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	vertical-align: middle;
	border-style: none;
	border-top-width: auto;
	border-right-width: auto;
	border-bottom-width: auto;
	border-left-width: auto
}

.td {
	border: thin none;
	border-color: #666666 solid
}

#eXTReMe {
	position: relative;
	float: right;
	/* [disabled]right: 0px; */
}

#News h3 {
	text-align: center;
	padding-top: 9px;
}

.RedEmphatic {
	color: #F00;
}

.ReserachStatement h3 {
	margin-top: 0px;
	padding-top: 6px;
}

table tr td {
	text-align: center;
}

.tableTitle {
	text-align: center;
	position: relative;
}

table tr th {
	text-align: center;
}

.LargeCenteredFig ol li {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 30px;
}

.LargeCenteredFig ol {
	width: 700px;
	left: 100px;
}

.LargeCenteredFig p {
	padding-right: 5px;
	padding-left: 50px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: justify;
	width: 680px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

.CenteredTableTitle {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.adjustableWidthTitle {
	width: 500px;
	text-align: left;
	left: 50px;
	float: none;
	padding-left: 25px;
	display: inline-block;
}

.TM_superscript {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: small;
	font-style: normal;
	vertical-align: super;
}

p exponent {
	font-size: smaller;
	vertical-align: super;
}


/* Rules for tablets */
@media only screen and (max-width: 1000px) {
	
#BrandeisLogo {
	visibility: none;
	display: none;
}

header {
	height: 165px;
	position: fixed;
	left: 0px;
	top: 0px;
}

.content {
	top: 175px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
	width: 980px;
}

.NavMenuHolder {
	margin-left: 0px;
	margin-top: 20px;
	position: absolute;
	top: 100px;
	left: 2px;
	width: 800px;
	display: inline-block;
}

.col-1-3 {
	width: 44%;
}

.col-2-3 {
	width: 44%;
}

.col-3-3 {
}

footer {
	display: inline;
	position: fixed;
}
	
}

/* Rules for phones */
@media only screen and (max-width: 768px) {
	
header {
	height: 135px;
	position: fixed;
	left: 0px;
	top: 0px;
}

.NeurithmicSystemsLogo {
	/* [disabled]top: 15px; */
	margin-right: 5px;
	width: 80px;
}

.companyFlag {
	display: inline-block;
	float: right;
	margin-top: 5px;
	position: relative;
	margin-left: 5px;
	height: auto;
}

.content {
	top: 180px;
	width: 750px;
	position: relative;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

nav {
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	color: #2F2F2F;
	display: inline-block;
	overflow: scroll;
	/* [disabled]width: 50%; */
	top: 0px;
	margin-top: 0px;
	margin-left: 22px;
	margin-right: 22px;
	margin-bottom: 0px;
}

.NavMenuHolder {
	margin-left: 0px;
	margin-top: 20px;
	position: absolute;
	top: 80px;
	left: 2px;
	width: 300px;
	display: inline-block;
}

.col-1-3 {
	width: 46%;
}

.col-2-3 {
	width: 90%;
}

.col-3-3 {
	width: 94%;
}

.HalfWidthRightColumn {
	width: 43%;
}

.HalfWidthLeftColumn {
	width: 43%;
}

footer {
	clear: both;
	display: inline;
	position: fixed;
}

}

/* Rules for phones */
@media only screen and (max-width: 360px) {
	
.content {
	top: 140px;
	width: 360px;
	display: block;
}

header {
	height: 1px;
}

.companyFlag {
	display: inline-block;
	float: left;
	margin-top: 15px;
	position: relative;
	margin-left: 5px;
	height: auto;
}

.NeurithmicSystemsLogo {
	position: relative;
	margin-right: 10px;
	max-width: 25px;
	float: left;
}

.banner {
	display: inline-block;
	float: left;
	height: auto;
}

.bannerTitle {
	font-style: italic;
	font-size: 12pt;
	font-weight: 800;
	font-variant: small-caps;		
}

.bannerSubtitle {
	font-style: italic;
	font-size: 10pt;
	font-weight: 500;
	width: 240px;
}

nav {
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	color: #2F2F2F;
	display: inline-block;
	overflow: scroll;
	top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

.NavMenuHolder {
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	width: 320px;
	top: 70px;
	left: 12px;
}
	
nav ul {
	margin: 0;	
	padding: 0;
}

nav ul li {
	display: inline-block;
	margin-bottom: 1pt;
	list-style-type: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	font-size: 10pt;
}

nav > ul > li > a {
	color: #2B2B2B;
	display: inline-block;
	line-height: 22px;
	padding: 0 9px;
	text-decoration: none;
	
}

nav > ul > li:hover {
	background-color: rgb( 40, 44, 47 );
}

nav > ul > li:hover > a {
	color: rgb( 255, 255, 255 );
}

nav > ul > li > div {
	background-color: rgb( 40, 44, 47 );
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	display: none;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 230px;
	visibility: hidden;
	z-index: 100;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
	overflow: scroll;
	height: 430px;
}

nav > ul > li > div ul > li {
	display: block;
}

nav > ul > li > div ul > li > a {
	color: #fff;
	background-color: rgb( 40, 44, 47 );
	display: block;
	padding: 3px 6px;
	text-decoration: none;
	
}

nav > ul > li > div ul > li:hover > a {
	color: #fff;
	background-color: rgba(204,153,42,1.00);
	display: block;
	padding: 3px 6px;
	text-decoration: none;
	
}

nav > ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
	overflow-y: scroll;	
	/*z-index: 0;*/
}

.grid {
	/* [disabled]max-width: 480px; */
}

.col-3-3 {
	width: 94%;
}

	
footer {
	position: fixed;
	bottom: 0;
	height: 25px;
	background-color: rgba(204,153,42,1.00);
	
	left: 0px;
	width: 100%;
	/*margin-top: 2px;*/
	padding-top: 1px;
	
}
	
.footerDivLeft {
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 7pt;	
}
	
footer > p {
	display:inline;
	line-height: 2px;
}

.footerDivRight {
	float: right;
	margin-right: 1px;
	margin-left: 1px;
	font-size: 7pt;
	
}

.OneLineContact {
	margin-left: 100px;
	float: left;
	position: relative;
}

}
