@import url("howard_default.css");
@import url("howard_styles.css");
@import "lightbox.css";

h1 { /* titleBarContainer */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #cc0000;
	letter-spacing: 0.03px;
	line-height: 25px;
	margin:0px;
	margin-bottom: 0.4em;
	padding:0px;/* this is a firefox bug fix */
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
	letter-spacing: 0.03px;
	line-height: 22px;
	margin:0;
	margin-bottom: 0.2em;
	padding:0px;/* this is a firefox bug fix */
}

h3 { /* block title */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c82229;
	margin: 0;
    margin-bottom: 10px;
	padding:0px;/* this is a firefox bug fix */
}

h4{/* block links  */
	color: #c2020a;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 8px !important;
	padding:0px;/* this is a firefox bug fix */	
}

h5{
	color:#333333;
	font-size: 14px;
	font-weight: bold;
	margin:0px;
	padding:0px;/* this is a firefox fix */	
}

h6 {
	color:#666;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
	margin:0px;
	padding:0px;/* this is a firefox bug fix */	
}


#contentArea {
	background: url(images/bg_contentArea_howard_inside2.jpg) repeat-y; /* for center right layout */
}


#topContentContainer {
	display: none;
}

html* #topContentContainer { /* IE 7 */
	display: block;
	margin: 0 0 10px 0;
}
*html #topContentContainer { /* IE 6 */
	display: block;
}

#topContentContainer p {
	margin: 0 0 15px 20px;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
*html #topContentContainer p { /* IE 6 */
}


/* Center Rows */
#centerZone div {
	float: left;
	margin: 0;
	padding: 0;
}
#centerZone h2,
#centerZone h3,
#centerZone h4,
#centerZone h5,
#centerZone h6 {
	margin: 0;
	padding: 0 0 8px 20px;
}
#centerZone .FreeformNew {
	float: left;
	width: 340px;
	height: 157px;
	padding: 0 0 0 8px;
	margin: 0 0 20px 0;
	background: url(images/bg_inside_newBlock_howard.png) no-repeat center top;
}
*html #centerZone .FreeformNew {
	background: url(images/bg_inside_newBlock_howard.gif) no-repeat center top;
}

#centerZone .FreeformNew img {
	float: left;
	padding: 22px 8px 0 7px;
	margin: 0 0 10px 0;
	border: 0;
}
*html #centerZone .FreeformNew img {
	
}
#centerZone .FreeformNew h2 {
	font-size: 14px;
	margin: 25px 0 3px 0;
}
#centerZone .FreeformNew p {
	margin: 0;
	font-weight: bold;
	float: left;
	width: 140px;
	line-height: 14px;
	padding: 0;
}
#centerZone .FreeformNew p a{ 
	margin: 0;
}

#centerZone .TOCBlock img {
}



#centerZone ul {
	list-style-image: url(images/home_ul_dot_howard.gif);
	margin: -12px 0 2px -12px;
}
*html #centerZone ul { /* IE 6 */
	margin: -17px 0 2px 27px;
}
html* #centerZone ul { /* IE 6 */
	margin: -12px 0 2px 27px;
}
#centerZone ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	margin: 0 0 3px 0;
	padding: 0;
}
#centerZone ul li a {
	color: #333333;
}
#centerZone ul li a:hover {
	color: #00aeef;
}

/* Video Player css */
#videoplayer {
	display: block;
}	
.VideoRight div[id*="videoplayer"] {
	float:right !important;
	margin:5px 0px 0px 10px !important;
}
.VideoLeft div[id*="videoplayer"] {
	float:left !important;
	margin:5px 15px 0px 0px !important;
}
