.development_text{
	text-align:justify;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

.development_text2{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#development_content_container{
	padding-top:10px;
	width: 704px;
	margin-left:10px;
	margin-right:10px;
	background-repeat: no-repeat;
	z-index: -1;
}

#development_project_navigator {
	z-index:50;
	float:right;
	min-width:100px;
        max-width:300px;
	position:absolute;
}

#development_navigator_title {
	float:right;
	min-width:300px;
	height:23px;
	background-image: url(images/project_navigation.png);
	background-repeat: no-repeat;
	background-position:right;
}

#development_navigator_spacer {
	height:0px;
}

#development_project_selector {
	position:relative;
	right: 0px;
	float:right;
	min-width:100px;
	min-height:18px;
	max-width:207px;
	margin-top:6px;
	background-repeat: no-repeat;
	background-position:right;
	border-right: 1px;
	border-bottom: 1px;
	border-top: 1px;
	border-left: 1px;
	border-color: #333333;
	border-style: solid;
	background-color: #FFFFFF;
}

#development_project_name_field {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	float:left;
	min-height:16px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-color: #333333;
	border-style: solid;
	background-color:#FFFFFF;
}

#development_project_name_field ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#development_project_name_field a {
	display: block;
	width: 100%;
}

#development_project_name_field li {
	font-weight:bold;
	width: 100%;
}

#development_project_selector_down_button {
	float:right;
	width:16px;
	height:16px;
	background-repeat: no-repeat;
	background-position:center;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-color: #333333;
	border-style: solid;
	background-color:#FFFFFF;
	cursor: pointer;
}


#development_left_column {
	width:370px;
	float:left;
	margin-left:0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-color: #333333;
	border-style: solid;
	background-image: url(images/portfolio_big_t.jpg);
	background-repeat: no-repeat;
	background-position:center;
}


#development_right_column_upper {
	width:299px;
	margin-left:385px;
	padding-left:10px;
	padding-right:10px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-color: #333333;
	border-style: solid;
	font-size:10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}


#development_right_column_lower {
	width:299px;
	margin-left:385px;
	padding-left:10px;
	padding-right:10px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-color: #333333;
	border-style: solid;
}

#development_featured_projects_container {
	float:left;
	width:309px;
	margin-top:65px;
}

#development_featured_project_header{
	width:309px;
	height:20px;
	border-right: 0px;
	border-bottom: 1px;
	border-top: 0px;
	border-left: 0px;
	border-color: #333333;
	border-style: solid;
}

.development_featured_project{
	padding-top: 10px;
	width:309px;
}

.development_featured_project_image{
	border-right: 1px;
	border-bottom: 1px;
	border-top: 1px;
	border-left: 1px;
	border-color: #333333;
	border-style: solid;
	float:left;
	width:90px;
	height:90px;
	cursor:pointer;
}

.development_featured_project_title{
	height:90px;
	margin-left:100px;
	padding-left:7px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-color: #333333;
	border-style: solid;
	display: table-cell;
    vertical-align: middle;
	cursor:pointer;
}

.development_featured_project_title_inner{
	cursor:pointer;
}

.development_featured_project_name{

	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-color: #333333;
	border-style: solid;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.development_featured_project_location{
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-color: #333333;
	border-style: solid;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.footer {
	margin: 0;
	clear:left;
	font-size=0px;
	height:0;

}

