
.banner_text{
	color: rgb(110,94,79);
	float: right;
	margin-top: 75px;
	margin-right: 50px;
}

/*Content/Text Container*/
/*1) Sizes and positions the text container relative to the image*/
/*2) Sets "default" text properties for the container; inherited by included blocks*/


.page_content_container{
	width: 765px;
	float: left;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 10px;
	

}

.image_posn_container{ /*provides reference for image positioning*/
	position:relative;
}

.page_content_container h3{
	margin-bottom: 15px;
	color: rgb(110,94,79);
}

.page_content_container h3 a{
	color: rgb(110,94,79);
	text-decoration: none;
}

.page_content_container h3 a:hover{
	color: rgb(110,94,79);
	text-decoration: underline;
}

.key{
	margin-left: 5px;
	width: 15px;
	height: 8px;
	
}

.dynamics_gp_container{
	width: 300px;
	float: left;
	background-image: url(images/info_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 50px;
}

.add_ons_container{
	width: 320px;
	float: left;
	background-image: url(images/gpdownload_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-left: 195px;
	clear: both;
	
}
.sql_container{
	width: 250px;
	float: left;
	background-image: url(images/sql_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-left: 345px;
	clear: both;
}
.other_container{
	width: 280px;
	float: left;
	background-image: url(images/other_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-left: 445px;
	clear: both;
}
.isvs_container{
	width: 230px;
	float: left;
	background-image: url(images/isvs_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 295px;
	clear: both;
}

.header{
	float: left;
width: 230px;
	margin-top: 12px;
	margin-left: 52px;
	color: #666666;
}

.links_pg_lists{
	clear:both;
	float: left;
	margin-top: -15px;
	margin-left: 52px;
	font-size: 65%;
	list-style-type: none;

}

.gpinfo{
	width: 340px;
}

.gpdloads{
	width: 345px;
}

.sqldloads{
	width: 210px;
}

.msoftdloads{
	width: 190px;
}

.gpisvs{
	width: 250px;
}

.links_pg_lists li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);

}

.links_pg_lists li a{
	color: rgb(0,0,0);
	text-decoration: none;
}

.links_pg_lists li a:hover{
	color: #0000CC;
	text-decoration: underline;

}

.legend{
	float: right;
	margin-right: 20px;
	width: 200px;
	background-image: url(images/key.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	
}

.legend p{
	float: left;
	margin-left: 35px;

	font-style: italic;
}


#terms_div{
	background-color: rgb(215,215,215);
}


.top_image{
	width: 130px;
	height: 140px;
	background-image: url(images/puzz_rt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 5;
	left: 602px;
	top: 24px;	
}

.bot_image{
	width: 240px;
	height: 200px;
	background-image: url(images/puzz_lt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 5;
	left: 25px;
	top: 400px;
}
