html, body {
	margin-top: 20px;
	padding: 0;
}

body {
	background:black url(../images/bg.jpg) center center fixed no-repeat;
}

img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
}

a:visited {
}

a:hover {
	text-decoration: underline;
}

.right{
	float:right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

body, h1, h2, h3, form {
	font-family: "Courier New", Helvetica, verdana;
	font-size:12px;
}

h3 {
	background-image: url(../images/h3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height:25px;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 780px;
	min-height:1013px;
	background:url(../images/paper.png) top center no-repeat;
}


#header {
	margin-top:10px;
	position: absolute;
	width:774px;
}

#logo {
	background-image: url(../images/businesscard.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left:15px;
	height:230px;
	width:402px;
	float:left;
}

#login {
    float: left;
	width: 250px;
	height: 230px;
	background:url(../images/post-it.png) top left no-repeat;
	margin-left:780px;
	position:fixed;
}

#logo .email{
	cursor:pointer;
	color:green;
	margin-top:187px;
	margin-left:25px;
	width:180px;
	height:10px;	
}
/******************************************************************* begin taped note navigation */
#note-top { 
	float: left;
	width: 250px;
	height: 53px;
	margin-left: -25px;
	margin-top:20px;
	display:inline-block;
	background:url(../images/note_top.png) no-repeat;
	background-position: 0 0;
	clear:both;
}

a.home { 
	float: left;
	width: 250px;
	height: 32px;
	margin-left: -25px;
	display:inline-block;
	background:url(../images/home.png) no-repeat;
	background-position: 0 -32px;
	clear:both;
	outline: none;
}

a.home:hover{
	background-position: 0 0px;
	
}

a.services{
	float: left;
	width: 250px;
	height: 38px;
	margin-left: -25px;
	display:inline-block;
	background:url(../images/services.png) no-repeat;
	background-position: 0 -38px;
	outline: none;
}

a.services:hover{
	background-position: 0 0px;
}

a.rates{
	float: left;
	width: 250px;
	height: 35px;
	margin-left: -25px;
	display:inline-block;
	background:url(../images/rates.png) no-repeat;
	background-position: 0 -35px;
	outline: none;
}

a.rates:hover{
	background-position: 0 0px;	
}

a.benefits {
	float: left;
	width: 250px;
	height: 43px;
	margin-left: -25px;
	display:inline-block;
	background:url(../images/benefits.png) no-repeat;
	background-position: 0 -43px;
	outline: none;
}

a.benefits:hover{
	background-position: 0 0px;
}

a.about {
	float: left;
	width: 250px;
	height: 32px;
	margin-left: -25px;
	display:inline-block;
	background:url(../images/aboutus.png) no-repeat;
	background-position: 0 -32px;
	outline: none;
}

a.about:hover{
	background-position: 0 0px;
}

a.contact {
	float: left;
	width: 250px;
	height: 40px;
	margin-left: -25px;
	display:inline-block;
	background:url(../images/contact.png) no-repeat;
	background-position: 3px -40px;
	outline: none;
}

a.contact:hover{
	background-position: 3px 0px;	
}

#note-bottom{
	float: left;
	width: 250px;
	height: 67px;
	margin-left: -25px;
	display:inline-block;
	background:url(../images/note_bottom.png) no-repeat;
	background-position: 5px 0;
	clear:both;
}

/******************************************************************* end taped note navigation */

#body {
	padding-top: 242px;
}

#body-left {
	float: left;
	width: 250px;
	height: 335px;
	margin-left: -8px;
}

/******************************************************************* begin login form */

#body-left-login {
	float: left;
	width: 250px;
	height: 335px;
	margin-left: 20px;
	margin-top:100px; 
	background:url(../images/post-it.png) top left no-repeat;
	clear:both;
}

#body-left-login fieldset{
	border:0px;
}

#uname {
	border:0px;
	margin-top:71px;
	margin-left:40px;	
	width:140px;
	background:transparent;	
	color: #151c76;
}

#pword {
	border:0px;
	margin-top:20px;
	margin-left:40px;
	width:140px;	
	background:transparent;	
	color: #151c76;
}

