﻿body
{
	background-image: url('images/bg_pattern.jpg');
	background-repeat: repeat;
}

body a
{
	color: #ba5511;
	text-decoration: none;
	font-weight: bolder;
} 

body a:hover
{
	text-decoration: underline;
} 



#Top-Logo 
{
	float: left;
	clear: both;
	background-image: url('images/special-finance-logo.gif');
	background-repeat: no-repeat;
	width: 1000px;
	height: 142px;
}

#Container
{
	margin:0 auto;
	width:1000px;
}

#Content-Area 
{
	display: inline;
}

#main-body-left {
	background-image: url('images/main_body_left.gif');
	background-repeat: no-repeat;
	width: 31px;
	height: 464px;
	float: left;
	vertical-align:top;
	max-height: 464px;
}

#exclusive-territories {
	display: block;
	width: 179px;
	height: 464px;
	float: left;
	vertical-align:top;
}

#exclusive-territories-text {
	background-image: url('images/exclusive-territory-body.gif');
	background-repeat: no-repeat;
	width: 179px;
	height: 185px;
	float: left;
	vertical-align:top;
}

#exclusive-territories-text p {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: 13px;
	margin: 5px;
}

#exclusive-territories img
{
	padding: 0px;
	margin: 0px;
	float: left;
}

#Nav-Menu {
	display: block;
	width: 155px;
	height: 464px;
	float: left;
	vertical-align:top;
	max-height: 464px;
}

#Nav-Menu img {
	padding: 0px;
	margin: 0px;
	float: left;
}

#page-body {
	width: 605px;
	float: left;
	vertical-align:top;
	background-color: #FFFFFF;
}

#page-body-top {
	background-image: url('images/main_body_top.jpg');
	background-repeat: no-repeat;
	width: 605px;
	height: 25px;
}

#page-body-text
{
	width: 605px;
	vertical-align: top;
	background-color: #FFFFFF;
}

#page-body-text p
{
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	margin: 5px;
	padding: 5px;
}



#page-body-text h1
{
	border: 1px solid #3a3a3a;
    color: white;
    background-color: #ba5511;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: 16px;
	margin: 20px;
	padding: 5px;
	text-align: center;
	word-spacing: .15em;
	-moz-border-radius: 8px;
}

#page-body-text li
{
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: 13px;
	margin: 5px;
	text-indent: 30px;
	list-style-position:inside;
}

#page-body-bottom
{
	background-image: url( 'images/main_body_bottom.jpg' );
	background-repeat: no-repeat;
	width: 605px;
	height: 28px;
	clear: both;
}

#main-body-right {
	background-image: url('images/main_body_right.gif');
	background-repeat: no-repeat;
	width: 30px;
	height: 464px;
	float: left;
	vertical-align:top;
	max-height: 464px;
}

#footer
{
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	width: 100%;
	height: 144px;
	float: left;
	clear: both;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	word-spacing: .1em;
	
}

#footerCopyright
{
	float:left;
	text-align: center;
	width: 300px;
	line-height: 14px;
}

#footerSiteMap
{
	float:left;
	text-align: center;
	width: 640px;
	line-height: 16px;
}

#footerSpacer
{
	float:left;
	text-align: center;
	width: 60px;
	vertical-align:middle;

}

#footer a
{
	color: #ffe100;
	text-decoration: none;
	font-weight: bolder;

}

#footer a:hover
{

	text-decoration: underline;

}

#SampleApp
{
	color: #000;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	margin: 5px;
	padding: 5px;
}

.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: 300px;
}

#WebForm
{ 
	border-width: 0px;
	color: #000;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	width: 95%;
 }

.modalBackground {

	background-color:Gray;

	filter:alpha(opacity=70);

	opacity:0.7;

}

.AccordionHeader
{
	border: 1px solid #fff12f;
    color: #fff12f;
    background-color: #dda92e;
	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 #3a3a3a;
    color: white;
    background-color: #ba5511;
	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 #fff12f;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	background-color: #ba5511;
	cursor: pointer;
	height: 24px;
}

.SubmitButton:hover
{
	border: 1px solid #fff;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	background-color: #CF8C14;
	cursor: pointer;
}

.panelBorder
{
	width: 80%;
	border-color: #BA5511;
	border-style: solid;
	border-width: 1px;	
}

.FormBox
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: 13px;
}