/* -- COMMON HTML ELEMENTS -- */
body {
	color: #333;
	font-size: 14px;
	background:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
ul {
	list-style: disc;
}

#clear {
	clear: both;
	display: block;
}

h3 {color: #9bb762; font-weight:bold; }

hr {color: #9bb762; height:2px;} 

/* -- MAIN ELEMENTS -- */
#cover {
	margin: 0 auto;
	width: 760px;
	border: 1px solid #000;
}
header, article, section, aside, footer {
	display: block;
}

/* -- Header -- */
header {
	background: #FFFFFF;
	padding: 10px;
	background-image:url(../img/procspec_logo.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height: 115px;
}

header h1 {
display:none;
}

/* -- Navigation */
nav {
	width: 100%;
	padding-bottom: 10px;
	color:#000000;
	Padding-top: 80px;
}
nav ul li {
	list-style: none;
	float: right;
	padding-right: 15px;
}

nav ul li a{
	text-transform:capitalize;
	text-decoration:none;
	color:#000000;
	display:block;
	padding: 5px;
	font-size: 14px;
	font-weight:bold;
}

nav ul li a:hover{
	text-transform:capitalize;
	text-decoration:none;
	color: #000;
	background-color:#999;
	background-image: url(../img/graident3.jpg);
	background-position: left;
	background-repeat: repeat-x;
	display:block;
	padding: 5px;
	font-size: 14px;
	font-weight:bold;
}

/* Content */
#content {
	background: #eee;
	padding: 10px;
}
section {
	clear: both;
	width: 730px;
	float: left;
	margin-right: 18px;
	margin-top: 5px;
}
article {
	margin-bottom: 20px;
	padding: 0 0 10px;
}

aside {
	margin-top: 20px;
	float: right;
	width: 120px;
}

td.home a{ vertical-align:middle;}

td.yellow{
	background-color:#EBC874; 
	height:97px; 
	padding: 5px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

td.green{
	background-color:#9bb762;
	height:97px; 
	padding: 5px;  
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

td.green1{
	background-color:#9bb762;
	height:100px; 
	padding: 5px;  
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/* Footer */
footer {
	background-color: #888;
	background-image: url(../img/graident3.jpg);
	background-position: left;
	background-repeat: repeat-x;
	clear: both;
	text-align: center;
	padding: 20px;
	
}

