/* CSS Document */
body {		  
    background: #6e9266;  	
    color: #ffffff;  
}

a:link { 						
    color: #006699;
    text-decoration: none;
}

a:visited {
    color: #006699;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

a:active {
    color: #000000;
    text-decoration: none;

}
.americare {
        color: #006666;
}

.header_box {
        display: block;
        width: 440px;
        height: auto;
        margin: 0;
        padding: 4px 0 4px 20px;
        background: #006699;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        text-align: center
}

.intro {
	font-size: 14px;
	font-variant: normal;
	font-weight: normal;
	margin: 6px 20px 6px 20px;
}

h1.pink{
	font-size: 22px;
	color: #cc3399;
}

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;
}

b	{
	color: #006699;
	padding-right: 6px;
}

li     {
        margin-left: 12px
}
p.form {
	width: 200px;
	margin-top: 2px;
	margin-left: 10px;
}



p.tiny {
	font-size: 10px;
	width: 200px;
	margin: 1px 14px 1px 14px;
	color: #000000;
}

.star {
	text-align: center;
}
.pic {
	float: left;
}

.pic_right {
        float: right;
}

.indent {
	margin-left: 60px;
	margin-right: 20px;
	font-size: 14px;
}

.red {
	color: red;

}

.green {
	color: green;
	text-align: center;
}
.blue  {
        color: #006699
}


.yellow {
	color: yellow;
}

div#container {				
	background: #ffffff url(/images/container_bg.gif) repeat-y;
	text-align: left;
}
	
div#header {
	background: #cccccc url(/images/header_bg.jpg);
	color: black;
	border-bottom: 2px solid black;
}

div#menu {
	background: transparent;
	text-align: center;
}

div#checkbox {
	float: left;
	margin-top: 8px;
        width: 240px

}



div#form {
	width: 198px;
	float: left;
	margin-left: 10px;
	text-align: left;
}
div.checkbox {
	float: left;
	margin-top: 8px;
}



div.form {
	width: 198px;
	float: left;
	margin-left: 10px;
	text-align: left;
}
#google {
        position: absolute;
        bottom: 4px;
        left: 50px;
}
div#menu a.pages {
	height: auto;
	width: 120px;
	padding: 2px 0 2px 0;
	margin: 2px 0 2px 4px;
	display: block;
	color: #000;
	text-align: center;
	background-color: #e6efe8;
	border: .025em solid #000;

}

div#menu a.pages:hover {
	color: #fff;
	background-color: #374695;
}


div#text_box {
	background: transparent;
	background-position: 50% 100%;
	color: black;
}
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;
}


div#franchise {
	background: transparent;
	text-align: center;
	
}

div#franchise a {
	margin-top: 4px;

}


div#footer {
	background: #e6efe8 url(/images/footer_bg.gif) repeat;
	text-align: center; 

}

div#footer p{
	margin: 20px 95px 0 95px;
	font-size: 8px;
}

div#footer a:link  {						
    color: #ffffff;
    text-decoration: none;
}

div#footer a:visited {
    color: #ffffff;
    text-decoration: none;
}

div#footer a:hover {

    color: #ffffff;

    text-decoration: underline;
}

div#footer a:active {
    color: #ffffff;
    text-decoration: none;

}




img {border:none}
