

/* ---- CUSTOM DEFINED STYLESHEET default ---- */ 

body { background-color: #933; color: #333; }

/* ---- CUSTOM DEFINED STYLESHEET layout ---- */ 

#pt1_branding {
        width: 1000px;
        height: 80px;
        border-bottom: 1px solid #FFF;
        background: url("/sites/333/assets/logo.jpg") no-repeat; 
}

#pt1_search_bar {
	background: #CC9999;
	height: 30px;
	padding: 3px 12px 3px 8px;
}

#pt1_page {
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto 0 auto;
}

#pt1_search_bar_container {
	float: left;
	width: 1000px;
}

.pt1_menu {
	width: 140px;
	border-top: 1px solid #FFF;
	font-size: 13px;
	background: #EDEDED;
	min-height: 200px;
	_height: 200px;
}

.pt1_menu .pt1_heading {
	background: #CBCBCB;
	padding: 5px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	font-size: 13px;
	font-weight: bold;
}

.image_caption, .video_caption, .rss_item_date {
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	text-align: right;
        padding-bottom: 2px;
}

.heading, .heading .help, .page_heading, .page_heading a {
	color: #CC9999;
	font-size: 21px;
	font-family: 'Arial Black';
	font-weight: normal;
	letter-spacing: -1;
	margin-bottom: 3px;
	text-align: left;
}
