/*
	thermoseal css
*/

body,html{
	text-align:left;
	margin:0;
	background-image:url('THERMO_BUILD/page_bg.jpg');
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#00ccff;
	font-family:Helvetica,Arial,sans-serif;
}
#container{
	background-image:url('THERMO_BUILD/body_bg.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	width:950px;
	min-height:550px;
	
}
#FPcontainer{
	background-image:url('THERMO_BUILD/THERMO_FP_SEAL_BG2.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	width:950px;
	min-height:570px;
	
}
#header{
	padding-left:20px;

}
	#headerLogo{
		height:87px;
		width:911px;
		border-bottom:1px dashed #fff;
	}
	#topNav{
		padding-top:5px;
		min-height:39px;
	}
	#FPtopNav{
		padding-top:5px;
		min-height:43px;
	}
	#FPtopNav .large{
		font-size:12px;
	}
	
#body{
	padding-left:20px;
}
#FPbody{
	padding-left:20px;
	min-height:300px;
}
#FPbodyLeft{
	width:638px;
	padding-left:5px;
	float:left;
}
#FPbodyRight{
	float:right;
}
#FPtext{
	clear:both;
	padding-left:5px;
	padding-top:15px;
	width:400px;
}

	#bodyLeft{
		width:638px;
		float:left;
		background-image:url('THERMO_BUILD/bodyLeft_bg.jpg');
		background-repeat:repeat-y;
		background-position:left bottom;
	}
	
		#bodyLeftHeader{
			min-height:107px;
			text-align:right;
			background-color:#0172a6;
		}
		#bodyLeftNav{
			background-image:url('THERMO_BUILD/bodyLeftNav_bg.jpg');
			background-repeat:no-repeat;
			background-position:left top;
			width:180px;
			min-height:290px;
			float:left;
		}
		#bodyLeftContent{
			background-image:url('THERMO_BUILD/bodyLeftContent_bg.jpg');
			background-repeat:no-repeat;
			background-position:left top;
			background-color:#fff;
			padding:5px;
			min-height:290px;
			width:448px;
			float:right;
		}
	
	#search{
		float:right;
		width:200px;
	}
	#bodyRight{
		width:250px;
		padding-top:115px;
		padding-right:25px;
		float:right;
	}
	
#footer{
	padding-left:20px;
	padding-top:15px;
	clear:both;
}
	#footerContent{
		width:911px;
		border-top:1px dashed #fff;
	}


/**********************

OTHER STYLES

**********************/

#bodyLeftHeader img{
	border:1px solid #fff;
}

#bodyLeftNav ul{
	list-style:none;
	margin:0;
	padding:3px 3px 3px 13px;
}
#bodyLeftNav a{
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:10px;
}

#bodyLeftNav a:hover{
	text-decoration:none;
}

#bodyLeftContent h1{
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#014478;
}
#bodyLeftContent p{
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
}

#footer ul{
	list-style:none;
	color:#fff;
	font-size:11px;
	display:block;
	width:911px;
	margin-top:5px;
	font-family: Helvetica, Arial, sans-serif;
	
}

#footer li{
	display:inline;
	padding-right:17px;
}
#footer a{
	color:#fff;
	text-decoration:none;
}

#FPtext h1{
	font-size:16px;
	color:#fff;
	weight:bold;
	font-family: Helvetica, Arial, sans-serif;
}

#FPtext p{
	color:#fff;
	line-height:19px;
	font-size:13px;
	font-family: Helvetica, Arial, sans-serif;
}
#fp-middle{
	margin:20px 25px;
}
#bodyLeft ul{
	font-size:11px;
}