/* CSS Document */

/**************************/
/*                        */
/*       SECTIONS         */
/*                        */
/**************************/

#page {
	width:828px;
	background-image: url(/view/images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px 27px 0px 27px;
}

#page_container {
	width: 760px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px 7px 0px 7px;
}


/***  TOP SECTION (2 DIVs Side-By-Side)  ***/
#top {
	width: 760px;
	height: 77px;
	background-repeat: no-repeat;
}
#top_left {
	width: 290px;
	height: 77px;
	background-image: url(/view/images/header_left_sm.gif);
	float: left;
}
#top_right {
	width: 470px;
	height: 77px;
	background-image:url(/view/images/header_right_sm.gif);
	float: left;
}

#top_home {
	position: relative;
	width: 760px;
	height: 99px;
	background-repeat: no-repeat;
	border-bottom: 6px solid #ee3124;
}
#top_home_left {
	width: 291px;
	height: 99px;
	float:left;
}
#top_home_left #left_top {
	width: 291px;
	height: 75px;
	background-image: url(/view/images/header_lefttop_lg.gif);
}
#top_home_left #left_bottom {
	width: 291px;
	height: 24px;
	background-image: url(/view/images/header_leftbot_lg.gif);
}
#top_home_right {
	width: 469px;
	height: 99px;
	background-image: url(/view/images/header_right_lg.gif);
	float:left;
}
#top_home #plan_your {
	position: absolute;
	right: 20px;
	bottom: 5px;
	color: #FFFFFF;
	font-size: 12px;
	text-shadow: 2px 2px #37576E;  /* creates shadow in Safari */
	filter: Shadow(Color=#37576E, Direction=135, Strength=2);  /* creates shadow in IE for Windows */
	text-align: center;
}
#top_home li.left {
	padding-left: 0px;
}
#top_home li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	padding-left: 35px;
}
#top_home #plan_your a {
	color: #FFFFFF;
	text-decoration: none;
}
#top_home #plan_your a:hover {
	color: #f2ecaa;
}
#top_home #heavy {
	font-face: "Arial Heavy";
	font-size: 16px;
	font-weight: bold;
}

/* Login and Search*/
#login, #languages {
	text-align: right;
	padding: 5px 5px 0px 5px;
}
#languages a.current {
	font-weight: bold;
}
#search {
	text-align: right;
	vertical-align: middle;
	font-size: 10px;
	color: #FFFFFF;
	padding: 25px 5px 0px 0px;
	vertical-align: middle;
}
#search form{
	margin: 0px;
	padding: 0px;
}
.sfield{
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 15px;
	vertical-align: middle;
}
.sgo {
	margin: 0px;
	padding: 0px;
	width: 23px;
	height: 20px;
	vertical-align: middle;
}
#home_nav #search {
	padding: 2px;
	color: #37576E;
	text-align: left;
	font-weight: bold;
}
#home_nav .sfield {
	margin-bottom: 6px;
	width: 100px;
}

/* Home & Landing Page Image Sections */
#home_img {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 240px;
	background-repeat: no-repeat;
	border-bottom: 3px solid #ee3124;
}
#home_subnav {
	clear: both;
	width: 760px;
	height: 27px;
	background-color: #D7D7D7;
	background-image: url(/view/images/subnav_bg.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#home_subnav ul {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}
#home_subnav li {
	float: left;
	color: #37576E;
	font-size: 10px;
	height: 20px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	border-left: #ACACAC 1pt solid;
}
#home_subnav li span#marker {
	color: #C42327;
	font-weight: bold;
	font-size: 1.1em;
}
#home_subnav li a {
	color: #37576E;
	text-decoration: none;
}
#home_subnav li a:hover {
	color: #C42327;
}
#landing_img {
	clear: both;
	width: 760px;
	height: 200px;
	background-repeat: no-repeat;
	border-bottom: 3px solid #ee3124;
}
#landing_nav {
	width:232px;
	margin: 0px;
	padding-top: 0px;
	float: right;
}
#landing_img .group {
	width:265px;
}
#landing_nav h1 {
	padding: 6px 0px 0px 12px;
	color: #f2ecaa;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
	text-shadow: 2px 2px #37576E;  /* creates shadow in Safari */
	filter: Shadow(Color=#37576E, Direction=135, Strength=2);  /* creates shadow in IE for Windows */
}	
#landing_nav h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 22px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
	line-height: 1.4em;
	text-shadow: 2px 2px #37576E;  /* creates shadow in Safari */
	filter: Shadow(Color=#37576E, Direction=135, Strength=2);  /* creates shadow in IE for Windows */
}
#landing_nav h2.group {
	width: 250px;
}
#landing_nav a {
	color: #ffffff;
	text-decoration: none;
}
#landing_nav a:hover {
	color: #f2ecaa;
	border-top-color: #f2ecaa;
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-color: #f2ecaa;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

