/*
Theme Name: Peter Pan Charter Bus
Description: Theme for Peter Pan Charter Bus Site
Version: 1.0
Author: Alias Solutions
Author URI: http://alias-solutions.com
*/

@charset "utf-8";
/* CSS Document */

/* clear browser formatting */
html, body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1;
}

* {
	font-size: 12px;
	margin: 0;
	padding: 0;
	outline: 0;
}

img { border: none; }
ul, ol, li { list-style: none; }
:focus { outline: none; }
table, td, form, fieldset {
	border: none;
	border-collapse: collapse; 
	border-spacing: 0;
	vertical-align: top;
}

/* REUSABLE CLASSES */

.hide { display: none; }
.right { float: right; }
.left { float: left; }
.current { cursor: default; }
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
	overflow: hidden;
}
.center {
	margin: 0 auto;
	text-align: center;
}

.alignleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 45px;
}

.alignright {
	float: right;
	padding-left: 10px;
	padding-bottom: 15px;
}

/* Theme Formatting */

body {
	background: #000 url(images/pp_charter_bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#wrapper {
	width: 1002px;
	margin: 0 auto;
}

#header {
	width: 1002px;
	height: 263px;
	background: url(images/pp_charter_header.png) no-repeat;
}

#home_link {
	width: 381px;
	height: 208px;
}

#top_nav {
	padding-top: 35px;
	padding-left: 650px;
}

#top_nav ul {
}

#top_nav ul li {
	float: left;
	padding-left: 8px;
}

#top_nav ul li a {
	display: block;
	padding-right: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}

#top_nav ul li a:hover {
	color: #F7F387;
}

.li_borderR {
	border-right: 1px solid #F5E50D;
}

/* MAIN NAV */

#main_nav {
	width: 1002px;
	height: 41px;
	background: url(images/pp_charter_menu_bg.png) no-repeat;
}

#main_nav ul {
	padding-left: 65px;
	padding-top: 8px;
}

#main_nav ul li {
	float: left;
	padding-right: 20px;
        display: inline;
}

#main_nav ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
        display: block;
}

#main_nav ul li a:hover {
	color: #F7F387;
}

#main_nav li ul {
	position: absolute;
	left: -999em;
	width: 145px;
	background: none;
        padding-top: 10px;
        padding-left: 0px;
z-index: 500;
}

#main_nav li ul li {
	width: 145px;
	height: 20px;
	list-style-type: none;
        background-image: none;
        background-color: #212224;
        border: none;
}

#main_nav li ul li:hover {
        border: none;
        background-image: none;
        background-color: #00875A;
}

#main_nav li ul a {
	font-size: 11px;
        text-transform: capitalize;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: normal;
	color: #fff;
	display: block;
	height: 14px;
}

#main_nav li ul a:hover {
	color: #fff;
	text-decoration: none;
}

#main_nav li:hover ul {
	left: auto;
}

#main_nav li:hover ul, #main_nav li.sfhover ul {
	left: auto;
}

/* MAIN CONTENT */

#main_content {
	width: 1002px;
	background: url(images/pp_charter_midrepeat.png) repeat-y;
}

#main_content h1, h2,  h4, h5, h6 {
	color: #000;
	padding-bottom: 15px;
	line-height: 125%;
	font-weight: bold;
        text-transform: none;
}

#main_content h1 {
        color: #009263;
	font-size: 22px;
}

#main_content h2 {
	font-size: 18px;
        line-height: 115%;
        font-weight: bold;
}

#main_content h2 a {
        font-size: 18px;
        line-height: 115%;
        font-weight: bold;
        color: #009263;
        text-decoration: underline;
}

#main_content h2 a:hover {
        font-size: 18px;
        line-height: 115%;
        font-weight: bold;
        color: #009263;
        text-decoration: none;
}
        
#main_content h3 {
	font-size: 16px;
        color: #000000;
        line-height: 130%;
        padding-bottom: 10px;
}

#main_content h4 {
	font-size: 14px;
        padding-bottom: 5px;
        margin-bottom: 8px;
}

#main_content h5 {
	font-size: 14px;
}

#main_content h6 {
	font-size: 12px;
        padding-bottom: 0px;
}

#main_content p {
	font-weight: normal;
	line-height: 145%;
	padding-bottom: 20px;
}