#login-click{
	padding-top: 6px;
	margin-left: 150px;
	width:60px;
	height:20px;
	outline: none;
}

/******************************************************************* end login form */

#body-right {
	float: right;
	width: 500px;
	padding-top: 18px;
	padding-right:15px;
}

#body-right p{
	font-family: "Courier New", Helvetica, verdana;
	font-size:12px;
	text-indent:25px;
	line-height: 25px;
	color:black;
}

#body h2, #body p {
	margin: 0.3em 0;
}

#body-right p {
	margin-right: 2em;
}

#body a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}

#footer {
	margin: auto;
	width: 780px;
	color: black;
	background:url(../images/footer.png) top center no-repeat;
	height:300px;
	margin-top:45px;
	font-family: "Courier New", Helvetica, verdana;
	font-size:16px;
}

#footer p {
	width:100%;
	text-align:center;
	color:#F58EC5;
	clear:both;
	padding-top:55px;
	font-size:12px;
}

#footer a {
	font-family: "Courier New", Helvetica, verdana;
	font-size:16px;
	text-decoration:none;
	color:black;
	width:130px;
}

#footer a:hover {
	color:green;
}

#footer-left {
	margin-left:130px;
	margin-top:83px;
	float: left;
	width:208px;
	font-family: "Courier New", Helvetica, verdana;
	font-size:14px;
}

.t_20px {
	font-size: 19px;	
	font-family: "Courier New", Helvetica, verdana;
	color:black;
}

.t_19px {
	font-size: 19px;	
	font-family: "Courier New", Helvetica, verdana;
	color:black;
}

.t_19px2 {
	height:4px;
	font-size: 19px;	
	font-family: "Courier New", Helvetica, verdana;
	color:black;
	padding-bottom:18px;
}

.t_19px_request {
	height:4px;
	font-size: 19px;	
	font-family: "Courier New", Helvetica, verdana;
	color:black;
	padding-bottom:44px;
	padding-top:4px;
}

.t_19px_request a {
	color:black;
}
/*************************************************************** footer */
#footer-left ul {
	list-style: none;	
}

#footer-left li {
	width:100%;
	text-transform:uppercase;
	height:25px;
}

#footer-right{
	float:left;
	margin-top:83px;
	margin-left:130px;
	font-family: "Courier New", Helvetica, verdana;
	font-size:14px;
}

#footer-right ul {
	list-style: none;
}

#footer-right li {
	text-transform:uppercase;
	height:25px;
}

/********************************************************* services */
#services {
	padding:3px;
}

#services ul {
	list-style:inherit;
	margin-top:1px;
}

#services li {
	text-transform:uppercase;
	line-height:25px;
	color:black;
	font-size:12px;
	font-family: "Courier New", Helvetica, verdana;	
}

/********************************************************* site map */

.title{
	height:2px;
	font-size: 19px;	
	font-family: "Courier New", Helvetica, verdana;
	color:black;
	padding-top:3px;
}

#sitemap ul {
	list-style-type: none;
	margin-top:48px;
}

#sitemap li {
	width:100%;
	text-transform:uppercase;
	color:black;
	font-size:12px;
	padding-top:2px;
	height:24px;
}

#sitemap li a{
	color:black;
}

/********************************************************* rates */

#rates {
}

#rates ul {
	list-style:inherit;
}

#rates li {
	text-transform:uppercase;
	line-height:22px;
	color:black;
	font-size:12px;
	font-family: "Courier New", Helvetica, verdana;	
}

.ra-top {
	margin-top:6px;
}
.ra-mid {
	margin-left:40px;
	margin-top:2px;
}

/********************************************************* contact */

#contact {
}

.contact-lbl-email{
	padding-top:5px;
	display:block;
	width:100px;
	float:left;
	text-align:right;
	padding-right:20px;
	font-family: "Courier New", Helvetica, verdana;
	color:black;	
}

.contact-input-email{
    width:215px;
    height:16px;
	font-family: "Courier New", Helvetica, verdana;	
    font-size:11px;
	color:#406d98;
	border-bottom: 1px solid black;
	border-top:0;
	border-left:0;
	border-right:0;
	margin-top:5px;
	background:transparent;
}