/*** MIDDLE SECTION (2 DIVs Side-By-Side)  ***/
#middle {
	background-color: #D7D7D7;
	background-image: url(/view/images/nav_bg.gif);  /* blue bar, gray shadow */
	background-repeat: repeat-y;
	width: 760px;
}

#home_middle {
	background-image: url(/view/images/home_bg.gif);  /* gray bg, white side box */
	background-color: #D7D7D7;
	width: 760px;
}
#photo_middle {
	background-color: #FFFFFF;
	padding: 0px;
	width: 760px;
}

/* Left Nav  */
#left_nav {
	background-color: #5a83a2;
	width: 186px;
	height: 712px;
	background-repeat: no-repeat;
	margin: 0px 12px 0px 0px;
	padding-top: 0px;
	float: left;
}
.landing {
	width: 186px;
	height: 527px;
	background-image:url(/view/images/nav_bg_generic.gif);
	background-position:bottom;
	float: left;
}
#left_nav .ul_format {
	width: 120px;
	margin-top:12px;
	padding-left: 3px;
	padding-bottom: 11px;
}
#left_nav p {
	width: 150px;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 30px;
	text-indent: -10px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight:900;
	text-shadow: 2px 2px #37576E;  /* creates shadow in Safari */
	line-height: 1.1em;
	filter: Shadow(Color=#37576E, Direction=135, Strength=2);  /* creates shadow in IE for Windows */
}
#left_nav a {  /* for links */
	color:#FFFFFF;
	text-decoration: none;
}
#left_nav .active { /* for active links */
	color: #f2ecaa;
}
#left_nav p.top_list{
	margin-top: 3px;
	background-image:url(/view/images/nav_closed.gif);
	background-repeat: no-repeat;
}
#left_nav p#top_active {
	background-image:url(/view/images/nav_open.gif);
}
#left_nav p.sub_list{
	font-weight: bold;
	padding-left: 40px;
	width: 140px;
}
#left_nav a:hover {
	color: #f2ecaa;
	border-top-color: #f2ecaa;
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-color: #f2ecaa;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#left_nav #icon_box {
	margin-top: 40px;
	text-align: center;
}
#left_nav #ovg_box {
	width: 160px;
	margin-left: 11px;
	background: #FFFFFF;
	border: 1px solid #37576E;
	color: #666666;
	font-size: 10px;
	text-align: left;
}
#left_nav #ovg_box img {
	float:left;
	padding: 2px 5px 2px 2px;
}
#left_nav #ovg_box h4{  /* hack to get around the phillyfunguide.com stylesheet */
	font-size:11px;
	font-weight:bold;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	letter-spacing: 0px;
}
#left_nav #icon_box a, #left_nav #icon_box a:hover {
	color: #666666;
	border: none;
}
#map_box {  /* changed colors to complement Map Network icon */
	width: 160px;
	margin-left: 11px;
	font-size: 10px;
	color: #FFFFFF;
	background: #335980;
	border: 1px solid #003366;
}
#map_box a, #map_box a:visited {
	color: #FFFFFF !important;
	text-decoration: none;
}
#home_nav {
	background-color: #FFFFFF;
	width: 176px;
	margin-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-right: 1px #d0d0d0 solid;
	float: left;
}
html>body #home_nav {
	/* here be an IE-Win Hack */
	padding-left: 10px;
}
#home_nav img {
	background-color: #d0d0d0;
	padding: 2px;
}
#home_ul {
	background-image:url(/view/images/home_star_red.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #ee3224;
	margin-top: 10px;
	padding-left: 25px;
	line-height: 25px;
}

