/* CSS Document */

html, body {
	padding: 0;
	background-color: #FFFFFF;
}

#wrapper {
	width: 100%;
	margin-top: 50px;
	background-color: #FFFFFF;
}

#header-wrapper {
}

#header {
	width: 844px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#content {
	width: 700px;
	background-color: #FFFFFF;
}

.thumb {
	float: left;
	width: 50px;
	height: 50px;
	margin: 3px;
	vertical-align: middle;
	text-align: center;
	display: block;

	}

.text_line {
	clear:both;
}

#contact {
	 visibility: hidden;
	 z-index: 1;
	 }
	 
#about {
	 visibility: hidden;
	 position: relative;
	 top: -124px;
	 z-index: 2;
	 }

ul { 
	margin-right: 0px;
	margin-left: -38px;
	}
	
li  {
	margin-top: 15px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797979;
	}


p {
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #767676;
	}
	
.copyright {
	padding-top: 20px;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797979;
	}
	
b {
	font-weight: normal;
	color: #0283b9;
	}
	
.projcaption {
	margin-bottom: 20px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #878d78;
	bottom: 10px; 
	left: 10px;
	padding-left: 18px;
	}
	
h1 {
	margin-bottom: 10px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-left: 2px;
	font-style: normal;
	font-weight: bold;
	text-decoration:underline
}
	
.clear { clear: both;  line-height: 0;  font-size: 0; }

a { text-decoration: none; color: #797979; }
a:hover { text-decoration: none; color: #0283b9; }

	
img { border: 0px; }

.leftpanelx { 
	width: 210px;
	height: 100%;
	padding-right: 50px; 
	padding-left: 18px; 
	padding-top: 74px; 
	position: fixed
 }

.leftpanel { width: 210px;
	padding-right: 50px; 
	padding-left: 18px; 
	padding-top: 74px; 
	float: left;
	position: static
	overflow: hidden;  }
	
.rightpanel { width: 573px; padding-top: 124px; padding-left: 270px; float: left; }

.rightpaneldiv {
	width: 573px;
	height: 317px;
	margin-bottom: 40px;
	background-image: url(images/ritepanelbkg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.rightpaneldivshort {
	width: 573px;
	height: 295px;
	margin-bottom: 40px;
	background-image: url(images/ritepanelbkg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.rightpaneldivtall {
	width: 573px;
	height: 330px;
	margin-bottom: 40px;
	background-image: url(images/ritepanelbkg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.holder { width: 851px; }
.info { width: 32px; height: 13px; text-indent: -99999px; background-image: url(images/info.gif); }
.logo { width: 118px; height: 53px; padding-right: 8px; float: right; }
.contact { width: 60px; height: 13px; text-indent: -99999px; background-image: url(images/contact.gif); }
.resume { width: 53px; height: 13px; text-indent: -99999px; background-image: url(images/resume.gif); }
.elsewhere { width: 78px; height: 13px; text-indent: -99999px; background-image: url(images/elsewhere.gif); }

