@charset "utf-8";
/* CSS Document */


@import url("#.css");

/* ---------------------------------------------------------------------------

	Body 

--------------------------------------------------------------------------- */

body {
	margin:0px;
	background-color:#fff5f0;
	font-family: Arial, Tahoma, "Trebuchet MS", sans-serif;
	font-size:13px;
	background-image: url(../images/layout2_bg.jpg);
	background-repeat: repeat-x;
	color:#333;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 890px;
}

#header {
	margin: 16px 0px 0px 0px;
	width:880px;
	height:90px;
}

#container {
	float:left;
	width:880px;
	background-repeat:no-repeat;
	clear:both;
	margin:15px 0px 0px 0px;
}


#side_a_home {
	float: left;
	width: 400px;
	height:370px;
	background-image:url(../images/content_bg_left.jpg);
	background-repeat:no-repeat;
	position:0 0;
}

#side_b_home { 
	margin: 0;
	float: left;
	width: 480px;
	background-image:url(../images/content_bg_right.jpg);
	background-repeat:no-repeat;
	position:0 0;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#side_a {
	float: left;
	width: 300px;
	min-height:300px;
	background-image:url(../images/content_bg_inside_left.jpg);
	background-repeat:no-repeat;
	position:0 0;
	margin:0px 15px 0px 0px;
	padding:300px 0px 20px 0px;
}

#side_b { 
	margin: 0;
	float: left;
	width: 560px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

* html .content { /*IE only. Add 1em spacing between menu and rest of content*/
	padding: 50px 0px 0px 0px;
}

.content_home { 
	float:left;
	width:350px;
}

/* ---------------------------------------------------------------------------

	For 3 column design: Leave off if unneccessary

--------------------------------------------------------------------------- */

#side_c {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	width: 300px;
}

#side_d {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 20px;
	float: left;
	width: 550px;
}

#footer {
	clear: both;
	width:880px;
	height:200px;
	border-top:2px solid #333;
	text-align:center;
}


/* ---------------------------------------------------------------------------

	Logo Replace

--------------------------------------------------------------------------- */

#logo a {
	display:block;
	text-decoration:none;
	width:312px;
	height:90px;
	background-image:url(../images/logo_accelerated_receivables.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 0px 16px;
}

#logo {
	display:block;
	text-decoration:none;
	width:312px;
	height:90px;
	float:left;
}

/* ---------------------------------------------------------------------------

	Tagline

--------------------------------------------------------------------------- */

#tagline {
	width:480px;
	height:70px;
	margin:8px 0px 0px 0px;
	float:right;
	text-align:right;
}

/* ---------------------------------------------------------------------------

	Tabbed Menu 

--------------------------------------------------------------------------- */

#menu_container {
	float:left;
	width:880px;
	height:45px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#menu {
	width:500px;
	float:left;
	font-family:"trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	border-bottom: 0px solid #333;
	color:#333;
	margin:16px 0px 0px 0px;
}

* html #menu { /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 0px;
}

#menu ul {
	list-style-type: none;
	margin:0;
	margin-left: 10px;
	padding:0;
}

#menu li {
	display:inline;
	margin:0;
	padding:0;
}

#menu a {
	float:left;
	background:url(../images/tab_left.jpg) no-repeat left top;
	margin:0;
	padding:0 0 0 8px;
	text-decoration:none;
}

#menu a span {
	float:left;
	display:block;
	background:url(../images/tab_right.jpg) no-repeat right top;
	padding:3px 14px 3px 5px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */

#menu a:hover span {
	color: #fff;
	text-decoration:none;
}

#menu a:hover {
	background-position:0% -125px;
}

#menu a:hover span {
	background-position:100% -125px;
}


/* ---------------------------------------------------------------------------

	General Declarations

--------------------------------------------------------------------------- */


.hide {
	visibility:hidden;
	display:none;
	text-indent:-8520px;
}

