﻿body 
{
    background-color: #202020;
    text-align:center; 
}

p, h1, td, li, th
{
    padding: 5px;
    margin: 5px;
    font-family: Arial, Helvetica, sans-serif;   
    line-height: 16px;
    font-size: 12px;
    text-align:left;
}

.BoldRed 
{
    color: #FF0000;
    font-weight: bold;
}

a:link, a:active, a:visited, a:hover { color: #9E7F53; font-weight:bold; }
a:link, a:active, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
#Footer a { color: #e2e0c0; }

#Main-Content-Body p, td
{
    color: #202020;
}

#Footer td {color: #FFF;}

#Main-Content-Body h1
{
    color: #39454b;
    font-size: 16px;
    font-weight: bold;
}

#Main-Content-Body h2
{
    color: #39454b;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    padding: 5px;
    margin: 5px;
}


#Container
{
    width: 984px;
    top: 15px;
    margin:0px auto;
}


#Special-Finance-Logo
{
    border-width: 1px;
    border-style: solid solid none solid;
    border-color: #fff;
    width: 984px;
    height: 51px;
    float: left;
    clear: right;
}

#Top-Content
{
    border-style: none solid none solid;
    border-color: #fff;
    display: inline;
    width: 984px;
    height: 293px;
    float: left;
    clear: both;
    border-width: 1px;
}

#Top-Content-Left
{
    height: 293px;
    vertical-align:top;
    width: 268px;
    display: block;
	float: left;
}

#Top-Content-Left-Image1
{
    background-image: url('images/sfal_logo1.jpg');
    background-repeat: no-repeat;
    width: 268px;
    height: 259px;
	float: left;
	vertical-align:top;
}

#Top-Content-Left-Image2
{
    background-image: url('images/sfal_logo2.jpg');
    background-repeat: no-repeat;
    width: 268px;
    height: 34px;
	float: left;
	vertical-align:top;
}

#Top-Content-Graphic
{
    background-image: url('images/sfal_graphic.jpg');
    background-repeat: no-repeat;
    width: 265px;
    height: 293px;
	float: left;
	vertical-align:top;
}

#Nav-Menu
{
    height: 293px;
    vertical-align:top;
    width: 233px;
    display: block;
	float: left;
}

#Nav-Menu img {
	padding: 0px;
	margin: 0px;
	float: left;
}

#Main-Content
{
    border-style: none solid none solid;
    border-width: 1px;
    border-color: #fff;
    width: 984px;
    display: inline;
    float: left;
    clear: both;
    background-color: #fff;
}

#Main-Content-Left
{
    display: block;
    width: 268px;
    height: 395px;
    vertical-align: top;
    float:left; 
}

#Main-Content-Left img {
	padding: 0px;
	margin: 0px;
	float: left;
}

#Main-Content-Body
{
    width: 715px;
    vertical-align: top;
    float:left; 
}

#Footer
{
    border-style: none solid solid solid;
    border-width: 1px;
    border-color: #fff;
    width: 984px;
    height: 51px;
    float: left;
    clear: both;
    color: #fff;
    line-height: 16px;
    display: table-row;
}

.modalBackground {

	background-color:Gray;

	filter:alpha(opacity=70);

	opacity:0.7;

}

.PopUp
{
	border: 1px solid #000000;
	color: #000;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	margin: 5px;
	padding: 5px;
	background-color: #FFFFFF;
	width: 350px;
}

.AccordionHeader
{
	border: 1px solid #464F54;
    color: #fff12f;
    background-color: #9E7F53;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    width: 90%;
    text-align:center;
}

.AccordionHeaderSelected
{
	border: 1px solid #fff12f;
    color: white;
    background-color: #464F54;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    width: 90%;
    text-align:center;
}

.AccordionContent
{
	background-color: #f8fafd;
    border: 1px dashed #3a3a3a;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    width: 90%;
    text-align:center;
    font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
}

.FormBox
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: 13px;
}

.SubmitButton
{
	border: 1px solid #393939;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	background-color: #5C656A;
	cursor: pointer;
	height: 24px;
    text-align: center;
}

.FormPanel
{
    border: solid 1px #393939;
    background-color: #FFFFDD;
}

#Dealer_Signup
{
    padding: 5px;
    margin: 5px;
    border: solid 1px #393939;
    display: block;
    vertical-align: middle;
}