﻿/* Styles for AddCash Finance */





*					{font-family: Arial;}
body				{margin: 0px;text-align:center;}	
.navMenu			{padding: 10px; font-size: 9pt; border: 0px #000000 solid;}
.navMenu a			{color: #666666; text-transform: uppercase; text-decoration: none;}
.navMenu a:hover	{color: #b7003c; text-decoration: underline;}

.container{
	width:780px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#nav a:link, #nav a:visited {
	color: #666;
	text-decoration: none;
}

#nav a:hover {
	color: #80002a;
}

#nav .applynow, #nav a:link.applynow, #nav a:visited.applynow {
	font-weight: bold;
	color: #b7003c;
}

#banner {
	width: 755px;
	height: 53px;
	float: left;
	background: #FFF url('/templates/images/banner.gif') no-repeat;
}

#topimage {
	width: 755px;
	height: 201px;
	float: left;
	background: #FFF url('/templates/images/top_header.jpg') no-repeat;
	border-bottom: 2px solid #B7003C;
}

#greybar {
	width: 472px;
	height: 18px;
	background-color: #CCC;
	margin: 0px 0px 10px 0px;
}

#members {
	position: relative;
	width: 262px;
	background: #ccc;
	font-size: 1em;
	color: #B7003C;
	padding: 10px 10px 5px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	left: 473px;
	top: -108px;
}

#members td {
	vertical-align: centre;
}

#maincontent {
	width: 450px;
	float: left;
	height: 100%;
}

#maincontent li {
	margin-bottom: 2px;
}

#footer {
	width: 450px;
	background: #FFF url('/templates/images/dollarsign.jpg') no-repeat 335px 0px;
	font-size: .6em;
	color: #30583a;
	margin-top: 10px;
	float: left;
}

#rightcontent {
	/*width: 262px;*/
	/* background: #49554C;
	border-left: 1px solid #B7003C; */
	font-size: .9em;
	padding: 10px 10px 10px 10px;
	color: #B0AFAF;
	float: right;
}

#contentwrap {
	width: 755px;
	float: left;
	background-image: url('/templates/images/bg.gif');
	background-repeat: repeat-y;
	min-height: 100%;
	height: 100%;
}

/* Tag and Class styles */

.p {
	/* Bodycopy Left */
	font-size: .95em;
	color: #747474;
	margin-bottom: 20px;
}

h1, .h1 {
	/* Page Title Red */
	font-size: 1.2em;
	color: #80002a;
	margin-bottom: 20px;
	font-weight: normal;
}

h2, .h2 {
	/* Page Title Green */
	font-size: 1.2em;
	color: #748f7b;
	margin-bottom: 20px;
}

.subhead {
	/* Subhead 1 */
	color: #80002A;
}

form, form i {
	font: .95em Arial, Helvetica, sans-serif;
	color: #747474;
}

form b {
	color: #80002a;
	font-size: .95em;
}

form input, form textarea {
	color: #000;
	font-size: .9em;
}

h3 {
	font-size: 1.2em;
	color: #80002A;
	font-weight: normal;
	margin-bottom: -18px;
}
	
ul {
	margin: 0px 0px 0px 15px;
	list-style-type: circle solid;
}

li {
	margin-bottom: 20px;
	color: #747474;
	font-size: .95em;
}

/* Styles for righthand side */

td.rightcontent ul {
	padding: 15px;
	margin:0;
	color: #CCCCCC;
}

td.rightcontent li {
	margin: 0 0 20px 0;
	margin:0;
	color: #CCCCCC;
}

p img {
	margin:0;
	padding:0;
	border:0;
	float:left;

}

.pright {
	/* Bodycopy Right */
	color: #CCCCCC;
	font-size: .95em;
	margin-bottom: 20px;
}

.biggreen {
	/* Bodycopy Right Big */
	font-size: 1.1em;
	color: #B0AFAF;
	font-weight: bold;

}

#imgFooterButton2 img {
	visibility:hidden;
}

/* Miscellaneous styles */

img {
	border: 0;
}

.darkgreen {
	color: #49554C;
}

strong {
	font-family: Arial, Helvetica, sans-serif;
}
	
.hide {
	display: none;
}

/* Styles for anchors */

.anchors {
	font-size: .9em;
}

.anchors a:link, .anchors a:visited {
	text-decoration: none;
	color: #747474;
	line-height:1.5em;
}

.anchors br {
	margin-bottom: 3px;
}

.anchors a:hover {
	text-decoration: underline;
}

td.maincontent a:link, td.maincontent a:visited {
	text-decoration: none;
	color: #80002a;
}

td.maincontent a:hover {
	text-decoration: underline;
}

td.rightcontent {
	color: #cccccc;
	clear:none;
}

td.rightcontent a:link, td.rightcontent a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

td.rightcontent a:hover {
	text-decoration: underline;
}

td.footer a:link, td.footer a:visited {
	text-decoration: none;
	color: #30583A;
}

#footer a:hover {
	text-decoration: underline;
}