@charset "UTF-8";

/* +------------------------------------------------------------------+ */
/* | general                                                          | */
/* +------------------------------------------------------------------+ */

html, body, fieldset {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100%;
	line-height: 0.9em;
	text-align: center;
}

p, dl, dt, dd, ul {
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
}

p {
	font-size: 11px;
	margin: 0;
	padding: 0.75em 0;
}

p.sub {
	margin: -15px 0 0 0;
	font-size: 20px;
	color: #006DB8;
	text-align: left;
}

p.disc {
	color: #25a9e0;
	clear: both;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0;
	width: 840px;
}

p.caption {
	margin: -10px 0 0 0;
	color: #25a9e0;
	text-align: left;
}

p.disc a {
	color: #25a9e0;
	border-bottom: 1px solid #25a9e0;
}

img {
	border: none;
}

a, a:visited {
	border-bottom: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
}

a.noBorder {
	border-bottom: none;
}

#container {
	margin: 0 auto;
	width: 950px;
}

#containerApp {
	margin: 0 auto;
	width: 988px;
}

#header {
	height: 66px;
	width: 975px;
}

#header .logo {
	float: left;
}

#header .tagline {
	float: right;
	padding: 40px 0 0 0;
}

#vid #header {
	width: 680px;
}

#footer {
	position: absolute;
	bottom: 0;
	text-align: left;
	width: 935px;
}

#footer p {
	color: #FFF;
	margin: 0 0 6px 10px;
	padding: 0;
}

.legal {
	margin: 10px 0 0 0;
}

/* +------------------------------------------------------------------+ */
/* | login                                                            | */
/* +------------------------------------------------------------------+ */

body.login {
	background: url(../images/html/login_bkg.gif) #7CBF40 repeat-x top center;
}

#container.login {
	background: url(../images/html/login_container_bkg.jpg) no-repeat top center;
}

input#loginInput {
	color: #006db8;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	width: 779px;
}

input#submit {
}

#loginBox {
	margin: 11px auto;
	text-align: left;
	width: 840px;
}

#loginBox2 {
	margin: 162px 0 0 0;
}

form {
	text-align: center;
	margin: 0 auto;
}

ul#log {
	list-style: none;
	padding: 0;
	margin: -10px 0 0 0;
}

ul#log li {
	float: left;
}

li.first {
	margin: 10px 0 0 0;
}

.login #content {
	height: 440px;
}

#content {
	height: 664px;
	position: relative;
}

#content2 {
	height: 640px;
	text-align: center;
}

#content3 {
	margin: 0 auto;
	text-align: left;
	width: 500px;
}

/* +------------------------------------------------------------------+ */
/* | application                                                      | */
/* +------------------------------------------------------------------+ */

body.application {
	background: url(../images/html/body_bkg.gif) #7CBF40 repeat-x top center;
}

#containerApp.application {
	background: url(../images/html/container_bkg.jpg) no-repeat top center;
}

#application {
	float: left;
	height: 640px;
	width: 780px;
	background: url(../images/html/application_bkg.jpg) no-repeat top center;
	z-index: -1;
}

#adSpace {
	background: url(../images/html/adSpace_bkg.jpg) no-repeat 0 0;
	float: left;
	height: 664px;
	width: 203px;
	text-align: left;
	z-index: 1;
}

#adSpace a {
	border-bottom: none;
}

#adSpace ul#socialModule {
	width: 112px;
	list-style: none;
	margin: 30px 0 0 55px;
	padding: 0;
	overflow: hidden;
}

ul#socialModule li {
	float: left;
	margin: 0 9px 0 0;
}

ul#socialModule li a {
	text-transform: none;
	border-bottom: none;
}

/* +------------------------------------------------------------------+ */
/* | popup                                                            | */
/* +------------------------------------------------------------------+ */

.popup {
	background: #25a9e0;
}

.popup #header {
	height: 95px;
}

.popup ul {
	padding: 0.75em 0 .75em .75em;
}

