* {margin: 0 auto 0 auto; padding: 0;}

html, body {height: 100%;}

img {border: 0;}

body {background-color: #eee; font-family: Arial, Verdana, Helvetica, sans-serif;}

#container {width: 900px; min-height: 100%; margin-left: auto; margin-right: auto; margin-bottom: -60px; position: relative; background-color:#fff}

#header {width:900px;margin:0 auto;background-color:#eee;position:relative;display:block;}

#main {width: 900px;height: 280px; background-image: url(http://paydayland.ca/images/main-pic.jpg); background-repeat: no-repeat;}

.main-msg {width:500px; height: 200px; float:right; padding: 50px 35px 0 35px; text-align: center;}
.main-msg h1 {
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.3em;
	margin-bottom: 0px;
}

.main-msg p {
	color: #fff;
	font-size: 22px;
	margin: 0 0 18px 0;
	line-height: 1.3em;
}

/* Navigation //////////////////////////////////////////////////////////////// */
.navigation {background: #0066cc;}
.navigation ul {margin:0; text-align:center;}
.navigation li {display: inline; margin: 0; padding: 0;}
.navigation li a {display: inline-block; margin: 0;padding: 10px 32px; color: #FFF; text-decoration: none; text-transform: uppercase; font-size: 12px;}
.navigation li a:hover {color: #fff; text-decoration: underline; background-color:#0157ad;}

/* Apply Today//////////////////////////////////////////////////////////////// */
a.apply-today {display: block; width: 288px; height: 67px; text-decoration: none; background: url('http://paydayland.ca/images/apply-today.gif');}
a.apply-today:hover {background-position: 0px -67px;}
.displace {position: absolute; left: -5000px;}
		
/* Content ////////////////////////////////////////////////////////// */
#content {width:560px; margin:0; position: relative; padding: 20px 10px 20px 20px; float:left;}

/* Sidebar ////////////////////////////////////////////////////////// */
#sidebar {width:280px; margin:0;	position: relative;	padding: 20px 20px 10px 10px; float:right;}

#sidebar p a {
	color: #0066cc;
	text-decoration: none;
	font-weight: normal;	
}

#sidebar p a:hover {
	color: #0066cc;
	text-decoration: underline;
}

#sidebar hr {
	height: 1px;
	color: #999999;
	background-color: #cccccc;
	width: 100%;
	border: none;
	margin: 0 auto 15px auto;
}
#sidebar h2 {
	color: #333333;
	letter-spacing: 0px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 10px;
}
#sidebar h3 {
	color: #000;
	letter-spacing: 0px;
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 5px;
}

/* Steps ////////////////////////////////////////////////////////// */
#steps {background:url("http://paydayland.ca/images/bg-steps.gif") repeat-x; width:870px; height:125px; margin:0; padding:0; position: relative; padding: 30px 15px 0 15px; margin: auto;}

#steps h2 {
	color: #333333;
	letter-spacing: 0px;
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 8px;
}

#steps p {color: #333333; font-size: 14px; font-family: Arial, Verdana, Helvetica, sans-serif;	margin: 0 0 18px 0; line-height: 18px;}

#stepone {width: 290px;	float:left; clear:none;}
		  
#steptwo {width: 290px; float:left; clear:none;}

#stepthree {width: 290px; float:right; clear:none;}


/* Text & Paragraphs ////////////////////////////////////////////////////////// */
p {
	color: #333333;
	font-size: 14px;
	margin: 0 0 18px 0;
	line-height: 1.6em;
}

p a {
	color: #0066cc;
	text-decoration: underline;
	font-weight: normal;	
}

p a:hover {
	color: #0066cc;
	text-decoration: underline;
}

em {
	font-weight: normal;
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

hr {
	height: 1px;
	color: #999999;
	background-color: #cccccc;
	width: 100%;
	border: none;
	margin: 5px auto 5px auto;
}

h1.content {
	color: #000;
	letter-spacing: 0px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 10px;
}

h2 {
	color: #333333;
	letter-spacing: 0px;
	font-size: 22px;
	line-height: 90%;
	margin-bottom: 10px;
}

h3 {
	color: #92b856;
	letter-spacing: 0px;
	font-size: 18px;
	margin-bottom: 5px;
}

/* Lists //////////////////////////////////////////////////////////////// */

ul { 
	color: #333333;
	font: 14px arial, helvetica, sans-serif;
	list-style-position: outside;
	line-height: 1.6em;
	margin-left: 20px;
	margin-bottom: 15px;
}

ul a {
	color: #0066cc;
	text-decoration: underline;
	font-weight: normal;	
}

ul a:hover {
	color: #0066cc;
	text-decoration: underline;
}

ol {
	color: #333333;
	font: 14px arial, helvetica, sans-serif;
	list-style-position: outside;
	line-height: 1.6em;
	margin-left: 20px;
	margin-bottom: 15px;
}

ol a {
	color: #0066cc;
	text-decoration: underline;
	font-weight: normal;	
}

ol a:hover {
	color: #0066cc;
	text-decoration: underline;
}

/* Application ////////////////////////////////////////////////////////// */
#application {width:700px; position: relative; padding: 20px; margin: 20px auto;}

#application h1 {
	color: #000;
	letter-spacing: 0px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 10px;
}
#application strong, b {font-weight:bold; color:#000; font-size:14px; }

#application span {color: #F00;}

.application {
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		background-color:#e4e4e4;
		margin-bottom:10px;
		padding: 5px 15px;
}

.application p {
	color: #000;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;	
	margin: 0;
	padding: 0;
}

.fields {
		border: 1px solid #ccc;
		background-color:#fff;
		margin:0;
		padding: 10px 15px;
}

.fields p {	
	color: #000;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;	
	margin: 0 0 5px 0;
	padding: 0;
	}

.fields a{
	color: da0003;
}

.fields a:hover{
	color: da0003;
	text-decoration:underline;
}

input {
color: #666666;
background: #ffffff;
border: 1px solid #ccc;
font: 11px arial, helvetica, sans-serif;
padding: 1px;
}

select {
color: #666666;
background: #ffffff;
font: 11px arial, helvetica, sans-serif;
border: 1px solid #ccc;
padding: 2px;
}

input[type="image"] {
border: 0px;
}

textarea {
color: #666666;
background: #ffffff;
border: 1px solid #d9e0f2
}

/* Rates ////////////////////////////////////////////////////////// */

.rates strong, b {font-weight:bold; color:#fff; font-size:14px; }

.rates {
		border: 1px solid #ccc;
}

.rates p {
	color: #333;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;	
	margin: 0;
	padding: 3px 0;
}

/* Footer //////////////////////////////////////////////////////////////// */
.clearfooter {
	height: 60px;
	clear: both;
}

#footer {
	width: 900px;
	position: relative;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	text-align:center;
	background-color:#FFF;
}

#footer p { color: #333333; font-size: 12px; line-height: 15px; text-align: center;}
#footer .note {padding: 0 20px 10px 20px}
#footer .note p {text-align:justify;font-size:10px;color:#999; line-height: 15px; margin-bottom:10px;}
#footer .note a {color:#999; text-decoration:underline;}

/* FooterMenu ////////////////////////////////////////////////////////// */
.navigation-footer {padding:10px 0 0 0; margin-bottom:2px;}
.navigation-footer li {display:inline;}
.navigation-footer li a {font-size:12px; padding:10px 15px; color:#666666; text-decoration:none;}
.navigation-footer li a:hover {color:#0066cc; text-decoration: underline;}
