/* CSS Document */

body {							                      
    background: #d7d5be;  
    color: #000;  
}

a:link { 						
    color: #000066;
    text-decoration: none;
}

a:visited {
    color: #000066;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

a:active {
    color: #000000;
    text-decoration: none;

}

.bullets {
	margin-left: 60px;
	margin-right: 20px;
}

.header_box {
        display: block;
        width: 440px;
        height: auto;
        margin: 0;
        padding: 4px 0 4px 20px;
        background: #000066;
        font-weight: bold;
        font-size: 16px;
        color: #fff
}

.intro {
	font-size: 14px;
	font-variant: normal;
	font-weight: normal;
	margin: 6px 20px 6px 20px;
}

.indent {
	padding: 3px 20px 3px 20px;
	font-size: 14px;
}


.img_rgt {
	float: right;
	padding-right: 10px;
}

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: 180px;
}
.star {
        height: auto;
	width: 128px;
	padding: 2px 0 2px 0;
	margin: 2px 0 2px 0;
	display: block;
	color: #fff;
	text-align: center;
	background-color: #000066;
	border: .025em solid #ffffff;
}


.tanning {
	color: #330099;
}

b {
	color: #000066;
}
.green {
	color: green;
	text-align: center;
}

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;
}

#google {
        position: absolute;
        bottom: 4px;
        left: 150px;
}

div#checkbox {
	float: left;
	margin-top: 8px;
   	
}

div#container {				
	background: #cccc99 url(/images/container_bg.gif) repeat-y;
	text-align: left;

}

div#form {
	width: 204px;
	float: left;
	margin-left: 10px;
	text-align: left;
	padding-bottom: 106px
}


div#franchise {
	background: transparent;
	text-align: center;
}




div#footer {
	background: #524569 url(/images/footer_bg.gif) no-repeat;
	text-align: left;
	border-top: 4px solid #000;
}

div#footer p {
	margin: 20px 10px 0 10px;
	font-size: 8px;
	text-align: center;
	text-color: #000
}



div#header {
	background: #fff url(/images/header_bg.gif) no-repeat;
	color: black;
	border-bottom: 4px solid #fff;       
}



div#menu a.pages {
	height: auto;
	width: 128px;
	padding: 2px 0 2px 0;
	margin: 2px 0 2px 0;
	display: block;
	color: #000066;
	background-color: #d9aa2d;
	border: .025em solid #ffffff;
}

div#menu a.pages:hover {
	color: #fff;
	background-color: #000066;
}


div#text_box {
	color: black;
        background: transparent;
}
div#text_box a.request {
	width: 193px;
	height: 29px;
	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;
}

iframe { border: none; margin-left: 10px}

img {border:none}