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

/*DD Accordion*/
.technology{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	margin-top: 10px;
	margin-right: 80px;
	margin-bottom: 10px;
	margin-left: 80px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
}
.thelanguage {
	box-shadow: 3px 3px 4px #bebebe;
	-webkit-box-shadow: 3px 3px 4px #bebebe;
	-moz-box-shadow: 3px 3px 4px #bebebe;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#d8d8d8, offX=3, offY=3, positive=true);						
	background-color: #f6efe5;
	border-top-color: #EFD5BA;
	border-right-color: #BF9861;
	border-bottom-color: #BF9861;
	border-left-color: #EFD5BA;
	border-style: solid;
	border-width: 1px;
	margin-top: 5px;
	margin-right: 100px;
	margin-bottom: 25px;
	margin-left: 100px;
	padding: 5px;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: #A77E40;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: #5C1523;
}
#contentcolumn .thelanguage ul {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#contentcolumn .thelanguage p {
	padding: 0px;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	color: #484848;
}
