/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #F1E9D0;
	color:#272727;
	margin: 0px;
	padding: 0px;
}

input,select,label,table,tr,td,textarea {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

/*------------------ LAYOUT -------------------*/
#container {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-288px;
	margin-left:-475px;
	width:950px;
	height:576px;
	background-color:#FFF;
	background-image: url(../images/rightImage.jpg);
	background-repeat: no-repeat;
	background-position: right top;
		
	/*background-image: url(../images/ghost.jpg);
	background-repeat: no-repeat;
	*/
}

#logo {
	position:absolute;
	top:21px;
	left:25px;
}

#logo h1, #pageTitle h2 {
	padding: 0px;
	margin: 0px;
}

#sujataWinfield {
	position: absolute;
	top: 223px;
	left: 25px;
	height: 161px;
	width: 161px;
}

#caption {
	position: absolute;
	top: 520px;
	left: 0px;
	font-size: 9px;
	color: #8AA1A6;
	text-align: right;
	width: 497px;
}

#sidebar {
	position: absolute;
	top: 402px;
	left: 25px;
	height: 167px;
	width: 104px;
}

.imgPad {
	margin-bottom: 3px;
}

#footer {
	position:absolute;
	top: 533px;
	left: 25px;
	font-size: 9px;
	color: #5B171E;
}

/*------------------ NAV -------------------*/
#nav {
	position:absolute;
	left:0px;
	top:130px;
	z-index: 17;
}

#nav ol {
	position:absolute;
	padding:0px;
	margin: 0px;
	list-style:none;
}

#nav ol li {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#nav ol li ol {
	display: none;
	position:absolute;
	margin-top: -17px;
	margin-left: 227px;
	padding: 0px;
}

#nav li ol li {
	width: auto;
}


#nav li:hover ol, #nav li.over ol { 
	display:block;
	width: auto;
}

#nav li>ol { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

/*------------------ TEXT -------------------*/
#scroll p {
	text-align:justify;
}

#scroll a {
	color: #5B171E;
	text-decoration:none;
}

#scroll a:hover, a.active {
	background: #ECECEC;

}

h3 {
	color: #5B171E;
	margin-top: 14px;
	padding: 0px;
	font-size: 120%;
}

.smaller, .smaller h3 {
	font-size: 11px;
	line-height: 13.7px;
}

h3.smaller {
	font-size: 12px;
}

#scroller ul {
	margin: 0px 0px 0px 17px;
	padding: 0px;
}

/*------------------ SCROLLBAR -------------------*/
#scrollbar {visibility:hidden;}
#scrollbar img {border: 0px;}
#scrollbar #up, #scrollbar #down { display: none; }
#scroll {
	position: absolute;
	left:211px;
	top:130px;
	width:303px;
	height:373px;
	overflow:hidden; 
	z-index:14; 
	text-align:left;
	border: solid 2px #98ACB1;
	background-color:#FFF;
}

#scroller {
	position:absolute;
	left:0px; 
	top: 0px;
	width:269px;
	z-index:15;
	margin: -7px 0px 0px 7px;
}
div#scrollbar {position:absolute;width:15px;font-size:1px; z-index:29;left:493px; top:127px; }
div#track {position:absolute; left:3px; top:15px;width:14px;z-index:1;height:353px;background-color:#ECECEC;}
div#dragBar {background-color:#98ACB1;position:absolute; left:3px; top:0px;width:14px; height:20px;z-index:21}
div#up { position:absolute; left:0; top:0; z-index:22 }  
div#down { position:absolute; left:0; bottom:0; z-index:23 }  

/*------------------ FORMS -------------------*/
#contactForm label {
	float: left;
	width: 95px;
	clear: both;
	text-align: right;
	margin-right: 7px;
}

#contactForm input {
	font-weight:normal;
}

.textInput, .textArea {
	border: solid 1px #999;
	padding: 1px 2px 2px 2px;
	width: 157px;
	margin-bottom: 3px;
}

.textArea {
	height: 75px;
}

.textInput, .textInputGet {
	height: 14px;
}

.textInputGet {
	border: solid 1px #999;
	padding: 2px;
	width: 140px;
	font-size: 11px;
	margin: 7px 2px 0px 0px;
}

.formButton {
	float: left;
	clear: both;
	color: #FFF;
	background-color: #CCC;
	border: none;
	padding: 2px;
	margin-top: 1px;
}

.formButtonGet {
	color: #FFF;
	background-color: #CCC;
	border: none;
	padding: 3px 2px 1px 2px;
	font-size: 10px;
	width: 46px;
	height: 17px;
}

.formButton:hover, .formButtonGet:hover {
	background-color: #FFF;
	color: #CCC;
	padding: 2px 1px 0px 1px;
	border: solid 1px #CCC;
}