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

#leftColumn {
	float: left;
	width: 0%;
	height: 100%;
	visibility: hidden;
}

#rightColumn {
	float: right;
	width: 100%;
}

#innerColumns {
	width: 99%;
	margin-left: 2px;
	margin-bottom: 30px;
	float: left;
	border: 1px solid #CCCCCC;
	background: #F2F2F2 url(../images/projects-bg.jpg) no-repeat;
	background-position: bottom right;
}

#innerColumns p {
	font: 12px/1.8em Arial, Helvetica Neue, Helvetica, Tahoma, sans-serif;
}

	#innerColumns ul {
		text-decoration: none;
		padding: 15px 0 15px 0;
		list-style: none;
	}
	
	#innerColumns li {
		font-size: 14px;
		/*margin-left: 100px;*/
		margin-left: 26px;
		text-transform: capitalize;
		color: #666666;
		padding: 2px;
		/*list-style: url(../images/bullet_go.png);*/
	}

#innerLeft {
	float: left;
	width: 47%;
}

#innerRight {
	float: right;
	width: 45%;
}

table {
	clear: both; 
	width: 100%; 
	margin-bottom: 20px; 
	text-align: left;
	line-height: 1.5em;
}

th {
	padding-left: 9px;
	height: 25px;
	border: 1px solid #CCCCCC;
}

td  {
	padding: 6px 2px 6px 2px; 
	/*border-bottom: #CCCCCC 1px solid;*/
	vertical-align: top; 
}

tr {
	vertical-align: center;
}

.title {
	text-transform: capitalize;
	background-color: #F0F0F0;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial sans-serif;
}

.information {
	padding: 10px;

}

.image {
	border-left: #CCCCCC 1px dashed;
	padding: 10px;
}

/* CSS End*/