﻿/*
[Quotit Login Stylesheet]

Project:		Quotit.net Login
Version:		1
Last change:	06/16/08
Assigned to:		John Sant
-------------------------------------------------------------------*/

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: url(../images/loginbodybg.png) repeat-x;
	text-align: center;
}

/*
SITE FRAMEWORKS
****************************************************************/

#wrap {
	width: 905px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#content {
	width: 905px;
	height: 427px;
	margin-top: 23px;
	background: url(../images/loginwrapbg.jpg) top no-repeat;
}


* {
	margin: 0;
	padding: 0;
	font: normal 12px Tahoma, Helvetica, Arial, sans-serif;
}

html {
    overflow: -moz-scrollbars-vertical;
	min-height: 100%; 
	margin-bottom: 1px;
}

a {
	color: #3f82c0;
	font-size: 12px;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #e8520c;
	text-decoration: none;
}


a.headerlink {
	font: normal 24px Tahoma, Helvetica, Geneva, sans-serif;
	color: #3f82c0;
	margin: 75px 3px 0 0;
}

a.headerlink:hover {
	color: #e8520c;
	text-decoration: none;
}

p {
	margin: 0 0 10px 0;
}

img {
	border: none;
}

h1 {
	font: normal 24px Arial, Helvetica, Arial, sans-serif;
	color: #000;
	margin-bottom: 8px;
	display: block;
	width: 100%;
}

h2 {
	font: bold 14px Tahoma, Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #5d5d5d;
}

h3 {
	font: normal 32px Tahoma, Helvetica, Arial, sans-serif;
	color: #e8520c;
}

/*
Site Wide Navigation. This sits at the top of the page in the gray bar
***************************************************/

#navigation {
	height: 38px;
	float: left;
}

#navigation ul {
	margin: 10px 0;
	list-style: none;
	float: left;
}

#navigation li {
	display: inline;
	margin: 0 0 0 15px;
}

#navigation li.firstnaventry {
	margin: 0;
}

#navigation li.navlogin a{
	font: bold 12px Tahoma, Helvetica, Geneva, sans-serif;
	padding: 0 0 2px 20px;
	color: #e8520c;
	background: url(../images/bullet-login.gif)
top left no-repeat;
}

#navigation li.navlogin a:hover {
	color: #e8520c;
}

#navigation li a {
	font: bold 12px Tahoma, Helvetica, Geneva, sans-serif;
}

/*
Login Form
***************************************************/

form {
	margin: 160px 0 0 55px;
	width: 520px;
	float: left;
	display: inline;
}

label {
	margin: 6px 10px 0 0;
	width: 70px;
	font-weight: 900;
	float: left;
	text-align: right;
}

input.textfield {
	width: 211px;
	height: 20px;
	border: 1px solid #ddd;
	background: #f7f7f7 url(../images/loginFieldBG.png) repeat-x;
}

input.textfield {
	font: normal 14px Tahoma, Helvetica, Geneva, sans-serif;
	padding: 4px 0 0 4px;
}

.formP1 {
	width: 100%;
	margin: 20px 0 0 40px;
	float: left;
	display: inline;
}

.formP2 {
	width: 100%;
	margin: 8px 0 30px 40px;
	float: left;
	display: inline;
}

.checkbox {
	width: 20px;
	height: 20px;
	margin: -2px 5px 0 0;
	padding: 0;
	float: left;
}

.rememberMe {
	margin: 0 0 9px 0;
	float: left;
}

.securityFacts {
	width: 230px;
	height: 40px;
	display: block;
	margin: 5px 0 0 0;
	float: left;
}

.loginSecurely {
	width: 115px;
	height: 40px;
	display: block;
	margin: 5px 0 0 12px;
	float: left;
	display: inline;
}

/*
Header and Sub-Navigation Styles
***************************************************/
#header {
	width: 905px;
	height: 90px;
	float: left;
}

#logocontainer {
	width: 150px;
	float: left;
}

.quotitlogo {
	position: absolute;
	margin: 10px 0 0 -27px;
	z-index: 10;
}

br {
	clear: both;
}

/* 
FOOTERS AND CLEARS 
***************************************************/

#footer {
	width: 870px;
	text-align: left;
	clear: both;
	padding: 20px 0 0 25px;
	margin: 0 auto;
}

#footer p {
	font-size: 11px;
	margin-left: 20px;
	color: #5d5d5d;
}

#footer a {
	font-size: 11px;
}

#footerinfo {
	float: left;
}