/* CSS Document */
/* text, font, margin, padding, positioning, background, others*/
html {
}

.hide{
	display:none;
	}
	
.breadcrumb{
	position:relative;
	float: left;
	height: 20px;
	width: 460px;
	left:0px;
	font-size:0.8em;
	margin-top:105px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 0px;	
	padding-bottom: 0px;
	background-color:#ffffff;
    filter:alpha(opacity=75);   /* Internet Explorer       */
    -moz-opacity:0.75;           /* Mozilla 1.6 and below   */
    opacity: 0.75;               /* newer Mozilla and CSS-3 */		
	}
	
.left{
	position:relative;
	float: left;
	height: 100px;
	left:2px;
	margin-top:0.25em;
	margin-right: 0px;
	width: 215px;
	padding-left: 0px;
	padding-right: 0px;	

	background-color:#FFFFFF;
	}

.left#showcase{
	float:none;
	height:auto;
	left:2px;
	right: 0px;
	margin-bottom:2em;
	background-position: top right;
	background-color:#FFFFFF;
	width: 68%;
	cursor: auto;
	top: 75px;
	}	

.right{
	position: relative;
	float:right;
	right: 0px;
	background-position: top right;
	background-color:#FFFFFF;
	width: 30%;
	cursor: auto;
	top: 75px;
	}

.middle{
	top:20px;
	background-position: center 200px;
	background-repeat: no-repeat;
	position:absolute;
	left:20%;
	margin-right: 280px;
	width: 780px;
	margin:0px;
	padding-left: 0px;
	padding-right: 0px;	
	}

body{
	margin:0px;
	padding:0px;
	font-family:"Lucida Grande","Trebuchet MS", Verdana,Helvetica,Arial,sans-serif;
	background-color:#FFaa44;	
/*	background-image: url(images/dot.gif);

	margin:10px 10px 0px 10px;
	padding:0px;
	filter:gray*/
	}	
.menu{
	font-size:0.7em;
	float:left;
	margin-left:40px;
	padding: 0.5em;
	}

/****************!content*****************/
.content{
	width:780px;
	background: transparent #ffffff;
	background-color:#FFFFFF;
	padding-top:220px;
	}

/****************!subsection*****************/
.subsection{
    filter:alpha(opacity=70);   /* Internet Explorer       */
	margin-right: 0px;
	margin-left:28.5%;
	margin-top: 10px;
	margin-bottom:20px;
	padding-bottom:0px;
	padding-right: 0px;	
	
	position:relative;
	width: 60%;
	}
.subsection#processing{
	margin-left:2em;
	width: 90%;
	}
.subsection#heading {
	text-transform:uppercase;
	border: none;
	padding-left:1%;
	margin-left:0%;
	margin-top:2.5em;
	margin-bottom: 0px;
	width:99%;
	background-color: #ABEA4D;
	color: #333333;
	letter-spacing:0.2em;

	}



/****************block*****************/
.block{
	background-color:#FFFFFF;
    -moz-opacity:0.70;           /* Mozilla 1.6 and below   */
    opacity: 0.70;               /* newer Mozilla and CSS-3 */
    filter:alpha(opacity=70);   /* Internet Explorer       */	
	}
	
.block#showcase{

	padding:0.25em;
	margin-left:0px;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	border:1px dotted #999999;
	border-top:none;
	background-color:none;	
	}

.block#experiment{
	padding:0.25em;
	margin-left:2em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	border:1px dotted #999999;
	margin-right:0em;
	background-color:none;	
	width: 36em;
	}
	
.block#padding{
	background-color:#FFFFFF;
	padding-bottom:2em;
	border:none;
	}

img.sidebar{
	}
h1 {
	margin-bottom:0;
	margin-top:0;	
	padding-top:5px;
	padding-bottom:5px;
	background-color:#003333;		
	color:#FFFFFF;
	}

h1.heading{
	text-align:right;
	/*border-top:dotted 10px white;*/
	border-bottom:solid 1px #FFFFFF;
	text-align:right;
	font-size:1.4em;
	margin-bottom:0;
	margin-top:0;
	padding-top:0px;
	padding-bottom:130px;
	color:#FFFFFF;
	}
		
h1 strong {
	font-family:"Lucida Grande","Trebuchet MS", Verdana,Helvetica,Arial,sans-serif;

	padding-right:5px;
	}
	
h2{
	font-size: 1em;
	margin-top: 2em;
	margin-bottom: 1em;
	padding-left: 10px;
	/*border-left:solid 1em #339966;*/
	color:#2d444f;
	}
	
h2.showcase {
	font-size:0.9em;
	text-transform:uppercase;
	margin-top: 0em;
	margin-bottom: 0.1em;
	margin-left: 11.75em;
	padding-left: 1em;
	}
h2.about {
	font-size:0.9em;
	text-transform:uppercase;
	margin-top: -1.5em;
	margin-bottom: 1em;
	margin-left: 0.5em;
	padding-left: 1em;
	}

h3.about{
	font-size:0.8em;
	margin-top: 0.5em;
	margin-bottom: 0em;
	margin-left: 2em;

	padding:0em;
	padding-left: 1em;	
	color:#999999;
	}
		
h3 {
	font-size:0.9em;
	margin-bottom:2px;
	margin-top:0;	
	background-color:#FFFFFF;
	color:#FFFFFF;
	}
	

	
