/*
	Fast Money Finance:  Main stylesheet
	Developed by World Wide Web Design 2007
*/

/* 1:----------- Global elements ----------- */
body {
	font-family:  arial, sans-serif;
	font-size: 76%;
	margin: 0;
}

p, li {
	font-size: 1.2em;
}

img {
	border: 0;
}

h1 {
	border-bottom: 1px dotted #666;
	color: #1b106c;
	margin: 0 10px 0 0;
}

h2 {
	color: #044a0e;
	margin: 0 10px 0 0;
	padding: 0;
}

form {
	background: #f1efff;
	margin: 20px;
	padding: 20px;
}

fieldset {
	border: 2px solid #ccc;
	margin: 5px 0 15px 0;
	padding: 10px;
}

legend {
	font-size: 1.3em;
	font-weight: bold;
}

label {
	display: block;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	width: 150px;
}

textarea {
	height: 100px;
	width: 280px;
}

a:link,
a:visited {
	color: #1b106c;
}

a:hover,
a:active {
	color: #0f94f5;
}
/* 1:----------- END: Global elements ----------- */
/* 2:----------- Skip links ----------- */
div#skip {
	height: 1px;
	overflow: hidden;
}

div#skip a.skiplink:link, 
div#skip a.skiplink:visited,
div#skip a.skiplink:hover {
	height: 1px;
	left: -1000em;
	position: absolute;
} 
     
div#skip a.skiplink:active,
div#skip a.skiplink:focus { 
	background: #000;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 30px;
	left: 0;
	padding: 5px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	width: 100%;
}
/* 2:----------- END: Skip links ----------- */
/* 3:----------- Header pane ----------- */
#header_pane {
	background: url(../_imgs/header_bg.gif) repeat-x #fff top;
	padding-top: 24px;
}

#header_phone {
	color: #666;
	font-size: 2em;
	position: absolute;
	right: 20px;
	top: 70px;
}

#header_phone span {
	color: #1b106c;
	font-size: 2em;
	font-weight: bold;
}
/* 3:----------- END: Header pane ----------- */
/* 4:----------- Top nav pane ----------- */
#top_nav_pane {
	border-top: 2px solid #ded7d7;
	padding: 10px;
}

#top_nav_pane ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#top_nav_pane span {
	background: url(../_imgs/top_nav_sprite.gif) no-repeat transparent 0 0;
	display: block;
	float: left;
	height: 18px;
	margin-right: 20px;
	text-indent: -1000em;
	width: 54px;
}

#top_nav_pane ul a {
	display: block;
	float: left;
	height: 18px;
	margin: 0 20px 0 0;
	text-indent: -1000em;
}
/* 4:----------- END: Top nav pane ----------- */
/* 5:----------- Content pane ----------- */
#content_pane {
	padding: 40px 0 0 10px;
	width: 900px;
}

.read_more {
	background: url(../_imgs/list_bullet.gif) no-repeat right 6px;
	padding: 0 10px 0 0;
	text-align: right;
}

.centre_box {
	text-align: center;
}

.centre_box img {
	margin: 0 15px 0 15px;
}
/* 5.1:----------- Left content ----------- */
#left_content {
	border-right: 2px solid #ded7d7;
	float: left;
	width: 570px;
}

#left_content p {
	margin-right: 10px;
}

.green_text {
	color: #044a0e;
	font-weight: bold;
}
/* 5.1.1:----------- Form styles ----------- */
#id_date {
	background: #f1efff;
	border: 0;
	color: #000;
}

#form_buttons {
	margin: 30px 20px 0 0;
	text-align: right;
}

#id_area_code {
	width: 30px;
}
/* 5.1.1:----------- END: Form styles ----------- */
/* 5.1:----------- END: Left content ----------- */
/* 5.2:----------- Right content ----------- */
#right_content {
	float: left;
	padding: 80px 10px 0 10px;
	width: 308px;
}

#apply_online {
	left: 652px;
	margin-top: -80px;
	position: absolute;
}

.box {
	background: url(../_imgs/box_bg.gif) repeat-y transparent;
	margin: 0 0 20px 60px;
	width: 300px;
}

.box_top {
	background: url(../_imgs/box_top_bg.gif) no-repeat transparent;
	display: block;
	height: 18px;
	width: 300px;
}

.box_bottom {
	background: url(../_imgs/box_bottom_bg.gif) no-repeat transparent bottom;
	display: block;
	padding-bottom: 30px;
	width: 300px;
}

.box h2 {
	margin: 0 15px 0 15px;
}

.box p {
	color: #333;
	margin: 15px 15px 0 15px;
}
/* 5.2:----------- END: Right content ----------- */
/* 5:----------- END: Content pane ----------- */
/* 6:----------- Footer pane ----------- */
#footer_pane {
	border-top: 2px solid #ded7d7;
	clear: both;
	margin: 0 10px 0 10px;
	padding-bottom: 40px;
}

#footer_pane ul {
	list-style: none;
	margin: 10px 0 30px 20px;
	padding: 0;
}

#footer_pane a {
	display: block;
	float: left;
	height: 17px;
	margin-right: 20px;
	text-indent: -1000em;
}

#copyright {
	color: #333;
	padding-top: 20px;
	text-align: right;
}

#copyright a {
	display: inline;
	float: none;
	margin: 0;
}

#copyright a:link,
#copyright a:visited {
	color: #666;
}

#copyright a:hover,
#copyright a:active {
	color: #4ae35f;
}
/* 6:----------- END: Footer pane ----------- */
