/*-----TITLE PANEL-----*/
#title-box, #title-box-wide {
	margin: 0 0 10px 0;
}
#title-box h1, #title-box-wide h1 {
	font-size: 2.5em;
	margin: 10px 0 5px 0;
}
#title-box .tagline, #title-box-wide .tagline {
	font-size: 1.4em;
	margin: 0 0 10px 0;
}

/*-----INFORMATION PANEL-----*/
#information-panel h2 {
	margin: 10px 15px 10px 0;
	font-size: 1.2em;
}
#information-panel h3 {
	margin: 0 15px 0 0;
	font-size: 1em;
}
#information-panel h4 {
	margin: 0 15px 0 0;
	font-size: 0.9em;
}
#information-panel p {
	margin: 0 15px 15px 0;
}
#information-panel.red ul {
	margin: 0 15px 0 0;
	*margin: 0 15px 0 50px;
	list-style-image: url(/images/site/bg/bullet-round-red-ff.png);
	*list-style-image: url(/images/site/bg/bullet-round-red-ie.png);
}
#information-panel.bodgreen ul {
	margin: 0 15px 0 0;
	*margin: 0 15px 0 50px;
	list-style-image: url(/images/site/bg/bullet-round-green-ff.png);
	*list-style-image: url(/images/site/bg/bullet-round-green-ie.png);
}
#information-panel.red blockquote {
	border-left: 3px solid #ca2030; 
	margin: 10px 0 10px 15px;
	padding-left:15px;
}
#information-panel.bodgreen blockquote {
	border-left: 3px solid #8c9511; 
	margin: 10px 0 10px 15px;
	padding-left:15px;
}

	/*Tab Content*/
		/*small*/
		#tabs-section-small .content h2 { 
			margin: 15px 0 10px 15px;
			font-size: 1.5em;
		}
		#tabs-section-small .content h3 { 
			margin: 12px 0 5px 15px;
			font-size: 1em;
		}
		#tabs-section-small .content h4 { 
			margin: 5px 0 5px 15px;
			font-size: 0.9em;
		}
		#tabs-section-small .content p { 
			margin: 0 15px 7px 15px;
		}
		#tabs-section-small.red .content ul { 
			margin: 0 15px 10px 0;
			*margin: 0 15px 10px 50px;
			list-style-image: url(/images/site/bg/bullet-round-red-ff.png);
			*list-style-image: url(/images/site/bg/bullet-round-red-ie.png);
		}
		#tabs-section-small.bodgreen .content ul { 
			margin: 0 15px 10px 0;
			*margin: 0 15px 10px 50px;
			list-style-image: url(/images/site/bg/bullet-round-red-ff.png);
			*list-style-image: url(/images/site/bg/bullet-round-red-ie.png);
		}
		#tabs-section-small .content ul li { 
			line-height: 20px;
			margin-bottom: 5px;
		}
		#tabs-section-small .content p.small-text { 
			font-size : 0.7em;
		}
		/*large*/
		#tabs-section .content h2 { 
			margin: 15px 0 10px 15px;
			font-size: 1.5em;
		}
		#tabs-section .content h3 { 
			margin: 12px 0 5px 15px;
			font-size: 1em;
		}
		#tabs-section .content h4 { 
			margin: 5px 0 5px 15px;
			font-size: 0.9em;
		}
		#tabs-section .content p { 
			margin: 0 15px 7px 15px;
		}
		#tabs-section.red .content ul { 
			margin: 0 15px 10px 0;
			*margin: 0 15px 10px 50px;
			list-style-image: url(/images/site/bg/bullet-round-red-ff.png);
			*list-style-image: url(/images/site/bg/bullet-round-red-ie.png);
		}
		#tabs-section.bodgreen .content ul { 
			margin: 0 15px 10px 0;
			*margin: 0 15px 10px 50px;
			list-style-image: url(/images/site/bg/bullet-round-red-ff.png);
			*list-style-image: url(/images/site/bg/bullet-round-red-ie.png);
		}
		#tabs-section .content ul li { 
			line-height: 20px;
			margin-bottom: 5px;
		}	
		#tabs-section .content p.small-text { 
			font-size : 0.7em;
		}		


.press-release {
	margin: 0 0 10px 0;
	overflow: auto;
}
.press-release img {
	margin: 0 5px 0 0;
	width: 150px;
	heieght: 110px;
}
.press-release h3 {
	margin: 0;
}
#information-panel .press-release p {
	margin: 0;
}


#sitemap ul {
	font-size: 1em;
}
#sitemap ul li ul {
	font-size: 1em;
}
#sitemap ul li ul li ul {
	font-size: 1em;
}
#sitemap ul li ul li ul li ul {
	font-size: 1em;
}


/*-----RIGHT PANEL-----*/
#right-panel {
	padding-top: 0;
}
/*Hub*/
.hub-item {
	padding: 15px 10px 15px 10px;
	position: relative;
}
.hub-item img {
	margin-right: 10px;
	position: absolute;
	top: 15px;
	left: 10px;
}
.hub-item h3 {
	font-size: 1em;
	margin: 0 0 0 50px;
}
.hub-item p {
	margin: 0 0 0 50px;
}
.hub-item p a {
	color: #000;
}
.hub-item.light-red:hover {
	background-color: #eef8fd;
}
.hub-item.light-green:hover {
	background-color: #ecefb8;
}

/*Related Articles*/
#related-articles {
	margin: 10px 0 10px 0;
	padding-left: 10px;
	padding-right: 10px;
}
#related-articles h3.blue {
	margin: 0;
	font-size: 1em;
	color: #52bdec;
}
#related-articles h3.d-blue {
	margin: 0;
	font-size: 1em;
	color: #004990;
}
#related-articles ul {
	margin: 0 0 0 -22px;
	*margin: 0 0 0 20px;
}
#related-articles ul a {
	color: #4a4a4a;
}
.light-blue-box {
	background-color: #eef8fd;
	padding: 10px 0 10px 0;
}

/*Twitter*/
#twitter {
	width: 300px;
	padding: 7px 10px 0 10px;
	margin: 20px 0 15px 0;
}
#twitter h3.blue {
	margin: 0;
	font-size: 1.1em;
	color: #52bdec;
}
#twitter h3.d-blue {
	margin: 0;
	font-size: 1.1em;
	color: #004990;
}
#twitter h4  {
	margin: 0 0 10px 0;
	font-size: 0.9em;
	color: #004990;
}
#twitter img {
	margin-top: -7px;
	margin-right: 10px;
}
#twitter a {
	color: #52bdec;
}
#twitter ul {
	list-style-type: none;
	font-size: 0.8em;
	margin: 20px 0 0 -40px;
	*margin: 20px 0 0 0;
}
#twitter ul li {
	margin-bottom: 10px;
}

