/* content box elements  - ie toolbox, news and announcements */
@media screen,print
{
	.info
	{
		margin: 0px;
		padding: 0px 10px 0px 10px;
		width: 150px;
		float: right;
		clear: both;
		line-height: 1.2em;
		font-size: .95em;
	}

	.info h3
	{
		margin: 2px 0px 2px 0px;
	}
	.info h4
	{
		padding: 5px;
	}


	.toolbox
	{
		background-image: url(/images/toolboxnew4.png);
		background-repeat: no-repeat;
		border: 1px #EAE2D1 solid;
		margin-bottom: 10px;
		padding: 0px;
		width: 230px;
		_height: 280px;
		min-height: 280px;
	}

	.toolbox_header
	{
		text-align: center;
		padding-top: 1px;
		padding-bottom: 20px;
		color: #c60;
		font-weight: normal;
	}

	.toolbox_text
	{
		padding-right: 5px;
		line-height: 20px;
		min-height: 125px;
	}


	.toolbox ul
	{
		margin: 0px 0px 0px 30px;
		padding: 0;
	}

	.toolbox li
	{
		line-height: 1.3em;
		list-style-type: none;
		list-style-image: url(/images/bullet.png);
	}

	.toolbox strong
	{
		display: block;
		line-height: 1.3em;
		padding-left: 10px;
		padding-right: 10px;
	}
	.toolbox_left 
	{
		width:232px; 
		float:left; 
		margin:9px 0 19px 4px; 
		border:0px;
	}
	.toolbox_center 
	{
		width:232px; 
		float:left; 
		margin:9px 0 19px 10px; 
		border:0px;
	}
	.toolbox_right 
	{
		width:250px; 
		float:left; 
		margin:9px 0 19px 10px; 
		border:0px;
	}
	.quickHead
	{
		line-height: 30px;
		color: #c60;
		display: block;
	}

	/* text box for login */

	#login
	{
		padding: 10px;
	}

	#loginSub
	{
		padding: 5px;
	}

	.quick_links
	{
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #fff;
		float: right;
		clear: both;
		width: 220px;
	}

	.lookinghome_right
	{
		float:right;
		padding:1em;
		/*padding-bottom:10px;*/
	}
	
	.lookinghome_main
	{
		width:50%;
	}
	
	.related
	{
		margin-top: 15px;
		padding-left: 15px;
		background-color: #fff;
		clear: right;
		float: right;
	}
	
	.related ul
	{
		margin-top: 0px;
		padding: 0px;
	}

	.quick_links ul
	{
		padding: 0px;
		margin-left: 16px;
		list-style-position: outside;
	}

	.quick_links, .related li
	{
		list-style-type: none;
		list-style-image: url(/images/bullet.png);
	}


	div.relatedBlock
	{
		list-style-type: square;
		list-style-position: outside;
		padding: 3px;
		margin: 3px;
		border-bottom: 1px #c60 solid;
	}

	/* for seniors	*/
	div.seniorquicklinks 
	
	{
		clear:both;
		width:155px;
		float:left;
		padding: 5px;
		margin: 0px;

	}
	



	/*.toolboxRelated h3,  .quick_links h4, .related h4
	{
		padding: 7px 5px 4px 5px;
		background-image:  url(/images/related.png);
		background-repeat:no-repeat;
		background-color: #CAB388;
	}

	  Channel page */



	.main_channel_table
	{
		margin: 0px;
		padding: 0px;
		float: right;
		clear: none;
		vertical-align: top;
		background-color: #fff;
		display: inline;
		width: 230px;
	}

	.main_channel_table td
	{
		vertical-align: top;
	}

	.textBoxLoginField
	{
		width: 120px;
	}
}
@media print
{
}
