/* Seneb CSS */
* {
	margin:0; 
	padding:0;
}
body {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
}
img {
	border:none;
}
ul{
	list-style-type: none;
}
div#wrapper {
	width:760px;
	background: url(../images/filler.gif) repeat-y;
/*	border: 2px solid blue;*/
}
div#wrapperp {
	width:750px;
	background: url(../images/filler.gif) repeat-y;
/*	border: 2px solid green; */
}
#header {
	background: #fff url(../images/bg.gif) repeat-x;
}
#leftnav{
	width: 185px;
	float: left;
/*	border: 2px solid blue; */
}
#leftnav ul li {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #ffb531;
	height: 23px;
}
#leftnav ul li div.heading {
	font-size: 11px;
	line-height: 12px;
}
#leftnav ul li#on {
	background-color: #cf6804;
}
#leftnav ul li#projon {
	background-color: #cf6804; 
	height: 58px;
/*	border: 2px dashed green; */
}
#leftnav ul li#projon2 {
	background-color: #cf6804; 
	height: 163px;
/*	border: 2px dashed green; */
}
#leftnav ul li#navon {
	background-color: #cf6804;
	height: 23px;
/*	border: 2px dashed green; */
}
#leftnav ul li#abouton {
	background-color: #cf6804;
	height: 58px;
/*	border: 2px dashed green; */
}
#leftnav ul li div {
	background-color: #fff;
	margin-left: 7px;
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 7px;
	border-left: 1px solid #000;
}
#leftnav ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#leftnav ul li a:hover{
	color: #CF6804;
}
#leftnav ul li a.projects {
	color: #CF6804;
	font-size: 11px;
}
ul#sublinks{
	margin-top: 5px;
	width: 150px;
	background-color: #fff;
/*	border: 1px solid black; */
}
ul#sublinks li {
	border: 0;
	background-color: #fff;
	height: 15px;
	margin-left: 7px;
	padding-left: 13px;
	background: url(../images/left_arrow.gif) no-repeat;
}
ul#sublinks li a{
	color: #000;
	font-weight: bold;
}
ul#sublinks li a:hover{
	color: #CF6804;
	font-weight: bold;
}
ul#sublinks li.selected {
	color: #CF6804;
	font-weight: bold;
}
ul#sublinks li.selected > a {
	color: #CF6804;
	font-weight: bold;
}

/**********/
ul#projectlinks{
	margin-top: 0px;
	width: 145px;
	background-color: #fff;
/*	border: 1px solid black; */
}
ul#projectlinks li {
	border: 0;
	background-color: #fff;
	height: 15px;
	margin-left: 21px;
	padding-left: 13px;
/*	background: url(../images/left_arrow.gif) no-repeat; */
}
ul#projectlinks li a{
	color: #000;
	font-weight: bold;
}
ul#projectlinks li a:hover{
	color: #CF6804;
	font-weight: bold;
}
ul#projectlinks li.selected {
	color: #CF6804;
	font-weight: bold;
}
#content {
	margin-left: 218px;
/*	border: 2px solid red;*/
}
#contentHome {
	margin-left: 185px;
/*	border: 2px solid red;*/
}
#content p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
h1{
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	color:#cf6804;
	padding-top: 22px;
}
h3{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
}
h4{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 24px;
}
.dateco h5{
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 12px;
}
.job h5{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
#resumeTbl p{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-bottom: 0px;
}
.resumeList li {
	font-size: 12px;
	list-style: disc;
	margin-left: 15px;
	padding-left: 6px;
}
p.para1{
	margin-top: 15px;
}

div#last { clear: both;
	background-color: #d0982f; 
	border: 1px solid #000000; 
	width: 183px;
	margin-bottom: 10px;
}
#cp {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	color: #cf6804;
	width: 150px;
	margin-left: 12px;
}
#content p.projpara { 
	width: 410px;
	padding-bottom: 0;
	float: left;
}
.icon { 
	margin-top: 20px;
	float: right;
}
.item {
	height: 160px;
	border: 1px solid #fff;
	border-bottom: 1px solid #FFCC99;
}
.item2 {
	border: 1px solid #fff;
	border-bottom: 1px solid #FFCC99;
	padding-bottom: 12px;
}
.itemlast {
	min-height: 160px;
	height: 100%;
	border: 1px solid #fff;
}
