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


h1 {
	font: bold large arial, sans-serif;
	color: #000;
}

h2 {
	font: bold 14px arial, sans-serif;
	color: #000;
	margin: 0;
}

a img {
	border: none;
}

p.centered {
	text-align:center;
	font-size: x-small;
}

/***** LAYOUT AREAS *****/

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #333;
	background: top left url(img/PCBtile.jpg) repeat;
}

#header {
	width: 804px;
	margin: auto;
}

#banner {
	background-color: #FFF;
	border-right: 2px solid #C39;
	border-left: 2px solid #C39;
	width: 800px;
	margin: auto;
}

#content {
	background-color: #FFF;
	border-right: 2px solid #C39;
	border-left: 2px solid #C39;
	width: 780px;
	margin: auto;
	padding: 5px 10px 10px 10px;
	color: #333;
	font-size: small;
}

.homebox {
	float: left;
	width: 170px;
	padding-left: 10px;
	padding-right: 10px;
}

.homebox-vbar {
	height: 330px;
	width: 1px;
	border: none;
	background: #C39;
	float: left;
}

.projbox {
	float: left;
	width: 170px;
	min-height: 255px;
	padding: 15px 10px 0 10px;
}

.projbox-vbar {
	float: left;
	position: relative;
	top: 10px;
	height: 245px;
	width: 1px;
	background: #C39;
}

#contactleft {
	float: left;
	width: 390px;
	padding-bottom: 20px;
}

#contactright {
	float: left;
	width: 360px;
	margin-top: 40px;
	border-left: 2px solid #C39;
	padding: 0 0 10px 10px;
}

.rule {
	height: 8px;
	width: 100%;
	border: none;
	background: #C39;
	clear: both;
}

#footer {
	font-size: x-small;
	background-color: #C0C0C0;
	width: 780px;
	border-top: 10px solid #C39;
	border-left: 2px solid #C39;
	border-right: 2px solid #C39;
	border-bottom: 2px solid #C39;
	margin: auto;
	padding: 5px 10px;
}

#footleft {
	float: left;
	width: 380px;
}

#footright {
	float: right;
	width: 380px;
	text-align: right;
}

#footer a:link {
	font-weight: normal;
	color: #333;
}

#footer a:visited {
	font-weight: normal;
	color: #333;
}

#footer a:hover {
	font-weight: normal;
	color: #333;
}

/***** GREY BOX *****/

#gbox-left {
	width: 430px;
	margin-top: 40px;
	margin-left: 15px;
}

#gbox-right {
	width: 430px;
	margin-top: 40px;
	margin-left: 340px;
}

#gbox-bg {
	background: url(img/gbox_bg.gif) repeat-y;
}

#gbox-grd {
	background: bottom url(img/gbox_gradient.jpg) repeat-x;
	min-height: 300px;
	padding: 2px 24px;
}

#gbox-top {
	background: url(img/gbox_top.gif) no-repeat; height: 25px;
}

#gbox-bot {
	background: bottom left url(img/gbox_bot.gif) no-repeat; height: 25px;
	margin-bottom: 40px;
}


/***** IMAGE POSITIONING *****/

.floatright {
	float: right;
	margin: 0 0 10px 10px;
}

.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}

.imagecenter {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

.boxright {
	float: right;
	margin-top: 105px;
	margin-right: 15px;
}

.boxleft {
	float: left;
	margin-top: 105px;
	margin-left: 15px;
}

/******************* NEW MENU *******************/

#menu {
	width: 800px;
	margin: auto;
	background: #FFF;
	border-right: 2px solid #C39;
	border-left: 2px solid #C39;
	border-bottom: 10px solid #C39;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 160px;
	float: left;
}

#menu a {
	font: bold small Arial, Verdana, Geneva, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #C39;
	margin: 0;
	padding: 5px 15px;
}

#menu a {
	color: #FFF;
	background: #212121;
	text-decoration: none;
}

#menu a:hover {
	color: #FFF;
	background: #C39;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#menu li#active a{
	color: #FFF;
	background: #C39;
}

#menu li {
	position: relative;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul a {
	color: #C39;
	background: #FFF;
}


#menu ul ul a:hover {
	color: #FFF;
	background: #C39;
	border-color: #C39;
}

#menu li#active ul a{
	color: #C39;
	background: #FFF;
}

#menu li#active ul a:hover{
	color: #FFF;
	background: #C39;
}

div#menu ul ul {
	display: none;
}

div#menu ul li:hover ul {
	display: block;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
display: block;
}
