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

/*.twoColFixLtHdr #container {
	color : #993300; 
	font-weight :normal;
}*/

.currentprojnav {
	color: #FFF1BF
	}

a:link {
	color : #4b4b29;/* lighterredorange*/
	font-weight : bold;
	text-decoration : none;
}

a:visited {
	color : #666666;
	font-weight :bold;
	text-decoration : none;
}

a:hover, a:active {
	color : #993300;
	font-weight :bold;
	}
	
#container #header a:hover {
	color: #993300;
}

#footer a:visited {
	color : #666666;
	font-weight :bold;
	text-decoration : none;
}
#footer a:hover, a:active {
	color : #993300;
	font-weight :bold;
	text-decoration : none;
	background-color: #121111;
}

#footer {
	font-size: 11px;
	color: #FFF1BF;  /* cream */
	letter-spacing: 1px;
	font-weight :bold;
}

#header {
	margin: 0 0 15px;
	background: none;
	padding-top: 20px;
	padding-right: 400px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#sidebar1 {
	color : #4b4b29;/* dark green color of all text taken off of body tag because of wierd color strip appearing at bottom of files 60602d*/
	line-height: 1.5;
	
}

#sidebar1 a:link {
	color : #4b4b29;/*dark green*/
	font-weight :bold;
	text-decoration : none;
}
	

#maincontent {
	color : #4b4b29;/* dark green color of all text*/
	line-height: 1.75;
	height: 1% /* Holly hack for Peekaboo Bug */

}

#side-b proj {
	float: left;
	width: 310px;
	padding-top: 80px;
}


.p0 {
	font-size: 11px;
	line-height: 1.45;
	}
	
.p2, .p4, .p5 {
	color: #838308;
	line-height: 1.35;
	font-weight: 600;
}

.p1 {
	font-size:13px;
	font-weight: lighter;
	line-height: 1.4;
}

.p3 {
	font-size:14px;
	font-weight: lighter;
	line-height: 1;
}
	
.p5 {
	font-size:14.5px;
	font-weight: lighter;
	line-height: 1.4;
}

img.thumbnail
{
	width: 45px;
	height: 43px;
	border: 2px solid #4B4B29;
}
img.home_thumb
{
	width: 75px;
	height: 75px;
	
}
img.home_thumb:hover
{
	width: 75px;
	height: 75px;
	border: 2px solid #930;
	
}

img.thumbnail:hover
{
	width: 45px;
	height: 43px;
	border: 2px solid #930;
}

a:visited img 
{
	border: 2px solid #4B4B29;
}
a:link img 
{
	border: 2px solid #4B4B29;
}

img.currentprojnav 
{
	width: 45px;
	height: 43px;
	border: 2px solid #FFF1BF;	
}