.pictureframe {
	border:#000 1px solid;
	padding:4px;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.clear {
	clear: both;
	background-color:transparent;
	height:1px;
}

.accelerated_box {
	width:350px;
	height:120px;
	padding:0px 0px 0px 0px;
	margin:16px 0px 0px 0px;
}

.accelerated {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:24px;
	color:#ff2d1c;
	font-weight:bold;
	padding:0px 0px 5px 0px;
	margin:0px 0px 5px 0px;
	line-height:35px;
}

h2 {
	font-family: Arial,"Trebuchet MS",  sans-serif;
	font-size:26px;
	color:#333333;
	font-weight:normal;
	padding:0px 0px 5px 0px;
	margin:0px 0px 5px 0px;
}

h3 {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:18px;
	color:#333333;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

h4 {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:16px;
	color:#333333;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.whitesubtitle {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
}

p {
	margin:15px 0px 15px 0px;
}

/* ---------------------------------------------------------------------------

	Phone Number

--------------------------------------------------------------------------- */

.phonenumber {
	width:300px;
	height:40px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	font-weight:bold;
	text-align:right;
}

.phonetext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	font-weight:normal;
}


/* ---------------------------------------------------------------------------

	Newsletter

--------------------------------------------------------------------------- */

#newscontainer {
	float:right;
	margin:0px 10px 0px 0px;
	padding:5px;
	width:230px;
	height:140px;
	background-color:#006699;
	border:1px #000000 solid;
	color:#fff;
	font-weight:bold;
	font-size:13px;
}

.newstitle {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:18px;
	color:#ffffff;
	font-weight:normal;
	text-align:left;
	width:215px;
	border-bottom:1px dotted #fff;
	margin:0px 0px 10px 0px;
	padding:0px 0px 6px 0px;
}

.newstextsmall {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:normal;
	font-size:10px;
}

.input {
	width:100px;
}



/* ---------------------------------------------------------------------------

	Horizontal Navigation

--------------------------------------------------------------------------- */

#NAME{
   white-space : nowrap;
   float : left;
   width : 444px;
   height:20px;
} 

#NAME ul{
   padding : 0;
   margin : 0;
}

#NAME ul li{
   display : inline;
   text-align:center;
}

#NAME ul li a:link {
	padding-left : 5px;
	padding-right : 5px;
	color:#666666;
	font-size:8px;
	text-transform:uppercase;
	text-decoration:none;
}

#NAME ul li a:hover {
	padding-left : 5px;
	padding-right : 5px;
	color:#990000;
	font-size:8px;
	text-transform:uppercase;
	text-decoration:none;
}

#NAME ul li a:visited {
	padding-left : 5px;
	padding-right : 5px;
	color:#666666;
	font-size:8px;
	text-transform:uppercase;
	text-decoration:none;
}

#NAME ul li a:visited:hover {
	padding-left : 5px;
	padding-right : 5px;
	color:#990000;
	font-size:8px;
	text-transform:uppercase;
	text-decoration:none;
}

/* ---------------------------------------------------------------------------

	Logos

--------------------------------------------------------------------------- */

#logos {
   white-space : nowrap;
   float : left;
   width : 880px;
   height: 80px;
   padding:20px 0px 0px 0px;
   margin:0px 0px 15px 0px;
} 

#logos ul {
    padding : 0;
    margin : 0;
}

#logos ul li {
   display : inline;
   text-align:center;
}

#logos img {
	padding-left : 45px;
	padding-right : 45px;
	border: 0px solid;
}

/* ---------------------------------------------------------------------------

	Unordered List Stylings

--------------------------------------------------------------------------- */


#services ul {
	 padding-left:5px;
	 margin-left:5px;
	 margin-top:0px;
	 text-indent:1px;
	 list-style:none;
	 font-size:13px;
}

#services li {
	border-bottom:#CCCCCC 1px dotted;
	width:100%;
	margin:0px 0px;
	padding:4px 0px;
}

#services a:link{
	color:#333333;
	text-decoration:none;
}

#services a:hover{
	color:#990000;
	text-decoration:none;
}

#services a:visited{
	color:#333333;
	text-decoration:none;
}

#services a:visited:hover{
	color:#990000;
	text-decoration:none;
}

/* ---------------------------------------------------------------------------

	Links

--------------------------------------------------------------------------- */

a:link {
	color:#006699;
	text-decoration:none;
}

a:hover {
	color:#990000;
	text-decoration:none;
}

a:visited {
	color:#006699;
	text-decoration:none;
}

a:visited:hover {
	color:#990000;
	text-decoration:none;
}