#main_content p.subtitle {
        font-size: 12px;
        line-height: 120%;
        color: #000;
        font-weight: bold;
        text-transform: capitalize;
        font-style: italic;
}

#main_content ul, ol {
	padding-left: 25px;
	padding-bottom: 15px;
}

#main_content ul li {
	list-style: disc;
	padding-bottom: 5px;
	line-height: 145%;
}

#main_content ol li {
        list-style: decimal;
        padding-bottom: 5px;
        line-height: 145%;
}

#main_content a {
	color: #009263;
	font-weight: normal;
	text-decoration: underline;
}

#main_content a:hover {
	font-weight: normal;
	text-decoration: none;
}

#main_content_top {
	width: 899px;
	margin: 0 auto;
	background: url(images/pp_charter_gradient_middle.jpg) repeat-x bottom;
	padding: 15px 25px 45px 25px;
}

#main_content_bottom {
	width: 899px;
	margin: 0 auto;
	background: url(images/pp_charter_gradient_bottom.jpg) repeat-x bottom;
        padding: 15px 25px 65px 25px;	
}

#main_content_two_columns {
        width: 899px;
        margin: 0 auto;
        background: url(images/two_column_bg.png) repeat-y;
}

#main_content_wide {
        width: 639px;
        float: left;
        padding-right: 20px;
}

#main_content_sidebar {
        width: 220px;
        float: right;
        padding-left: 20px;
}

#main_content_sidebar h2 {
background: #101415;
padding-top: 3px;
padding-bottom: 3px;
color: #fff;
text-transform: uppercase;
font-size: 14px;
margin-bottom: 10px;
padding-left: 10px;
}

#main_content_sidebar ul {
padding-left: 0px;
}

#main_content_sidebar ul li {
list-style-type: none;
padding-bottom: 15px;
line-height: 135%;
}

#main_content_sidebar ul li img {
float: left;
padding-right: 4px;
}

#main_content_sidebar ul li a {
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

#main_content_sidebar ul li a:hover {
font-weight: bold;
text-transform: uppercase;
text-decoration: underline;
}

       
/* TWO COLUMNS */

#wide_column {
        width: 625px;
        float: left;
}

#sidebar {
        width: 250px;
        float: right;
}

/* TOP CONTENT */

#top_img {
       width: 906px;
       height: 250px;
       padding-bottom: 0px;
}

#promos {        
}

#promos p {
        color: #fff;
        font-weight: bold;
        text-align: center;
        line-height: 125%;
        padding-left: 20px;
        padding-right: 20px;
}

#promos h2 {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 8px;
}

#promos h2 a {
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        color: #F7F387;
}

#promos h2 a:hover {
        font-weight: bold;
        text-decoration: underline;
}

.promo_bug {
        width: 289px;
        height: 110px;
        float: left;
        background: url(images/pp_promo_bg.png) no-repeat;
        padding-right: 15px;
}

.promo_bug_last {
        width: 289px;
        height: 110px;
        float: left;
        background: url(images/pp_promo_bg.png) no-repeat;
}

/* FOOTER */

#footer {
	width: 1002px;
	height: 21px;
	background: url(images/pp_charter_footer.png) no-repeat;
	position: relative;
}
	

/* BOTTOM NAV */

#bottom_nav {
	width: 990px;
	height: 25px;
	position: absolute;
	left: -20px;
	top: -25px;
}

#bottom_nav ul {
	padding-left: 75px;
}

#bottom_nav ul li {
	float: left;
	padding-right: 20px;
}

#bottom_nav ul li a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#bottom_nav ul li a:hover {
	color: #016543;
	text-decoration: none;
}

#social {
	width: 400px;
	height: 31px;
	float: left;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 25px;
}

#social ul {
}

#social ul li {
	float: left;
	padding-right: 10px;
}
	

#copyright {
	float: right;
	text-align: right;
	margin-right: 45px;
	padding-top: 15px;
}

.copy {
	color: #008E5E;
}

#copyright p {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

#buscoach table td {
        padding: 5px 5px 0px 10px;
}

.buscoach_td {
        width: 150px;
        height: 380px;
        background: url(images/busframe.png) no-repeat;
}

.textwidget {
        padding-bottom: 20px;
}