.contact-lbl-subject{
	padding-top:6px;
	display:block;
	width:100px;
	float:left;
	margin-bottom:10px;
	text-align:right;
	padding-right:20px;
	font-family: "Courier New", Helvetica, verdana;	
	color:black;	
}

.contact-input-subject{
    width:215px;
    height:16px;
	font-family: "Courier New", Helvetica, verdana;	
    font-size:11px;
	color:#406d98;
	border:0;
	border-bottom: 1px solid black;
	border-top:0;
	border-left:0;
	border-right:0;
	margin-top:4px;
	background:transparent;
}

.contact-text-area{
	margin-top:17px;
	padding:2px; 
	width:250px; 
	height:140px;
	font-family: "Courier New", Helvetica, verdana;	
	font-size:11px;
	color:#406d98;
	border-bottom: 1px solid black;
	border-left:1px solid black;
	border-top:0;
	border-right:0;
	line-height:22px;
	background:transparent;
}

.contact-lbl-body{
	padding-top:20px;
	display:block;
	width:100px;
	float:left;
	margin-bottom:10px;
	text-align:right;
	padding-right:20px;
	font-family: "Courier New", Helvetica, verdana;	
	color:black;	
}

.contact-lbl-verify{
	padding-top:18px;
	display:block;
	width:100px;
	float:left;
	margin-bottom:10px;
	text-align:right;
	padding-right:20px;
	font-family: "Courier New", Helvetica, verdana;	
	color:black;	
}

.contact-input-verify{
    width:105px;
    height:16px;
	font-family: "Courier New", Helvetica, verdana;	
    font-size:11px;
	color:#406d98;
	border:0;
	border-bottom: 1px solid black;
	border-top:0;
	border-left:0;
	border-right:0;
	margin-top:16px;
	background:transparent;
}

.sub {
	margin-left:120px;	
	margin-top: 18px;
}

/********************************************************* docs */

.doc-img{
	float:left;
}

.doc-desc{
	font-family: "Courier New", Helvetica, verdana;	
    font-size:14px;
    padding-left:5px;
    color:black;
    width:430px;
    padding-bottom:10px;
    float:left;
}

/********************************************************* privacy */

#privacy {
	font-family: "Courier New", Helvetica, verdana;	
    font-size:14px;
	line-height:24px;
	margin-top:25px;
	color:black;	
}

/********************************************************* about */
.me {
	height:16px;
}

/********************************************************* request quote */
.request-input{
    width:215px;
    height:16px;
	font-family: "Courier New", Helvetica, verdana;	
    font-size:11px;
	color:#406d98;
	border-bottom: 1px solid black;
	border-top:0;
	border-left:0;
	border-right:0;
	margin-top:5px;
	background:transparent;
}

.request-lbl{
	padding-top:5px;
	display:block;
	width:150px;
	float:left;
	text-align:right;
	padding-right:20px;
	font-family: "Courier New", Helvetica, verdana;
	color:black;	
}

.request-text-area{
	margin-top:17px;
	padding:2px; 
	width:250px; 
	height:140px;
	font-family: "Courier New", Helvetica, verdana;	
	font-size:11px;
	color:#406d98;
	border-bottom: 1px solid black;
	border-left:1px solid black;
	border-top:0;
	border-right:0;
	line-height:22px;
	background:transparent;
}

.request-lbl-body{
	padding-top:20px;
	display:block;
	width:150px;
	float:left;
	text-align:right;
	padding-right:20px;
	font-family: "Courier New", Helvetica, verdana;	
	color:black;	
}

.request-lbl-verify{
	padding-top:17px;
	display:block;
	width:150px;
	float:left;
	margin-bottom:10px;
	text-align:right;
	padding-right:20px;
	font-family: "Courier New", Helvetica, verdana;	
	color:black;	
}

.request-input-verify{
    width:105px;
    height:16px;
	font-family: "Courier New", Helvetica, verdana;	
    font-size:11px;
	color:#406d98;
	border:0;
	border-bottom: 1px solid black;
	border-top:0;
	border-left:0;
	border-right:0;
	margin-top:14px;
	background:transparent;
}

.r_sub {
	margin-left:170px;	
	margin-top:20px;
}