/* CSS Document */

body {							                      
    background: #fff url(/images/body_bg.png) top left repeat-y;  
    color: #000;  
}

a:link { 						
    color: #6b1b03;
    text-decoration: underline;
}

a:visited {
    color: #6b1b03;
    text-decoration: underline;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:active {
    color: #000;
    text-decoration: none;
}


b {
	color: #000;
}


#container #text_box div.request1{ float: left; width: 440px; margin: 2px 0 12px 80px; padding: 8px 0 9px 0}
#container #text_box .request1 p { float: left; text-align: left; width: 210px; margin: 1px 0 1px 10px; padding: 1px 0 1px 0 }
#container #text_box .request1 p.form { text-align: right; width: 210px; margin: 1px 0; padding: 1px 0}
#container #text_box .request1 p select { width: 130px; font-size: 10px; margin-left: 8px}
#container #text_box .request1 p input { width: 130px; font-size: 10px}
body #container #text_box .request1 p input.check { width: 15px; margin: 0; padding: 0}
#container #franchise .request1 { margin: 4px 0 10px 0; padding: 4px 0 10px 44px; float: left; text-align: left; width: 200px}
#container #franchise .request1 p.form { float: left;width: 130px; margin: 5px 0 0 0; padding: 0}
#container #franchise .request1 p { float: left;width: 130px; margin: 0 0 0 0; padding: 0}
#container #franchise .request1 p select { width: 130px; font-size: 10px; margin: 0}
#container #franchise .request1 p input { width: 130px; font-size: 10px}

html > body #container #text_box .request1 p select { width: 130px; font-size: 10px; margin-left: 0}

.indent {
	padding: 3px 20px 3px 20px;
	font-size: 14px;
}

div#container {				
  background: transparent url(/images/container_bg.jpg) top left no-repeat;
	text-align: left;
        border-left:  4px solid #a98d89;
        border-right:  4px solid #a98d89;
}
	

div#header {
	background: transparent url(/images/header_bg.png) no-repeat;
	color: black;
	border: none;
	align: center
}

div#menu blockquote {
	background: transparent url(/images/blockquote_bg.png) top left no-repeat;
	margin: 0 0 26px 0;
	height: 50%
}

/* commented backslash hack v2 \*/
html > body div#menu blockquote{
	margin: 0 0 26px 0
}
 /* end hack */

div#menu  {
    background: transparent url(/images/menu_bg.png) bottom left no-repeat;
	height: auto
}

div#menu h1 {

	width: 160px;
	height: 26px;
	margin: 0;
	padding: 16px 0 0 0;
	font-size: 16px;
	text-align: center
}

div#menu a.pages {
	background: transparent url(/images/menu_a_bg.png) center left no-repeat;
	height: auto;
	width: auto;
	padding: 3px 0 0 12px;
	margin: 0 7px;
	display: block;
	color: #000;
	text-align: left;
    text-decoration:none;
	font: bold 12px "times new roman" serif

}

/* commented backslash hack v2 \*/
html > body div#menu a.pages{
	margin: 0 2px 0 7px;}
 /* end hack */

div#menu a.pages:hover {
	color: #000;
	background-color: #9eadbb;
}

div#text_box h1, h2 {
	color: #6b1b03;
}
div#text_box p {
	color: #000;
}


div#text_box a.request {
	width: 193px;
	height: 31px;
	margin: 0;
	padding: 0;
	display: block;
    background: url(/images/request_btn.gif) 0 0 no-repeat;
}


div#text_box a.request:hover {

	background-position: 0 -29px;
}
div#text_box a.request:active {
	background-position: 0 -29px;

}

div#text_box a.request_lg{

	width: 301px;
	height: 45px;
	margin: 0;
	padding: 0;
	display: block;
        background: url(/images/request_btn_lg.gif) 0 0 no-repeat;
}

div#text_box a.request_lg:hover {
	background-position: 0 -45px;
}
div#text_box a.request_lg:active {
	background-position: 0 -45px;
}

.left-lg {
	float: left;
	width: 44%;
	height: 8em
}

.left-sm {
	float: left;
	width: 44%;
	height: 6em
}

.left {
	float: left;
	width: 44%
}

.left ul {
	margin: 3px 6px 0 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px
}

.bottom {
	float: left;
	width: 590px
}


div#footer a {
	color: #000;
        text-decoration: none;
}
div#footer a:hover {
	color: #000;
        text-decoration: underline;
}

div#footer {
	background: transparent url(/images/footer_bg.png) top left no-repeat;
        text-align: center;
	height: 160px
}

div#footer p{
	margin: 3px 0;
	padding: 0 10px 0 80px;
  	font-size: 12px;
	color: #000;
	text-align: center;

}

img {border:none}
blockquote.filler {
	margin: 0;
	padding: 0;
	height: 600px
}