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


html, body {
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #bfcacf;
	background: url( '../images/bg_tile.gif' );
	
	font-family: verdana;
}
#page {
	width: 100%;
	height: 100%
}
#tile-grid {
	position: absolute;
	height: 1000px;
}
.rise-layer {
	position: absolute;
	height: 1000px;
} 
.flat-tile {
	position: absolute;
	background: url( '../images/bg_tile.gif' ) no-repeat;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.flat-tile-over {
	background: url( '../images/bg_tile_over.gif' ) no-repeat;
}
.left-tile {
	position: absolute;
	cursor: pointer;
}
.left-tile-stack0 {
	background: url( '../images/rise_block0_left.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.left-tile-stack1 {
	background: url( '../images/rise_block1_left.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.left-tile-stack2 {
	background: url( '../images/rise_block2_left.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.left-tile-stack3 {
	background: url( '../images/rise_block3_left.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.left-tile-stack4 {
	background: url( '../images/rise_block4_left.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.left-tile-stack5 {
	background: url( '../images/rise_block5_left.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.left-tile-stack6 {
	background: url( '../images/rise_block6_left.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.left-tile-stack7 {
	background: url( '../images/rise_block7_left.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.left-tile-stack8 {
	background: url( '../images/rise_block8_left.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.left-tile-stack9 {
	background: url( '../images/rise_block9_left.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.left-tile-stack10 {
	background: url( '../images/rise_block10_left.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.left-tile-stack11 {
	background: url( '../images/rise_block11_left.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.left-tile-stack12 {
	background: url( '../images/rise_block12_left.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.left-tile-stack13 {
	background: url( '../images/rise_block13_left.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.left-tile-stack14 {
	background: url( '../images/rise_block14_left.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.left-tile-over {
	background: url( '../images/rise_block_left_over.png' ) no-repeat;
}


.right-tile {
	position: absolute;
	cursor: pointer;
}
.right-tile-stack0 {
	background: url( '../images/rise_block0_right.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.right-tile-stack1 {
	background: url( '../images/rise_block1_right.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.right-tile-stack2 {
	background: url( '../images/rise_block2_right.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.right-tile-stack3 {
	background: url( '../images/rise_block3_right.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.right-tile-stack4 {
	background: url( '../images/rise_block4_right.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.right-tile-stack5 {
	background: url( '../images/rise_block5_right.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.right-tile-stack6 {
	background: url( '../images/rise_block6_right.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.right-tile-stack7 {
	background: url( '../images/rise_block7_right.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.right-tile-stack8 {
	background: url( '../images/rise_block8_right.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.right-tile-stack9 {
	background: url( '../images/rise_block9_right.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.right-tile-stack10 {
	background: url( '../images/rise_block10_right.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.right-tile-stack11 {
	background: url( '../images/rise_block11_right.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.right-tile-stack12 {
	background: url( '../images/rise_block12_right.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.right-tile-stack13 {
	background: url( '../images/rise_block13_right.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.right-tile-stack14 {
	background: url( '../images/rise_block14_right.png' ) no-repeat;
	width: 26px;
	height: 26px;
}
.right-tile-over {
	background: url( '../images/rise_block_right_over.png' ) no-repeat;
}

#content {
	position: absolute;
	padding: 30px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	width: 650px; 
	background-color:#FFFFFF;
	border: solid;
	border-width: 1px; 
	border-color: #000000;
	border-top: none;
}
#header{
	position: relative;
	height: 150px;
}
.logo {
	position: absolute;
	left: -70px;
	background: url( '../images/gmcdev_logo.png' ) no-repeat;
	width: 800px;
	height: 150px;
}
.terraform-control {
	position: absolute;
	top: 95px;
	left: 190px;
	width: 400px;
}
select {
	font-size: 14px;
	text-align: center;
	width: 200px;
	height: 22px;
	background-color: #ddd;
}
input {
	width: 200px;
	height: 22px;
}


.categoryDiv {
	margin-top: 20px;
	padding-left: 0px;
}
.categoryName {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.companyDiv {
	padding-left: 10px;
	margin-bottom: 20px;
}
.project-title {
	font-weight: bold;
}
.bullet-description {
	font-style: italic;
	margin-left: 10px;
	margin-bottom: 4px;
	font-size: 12px;
	color: #666;
}
.bullet-point {
	font-size: 13px;
	line-height: 12px;
	color: #000;
	margin-left: 2px;
	margin-bottom: 5px;
}
.companyName {
	font-weight: bold;
}
.titleDiv {
	font-size: 15px;
	margin-top: 5px;
	padding-left: 5px;
	font-style: italic;
}
.dateDiv {
	font-size: 12px;
	padding-left: 5px;
}
.projectsDiv {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
}
.projectDetailsDiv {
	padding-left: 25px;
}

.bump {
	margin-top: 5px;
}

.left {
	float: left;
}
.clear {
	clear: both;
}
