body {
    margin: 30px 0;
    text-align: center;
    background-color: #01014B;
}

#wrap {
    margin: 0 auto;
    padding: 0;
    width: 800px;
    text-align: left;
    kbackground-color: #fff;
}

.single #wrap {
	width: 840px;
}

/* Header
-------------------------------------------------------------- */
#header {
    position: relative;
}

#header h2{
    display: none;
}

#header h1 {

}

#header h1 a {
	display: block;
	text-indent: -10000px;
	margin-left: -55px;
	width: 430px;
	height: 130px;
	background-image: url(/images/taylor_bus_logo.png);
	background-repeat: no-repeat;
	/* [disabled]position: absolute; */
}

#header .phone {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 9px;
    text-indent: -10000px;
    width: 359px;
    height: 66px;
    background-image: url(/images/phone.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    color: #fff;

}

/* Main Nav
-------------------------------------------------------------- */
#nav {
    margin: 0;
    padding: 0;
    kfloat: right;
    list-style: none;
    kbackground-color: #fff;
    width: 100%;
}

#nav li {
	margin: 0;
	padding: 0;
    float: right;
}

#nav li a {
    margin: 0;
    padding: 2px 30px;
    display: block;
    background-color: #fff;
    font-size: 13px;
    text-decoration: none;
}

#nav li a { background-color: #074B00; color: #fff; }
#nav li a:hover { background-color: #175B10; }

#nav li a.menu-1, #nav li a.menu-4 { background-color: #57045E; color: #fff; }
#nav li a.menu-1:hover, #nav li a.menu-4:hover { background-color: #67146E; }

#nav li a.menu-2, #nav li a.menu-5 { background-color: #6C0B1F; color: #fff; }
#nav li a.menu-2:hover, #nav li a.menu-5:hover { background-color: #7C1B2F; }

#nav li a.menu-3, #nav li a.menu-6 { background-color: #8B4083; color: #fff; }
#nav li a.menu-3:hover, #nav li a.menu-6:hover { background-color: #9B5093; }

#nav li a.search { background-color: #35028F; color: #fff; }
#nav li a.search:hover { background-color: #45129F; }

/* Left column */

#sub-nav {
    padding: 10px 10px 30px;
    width: 130px;
    float: left;
}

#sub-nav h2 {
    font-size: 100%;
    font-family: Georgia;
    color: #ddd;
    border-bottom: 1px solid #5e5e91;
}

#locations {
	margin-top: 45px;
}

#locations a {
	color: #eee;
}

#bus-links {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

#bus-links li {
	width: 100%;
}

#bus-links a {
	color: #aeaee2;
	display: block;
}

#bus-links .search {
	margin-bottom: 16px;
	text-indent: -10000px;
	height: 66px;
    background-image: url(/images/search_buses.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #5e5e91;
}

#bus-links .school-buses {
	margin-bottom: 16px;
	text-indent: -10000px;
	height: 67px;
    background-image: url(/images/school_buses.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #5e5e91;
}

#bus-links .commercial-buses {
	margin-bottom: 16px;
	text-indent: -10000px;
	height: 59px;
    background-image: url(/images/commercial_buses.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #5e5e91;
}

#bus-links .childcare-buses {
	margin-bottom: 16px;
	text-indent: -10000px;
	height: 59px;
    background-image: url(/images/child_care_buses.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #5e5e91;
}

#bus-links .rental-buses {
	margin-bottom: 16px;
	text-indent: -10000px;
	height: 67px;
    background-image: url(/images/rental_buses.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #5e5e91;
}

#bus-links .misc-equipment {
	margin-bottom: 16px;
	text-indent: -10000px;
	height: 67px;
    background-image: url(/images/older_buses.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #5e5e91;
}

#bus-links .parts-buses {
	margin-bottom: 16px;
	text-indent: -10000px;
	height: 67px;
    background-image: url(/images/buses_for_parts_button.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #5e5e91;
}

