/*  =========================================================
Formatting for screen
Filename:  screen.css
Date:      May 2009
Author:    Theresa Bayr
======================================================= */

/* ====================================================
   General styles
   ==================================================== */
   
body {
	background: #CCDDF2 url(../images/bg_landing2.gif) top center repeat-x;
	line-height: 2;
}
a { outline: none; } 

.spacer20 {
	height: 20px;
}

/* ================================================== 
   Styles for landing.php
   ================================================== */


#wrapper_bg {
	background: url(../images/bg_landing.gif) top left no-repeat;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	background: url(../images/logo_landing.gif) top left no-repeat;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	height: 52px;
	padding-top: 20px;
}
#header a {
float: left;
background: url(../images/house.png) left center no-repeat;
padding-left: 30px;
margin-left: 330px;
font-weight: normal;
font-size: 14px;
color: #08295A;
}

#mainbody {
	border: 1px solid #000000;
	line-height: 2.2;
	padding-bottom: 35px;
	background: #ffffff url(../images/bg_main_landing.gif) top center repeat-x;
}
.navi {
margin-bottom: 20px;
}
	.navi ul {
	margin: 0;
	}
	.navi ul li {
	float: left;
	list-style-type: none;
	width: 317px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #7f9dc0;
	border-left: 1px solid #7f9dc0;
	border-right: 1px solid #ffffff;
	}
	.navi ul li a {
	display: block;
	text-decoration: none;
	padding: 5px 0;
	background: #BAD1EF url(../images/bg_navi_landing.gif) left top repeat-x;
	color: #404040;
	font-size: 12px;
	font-weight: bold;
	}
	.navi ul li a:hover {
	background: #CBDEF5 url(../images/bg_navi_landing_over.gif) left top repeat-x;
	}
	.navi ul li.navi01 {
	border-left: none;
	width: 319px;
	}
	.navi ul li.navi03 {
	border-right: none;
	width: 318px;
	}
	
#main {
	padding: 15px 15px 0 15px;
	text-align: center;
}
#main a {
	font-size: 14px;
	color: #0e2d60;
}
#main1 {
	padding: 15px 15px 0 15px;
}
#box_calc {
	padding-left: 180px;
}
#calculator #mainbody {
	padding-bottom: 35px;
}
.please {
	width: 620px;
	text-align: center;
	line-height: 2.8;
	font-weight: bold;
}
#calculator #main1 a {
	color: #0e8a68;
}
#calculator form {
	width: 520px;
	padding: 35px 70px 0 35px;
	margin-top: 10px;
	line-height: 2.5;
	text-align: right;
	background: url(../images/calculator_landing.gif) top center no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}
#result {
	margin-top: 5px;
	margin-bottom: 20px;
	padding-left: 30px;
	height: 85px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}
#calculator #result span {
	font-size: 15px;
	font-weight: bold;
}
#calculator form span {
	font-weight: normal;
}
#error {
	color: #990000;
	text-align: left;
	padding-bottom: 10px;
	line-height: 1;
	font-weight: bold;
}	
.input1 {
	width: 330px;
	margin-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 0;
	text-align: center;
}
.select1, .select2 {
	width: 330px;
	margin-left: 25px;
	font-size: 11px;
	padding: 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.select2 {
	margin-top: 5px;
}
.label2 {
	float: left;
	width: 156px;
	line-height: 1.2;
}
#button {
	padding-right: 197px;
	padding-top: 30px;
	padding-bottom: 90px;
}
.additional {
	width: 620px;
	padding-top: 10px;
	padding-left: 120px;
}
.additional ul {
	line-height: 1.5;
}
.additional p {
	font-weight: bold;
}

#bottom {
	width: 960px;
	margin: 0 auto;
	font-size: 9px;
	color: #4f4f4f;
}
.copyright {
	float: left;
	padding: 5px 0;
	width: 250px;
}
.designedby {
	float: right;
	padding: 5px 0;
	text-align: right;
	width: 250px;
}
#bottom a {
	color: #4f4f4f;
	text-decoration: underline;
}

/* ================================================== 
   Styles for landing_contact.php
   ================================================== */

#calculator form.landing {
	border: 1px solid #8092b0;
	background-color: #f0f4f9;
	background-image: none;
	color: black;
	margin-left: 160px;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-bottom: 30px;
	font-weight: normal;
}
.thanks {
	text-align: center;
	font-size: 11px;
	padding: 20px 0 10px 0;
}
#headline {
	text-align: left;
	font-weight: bold;
}
.required {
	font-size: 10px;
	color: #CC0000;
	line-height: 1;
	padding-bottom: 15px;
}
.star {
	color: #CC0000;
}
#calculator form.landing .input1, #calculator form.landing .textarea1 {
	width: 300px;
	margin-left: 25px;
	text-align: left;
}
#calculator form.landing .select1 {
	width: 303px;
	text-align: left;
}
#calculator form.landing .textarea1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 0;
	height: 60px;
	margin-top: 5px;
}
.label3 {
	float: left;
	width: 188px;
	padding-top: 5px;
	line-height: 1.2;
}
.characters {
	font-size: 9px;
	line-height: 1;
	padding-top: 3px;
	padding-bottom: 15px;
}

/* ================================================== 
   Styles for aboutus_landinding.php
   ================================================== */

#main2 {
padding: 15px 40px 0 40px;
}
#main2 a {
font-size: 12px;
}
h1 {
font-size: 13px;
padding: 0 0 10px 0;
margin: 0;
}
h2 {
font-size: 11px;
padding: 0 0 5px 0;
margin: 0;
}


/* ================================================== 
   Styles for landing2.php
   ================================================== */

.navi2 {
margin-bottom: 20px;
}
	.navi2 ul {
	margin: 0;
	}
	.navi2 ul li {
	float: left;
	list-style-type: none;
	width: 478px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #7f9dc0;
	border-left: 1px solid #7f9dc0;
	border-right: 1px solid #ffffff;
	}
	.navi2 ul li a {
	display: block;
	text-decoration: none;
	padding: 5px 0;
	background: #BAD1EF url(../images/bg_navi_landing.gif) left top repeat-x;
	color: #404040;
	font-size: 12px;
	font-weight: bold;
	}
	.navi2 ul li a:hover {
	background: #CBDEF5 url(../images/bg_navi_landing_over.gif) left top repeat-x;
	}
	.navi2 ul li.navi01 {
	border-left: none;
	}
	.navi2 ul li.navi02 {
	border-right: none;
	}


/* ======================================= 
   E N D  screen.css 
   ======================================= */

