#portfolio-wrapper {
	position: relative;
	clear: both;
	float: left;
	width: 853px;
	text-align: left;
	margin: 0 auto;
	margin-top: 0px;
	background: top left repeat-y url(/projects/images/page_background1.png);
}

#portfolio-wrapper #side-menu {
	width: 188px;
}

#portfolio-wrapper .selector {
	width: 188px !important;
	font-size: 0.9em;
}

#portfolio-project-wrapper {
	position: relative;
	float: left;
	width: 449px;
	height: 420px;
	text-align: left;
	margin: 0;
	padding: 32px 0 0 0;
}

#portfolio-search-form {
	padding: 0 4px;
	float: left;
	clear: both;
}

#portfolio-search-form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#portfolio-search-form .selector {
	width: 140px;
}

#portfolio-search-form ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 180px;
	height: 96px;
	overflow: auto;
}

h3 {
	color: black;
	font-weight: bold;
	margin: 4px 0;
}

/* ---------------  PROJECT PAGE IMAGE ----------------- */
#project-page-image {
	float: left;
}

#project-page-image img {
	width: 320px;
	height: 240px;
	overflow: none;
}

#project-page-image ul {
	margin: 0 8px 0 0;
	padding: 0;
	width: 320px;
	height: 240px;
	overflow: none;
	border: 1px solid rgb(96, 96, 96);
}

#project-page-image li {
	display: block;
	margin: 0;
	padding: 0;
	width: 320px;
	height: 240px;
}

.project-featured
{
	border: 1px dashed #7D7C7C;
	border-left: 0;
	border-right: 0;
	overflow:auto;
	margin: 0px 0px 10px 0px;
	background-color: #DBDBDB;
	clear: left;
}

.project-featured h1{
	color: #7D7C7C;
	padding: 0 0 0 20px;
	font-size: 15px;
	text-decoration: underline;
}

/* ------------------  PROJECT THUMBS ------------------ */
#project-thumbs {
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
}

#project-thumbs ul {
	float: left;
	padding: 0;
}

#project-available ul li a,
#project-thumbs ul li a{
	height:120px;
	overflow:hidden;
	width:160px;
	
	float:left;
	margin:0 0 0 0;
	outline:medium none;
	padding:0;
	text-decoration:none;
}

/*
    #project-thumbs li
    {
        display: block;  float: left;
        width: 160px; height: 120px;
        margin: 16px; padding: 0;
    }
*/ 
/* --------------  AVAILABLE PROJECTS ---------------- */
#project-available {
	float: left;
	width:100%;
}

#project-available ul {
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
}

#project-thumbs li,#project-available li {
	position: relative;
	display: block;
	float: left;
	width: 160px;
	height: 170px;
	padding: 0 12px 8px 12px;
}

#project-thumbs h2,#project-available h2 {
	margin: 0;
	text-align: center;
	font-size: 12px;
}

#side-menu {
	float: left;
	width: 180px !important;
	padding: 0 5px;
	color: black;
}

#side-menu h2 {
	color: white;
	font-weight: bold;
}

#side-menu h3 {
	color: black;
	font-size:13px;
	font-weight: bold;
}

#main-content {
	position: relative;
	left: +16px;
	float: left;
	width: 580px;
	background-color: rgb(226, 226, 226);
	color: black;
	padding: 8px;
	height: 400px;
	height: auto !important;
	min-height: 620px;
}

#main-content a {
	color: black;
}

#main-content p.display-link a{
	color: #000000;
	float: left;
	clear: left;
	margin-bottom: 20px;
}

#main-content p.display-link a:hover{
	color: #ed008c;
}
/*************************************************
			Pagnation 
**************************************************/
.pagenav {
	
}

#project-available div.pagination {
	clear: both;
	left: -50px;
	margin: 5px 10px;
	padding: 2px;
	position: relative;
	text-align: center;
}

#project-available div.pagination h1 {
	font-size: 12px;
}

#project-available div.pagination ul {
	display: inline;
	margin: 0;
	margin-left: 20px;
	padding: 0;
	float: none;
	/*text-align: right; Set to "right" to right align pagination interface*/
	font-size: 11px;
}

#project-available div.pagination li {
	display: inline;
	float: none;
	line-height: 23px;
	list-style-type: none;
	padding: 0;
}

#project-available div.pagination a,#project-available div.pagination a:visited
{
	padding: 0 5px;
	border: 1px solid #ABA9AA;
	text-decoration: none;
	color: #000000;
	background-color:#D9D7D7;
	float: none;
	margin: 0;
}

#project-available div.pagination a:hover,#project-available div.pagination a:active
	{
	border: 1px solid #ABA9AA;
	color: #EEEEEE;
	background-color: #ABA9AA;
}

#project-available div.pagination a.currentpage {
	background-color: #ed008c;
	color: #D4FFFF !important;
	border-color: #D4FFFF;
	font-weight: bold;
	cursor: default;
}

#project-available div.pagination a.prevnext {
	font-weight: bold;
}

select{
	width: 170px;
	max-width: 170px;
}

input[type="text"]{
	width: 164px;
}