body{
	font-family:helvetica,arial,sans-serif;
	font-size:10pt;
	text-align:left;
	margin:0;
}

a{
	color:#607beb;
}

a:hover{
	color:#e2b16e;
}

img.bordered{
	border:1px solid gray;
	padding:5px;
}

img.bordered.left{
	margin-right:10px;
}

img.bordered.right{
	margin-left:10px;
}

img.padded{
	margin:5px;
}

/* LAYOUT/TEMPLATE */


h2,
h3,
h4,
p{
	margin:1em 0 .5em 0;
	padding:0;
}

p, li{
	margin-left:1em;
	margin-right:1em;
	font-size:1.1em;
	line-height:125%;
}

div.floating_box p{
	margin-left:0;
	margin-right:0;
}

h3{
	clear:both;
	
	font-size:1.5em;
}

* html h3{
	height:2em;
}

h2
{
	margin: .25em 0 .5em 0;
	font-family: times, serif;
	font-size: 2.3em;
	line-height: normal;
}


/* FOOTER */

div#t_footer{
	margin:2px 0 0 0;
	padding:0;
	font-size:.8em;
	text-align:center;
	color:gray;
}

	div#t_footer p{
		margin:0;
		padding:0;
	}
	
div#t_highlights{
	background-color:#B0BDF5;
	margin:0;
	padding:10px;
	margin-bottom:5px;
	text-align:left;
	font-size:.9em !important;
}
	div#t_highlights a{
		color:#666666;
		text-decoration:none;
	}
	
	div#t_highlights a:hover{
		color:#e2b16e;
	}

/* CONTENT FORMATTING */

h3{
	padding:5px;
	/*background-color:#b0bdf5;*/
	border-top:5px solid #607beb;
}

h4{
	padding:5px;
	background-color:#dfe5fb;
	/*border-top:3px solid #8095ef;*/
	/*font-family:times, serif;
	font-style:italic;*/
	margin-left:.5em;
	font-size:1.2em;
}


h3.managment{
	height:1.1em;
}

* html h3.managment{
	height:2em;
}

h3 span.name {
	float:left;
	width:200px;
	display:inline-block;
}

h3 span.title{
	float:right;
	width:200px;
	display:block;
	font-size:.8em;
	font-style:italic;
	margin-right:5px;
	margin-top:2px;
	font-weight:normal;
	text-align:right;
}

h3 a, h4 a{
	color:#303e76;
	text-decoration:none;
}

h3 a:hover, h4 a:hover{
	color:#b58e58;
}

div.floating_box{
	width:265px;
	margin:5px;
	float:left;
	padding:5px;
}

* html div.floating_box{
	width:275px;
	position:relative;
}

div.floating_box.bordered{
	border:1px solid #cccccc;
	height:30em;
}

	div.floating_box ul{
		margin-left:10px;
		font-size:.95em;
	}

div.floating_box.wide{
	width:555px;
	float:none;
	height:auto;
	clear:both;
}

* html div.floating_box.wide{
	width:575px;
}

div.floating_box img.right{
	margin-right:-5px;
}

div.floating_box.wide img.right{
	margin-right:0;
}

div.floating_box h3{
	margin:-5px -5px 0 -5px;
	height:auto;
}

ul
{
	margin-left: 2em;
	list-style: disc inside;
}

ul li{
	margin:.5em 0;
}

ul.no_bullet{
	list-style:none;
	margin-left:1em;
}

ul.no_bullet li{
	margin:.25em 0;
}

div.pull_quote{
	clear:both;
	border:1px solid #cccccc;
	padding:10px;
	background-color:#ffffe6;
	margin:5px;
	background-image:url(/template//foresitetech/template/images/pull_quote_1.gif);
	background-repeat:no-repeat;
	background-position:10px 5px
}

	div.pull_quote p.first{
		padding-left:50px !important;
		font-size:1.4em;
	}

	div.pull_quote p.last{
		background-image:url(/template//foresitetech/template/images/pull_quote_2.gif);
		background-repeat:no-repeat;
		background-position:right bottom;
		height:45px;
	}

div.t_additional_info_box{
	clear:both;
	border:1px solid #cccccc;
	padding:10px;
	margin:15px 0;
	position:relative;
}

	 div.t_additional_info_box h4{
		border:none;
		margin:-10px -10px 0 -10px;
	}
	
	 div.floating_box h4{
		background:none;
		border-top:1px solid #607beb;
		font-size:1.2em;
		padding:5px 0 0 0;
	}

p.read_more{
	clear:both;
	border-top:1px solid #b0bdf5;
	padding-top:5px;
	text-align:right;
}

dl.t_tip_list dt{
	margin-top:1em;
}

dl.t_news_list dt, dl.t_newsletter_list dt{
	margin-top:1em;
	font-size:.9em;
	color:gray;
}

dl.t_news_list dd, dl.t_newsletter_list dd{
	padding-left:1em;
	background:#eff2fd;
}