p{
	font-size:0.875em;
	margin-top: 0.5em;	
	line-height:1.5em;
	color:#333333;
	}

p.about{

	margin-left:2.7em;
	margin-right:2em;
	padding: 0em;
	margin-top:0em;
	}
p.about#year{
	font-size:0.75em;	
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
	}

p.showcase{
    filter:alpha(opacity=100);   /* Internet Explorer       */
	-moz-opacity:1.0;           /* Mozilla 1.6 and below   */
	opacity: 1.0;               /* newer Mozilla and CSS-3 */	
	margin-top:0px;
	margin-left: 13em;
	margin-right: 0px;	
	padding:0px;
	padding-bottom:0px;
	position:static;
		
	line-height:1.2em;
	color:#999999;
	}	
p.showcase#info{
	color:#000000;
	font-weight:bold;
	}

.flashIcon{
	margin-top:10px;
	margin-right:0em;	
	padding:1px;
	float:right;
	border:dotted 1px 
	}

.authorpic{
	margin-left:25px;
	float:right;
	}
		
.workpic{
    filter:alpha(opacity=100);   /* Internet Explorer       */
    -moz-opacity:1.0;           /* Mozilla 1.6 and below   */
    opacity: 1.0;               /* newer Mozilla and CSS-3 */	
	position:relative;
	margin-bottom:0;
	margin-left:10px;
	padding:2px;
	padding-right:1px;
	float:left;
	border:dotted 1px 
	}	

.workpicR{
    filter:alpha(opacity=100);   /* Internet Explorer       */
    -moz-opacity:1.0;           /* Mozilla 1.6 and below   */
    opacity: 1.0;               /* newer Mozilla and CSS-3 */	
	position:relative;
	margin-bottom:0;
	margin-left:10px;
	padding:2px;
	padding-right:1px;
	float:right;
	border:dotted 1px; 
	}	
		
a{
	color:#336699;
	}
a.title{
	color:#FFFFFF;
	text-decoration:none;
	}
	
.mark{
	margin-right:0.3em;
	}

/**********menu **********/
p.menu {
	text-align:center;
	margin-right:50px;
	}

a.menu{
	margin-top:0px;
	text-align:center;	
	text-decoration:none;
	padding-bottom:em;
	padding-left:5px;
	padding-right:0px;
	margin-left:10px;
	background-repeat:no-repeat;
	background-color: #ABEA4D;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	border: 1px dotted #EEEEEE;
	height:1.2em;
	display:block;	
	}

a.menu span {
	display:none
	}

a.menu:hover {
	color:#99CC66;
	text-decoration:none;
	background:#FFFFFF;
	}

/**********menu end**********/

/**********defined list tyle**********/	
h2#dlist{
   filter:alpha(opacity=90);   /* Internet Explorer       */
   -moz-opacity:0.9;           /* Mozilla 1.6 and below   */
   opacity: 0.9;    
	font-size: 1em;
	margin-top: 2em;
	margin-bottom: 0em;
	padding-left: 5px;
	/*border-left:solid 1em #339966;*/
	background-color:#ABDA4D;
	}

div#dlist{
	background-color:#ABDA4D;
   filter:alpha(opacity=90);   /* Internet Explorer       */
   -moz-opacity:0.9;           /* Mozilla 1.6 and below   */
   opacity: 0.9;               /* newer Mozilla and CSS-3 */	
	margin-left:0px;
	margin-right:0px;
	border: #CCCCCC dotted 1px;	
	}

dl{
	font-size:0.7em;
	margin-left:0.5em;
	paddign-left: 20 px;
	color:#555555;
	line-height:1.875em;	
	}

dt{
	font-weight: bold;
	float:left;
	}
dd{
	color:#555555;
	padding-left: 0 px;	
	}
/**********defined list style end**********/	


address{
	text-align:left;
	font-size:0.845em;
	font-style:normal;
	padding-top:4px;
	padding-bottom: 10px;
	padding-left: 10px;

	color:#5e8eab;	
	}

a{
	color:#336699;
	}
	
/*corner div
.rbroundbox { background:url(images/w_corner_nt.gif) repeat; }
.rbtop div { background:url(images/w_corner_tl.gif) no-repeat top left; }
.rbtop { background:url(images/w_corner_tr.gif) no-repeat top right; }
.rbbot div { background: url(images/w_corner_bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/w_corner_br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. 
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width:620px; margin: 1em auto; }*/

/********/
.header {
	background-image: url(images/header.gif);
	background-position: center 0px;
	background-repeat: no-repeat;
	position:absolute;
	margin-left:-12px;
	margin-right: auto;
	width:100%;
	height:300px;
	color: #ffffff;
	top: 1px;
	left: 12px;
}




	


p.k_roundcont{
	color: #ffffff;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}


.roundtop { 
	background: url(images/w_corner_tr.gif) no-repeat top right; 
}

.roundbottom {

	background: url(images/w_corner_br.gif) no-repeat top right; 
}

.k_roundtop { 
	background:url(images/k_corner_tr.gif) no-repeat top right; 
}

.k_roundbottom {

	background: url(images/k_corner_br.gif) no-repeat top right; 
}


img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}

img.title {
	margin-top:4em;
	padding:0px;
    border: none;
    float: right;
}
/*corner div end*/

/**********page specific css**********/
/*about page*/

	}		
/*about page end*/	
.roundpadding {
	position:absolute;
	padding-left:10px;
	padding-right:10px;
	}

