/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
      font-family : times !important; 
}

	.epigraph
	{
		font-size: 13px;
		padding: 5px;
		font-weight: bold;
		color: #7C2626;	
	}



	a.tm
	{
		font-size: 13px;
		font-weight: bold;
		color: #000000	;
		padding-left: 18px;
		text-decoration: none;
	}
	a.tm:hover
	{
		color: #7C2626;
	}
	
	.date
	{
	   font-size: 11px;  
	   font-family : Arial; 
	}
	
	.bgTop
	{
	    background-image: url(/img/khazaen.bg.menu.gif); 
	}
	
	.bgTop1on
	{
	    background-image: url(/img/khazaen.menu.item.one.on.en-us.gif);    
	}
	
	.bgTop1off
	{
	    background-image: url(/img/khazaen.menu.item.one.off.en-us.gif);    
	}
	
	.bgTop2on
	{
	    background-image: url(/img/khazaen.menu.item.two.on.en-us.gif);    
	}
	
	.bgTop2off
	{
	    background-image: url(/img/khazaen.menu.item.two.off.en-us.gif);    
	}

	.bgPhoto
	{
	    background-image: url(/img/photo.background.en-us.gif);    
	}


body{
	scrollbar-face-color: #ABA18C; 
	scrollbar-highlight-color: #E6E5C7; 
	scrollbar-shadow-color: #efefef; 
	scrollbar-3dlight-color: #969696; 
	scrollbar-arrow-color: #485969; 
	scrollbar-track-color: #E6E5C7; 
	scrollbar-darkshadow-color: #969696;
	background-color: #FEFEDB;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	margin: 0;
    text-align:center;
}

.bgHome
{
    background-image:url(/Images/about_bg.gif);
    min-height: 415px;
    background-repeat:repeat-y;
 }

.bgAbout
{
    background-image:url(/Images/about_bg.gif);
    min-height: 415px;
    background-repeat:repeat-y;
 }
 
.bgTeam
{
    background-image:url(/Images/team_bg.gif);
    min-height: 423px;
    background-repeat:repeat-y;
 }

.bgResearch
{
    background-image:url(/Images/research_bg.gif);
    min-height: 423px;
    background-repeat:repeat-y;
 }

.bgContact
{
    background-image:url(/Images/contact_bg.gif);
    min-height: 417px;
    background-repeat:repeat-y;
 }


h1, h2 {color:#FFFFFF;}

h3, h4, h5, h6 {color:#666666;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
    margin:0;
	font-size: 18px;
	font-weight: bold;
	font-family: arial;
	color: #7C2626;	

}
h2 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.15em;
	font-weight: bold;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.9em;
	font-weight: bold;
}
p  {
	margin: 1em 0;
	line-height: 1.5em;
}

a {text-decoration:underline;}

a:hover {text-decoration:none;}

#wrapper{
	width:798px;
	margin:0 auto;
	border:0px solid #FFFFFF;
	padding-bottom:4px;
	text-align:left;
	background-color:#FEFEDB;
	background-image:url(/Images/main_bg.gif);
	background-repeat:repeat-y;
	background-position:center top;
}
* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 798px;
}
#header{
	position:relative;
	height:25px; 
	/* height:125px; */ 
	border-bottom:0px;
	background-color:#FFFFFF;
}
#logo{
	position:absolute;
	top: 0px;
	left:0px;
}
#banner{
	text-align:center;
	margin:0 152px;
}

#mainnav {
	background-image:url(/Images/mainnav_unselect_bg.gif); 
	background-repeat:repeat-x;
	height: 30px;
}

* html #mainnav tr 
{
    
}

#mainnav .item {
	padding: 2px 7px;
	color: #333333; 
	font-weight: bold;
	height: 29px;
}

* html #mainnav .item 
{
    padding:0 15px;
}

#mainnav .selected 
{

    color:#7C2626;
    background-image:url(/Images/mainnav_select_bg.gif); 
	background-repeat:repeat-x;
	height: 29px;
}

#mainnav .hover {
	color:#FFFFFF; 
}
#contentwrapper{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 498px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
    margin-left: 150px;    /*** Critical left col dimension value ***/


}
* html #contentwrapper {  /*** IE5.x/win box model fix ***/
	width: 498px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}
