/* GENERAL STYLES */
/* GENERAL STYLES */
body, html, div, form {
	margin: 0px auto;
	padding: 0px;
	font: normal 8pt/11pt sans serif;
	text-align: left;
	}
	
img {
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-width: 0px;
	}

body {
    background-image: url('/image/BackgroundTop.jpg');
    background-position: top center;
    background-repeat: repeat-x;
    background-color: #524c40;
    text-align: center;
    }
    
/* ---------- Top Half of Site */
#x0-wrapper, 
div.x0-wrapper-top, 
div.x0-wrapper-bottom {
    width: 100%;
    text-align: center;
    float: left;
    clear: left;
    display: block;
    }
    
#x0-wrapper {
    background-color: #ffffff;
    }
    
div.x0-wrapper-top {
    background-image: url('/image/BackgroundTop.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    }
    
div.x0-wrapper-bottom {
    background-image: url('/image/BackgroundBottom.jpg');
    background-position: bottom center;
    background-repeat: repeat-x;
    }
    
/* ---------- Bottom Half of Site */
#x1-wrapper {
    width: 100%;
    text-align: center;
    float: left;
    clear: left;
    display: block;
    }
    
/* ---------- Middle Wrappers */
div.y0-wrapper, div.y1-wrapper {
    width: 952px;
    text-align: left;
    }
    
    
/* Header Section */
div.header-container, div.header-left, div.header-right {
    height: 133px;
    float: left;
    overflow: hidden;
    display: block;
    }
    
div.header-container, div.header-left {
    width: 952px;
    clear: left;
    }
    
div.header-left {
    width: 407px;
    }
    
div.header-right {
    width: 545px;
    }
    
    
/* Side Bar Section */
div.sidebar-container, 
div.sidebar-bkgd, 
div.sidebar-top, 
div.sidebar-bottom {
    width: 288px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    }
    
div.sidebar-bkgd {
    background-image: url('/image/SideBarSlice.jpg');
    background-position: top center;
    background-repeat: repeat-y;
    }
    
div.sidebar-top {
    background-image: url('/image/SideBarTop.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    }
    
div.sidebar-bottom {
    background-image: url('/image/SideBarBottom.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    }
    
div.sidebar-content, 
div.sidebar-content-content {
    width: 246px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    padding: 31px 21px 31px 21px;
    margin: 0px;
    }
    
div.sidebar-content-content {
    padding: 0px;
    }
    
/* ---------- Navigation Section */
div.navigation-container, 
div.navigation-left, 
div.navigation-right {
    width: 246px;
    height: 142px;
    float: left;
    overflow: hidden;
    display: block;
    }
    
div.navigation-container, 
div.navigation-left {
    clear: left;
    }
    
div.navigation-left {
    width: 118px;
    display: inline;
    }
    
div.navigation-right {
    width: 128px;
    display: inline;
    }
    
/* ---------- Search Section */
div.search-container, 
div.search-title, 
div.search-bar {
    width: 246px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    }
    
div.search-title {
    height: 28px;
    padding: 25px 0px 0px 0px;
    margin: 0px;
    }
    
div.search-bar {
    height: 31px;
    background-image: url('/image/SearchBar.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    }
    
div.search-bar-left, 
div.search-bar-right {
    height: 31px;
    float: left;
    overflow: hidden;
    display: inline;
    }
    
div.search-bar-left {
    width: 171px;
    clear: left;
    }
    
div.search-bar-right {
    width: 75px;
    }
    
div.search-container input.special {
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
	color: #b91300;
	border-style: solid;
	border-width: 0px;
	border-color: #cccccc;
	width: 171px;
	height: 31px;
	padding: 7px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	background-color: Transparent;
    }
    
/* ---------- Locations Section */
div.locations-container, 
div.locations-title, 
div.locations-content-container, 
div.locations-content, 
div.locations-content-content {
    width: 246px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    }
    
div.locations-title {
    height: 31px;
    padding: 25px 0px 0px 0px;
    margin: 0px;
    }
    
div.locations-content, 
div.locations-content-content {
    width: 226px;
    padding: 20px 10px 0px 10px;
    margin: 0px;
    }
    
div.locations-content-content {
    padding: 0px;
    }


/* Quote Section for Home and Sub Page */
div.quote-container, 
div.quote, 
div.sub-quote-container {
    width: 288px;
    height: 136px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    }

div.quote-container {
    padding: 0px 44px 0px 0px;
    }

div.quote {
    background: url('/image/QuoteBox.png') top center no-repeat;
    }

div.sub-quote-container {
    padding: 9px 0px 0px 0px;
    }

div.quote-left, 
div.quote-right {
    width: 166px;
    height: 136px;
    float: left;
    overflow: hidden;
    display: inline;
    }

div.quote-left {
    width: 122px;
    clear: left;
    }

div.quote-content-container, 
div.quote-content {
    width: 155px;
    height: 87px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    text-align: right;
    }

div.quote-content-container {
    padding: 28px 11px 21px 0px;
    }
    

/* Footer */
div.footer-container {
    width: 952px;
    text-align: center;
    }
    

/* Image Stylings */
div.navigation-container img {
    float: left;
    clear: left;
    }
   
    
/* Font Stylings */
/* ---------- Subpage Content h1 */
div.content-container h1 {
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 20px;
    font-weight: bold;
    color: #524c40;
    line-height: 20px;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    }


/* ---------- Subpage Content h2 */
div.content-container h2 {
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
    color: #b91300;
    line-height: 15px;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    }
    
/* ---------- Welcome Statement Homepage p, 
              Locations Homepage p */
div.welcome-statement-container, 
div.welcome-statement-container p, 
div.welcome-statement-container p strong,  
div.locations-content-container, 
div.locations-content-container p, 
div.locations-content-container p strong, 
div.highlight-container p, 
div.content-container, 
div.content-container p, 
div.content-container p strong, 
div.content-container p.bottom, 
div.content-container li, 
div.content-container p.breadcrumb, 
div.article-container p, 
div.article-container p.more, 
div.sub-quote-container p {
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 13px;
    font-weight: normal;
    color: #524c40;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    }
    
div.welcome-statement-container p strong, 
div.locations-content-container p strong, 
div.highlight-container p, 
div.sub-quote-container p {
    color: #b91300;
    }
    
div.highlight-container p, 
div.sub-quote-container p {
    font-size: 12px;
    line-height: 18px;
    }
    
div.content-container p strong {
    font-weight: bold;
    }

div.content-container p {
    padding: 0px 0px 20px 0px;
    }

div.content-container p.bottom {
    padding: 0px;
    }

div.article-container p {
    padding: 0px 0px 10px 0px;
    }
    
div.footer-container p {
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 13px;
    font-weight: normal;
    color: #a39a7f;
    line-height: 13px;
    padding: 20px 0px 25px 0px;
    margin: 0px;
    }

div.content-container p.breadcrumb {
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    }
    
    
/* Link Stylings */
div.content-container a, div.content-container a:link, div.content-container a:visited, div.content-container a:hover, div.content-container a:active, 
div.welcome-statement-container a, div.welcome-statement-container a:link, div.welcome-statement-container a:visited, div.welcome-statement-container a:hover, div.welcome-statement-container a:active {
    color: #b91300;
    text-decoration: underline;
    }
    
div.content-container a:hover, div.welcome-statement-container a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #b91300;
    }
    
div.footer-container a, div.footer-container a:link, div.footer-container a:visited, div.footer-container a:hover, div.footer-container a:active {
    color: #a39a7f;
    font-weight: bold;
    text-decoration: none;
    }
    
div.footer-container a:hover {
    text-decoration: underline;
    }

/* EDITOR PROPERTIES */


/* EDITOR PROPERTIES */
