/* CSS File for Bajai */
.border{
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color: #990000;
	border-right-style: none;
	border-left-style:none;
}






	/*------TEXT------*/
.subHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style:italic;
	color:#990000;
	background-color:#FFFFFF;
	}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: lighter;
	background-color: #FFFFFF;
}
.mediumText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
}
.redText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-type: disc;
	color: #990000;
	background-color: #FFFFFF;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}


	/*------JAVASCRIPT-------*/
span#display1{
	display: none;
}
span#display2, span#display3, span#display4, span#display5, span#display6, span#display7, span#display8, span#display9, span#display10, span#display11, span#display12, span#display13, span#display14, span#display15, span#display16, span#display17, span#display18, span#display19, span#display20, span#display21, span#display22, span#display23, span#display24, span#display25, span#display26, span#display27, span#display28, span#display29, span#display30, span#display31, span#display32, span#display33, span#display34, span#display35, span#display36, span#display37, span#display38, span#display39, span#display40 {	
	display: none;	
}
#tableWithBorder {
	border-color:#5a3d1b;
}



	/*-------LINKS---------*/
		/*regular ones*/
a:link, a:visited {
	text-decoration: none;
	color: #990000;
}

a:visited {
	text-decoration: none;
	color: #403500;
}

a:hover {
	text-decoration: underline;
	color: #FFCC33;
}
a:active {
	text-decoration: none;
	color: #990000;
}
	
		/*'to top' links*/
a.boldLink:link, a.boldLink:visited {
	text-decoration:none;
	font-weight:bold;
	color:#990000;
}
a.boldLink:hover {
	text-decoration:none;
	font-weight:bold;
	color:#ffcc33;
}
a.boldLink:active {
	text-decoration:none;
	font-weight:bold;
	color:#990000;
}

		/*'mini header' links*/
a.boldBlackLink:link, a.boldBlackLink:visited {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
a.boldBlackLink:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#990000;
}
a.boldBlackLink:active {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
	
		/*the site map and contact links*/
a.altNavLink:link, a.altNavLink:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	text-decoration: none;
	}
a.altNavLink:hover {
	color:#990000;
	text-decoration: none;
	}
a.altNavLink:active {
	color: #FFFFFF;
	text-decoration: none;
	}
		/*the site map and contact links ON WHITE BACKGROUNDS*/
a.altNavLinkWhite:link, a.altNavLinkWhite:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	text-decoration: none;
	}
a.altNavLinkWhite:hover {
	color:#990000;
	text-decoration: none;
	}
a.altNavLinkWhite:active {
	color: #000000;
	text-decoration: none;
	}
	

	/*-------MAIN LAYOUT-------*/
body {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#container {
	width: 779px;
	position:relative;
	margin: 0 auto 0 auto;
	background-color:#FFFFFF;
	}
#shadowLeft {
	position: absolute;
	top: -15px;
	left: -4px;
	background-image: url(Graphics/ShadowLeft.gif);
	width: 20px;
	height: 588px;
	z-index:0;
	}
#shadowRight {
	position: absolute;
	top: -15px;
	left: 763px;
	background-image: url(Graphics/ShadowRight.gif);
	width: 20px;
	height: 588px;
	z-index:0;
	}
#banner {
	position: absolute;
	width: 737px;
	height: 172px;
	top:-10px;
	left: 21px;
	}
#altNavBar {
	position: absolute;
	top: 140px;
	left: 639px;
	width: 94px;
	height: 14px;
	}
#navBar {
	position: absolute;
	width: 163px;
	height: 284px;
	top: 165px;
	left: 21px;
	margin-top: 0.3em;
	z-index: 50;
	}
.navItem {
	margin-bottom: 0.3em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	}
#subMenu{
	position: relative;
	top: -5px;
	left: 50px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	border: 0px;
	font-size:.8em;
	}
#header{
	position:absolute;
	top:180px;
	left: 190px;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	display:block;
	}
#subLinks {
	position:absolute;
	top: 200px;
	left:230px;
	text-align:center;
	}
#body {
	position:absolute;
	top: 213px;
	left: 190px;
	width: 434px;
	margin:0 auto;
	}
#sideImage {
	position:absolute;
	top: 253px;
	left: 637px;
	width: 0px;
	background-image: url(Graphics/Placeholder/company.jpg);
	background-repeat:no-repeat;
	}
#footer {
	position: relative;
	top: 0px;
	left: 13px;
	width: 427px;
	text-align:center;
	}
