/* CSS Document */

body {							                      
    background: #f5e9b3;  
    color: #ffffff;  
}

a:link { 						
    color: #3e5183;
    text-decoration: none;
}

a:visited {
    color: #3e5183;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

a:active {
    color: #000000;
    text-decoration: none;

}

.header_box {
        display: block;
        width: auto;
        height: auto;
        margin: 8px 0 0 0;
        padding: 4px 0 4px 20px;




        background: #e67e13;
        font-weight: bold;
        font-size: 16px;
        color: #fff
}


.header_top {padding-top: 140px; text-align: center }
.intro {
	font-size: 14px;
	font-variant: normal;
	font-weight: normal;
	margin: 6px 20px 0 20px;
}

.bullets {
	margin-left: 60px;
	margin-right: 20px;
}

.img_rgt {
	float: right;
	padding-right: 10px;
}

.index {
        font-size: 14px;
        height: 90px;
        border-bottom: 1px dotted #3e5183;
}

.intro { 
        font-size: 14px;
        font-weight: normal
}
.star {
	text-align: center;
}


.tanning {
	color: #3e5183;
}

b {
	color: #3e5183;
}

li  {
        margin-left: 12px;
}
h1.welcome {
	background: url(/images/welcome.gif) no-repeat top left;
	height: 40px;
	width: auto;
	margin: 0 20px;
	padding: 0;
}

h1.welcome span {
	display: none;
}

.red {
	color: red;

}

.green {
	color: green;
	text-align: center;
}
.blue  {
        color: #006699
}


.yellow {
	color: yellow;
}

#google {
        position: absolute;
        bottom: 4px;
        left: 50px;
}

div#checkbox {
	float: left;
	margin-top: 8px;
   	
}



div#form {
	width: 204px;
	float: left;
	margin-left: 10px;
	text-align: left;
	padding-bottom: 20px
}



p.form {
	width: 200px;
	margin: 3px 0 3px 10px;
}



p.tiny {
	font-size: 10px;
	margin: 2px 0px 2px 0;
	padding: 2px 0 2px 0;
	color: #000000;
	width: 200px;
}



.indent {
	padding: 3px 20px 3px 20px;
	font-size: 14px;
}

div#container {				
	background: #fff url(/images/container_bg.gif) repeat-y;
	text-align: left;

}
	
div#header {
	background: transparent url(/images/header_bg.jpg) no-repeat;
	color: black;
}

div#menu a.pages {
	height: auto;
	width: auto;
	padding: 2px 0 2px 4px;
	margin: 0;
	display: block;
	color: #fff;
	text-align: left;
	border-top: 1px solid #f5e9b3;
	border-bottom: 2px solid #000;
              
}

div#menu a.pages:hover {
	color: #fff;
	background-color: #663300;
}
div#text_box a.pages2  span { display: none }
div#text_box a.pages2 {
	height: auto;
        width: 84px;
	padding: 2px 0 2px 0;
	margin: 2px 0 2px 4px;
	display: block;
	color: #000;
	text-align: center;
	background-color: #f5e9b3;
	border: .025em solid #000;
        float: left;
}

div#text_box a.pages2:hover {
	color: #fff;
	background-color: #4f120c;
}


div#text_box {
	color: black;
}
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;
}



div#franchise {
	background: transparent;
	text-align: center;

}

div#footer {
	background: #e6940f url(/images/footer_bg.jpg) repeat;
	text-align: left;
	border-top: 4px solid #000;
}
div#footer a {
	color: #fff
}
div#footer hover {
	color: #fff;
        text-decoration: underline;
}


div#footer p{
	margin: 0 95px 0 95px;
	font-size: 8px;
	text-align: center;
}


