/*CSS Stylesheet for placeways.com/index.php*/

a:visited {
	text-decoration: none;
}

#ind_center_content a:link, #ind_center_content a:hover, #ind_center_content a:visited, #ind_center_content a:active{
	text-decoration: none;
}
div#ind_center_content{
	width: 860px;
	height: 650px;
	margin: 10px 0px 0px 20px;
}

div#ind_home_image{
	position: relative;
	float: left;
	width: 500px;
	height: 308px;
}

div#ind_slide_home{
	width: 500px;
	height: 125px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

div#ind_welcome{
	width: 330px;
	height: 308px;
	margin-left: 20px;
	float:left;
}

div#ind_welcome_image{
	width: 340px;
	height: 42px;
	margin-top: 2px;
}

p#ind_welcome_text{
	font-family:georgia, serif;
	color: #666666;
	padding-top: 10px;
	line-height: 13pt;
	font-size: 12pt;
}

.ind_welcome_link{
	display:block;
	font-size: 10pt;
	font-weight: bold !important;
}

div#ind_clear_divider{
	background-color: white;
	width: 100%;
	height: 20px;
	clear: both;
}

div#ind_slide_table{
	width: 500px;
	height: 275px;
}

div.ind_seven_right{
	margin-right: 2px;
}

div.ind_slide_td{
	width:165px;
	float:left;
}

#analyze{ /*Make the middle dropdown (Analyze) just barely bigger, since we can't add a third of a pixel to each one*/
	width: 166px !important;
}
#analyze img{ /*Adjust the image accordingly*/
	margin-left: 3px;
}

img.ind_slide_tr_img{
	margin: 2px;
	border: 1px solid #424242;
	overflow: hidden;
}

div.ind_slide_tr_top{
	background-color: #e0e0e0;
	height: 32px;
	margin-bottom: 2px;
	padding-top: 12px;
	text-align: center;
}

.ind_slide_tr_top a {
	color: #cc3300;
}

div.ind_slide_tr_top p{
	font-family: georgia, serif;
	font-style: italic;
	color: #cc3300;
	font-size: 14pt;
	vertical-align: middle;
}

div.ind_slide_tr_bottom{
	background-color: #ededed;
	text-align: left;
	height: 241px;
}

div.ind_slide_tr_bottom p{
	margin: 4px 7px 0;
	font-size: 8pt;
}

div#ind_about_area{
	width: 500px;
	height: 68px;
	margin-top: 25px;
}

div#ind_about_area a img{
	/*Align the bottom of the text with the images...*/
	margin-top: -.5em;
}

div#ind_about_area p{
	font-size: 8pt;
	line-height: 8pt;
	margin-bottom: 0px;
	color: #8f8f8f;
	width: 300px;
	margin: 0px 20px 0px 20px;
	float: left;
}

div#ind_blog{
	position: relative;
	float: right;
	width: 340px;
	height: 323px;
}

div#ind_blog_top{
	background-color: #e0e0e0;
	height: 32px;
	width: 340px;
	margin-bottom: 2px;
	padding-top: 12px;
}

#ind_blog_top p{
	text-align: right;
	font-family: georgia, serif;
	margin: 0px;
	padding-right: 10px;
	line-height: 1em;
	color: #008080;
	font-size: 15pt;
}

div#ind_blog_loading{
	position: relative;
	text-align: center;
	padding-top: 100px;
}

div#ind_blog_bottom{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #ededed;
	height: 280px;
	width: 340px;
}

div#ind_blog_text{
	text-align: left;
	overflow: auto;
	height: 100%;
	padding: 8px;
}

.ind_blog_title{
	font-size: 8pt;
	color: #cc3300;
	font-weight: bold;
	margin-bottom: 3px;
}

.ind_blog_date{
	font-size: 7pt;
	font-weight: normal;
	color: #424242;
}

.ind_blog_post{
	font-size: 8pt;
}

div#ind_rss_subscribe{
	position: absolute;
	color: grey;
	bottom: 5px;
	right: 5px;
}

/*BORDERS = DROPSHADOW :D*/

.bo{
	display:table-cell;
	float: left;
	margin-top: -1px;
	margin-left: -1px;
}

#b1{
	border: 1px solid #a0a0a0;
}

#b2{
	border: 1px solid #bfbfbf;
}

#b3{
	border: 1px solid #e7e7e7;
}

#b4{
	border: 1px solid #f7f7f7;
}