

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

#pt1_home_page #pt1_video_story_pane .image_img {
	width: 300px;
}
div.widgetMoney {
    height: 600px;
}

/**** top banner and background ****/
#pt1_branding {
	height: 397px;
	background: #2B2B2B url('/sites/565/assets/Regional_Directory_Banner.jpg') 0px 0px no-repeat;
	padding-left: 0px;
}
body {
        background-image: url(/sites/565/assets/background_gradient2.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	background-color: #00CAFF;
	text-align: center;
}

/**** menu bar ****/
#pt1_menu {
	background: #000;
}
#pt1_main_menu {
	background: #000;
	clear: both;
	border-top: 1px solid #000;
}
#pt1_main_menu .pt1_item, #pt1_main_menu .pt1_item_active {
	padding: 3px 10px 3px 10px;
	border-right: 1px dotted #000000;
	float: left;
}
#pt1_sub_menu {
	background: #191919;
	height: 29px;
	clear: both;
}
#pt1_main_menu .pt1_item_active {
	background: #191919;
	border: 0px solid #D50202;
}
#pt1_main_menu .pt1_item_active a {
	color: #b4e9ff;
	font-weight: normal;
}

#pt1_login_controls a {
	font-weight: normal;
	color: #ffffff;
	/* color: #97D1FF; */
}
#pt1_main_menu .pt1_item a {
	color: #ffffff;
}