.popup li {
	font-size: 11px;
	margin: 0;
	padding: 0.15em 0;
}

dd {
	font-size: 11px;
	margin: 0;
	padding: 0.75em 0;
}

dt {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 0.25em 0;
}

.popup #container {
	background: #25a9e0;
	text-align: left;
	width: 550px;
}

.popup #vid #header {
	width: 550px;
}

.popup #container #header .tagline {
	margin: 0 0 0 0;
}

.popup #footer {
	width: 550px;
}

.popup #footer p {
	margin: 20px 0 20px 0;
}

.popup form {
	width: 550px;
}

.popup form ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.popup form ul li {
	margin: 0;
	padding: 0;
}

.popup form ul li p {
	padding: 0 0 5px 0;
	margin: 0;
}

input#email {
	width: 500px;
}
input#addressInput {
	width: 500px;
}
input#areaCodeInput {
	width: 30px;
	margin-right: 15px;
}
input#numberInput {
	width: 100px;
}
input#phoneCheck {
	margin-right: 5px;
}
input#emailCheck {
	margin-right: 5px;
	margin-left: 15px;
}
.popup form ul li.desc {
	margin: 0 0 15px 0;
}
.popup form ul li p.title {
	font-size: 12px;
}
textarea {
	width: 505px;
}

.formEl {
	margin: 0 0 15px 0;
}

.formEl2 {
	margin: 0 0 5px 0;
}
/* +------------------------------------------------------------------+ */
/* | Google AdSense                                                   | */
/* +------------------------------------------------------------------+ */
#google_ads_frame1 {
	margin: 15px 0 0 0;
}

.tooltip { 
	position: absolute; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #FFF;
	padding: 5px;
	top: 0; 
	left: -250px; 
	z-index: 3; 
	display: none; 
	width: 150px;
	background: #26A9E1;
}

#marketplaceBox {
	width: 172px;
	height: 121px;
	margin: 13px 0 0 15px;
	clear: both;
}

#marketplaceBox img.label {
	margin: 35px 0 8px 0;
}

#contractBox p img {
	display: inline;
	margin: -13px 0 0 9px;
}

#contractBox {
	width: 172px;
	height: 144px;
	margin: 5px 0 0 15px;
	clear: both;
}

.clear {
	clear: both;
}

#contractBox img.label {
	margin: 33px 0 8px 0;
}
#adSpace p.contractTxt,
#adSpace p.marketplaceTxt {
	font-size: 10px;
}

#adSpace p.marketplaceTxt,
#adSpace p.contractTxt {
	padding: 0 0 0 10px;
}

#adSpace a.contractLink p {
	color: #17AFEC;
	border-bottom: none;
}

#adSpace a.marketplaceLink p {
	color: #579228;
	border-bottom: none;
}

#adSpace a.marketplaceLink:hover p {
	color: #377619;
	border-bottom: none;
}

#adSpace a.contractLink:hover p {
	color: #156DB5;
}

#contractor {
	margin: 11px 0 0 3px;
}

#adDiv {
	margin: 5px 0 0 35px;
}
	
#adDiv ul li {
	line-height: 0;
}

a#vidLink,
a#commLink {
	border-bottom: none;
}

#vidBtn {
	margin: 113px 0 0 15px;
}

#commBtn {
	margin: 113px 0 0 400px;
}


a:focus {
	outline: none;
}

a img {
	border: none;
}

#vid, #containerVid {
	overflow: none;
}

#containerVid {
	width: 680px;
}

ul#sum {
	list-style: none;
	margin: 4px 0 0 0;
	padding: 0;
	width: 950px;
	overflow: hidden;
}

ul#sum li {
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #146DB5;
	text-align: left;
}

ul#sum p {
	color: #146DB5;
}

ul#sum li img {
	float: left;
	margin: 0 5px 0 0;
}

.es {
	width: 190px;
}

.re {
	width: 190px;
}

.at {
	width: 180px;
}

.sh {
	width: 130px;
}

.pr {
	width: 150px;
}