#floatwrapper {
	float: left;
	width: 498px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px;   /*** Static fix ***/
}
#centercolumn{
	float: right;
	width: 498px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	/* \*/
	margin-left: -1px;
	/* Hidden from IE-mac */
	padding-top:0px;
}
#breadcrumbs{
	position:absolute;
	top:5px;
	left:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
#breadcrumbs a {
	color:#993300;
	text-decoration:underline;
}

#breadcrumbs a:hover {text-decoration:none;}

#copy a {color:#993300;}

#copy .container {
	margin:5px;
	margin-left: 0px;
	margin-right: 0px;
	
	padding:0 10px 15px 20px;
	border:0px solid #999999;
	/*background-color:#FFFFFF; */
}
	
/* \*/
* html #copy .container {height:1%;}
/* */

#copy img, #rightcolumn img {border:1px solid #993300 !important;}

#copy .teaser {
	color:#7C2626;
	font-size:0.9em;
	font-weight:bold;
}
#copy .container h1, #copy .container h2 
{
	margin: 0 -20px;
	margin-left: -20px;
	margin-right: -10px;
	padding: 0 20px 2px 20px;
	background-color:#7C2626;
} 

#copy td, #copy th {padding: 0.2em 0.5em;}

#copy td {
	padding: 0.2em 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}

.txtBox {border:1px solid #666666;}
.txtBox:focus {background-color:#CCCC66;}

#copy fieldset {	
	padding:1em;
	margin-bottom:1em;
	border:1px dotted #000000;
}

#copy legend {
	color:#666666;
	background-color:#FEFEDB;
}

* html #copy legend {padding:0.5em;}

div.readmore {
	text-align:right;
	font-size:0.9em;
}

#leftcolumn {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 152px;    /*** Critical left col/divider dimension value ***/
	padding-top:30px;
	margin-left: -151px;    /*** Critical left col/divider dimension value ***/
}

* html #leftcolumn {
    float:left;	
    padding-top:25px;
    border-right:1px solid #999999;
}

*>html #leftcolumn {width:151px;}   /*** Fix only for IE/Mac ***/

#leftcolcontainer{width: 150px;}    /*** Critical left col dimension value ***/


#subnav {
    overflow:hidden;
    margin:0 0 0px 2px;
    background-color:#ABA18C;
}

* html #subnav tr {height:1.4em;}

#subnav .item {
	padding:2px 7px;
	background-color:#ABA18C; 
	color:#000000;
	font-weight: bold; 
}

* html #subnav .item {padding:0 20px;}

#subnav .selected {
	background-color:#7C2626; 
	color:#FFFFD4;
}
#subnav .hover {
	color:#FFFFFF; 
}

#footer
{
    text-align:center;
	clear:both;
	margin:1px 5px;
	padding:2px 20px;
	border-top:1px solid #999999;
	/* background-color:#FFFFFF; */
	font-size:9px;
	margin-left: 0px;
	margin-right: 0px;
	font-family : Arial, Helvetica, sans-serif;

}
#footer a {
	margin:1px 5px;
	color:#993300; 
}
.button {
    border:1px solid #B8B8B8;
    color:#FFFFFF;
    background-color:#AB1414;
    font-size:1em;
}
.imgcenter 
{
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}
@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
	}	
	#wrapper, #contentwrapper, #floatwrapper, #centercolumn, * html #wrapper, * html #contentwrapper, * html #floatwrapper, * html #centercolumn {
		width:auto !important;
		margin:auto !important;
	}

	#wrapper, #contentwrapper {border:none;}

	#mainnav{
		padding:0;
		text-align:center;
	}

	#leftcolumn, #rightcolumn, #search {display:none;}


	#wrapper, #header, #mainnav, #mainnav .item, #mainnav .selected, #copy .container, #footer {
		background:transparent;
	}
	#centercolumn {
		float:none;
		margin:0 1em 0 2.5em;
	}	

	#breadcrumbs {position:static;}

	#copy .container{
		margin:0;
		padding:0 !important;
		border-style:none !important;
		border-width:0;
	}
	#footer {		
		border-style:none !important;
		border-top:1px solid #000000;
	}
	


}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
