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

#wrapper #main_content {
	margin-top: 50px;
}

#wrapper #main_content #left_column {
	width: 250px;
	float: left;
	margin-left: 50px;
}
#wrapper #main_content #right_column {
	float: right;
	min-height:500px;
	width: 750px;
}
#wrapper #main_content #left_column #whatdoes_text {
	margin-bottom: 15px;
}
#wrapper #main_content #right_column p {
	font-size: 12px;
}

 
.accordionButton {
	width: 700px;
	float: left;
	cursor: pointer;
	margin-bottom: 10px;
	}
 
.accordionContent {
	width: 700px;
	float: left;
	display: none;
	margin-bottom: 10px;
	}
.portfolioimage {
	float: right;
	width: 350px;
	margin-right: 50px;
}
.description {
	float: left;
	width: 200px;
	padding-right: 15px;
	padding-top: 85px;
}
.slides {
	height: 325px;
}
#right_column  h4   {
	margin-bottom: 25px;
	margin-left: 20px;
}
#wrapper #main_content #right_columnn h4 {
	margin-bottom: 15px;
}
#wrapper #main_content #right_columnn #accordianwrapper {
	float: right;
	width: 550px;
}
.description h3 {
	margin-bottom: 15px;
}
.description p {
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-indent: 0px;
}

.next  {
	height: 40px;
	width: 100px;
	background-image: url(../images/index/next.png);
	position: absolute;
	margin-top: ;
	margin-left:100px;
	z-index: 20;
	background-repeat: no-repeat;
}
.prev  {
	height: 40px;
	width: 100px;
	background-image: url(../images/index/prev.png);
	position: absolute;
	margin-top: ;
	z-index: 20;
	background-repeat: no-repeat;
}
#wrapper #main_content #right_column #accordianwrapper .accordionContent .slides .portfolioslide .description h3 {
	font-weight: bold;
}

