﻿/* _______________________________________________________________________ */
/*                                                                         */
/* Backgrounds                                                             */
/* _______________________________________________________________________ */
/*                                                                         */
.wrapper { background: url(../Images/PageBackground.gif) repeat-y; }
.header { background: url(../Images/HeaderBackground.png) repeat-x; }
.header h1 { background: url(../Images/Header.png) no-repeat; }
.header-cap { background: url(../Images/SiteLogo.png) no-repeat; }
.nav { background: url(../Images/TopBar.png) top right no-repeat; }
.body { background: url(../Images/BodyBackground.png) repeat-x; }
.body .split-left { background: url(../Images/VerticalDivider.png) 37% 25px no-repeat; }
.body .split-middle { background: url(../Images/VerticalDivider.png) 50% 25px no-repeat; }
.body .split-right { background: url(../Images/VerticalDivider.png) 63% 25px no-repeat; }
.title { background: url(../Images/TitleBackground.png) 0px 10px no-repeat; }
.title h2 { background: url(../Images/ArrowBullet.png) no-repeat; }
.textbox { background: url(../Images/TextBoxTop.png) no-repeat; }
.textbox-text, .textbox ul li { background: url(../Images/TextBoxBackground.png) repeat-y; }
.textbox-bottom { background: url(../Images/TextBoxBottom.png) bottom left no-repeat; }
.textbox ul { background: url(../Images/TextBoxBottom.png) bottom left no-repeat; }
.bullet { background: url(../Images/Bullet.png) -15px 3px no-repeat; }
.big-bullet { background: url(../Images/LargeBullet.png) -30px -1px no-repeat; }
.footer-text { background: url(../Images/FooterBackground.png) repeat-x; }
.foot-nav { background: url(../Images/FooterMenuBackground.png) repeat-x; }
