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

body {
	padding:0px;
	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

h2 {
	/*font-style:italic;*/
	font-variant:small-caps;
	font-weight:lighter;
	margin:0px;

}
h3 {
	/*font-style:italic;*/
	font-variant:small-caps;
	font-weight:100;
	margin-bottom: 0px;
	font-size:20px;
	

}
img { 
	border:none;

}




#viewProjects table {
	border:none;

}
#viewProjects td {
	border:none;
/*	border-top:thin solid #000000;
	border-left:thin solid #000000; */
	
	border-bottom:thin solid #000000;
	border-right:thin solid #000000;
	
}
.openButton {
	font-weight:bold;
	cursor:pointer;
}
td {
	vertical-align:top;
}
a {
	color:#336699;
}
a:hover {
	text-decoration:none;
}
#messageFlash {
	color:#eb5123;
	text-align:center;
}

#header_balls { 
	width: 100%; 
	height: 120px;
	background:url(../images/2010/banners/balls.jpg) repeat-x;
	}
#header_dots { 
	width: 100%; 
	height: 120px;
	background:url(../images/2010/banners/dots.jpg) repeat-x;
	}
#header_gears { 
	width: 100%; 
	height: 120px;
	background:url(../images/2010/banners/gears.jpg) repeat-x;
	}
#header { 
	width: 100%; 
	height: 120px;
	background:url(../images/2010/banners/generic.jpg) repeat-x;
	}
#header_motherboard { 
	width: 100%; 
	height: 120px;
	background:url(../images/2010/banners/motherboard.jpg) repeat-x;
	}
#header_tiles { 
	width: 100%; 
	height: 120px;
	background:url(../images/2010/banners/tiles.jpg) repeat-x;
	}
#header_white { 
	width: 100%; 
	height: 120px;
	background:url(../images/2010/banners/white.jpg) repeat-x;
	}

.logo {
	width: 345px; 
	height: 130px;
	background:url(../images/2010/logo.png) no-repeat;
}

#menuContainer { 
	position:relative;
	width: 100%; 
	height: 30px;
	background:url(../images/2010/menuBack.jpg) repeat-x;
	
	}

#menu {
	position:relative;
	width:550px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	font-size:16px;
	

}


#menu a {
	text-decoration:none;
	color:#000000;
	font-variant:small-caps;
}
#menu a:hover {
	color:#eb5123;
	text-decoration:overline;
	

}
#menu .act a {
	color:#eb5123;
	text-decoration:underline;
}
#menu ul {
	margin:0px;
	padding:0px;

}
#menu li {
	display:inline; 
	list-style-type:none; 
	padding-left:0.5em; 			
	margin-left:0.1em; 
	border-left:1px solid #eb5123
}
#menu li:first-child {
	border-left:none;
}

#contentContainer {
	width: 100%; 
	background-color:#FFFFFF; 

}

#content { 
	width:990px;	

	margin-left:auto;
	margin-right:auto;
	}

#footer { 
	width: 100%; 
	background:url(../images/2010/footer.jpg) repeat-x;
	
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	color:#FFFFFF;
	}
#bottomContainer { 
	width: 100%; 
	
	background-color:#605851; }
#bottom {
	margin-left:100px;
	color:#B6B5A5;
	height:50px;
	padding-top:10px;
}
#bottom a {
	color:#F6DF7A;
}






.cellBackground {
	background: url(../images/2010/background_line.jpg) 0 0 no-repeat;
	padding:10px;

}
.cellBackgroundZeroMargin {
	background: url(../images/2010/background_line.jpg) 0 0 no-repeat;
	padding:0px;

}
/* project page */

.projectName {
	position:relative;
	
	/* font-style:italic; */
	font-variant:small-caps;
	font-weight:100;
	margin:0px;
	font-size:18px;

}
.projectTitle {
	float:left;
	margin-top:10px;
	margin-left:0px;
	font-variant:small-caps;
	padding:0px;
}
.projectDesc {
	float:left;
	margin-top:0px;
	font-variant:small-caps;
}
.projectText {
	font-size:12px;
	position:relative;
	margin-left:75px;
	margin-top:0px;
	border-left:1px solid #eb5123;
	padding-left:5px;
	text-align:justify;
	
}
.projectText ul {
	position:relative;
	padding:0px;
	margin-left:0px;
	list-style:none;
}