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

/* verticle spacer */
div#vertical-space {
    height: 30px;
	width: 950px;
	margin-bottom:7px;
	margin-left: 5px;
	float:left;	
    background-color: inherit;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(/images/vertical_bar.png);
}

/* top grid */

div#left {
	height: 362px;
    width: 311px;
	margin-top: 10px;
	margin-left:5px;
	margin-bottom:5px;
	float: left;
	background-color: inherit;
	text-align:center;
	vertical-align:middle;		
	background-image:url(/images/left_grid.png);
	background-repeat: no-repeat;
	cursor:pointer;
}

div#center {
	height: 362px;
	width: 311px;
	margin-top:10px;
	margin-left: 8px;
	margin-bottom: 5px;
    background-color: inherit;
	text-align:center;
	float:left;
	background-image:url(/images/center_grid.png);
	background-repeat: no-repeat;
	cursor:pointer;
}

div#right {
	height: 362px;
	width: 311px;
	margin-top:10px;
	margin-bottom: 5px;
	margin-right: 5px;
    float: right;
    background-color: inherit;
	text-align:center;
	vertical-align:middle;
	background-image:url(/images/right_grid.png);
	background-repeat: no-repeat;
	cursor:pointer;
}

/* bottom */

div#bottom-left {
	height: 192px;
    width: 311px;
	margin-left:5px;
	margin-bottom:10px;
    float: left;
	background-color: inherit;
	text-indent: 35px;
	text-align:left;
	vertical-align:middle;
	background-image:url(/images/bottom_middle.png);
	background-repeat: no-repeat;
}

div#bottom-center {
	height: 192px;
	width: 311px;
	margin-left: 8px;
	margin-bottom: 10px;
    background-color: inherit;
	text-align:left;
	float:left;
	background-image:url(/images/bottom_middle.png);
	background-repeat: no-repeat;
}

div#bottom-right {
	height: 195px;
    width: 311px;
	margin-bottom: 10px;
	margin-right: 5px;
    float: right;
	background-color: inherit;
	text-align:left;
	vertical-align:middle;
	background-image:url(/images/bottom_middle.png);
	background-repeat: no-repeat;
}

.bottom_h2 {
    margin-top: 10px;
    margin-left: 11px;
	margin-bottom: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 15px;
	font-weight: bold;
	color: #0093a3;
	}

