/*   Main Content Settings
*****************************/

div#about{ /*top holder about edition under banner*/
	padding-top:10px;
	padding-left: 20px;
	text-align: left;
	margin-right: 55px;
	}
	
.linkbox { /*controls the left box formatting and such (NOT float)*/
	position:relative;
	top: -8px;
	left: 5px;
	width: auto;
	height:700px;
	padding: 0px;
	padding-left:35px;
	padding-top:10px;
	line-height: 15px;
    margin: 0 auto;
	list-style-image: url(../images/focus_square1.gif);
    overflow: visible;
	}
		
.boxstretch { /*column control for all columns*/
	position: relative;
	top: 0px;
	width: 32%;
	height: auto;
	float: left;
	text-align:left;
	overflow: hidden;
	padding-bottom: 0px;
	margin-bottom: -50px;
	}
	
	.insidepadding { /*padding for columns*/
		position:relative;
		text-align: left;
		padding: 10px 20px 50px 25px;
		background-position: center;
		background-repeat: no-repeat;
		border-right: solid 1px #CCCCCC;
		}
		
	.boxstretch p {line-height: 18px; padding-left: 80px; }	
	.boxstretch p strong {display: block;}


	.boxstretch h2.title { 
		position: relative;
		font-size: 13px;
		text-align: left;
/*		padding: 7px 10px 7px 0px; */
/*		border-top: solid 1px #CCCCCC; 
		border-bottom: solid 1px #CCCCCC;*/
		}
		
	.boxstretch ul {
		position: relative;
		left: 0px;
		margin:0px;
		padding-left:15px;
		width: auto;
		height: auto;
		line-height: 18px;
		list-style-image: url(../images/focus_square_filled.gif);
		list-style-position: outside;
		line-height: 20px;
		font-size: 12px;
		}

	.learnmorelink { /*learn more link div*/
		position: relative;
		top: -5px;
		padding: 0px 0px 30px 0px; 
		margin: 0px;
		width: 32%;
		height: auto;
		float: left;
		text-align:left;
		background-color: white;
		/*border-right: 1px solid #CCCCCC;*/
		}
				
	.learnmorelinklast {border-right: none;}
		
	.learnmorelink a{ /*learn more link div*/
	padding-right: 22px;}

	
		
	h2.titlefirst a { /*First Column mods*/
		padding-left: 0px;
		}
				
	.boxstretchfirst { /*First Column mods*/
		background-image: none;
		border-left: none;
		}		

	.boxstretchlast { /*First Column mods*/
		background-image: none;
		border-right: none;
		}		
			
/*	.insidepaddingfirst {
		padding: 8px 25px 25px 0px;
		} */
					
					
div#centerbox { /*centering box for everything under top banner*/
	width: auto;
	text-align: center;
	}

.button {float: right;}

.detail_text {font-size: 11px; font-weight: bold;}


.links {
	padding:0px;
	margin: 0px;
	font-size: .9em;
	font-weight: bold;
	color: #F47A0B;
	float: right;
	text-decoration: underline;
	}

	* html .links{
		position: relative;
		top: 3px;
		}

	.links a{
		color: #F47A0B;
		text-decoration: underline;
		}

	.links a:hover{
		color: #000000;
		}
		
div#RightContent{ /*main content div for right side of product landing pages (breadcrumbs)*/
	float: left; 
	width: 80%;
	}

div#crumbs{ /*crumbs box added for product landing pages alignment */
	clear:both; 
	padding-left: 20px;
	padding-right: 3%;
	}
	
.nestedimage {
	position: relative; 
	top: 4px; 
	padding-right: 8px; 
	float: left;
	}
