/* RESET.CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

	body {
		background:#6890e0;
		margin:0 auto 0;		
	    font-family:Tahoma,Geneva, sans-serif;
		height:100%;
		min-height:600px;
		line-height:1.0em;
		}
		a:link,a:visited{
		text-decoration:none;
		color:#7693ce;
		}
		a:hover {
		text-decoration:none;
		color:#8ca7df;
		}
	p{
		text-align:left;
		font-family:Tahoma,Geneva,sans-serif;
		font-size:1.2em;
		}
	i, em{ 
		font-style:italic;
		}
	b,strong{
		font-weight:bold;
		}
	small{
		font-size:95%;
		}
	big{
		font-weight:bold;
		font-size:105%;
	  }
	span{

	   }



/* header styles */

	 h2{
		font-family:Georgia,serif;
		color:#ffffff;
		font-size:1.8em;
		}
	 h3{
		font-family:Tahoma,Geneva,sans-serif;
		color:#698acc;
		font-size:1.2em;
	}

	/* image replacement */

	.replace{ 
		position:relative; 
		float:left;
		margin:0px; 
		padding:0px;
		overflow:hidden;
		} 
		
	.replace span{ 
		display:block; 
		position:absolute; 
		top:0px; 
		left:0px; 
		z-index:1; 
		} 
	
	#myh1, #myh1 span{ 
		height:62px; 
		width:336px; 
		background-image: url(../images/logo.png); 
		}
	/* end image replacement */

	/*==================Header========================*/ 
	
	#hbackground{
	background:#ffffff url(../images/hbg.png) top center repeat-x;
	min-height:90px;
	font-size:0.625em;
	}
	#mainheader{
	background:transparent url(../images/hbg2.png) top right no-repeat;
	width:960px;
	margin:0 auto;
	min-height:90px;
	}
	#header{
	float:left;
	width:334px;	
	margin-top:29px;
	}
	#navigation{
	list-style:none; 
	float:right;
	display:inline;	
	margin-top:68px;
	}
	#navigation li{
	float:left;		
	list-style:none;
	margin-left:15px;
	padding-left:5px;
	}
	#navigation li a,#navigation li a:visited{
		font-family:Georgia,serif;
		color:#ffffff;
		font-size:1.4em;
		font-weight:bold;
	}
	
	#navigation li a:hover,#navigation li a.current{
		color:#bad1ff;
	}
	
	/*==================end header========================*/
	
	#contentwrapper{
	background:#ffffff;
	margin-top:0px;
	padding:10px 0 20px 0;
	}

	#bodywrapper{
		background:#ffffff;
		width:960px;
		margin:0 auto;
		font-size:0.625em;
		color:#698acc;
		min-height:370px;
		padding-top:25px
	}
	.left{
	float:left;	
	width:448px
	}
	.right{
	float:right;	
	width:414px;
	}
	#bodywrapper .left img{
	margin:0 0 8px 1px;
	border:solid 2px #a1afeb;
	}
	#bodywrapper .left h2,#bodywrapper .right h2{
	color:#698acc;	
	margin-bottom:10px;
	}
	#bodywrapper a{
		font-weight:bold;	
	}
	.firstupdate{
	background:#a7c1f3;	
	min-height:70px;
	padding-top:10px;
	position:relative;
	}
	.firstupdate #leftupdate{
	float:left;	
	padding:0 5px;
	width:112px;
	}
	.firstupdate #rightupdate{
	position:absolute;
	bottom:10px;
	right:12px;
	}
	.firstupdate #rightupdate p,.firstupdate #rightupdate h3{
	color:#ffffff;	
	}
	.update{
	background:#e8ebf2;
	margin:2px 0;
	min-height:30px;
	clear:both;	
	padding:3px 0 3px 5px;
	}
	.update2{
	background:#dae3f4;	
	min-height:30px;	
	margin:2px 0;
	clear:both;	
	padding:3px 0 3px 5px;
	}
	
	/*==================Footer========================*/
	#fbackground{
	background:#6890e0 url(../images/fbg.png) top center repeat-x;
	font-size:0.625em;
	}
	#mainfooter{
	background:transparent url(../images/fbg2.png) top center no-repeat;
	width:960px;
	margin:0 auto;
	min-height:264px;
	color:#ffffff;
	padding-top:25px;
	}
	#mainfooter a,#mainfooter a:visited{
	color:#ffffff;
	text-decoration:none;	
	}
	#mainfooter a:hover{
	color:#bad1ff;
	}
	#mainfooter h2{
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px dashed #9eaae3;
	}
	#mainfooter .left,#mainfooter .right{
	line-height:2.0em;
	}
	#mainfooter .right p a img{
	
		/* For IE */
		filter:alpha(opacity=70);
  		/* CSS3 standard */
 		opacity:0.7;
 		float:left;
 		border:solid 4px #7693ce;
 		margin:0 14px 0 4px;
 		}
 	#mainfooter .right p a img:hover{
	 	/* For IE */
		filter:alpha(opacity=90);
  		/* CSS3 standard */
 		opacity:0.9;
 		border:solid 4px #8ca7df;
 	}
	#mainfooter .copyright{
	margin-top:40px;	
	font-size:1.0em;
	}
	#mainfooter .footercontact{
	float:left;
	margin-top:10px;	
	}
	#mainfooter .footercontact a{
	margin-right:15px;	

	}
	/*==================End Footer========================*/
	.clear{
	clear:both;	
	line-height:0;
	}
 
	/* ===================  Page Specifics ========================= */
	
	/*architecture*/
	.projects{
	list-style:none;
	margin:6px 0;
	}
    .architecturepiece{
	margin-bottom:10px;
	}
	.architecturepiece .imagewrapper{
	float:left;
	width:500px;
	}
	.architecturepiece .imagewrapper a img{
	margin-right:15px;	
	border:solid 2px #b4caf6;
	}
	.architecturepiece .imagewrapper a img:hover{
	border:solid 2px #90aade;	
	}
	.architecturepiece .caption{
		float:right;
		width:420px;
		margin:28px 15px 0 0;
		line-height:1.8em;
	}
	.architecturepiece .caption h3{
	font-family:Georgia,serif;
	font-size:1.4em;
	margin-bottom:7px;
	font-style:italic;
	font-weight:bold;
	}
	.leftwrapper{
	float:left;
	width:520px;	
	}
	.leftwrapper p img{
	border:solid 2px #8ca7df;
	}
	.leftwrapper .caption{
	margin:12px 0;	
	height:50px;
	}
	.rightwrapper{
	float:right;	
	width:380px;
	}
	.rightwrapper h3{
	font-family:Georgia,serif;
	font-size:1.4em;
	margin-top:20px;
	margin-bottom:8px;
	font-style:italic;	
	font-weight:bold;
	}
	.rightwrapper p{
	margin-bottom:8px;	
	line-height:1.5em;
	}
	.rightwrapper .thumbs a img{
	margin:3px 5px 0 0;
	border:solid 1px #b4caf6;
		/* For IE */
		filter:alpha(opacity=70);
  		/* CSS3 standard */
 		opacity:0.7;
	}
	.rightwrapper .thumbs a img:hover{	
	border:solid 1px #90aade;
		/* For IE */
		filter:alpha(opacity=90);
  		/* CSS3 standard */
 		opacity:0.9;
	}
	.rightwrapper p.backText{
	  text-align:right;
	}
	/* about  page  */
	
	.bioleftwrapper{
	float:left;
	width:325px;	
	}
	.bioleftwrapper p img{
			border:solid 1px #b4caf6;
	}
	.biorightwrapper{
	float:right;
	width:540px; 
	background:transparent url(../images/quote.jpg) top left no-repeat;
	}
	.biorightwrapper h3{
	font-family:Georgia,serif;
	font-size:1.4em;
	margin-bottom:8px;
	font-style:italic;	
	font-weight:bold;	
	padding-left:55px;
	}
	.biorightwrapper p{
	padding-left:55px;
	line-height:1.6em;	
	}
	
	.biocaption{
	margin-top:15px;	
	}
	.bioleftwrapper h3{
		font-family:Georgia,serif;
		font-size:1.8em;
		margin-bottom:5px;	
	}
	.bioleftwrapper p{
		font-size:1.2em;
		line-height:1.4em;
		padding-right:5px;
	}
	/* resume */
	
	.resume h2{
	position:relative;
	color:#698acc;	
	}
	.resume h2 span{
	position:absolute;
	right:0;
	bottom:0;
	font-size:0.6em;
	margin-right:5px;	
	}
	.resume h3{
	font-family:Georgia,serif;	
	font-style:italic;
	font-size:1.4em;
	}
	.resume h4{
	font-size:1.2em;
	font-family:Georgia,serif;	
	margin:8px 0 4px 0;
	}
	.resume h4 span{
	font-weight:bold;	
	}
	.resume h4 span.date{
	font-weight:normal;
	font-style:italic;
	}
	.resume p{
    margin:2px 0 23px 0;
	line-height:1.4em;	
	color:#8ca7df;
	}
	.resumeleftwrapper{
    width:430px;
	float:left;	
	}
	.resumerightwrapper{
	width:440px;
	float:right;		
	}
	.resumediv{
    border-bottom:1px dashed #9eaae3;
    margin-bottom:7px;
	}
	.resumedivno{
    margin-bottom:7px;
	}
