/* CSS file for the BINDS Lab webpage
leftMenu modified from http://www.w3.org/Style/Examples/007/menus.html
dvp by Yariv Levy
thanks to Gal Niv for IE bug fix
May 29, 2007 - Amherst, MA */

body {
	font-family: arial, helvetica, sans-serif;
	color: 	#000000;/*#D3D3D3*/;
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align: justify;
	/*background-image: url("img/green.jpg");
	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;*/
	background-color:#FFFFFF; /*#CCFFCC*/;
}

body.memoriam {
	background-image: url("img/pixelNero.jpg");
	color: #FBB917;
	text-indent: 13px;
}

#topline {
	background-image: url("img/border.jpg");
	background-repeat: x-repeat;
	background-position: bottom;
	background-attachment: fixed;
	background-color: #000000;
	min-width:575px;
	width: 74%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 15px;
	position: fixed;
	z-index: 3;
}

#content {
	background-color:#EEDCC8;
	width: 100%;
	min-width:575px;
	margin: 0 0 0 0;
	padding:65px 0px 0px 0px;
}

#menu{
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	min-width:575px;
	position: fixed;
	background-color:#D4B389;
	z-index: 1;
	margin: 0 auto;
	left: 0%;
	padding:0px 0px 0px 0px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #0C1078;
}

#menu table {
	font-size: 14px;
	text-align: center;
	line-height: 1.3;
}

#leftMenu {
	background-color: #D4B389;
	margin: 0;
	font-size: 70% /*smaller*/;
	font-weight: bold;
	text-align: center;
	position: fixed;
	top: 65px;
	left: 1%;
	width: 11%;
	min-width:80px;
	display: block;
	line-height: 1.1;
}

p {
	line-height: 21px;
	padding:0px 0px 0px 3px;
}

a:link {
	color: #0C1078;
	font-weight: bold;
}
a:visited {
	color: #0C1078 /*#87FC90* - Fluroescent green color*/;
	font-weight: bold;
}
a:active {
	color: #0C1078;
}
a:hover {
	background: #0C1078;
	color: #FFFFFF;
	outline: solid #0C1078;
}

.center {
	margin:0 auto;
}

.centeredText {
	text-align: center;
}

.rightText {
	text-align:right;
}

table {
	text-align: justify;
}

table.smaller {
	font-size: 12px;
}

li {
	text-indent: 0px;
	padding-top: 13px;
}

ul {
	list-style-type: circle;
}

div.pageTitle {
	font-size: 36px;
	text-align: center;
	/*background-color: #881C1C;*/
	color: black;
}

div.specialText {
	color: yellow;
	text-align: center;
	font-size: 13px;
}

div.smallerCenter {
	text-align: center;
	font-size: 13px;
}

div.center{
	text-align:center;
}

div.footer {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	background-color: #D4B389;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #0C1078;
}

div.boldResearch {
	font-weight: bold;
	color: #6CC417;
}

div.titleBig {
	font-size: 48px;
	font-variant: small-caps;
}

div.titleSmall {
	font-size: 21px;
	font-variant: small-caps;
}

div.titleYellow {
	text-indent: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #654321/*#FFFF66;*//*#C7A317*/;
}

div.container{
width: 100%;
height: 100%;
}
div.leftpane{
width: 60%;
height: 100%;
float: left;
border-collapse: separate;
}
div.rightpane{
width: 35%;
height: 100%;
float: right;
border-collapse: separate;
}
div.centerpane{
width: 5%;
height: 100%;
float: left;
border-collapse: separate;
}
div.leftpane2{
width: 50%;
height: 100%;
float: left;
border-collapse: separate;
}
div.centerpane2{
width: 10%;
height: 100%;
float: left;
border-collapse: separate;
}
div.rightpane2{
width: 50%;
height: 100%;
float: right;
border-collapse: separate;
}

div.centerimagepane{
width: 100%;
height: 100%;
float: left;
border-collapse: separate;
}

@media screen {
	* html {
		overflow: hidden;
	}
	* html body { 
		overflow: auto;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	* html div#leftMenu {
		position: absolute;
	}
	* html div#menu {
		position: absolute;
	}
}
