/* CSS Document */

body {
	width: 7in;	
	color: #000;
	font: 12pt/20pt "Times New Roman", Times, serif;
	background: white;
}
a {
	color: #333;
	font-weight: bold;
}
a:after { 
	content:" ["attr(href)"]"; 
	font-weight: normal;
}
#header, #mainnav, #subnav, #columnright, #footer { display:none; }


p .highlight { font-weight:bold; font-style:normal; }
				p.firstpara { color:#000000; font-style:italic; line-height:23px; }
				ul.thumbnailbox { clear:both; width:100%; }
				.thumbnailbox li { margin-bottom:22px; width:530px; }
				li .thumbnailimg { float:left; padding-right:20px; padding-top:25px; }
				li .thumbnailcontent { float:left; width:366px; font-size:15px; }
				li .thumbnailcontent p { padding-bottom:0px; }
				.thumbnailbox h2 { padding-bottom:0px; margin-bottom:-10px; }
				.thumbnailbox p { margin-bottom:0px; }
				
				
#tabholder {
		clear:both;
		width:608px;
		background-image: url(../images/home/bg_tabscontent.jpg);
		background-repeat: no-repeat;
		background-position: 0px 37px;
		height:316px;
	}
		ul#contenttabs { 
			height:37px; 
			background-image: url(../images/home/bg_contenttabs.jpg);
			background-repeat: no-repeat; 
			padding:0px 6px 0px 4px;
			width:598px;
		}
			#contenttabs li { float:left; }
				li#tabsearch a, li#tabnews a {
					background-image: url(../images/home/bg_contenttabs.jpg);
					background-repeat: no-repeat;
					display: block;
					width:308px;
					height:37px;
					background-position:-4px 0px;
				}
					li#tabnews a { width:290px; background-position:-311px 0px; }
					li#tabsearch a:hover, li#tabsearch a.active {
						background-position:-4px -35px;
					}
					li#tabnews a:hover, li#tabnews a.active {
						background-position:-311px -35px;
					}
				ul#contentsearch , ul#contentnews{ clear:both; padding:22px 24px 0px 30px; height:255px; width:550px; display:none; position:absolute; }
					ul#contentsearch li { width:264px; float:left; }
					ul#contentsearch li img { margin-bottom:13px; }
					ul#contentsearch li.xspace { padding-right:18px; }
					ul#contentsearch li p, ul#contentnews li p { padding-bottom:6px; line-height:15px; }
					.datetxt { color:#2269dd; display:block; float:left; padding:1px 10px 0px 0px; }
					ul#contentnews h2 { float:left; }
					ul#contentnews p { clear:both; }
					ul#contentnews li { margin-bottom:14px; }