/* ============
    Mackenzie Wheeler
	============ */
	
/* General */

* { padding: 0px; margin: 0px; }

a { outline: none; color: #FC9600; }

p { margin: 10px 0px; }

ul, ol { margin: 10px 0px 10px 30px; }
ul li { background: url(/Resources/MackenzieWheeler/Layout/bullet.png) no-repeat 0 6px; list-style-image: url('/Resources/MackenzieWheeler/Layout/bullet.png'); list-style-position: outside; }
ul > li { padding-left: 15px; list-style-type: none; list-style-image: none; } /* Non-IE ONLY styles */

h1 { font-weight: normal; font-size: 18px; margin: 0px 0px 20px; }

/* Flash */

#flash { position: absolute; width: 860px; height: 675px; }

/* Common */

.page { margin-top: 55px; height: 675px; background-color: #FFF; }

/* #container { position: relative; padding-top: 50%; }
.page { position: relative; width: 900px; height: 675px; margin: -337px 0px 0px 0px; } */

#strip { background: url('/Resources/MackenzieWheeler/Layout/bg_leftCol.png') top left repeat; width: 205px; height: 55px; margin: 0px 0px 0px 55px; z-index: 5; }

.hide { display: none; }
.hilight { color: #FC9600; font-weight: bold; }

.clr { clear: both; }

/* Header */

#layout_area_header { background-color: #FC9600; z-index: 10; top: 55px; }
#logo { display: block; background: white url('/Resources/MackenzieWheeler/Layout/logo.png') top left no-repeat; width: 205px; height: 70px; margin-left: 55px; }

/* Horizontal Navigation */

#horizontalNav { height: 30px; overflow: hidden; padding: 30px 10px 10px; font-size: 14px; }

#horizontalNav a { display: block; color: #feecd6; text-decoration: none; float: left; padding: 10px; }
#horizontalNav a:hover { color: white; }
#horizontalNav span { display    : block; }

#horizontalNav .selected { color: #40280a; }
#horizontalNav .selected:hover { color: #40280a; }

/* Vertical Navigation */

#verticalNav a { display: block; color: white; font-size: 13px; text-decoration: none; padding: 0px 0px 5px;  }
#verticalNav a:hover { color: #ffb54d; }

#verticalNav .selectedSection { border-bottom: 1px solid rgb(255, 255, 255); border-bottom: 1px solid rgba(255, 255, 255, 0.4); margin-bottom: 5px; }

#verticalNav .navItem_2 a, #verticalNav .navItem_current_2 a { font-size: 11px; margin-left: 10px; }
#verticalNav .navItem_current a { color: #ffb54d; }

/* Pages */

#bg_Home, .bg_Default, .bg_default, #bg_Portfolio, #bg_Category, #bg_CaseStudy { background: #FFF url('/Resources/MackenzieWheeler/Layout/bg_home.jpg') top left no-repeat; }
#bg_About { background: #FFF url('/Resources/MackenzieWheeler/Layout/bg_about.jpg') top left no-repeat; }
#bg_Services { background: #FFF url('/Resources/MackenzieWheeler/Layout/bg_services.jpg') top left no-repeat; }
#bg_Clients { background: #FFF url('/Resources/MackenzieWheeler/Layout/bg_clients.jpg') top left no-repeat; }
#bg_People, #bg_Person { background: #FFF url('/Resources/MackenzieWheeler/Layout/bg_people.jpg') top left no-repeat; }
#bg_JoinUs { background: #FFF url('/Resources/MackenzieWheeler/Layout/bg_joinUs.jpg') top left no-repeat; }
#bg_ContactUs { background: #FFF url('/Resources/MackenzieWheeler/Layout/bg_contactUs.jpg') top left no-repeat; }
#bg_Press, #bg_press, #bg_PressArticle, #bg_pressArticle { background: #FFF url('/Resources/MackenzieWheeler/Layout/bg_press.jpg') top left no-repeat; }

#bg_Portfolio #wrapper, #bg_Category #wrapper, #bg_CaseStudy #wrapper { background: url('/Resources/MackenzieWheeler/Layout/white_50.png') top left repeat; }