#bus-links .credit {
	margin-bottom: 16px;
	text-indent: -10000px;
	height: 52px;
    background-image: url(/images/application.jpg);
    background-position: top center;
    background-repeat: no-repeat;
	border-bottom: 1px solid #5e5e91;
}

#bus-links .bus-rentals {
	text-indent: -10000px;
	height: 56px;
    background-image: url(/images/bus_rentals.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.single #sub-nav { display: none; }

/* Content
-------------------------------------------------------------- */

/* #main bg color is left side bar
     #content bg color is right side bar
     #main-content bg color is content color */

#breadcrumbs {
    margin: 0;
    padding: 5px;
    line-height: 100%;
    background-color: #272753;
    border-top: 1px solid #CE9B04;
    font-family: Georgia;
    color: #ccc;
    clear: both;
}

/* wrap for main content */
#main {
    margin: 0;
    padding: 0;
    float: left;
    clear: right;
    width: 800px;
    background-color: #fff;
	background-image: url(/images/full-bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

.double #main {
    background-image: url(/images/left-sidebar.jpg);
}

/* main-content plus side-content */
#content {
    margin: 0;
    padding: 0;
    width: 650px;
    float: left;
    background-color: #fff;
    background-image: url(/images/sidebar-bg.jpg);
    background-repeat: repeat-y;
    background-position: top right;
}

.single #content {
    margin: 0;
	width: 840px;
	background: #fff;
}

.double #content {
	width: 635px;
}

/* middle content */
#main-content {
    margin: 0;
    padding: 0;
    width: 459px;
    float: left;
    background-color: #fff;
    border-left: 1px solid #fff;
}

.single #main-content {
	padding: 5px;
	width: 829px;
	float: none;
}

.double #main-content {
	padding: 5px;
	width: 639px;
	float: left;
}

#main-content div {
    padding: 10px;
}

#main-content .feature {
    padding: 10px;
    background-color: #fff;
}

#main-content .extra-info {
    margin: 0;
    padding: 20px 10px 10px;
    background-color: #f7f7f7;
}

#main-content .middle {
    margin-bottom: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#main-content img.bus {
	width: 100%;
}

#main-content h2, #main-content h3 {
    margin-bottom: 15px;
    border-bottom: 1px dotted #ddd;
    font-family: Georgia;
    clear: both;
}

#main-content h3 {
    padding-bottom: 3px;
}

/* right sidebar */
#sub-content {
    margin: 10px 10px 0;
    width: 160px;
    float: left;
}

#sub-content h2 {
    margin-bottom: 7px;
    font-size: 110%;
    font-weight: bold;
}

#sub-content img {
    padding: 2px;
    background-color: #fff;
    border: 1px solid #aaa;
    margin: 0;
    float: none;
}

#sub-content p {
	margin-bottom: 9px;
}

.single #sub-content { display: none; }

/* Footer
-------------------------------------------------------------- */

#footer {
	padding: 5px;
	font-size: 10px;
	line-height: 103%;
    clear: both;
    background-color: #272753;
    color: #ddd;
}

#footer a {
	color: #ddd;
}

/* Misc
-------------------------------------------------------------- */
.clear {
    margin: 0;
    padding: 0;
    clear: both;
}

img.left {
    margin: 0 5px 5px 0;
    float: left;
}

img.right {
    margin: 0 0 1.5em 5px;
    float: right;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #ccc;
}

img.icon {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

.contact_us img {
    margin: 0;
    padding: 2px;
    float: left;
    width: 100px;
    border: 1px solid #ddd;
}

.contact_us h4 {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.contact_us .staff_info {
    margin-left: 120px;
    padding: 0 !important;
}

.contact_us {
    margin: 0;
    padding: 0 !important;
}

.contact_us .staff {
    clear: left;
}

.contact_location {
    margin: 0 0 40px;
    padding: 0 !important;
}

.contact_location_murray {
    margin: 0;
    padding: 0 !important;
}

table.contact {
    margin-bottom: 5px;
}

table.contact td {
    border-bottom: 0;
}

table.contact th {
    font-size: 15px;
}