/* Right Side  */
#middle_right {
	width: 550px;
	float: left;
}
#home_right {
	width: 540px;
	float: left;
}
#content {
	position: relative;
	background-color: #FFFFFF;
	height: 100%;
	padding: 0px 13px 13px 13px;
}
#itinContent {
	position: relative;
	background-color: #FFFFFF;
	height: 100%;
	padding: 0px 0px 13px 13px;
}
#home_column_left {
	padding: 0px 10px 0px 0px;
	width:240px;
	border-right: 1px solid #d0d0d0;  /* draws line between columns */
	float:left;
}
#home_column_right {
	padding: 0px;
	margin-left: -1px;
	border-left: 1px solid #d0d0d0;  /* draws line between columns */
	width:240px;
	float:left;
}
#text_container {
	margin-left: 10px;
	padding: 1px;
}
#home_boxes {
	background-color: #FFFFFF;
	clear: both;
}
#home_box {
	background-image: url(/view/images/home_curve_bg.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 110px;
	padding: 0px 10px 0px 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
#home_boxes .ovg {
	margin-left: -1px;
	background-image: url(/view/images/home_curve_left_bg.gif);
	width: 205px;
}
#home_boxes #ovg_img {
	float:right;
	padding: 8px 0px 2px 2px;
}
#home_boxes li {
	line-height: 1.1em;
}
#chan_left {
	width: 300px;
	float: left;
}
#chan_right {
	width: 210px;
	float: left;
}
#chan_instr {
	width: 200px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 10px;
	color: #999999;
}
#exp_container {
	margin-left: 60px;
	width: 378px;
	padding: 22px 0px 5px 16px;
	background-image: url(/view/images/exp_full_bg.jpg);
	background-color: #7D0E07;
	background-repeat: no-repeat;
}
#exp_container #picture {
	width: 117px;
	height: 109px;
	margin-right: 10px;
	margin-bottom: 3px;
	float: left;
}
#exp_container #text {
	width: 236px;
	height: 90px;
	margin-bottom: 22px;
	float: left;
	font-size:10px;
}
html>body #exp_container #picture {
	margin-bottom: 8px;
}
html>body #exp_container #text {
	/* here be an IE-Win Hack */
	margin-bottom: 27px;
}
#exp_container #text .head {
	color:#345F87;
	font-weight:bold;
}
#qf_box {
	width:200px;
	float:right;
	padding:0px 10px 5px 10px;
	margin-left:5px;
	text-align:left;
	border: 1px #c42327 solid;
	background-color:#FFFFFF;
}
#content .page {      /* for Search Results */
	color:#37576e;
	/*	color:#c42327;  */
}
#content .path {
	/* color:#37576e; */
	/* color:#cdc890; */
	color:#807d5a;
}
#content .more {
	text-align: right;
}
#content .results {
	float: right;
	text-align: right;
	clear: right;
	color: #666666;
	font-weight: normal;
	font-size: 10px;
	display: inline;
	padding: 8px 0px 0px 0px;
}
#dummy {
	clear: both;
	height: 1px;
	font-size: 1px; 
}

/*** FOOTER SECTION (One DIV)  ***/
#footer {
	font-size: 10px;
	text-align: center;
	clear: both;
}
#footer img {
	margin-left: 15px;
	margin-right: 15px;
}
