@charset "utf-8";
/* CSS Document */



img{border:none;}
body {
 margin-top: 0px;
 background-color: #8D7E77;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #666666;
 text-align: justify;
}

.header
{
	color:#666666;
	font-size:15px;
	font-weight:bold
	font-family:arial;
	margin-top:12px;
}

.headerb
{
	color:#666666;
	font-size:12px;
	font-weight:bold
	font-family:arial;
	margin-top:12px;
}

#wrap { 
 margin: 0px auto;
 width: 750px;
 background-color: #FFFFFF;
}

#Promo {
 font: normal 18px Arial, Helvetica, sans-serif;
 font-size:20px;
 font-weight:bold;
 color: #949393;
 text-align: center;
}

h1 {
 font: normal 18px Arial, Helvetica, sans-serif;
 color: #949393;
 text-align: left;
}

h3 {
 font: normal 19px Arial Narrow, Arial, Helvetica, sans-serif;
 color: #949393;
 text-align: left;
 margin-top: 7px;
}


.clear {
 clear: both;
}

a {
   color: #8B8775;
}

a:hover {
   color: #000000;
}

td {
 text-align: left;
}

.dark-blue {
 background-color: #54646e;
 color: #FFFFFF;
}

.light-blue {
 background-color: #79878f;
 color: #FFFFFF;
}

.grey {
 background-color: #6b7375;
 color: #FFFFFF;
}

.light-brown {
 background-color: #8d8875;
 color: #FFFFFF;
}

.tan {
 background-color: #a9a694;
 color: #FFFFFF;
}

.brown {
 background-color: #825137;
 color: #FFFFFF;
}

.dark-brown {
 background-color: #55332b;
 color: #FFFFFF;
}

.left-border {
 border: 1px solid #a2a1a0;
}

.right-border {
 border-bottom: 1px solid #a2a1a0;
 border-right: 1px solid #a2a1a0;
 border-top: 1px solid #a2a1a0;
}

input {
       width: 130px;
	   background-color: #DBD2AC;
	   font-family: Arial, "Times New Roman", Serif;
	   font-size: 10pt;
	   color: #666666;
}

select {
	   font-family: Arial, "Times New Roman", Serif;
	   font-size: 10pt;
	   color: #666666;
}


option {
       width: 130px;
	   font-family: Arial, "Times New Roman", Serif;
	   font-size: 10pt;
	   color: #666666;
}

textarea {
       width: 130px;
	   height: 50px;
	   background-color: #DBD2AC;
	   font-family: Arial, "Times New Roman", Serif;
	   font-size: 10pt;
	   color: #666666;
}

.input_submit {
	color: #666666;
	width: 60px;
	font-size: 8pt;	
	border: 1px solid #666666;
	background: #DBD2AC;
}

.input_go {
	color: #666666;
	width: 30px;
	font-size: 8pt;	
	border: 1px solid #666666;
	background: #ffffff;
}

#header {
 width: 750px;
}

#institute {
 width: 750px;
 height: 478px;
 margin-top: 30px;
 background-image: url(images/institute.jpg);
 background-repeat: no-repeat;
}

#intext {
 width: 410px;
 margin-top: 150px;
 margin-right: 45px;
 float: right;
 text-align: justify;
}

#menu {
 width: 750px;
 background-color: #d0c9b3;
}

#content {
 width: 700px;
 margin-left: 25px;
 margin-right: 25px;
}

#leftimage {
 float: left;
 margin-right: 20px;
}

#rightimage {
 float: right;
 margin-left: 20px;
}

#main {
 width: 700px;
 height: auto;
}










/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0px 0px 0px 3px;
padding: 0;
list-style-type: none;
font-size: 12px;
text-align:center;
line-height:2.2;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #8D7E77; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 65.7px; /*Width of top level menu link items*/
	padding: 4px 8px;
	border: 1px solid #ffffff;
	border-left-width: 0;
	text-decoration: none;
	color: #333;
	text-transform:capitalize;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
padding: 0px 0px;
text-align: left;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: block;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 155px; /*width of sub menu levels*/
	background-color: #ffffff;
	color: #000;
	text-decoration: none;
	padding: 1px 5px;
	border: 1px solid #cccccc;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}

#inner .specs{
	position:absolute;
	top:510px;
	left:12px;
	width:300px;
	height:60px;
	padding:21px 40px 0 0;
	text-align:right;
	background:url(specs.jpg) no-repeat;
}
#inner .specs p{font-size:18px; font-style:italic; margin-bottom:8px; line-height:20px;}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #8D7E77;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #ffffff;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
	

.LI.list1 {
	text-decoration: none;
	list-style-type: none;
} 
ul{ 
  list-style-type: disc;
}


	
	
	
	
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


/************************/

#inner {
	background:#fff;
	height: 750px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}
#inner .strip{height:17px; position:relative;
	background:#475967; color:#f4f5f6; font-size:10px; line-height:17px; padding:10px 10px 10px 400px;}
	
	#inner .specs{position:absolute; top:-43px; left:2px; width:300px; height:119px; padding:7px 40px 0 0; text-align:right;
	background:url(specs.jpg) no-repeat; }
	#inner .specs p{font-size:18px; font-style:italic; margin-bottom:8px; line-height:17px;}
	
	#inner .content{height:244px;}
	#inner .content .intro{float:left; display:inline; width:260px; margin:52px 0 0 85px;}
	#inner .content .intro p{color:#1b2b39; font-size:15px; line-height:25px; text-align:justify;}
	
	#inner .content .book{float:right; display:inline; width:340px; margin:-166px 16px 0 0; text-align:center;
	font-family:Arial, Helvetica, sans-serif; color:#72808a;}
	#inner .content .book h1{font-size:17px; color:#e40373; font-weight:normal; margin-bottom:15px; margin-left:54px;}
	#inner .content .book p{font-size:13px; margin-bottom:14px; line-height:17px;}
	#inner .content .book p strong{color:#e40373; font-size:14px;}
	#inner .content .book img{display:inline; margin-bottom:5px;}
/************************/
.p_text{ color: #666666; font-family: Arial,Helvetica,sans-serif; font-size: 12px; margin-top: 0; text-align: justify;}
.empro{ float: left; padding-right: 12px;}
.empro2{ float: right; padding-left: 12px;}
#smalls{ width:630px;}

