@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	outline: none;
}

body {
	line-height: 1;	
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}	

caption, th, td {
	text-align: left;
	font-weight: normal;
}	

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}	

.clearfix {
	display:inline-block;
}	

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*........... do not change or amalgamate the above clearfix styles..................*/

body {	
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
}
textarea {
	font: inherit;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-size: 20px;
	color: #CC6600;
}


h1.blue, h2.blue, h3.blue, h4.blue {
	color: #3685C7;
}

h2.green, h3.green {
	color: #58A844;
}

h2.gray, h3.gray  {
	color: #666666;
}

h2.red, h3.red, h4.red {
	color: #CC0000;
}

.center {
	text-align: center;
}

a.orange {
	color: #CC6600;
}

a.blue {
	color: #3F94D0;
}

.text-red {
	color: #CC0000;
}

.text-blue {
	color: #3F94D1;
}

.text-yellow {
	color: #FFCC00;
}

.text-green {
	color: #448235;
	font-size:14px;
}

.text-gray {
	color: #000;
	font-size:14px;
}

.text-highlight {
	background: #FFFF00;
}

.text-10px {
	font-size: 10px;
}

hr {
	border-style: none;
	border-top: dotted 1px #85ACCF;
	height: 1px;
}

sup {
	font-size: 8px;
}

.margin10px {
	padding: 0 20px 0 20px;
}

#page {
	background: #BAD6EB url(images/body-bg.jpg) top left repeat-x;
}

#content-wrap {
	width: 948px;
	margin: 0 auto;
	padding-bottom: 40px;
	background: url(images/banner-shadow.png) bottom left no-repeat;
}

/*............................. Begin Header .............................*/

#header {
	height: 122px;
	background: url(images/leelogic-logo.jpg) top left no-repeat;
}

#header .search-wrap {
	margin-top: 15px;
	float: right;
	text-align: right;
	font-size: 11px;
}

#header .search-wrap p {
	line-height: 32px;
}

#header .search-wrap a {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	margin: 0 5px 0 5px;
}

#header .search-wrap a:hover {
	color: #666666;
	text-decoration: underline;
}

#header .search-wrap input {
	border: solid 1px #C0D3E7;
	background-image: url();
	background-position: 5px 5px;
	background-repeat: no-repeat;
	font-size: 13px;
	padding: 5px 5px 5px 28px;
}

.grayFieldText {
	color: #CCC;
}
.blackFieldText {
	color: #000;
}
/*............................. Begin Header .............................*/



/*............................. Begin Nav .............................*/

#nav-wrap {
	height: 40px;
	background: url(images/nav-bg.jpg) top left repeat-x;
}

#nav-wrap .left {
	float: left;
}

#nav-wrap .right {
	float: right;
}

#nav, #nav ul {
	list-style: none;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

#nav a {
	display: block;
	color: #FFF;	
	text-decoration: none;
	text-align: center;
	background: url(images/nav-divider.jpg) top right no-repeat;
	padding: 0px 29px 0 29px;
} /* Must NOT get a height or IE6 will break */

#nav li {
	float: left;
	line-height: 40px;
}

#nav li ul, #nav ul li  {
/*	width: 108px;	*/
}

#nav ul li a  {
	color: #565656;
	background: none;
	line-height: 25px;
	padding: 0 10px 0 10px;
	height: 25px;
	font-size: 11px;
	text-align: left;
}

#nav li ul {
	position: absolute;
	display: none;
	background: #EBB701;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

#nav li:hover a, #nav a:focus, #nav a:active, #nav li.sfhover a {
	color: #FEC70C;	
}

#nav li:hover ul, #nav li.sfhover ul {
	display: block;
}

#nav li:hover ul a, #nav li.sfhover ul a {
	color: #FFFFFF;
	border-bottom: 1px solid #FFF;
	background-color: #EBB701;
}

#nav ul a:hover {
	background-color: #55AFE1!important;
	color: #FFFFFF!important;
}

#nav li .last {
	background: none;
}

/*............................. End Nav .............................*/



/*............................. Begin Banner .............................*/

#banner {
	margin-top: 8px;
	height: 254px;
}

.home {
	background: url(images/banner-home.jpg) top left no-repeat;
}

.products {
	background: url(images/banner-product.jpg) top left no-repeat;
}

.testimonials {
	background: url(images/banner-testimonials.jpg) top left no-repeat;
}

.about {
	background: url(images/banner-about.jpg) top left no-repeat;
}

.contact {
	background: url(images/banner-contact.jpg) top left no-repeat;
}

.signup {
	background: url(images/banner-signup.jpg) top left no-repeat;
}

.signup .alert, .basic .alert, .premium .alert {
	position: relative;
	top: 40px;
	left: 260px;
	width: 630px;
	height: 80px;
	border: solid 1px #FFB0B0;
	background: #FFF;
	padding: 10px;
	overflow: scroll;
	overflow-x: hidden;
}

.basic {
	background: url(images/banner-listing.jpg) top left no-repeat;
}

.premium {
	background: url(images/banner-listing.jpg) top left no-repeat;
}

.support {
	background: url(images/banner-support.jpg) top left no-repeat;
}

.careers {
	background: url(images/banner-careers.jpg) top left no-repeat;
}

.search {
	background: url(images/banner-search.jpg) top left no-repeat;
}

table.display .premium,
table.display .basic {
	background-image: none !important;
}

/*............................. End Banner .............................*/


/*............................. Begin Content Row1 .............................*/

#content-row1 {
	float: left;
	padding: 18px 0 0 0;	
	background: url(images/banner-shadow.png) top left no-repeat;
}

#welcome-box, #products-box, #reports-box {
	float: left;
	width: 308px;
	margin-right: 12px;
}

#reports-box {
	margin-right: -3px;
} /* IE6 duplicate characters bugfix */

#reports-box ul {
	list-style: disc;
	margin-left: 10px;
}

#reports-box ul li {
	margin-bottom: 8px;
}

.white-box {
	font-size: 14px;
	height: 180px;
	background: url(images/white-box-bg.png) top left repeat-y;
	padding: 4px 20px 4px 20px;
}

.white-box-top {
	height: 14px;
	font-size: 1px; 
	line-height: 0;
	background: url(images/white-box-top.png) top left no-repeat;
} /* IE6 will make box a full line-height tall unless forced smaller by font-sizing and line-height control. */

.white-box-bottom {
	height: 28px;
	font-size: 1px; 
	line-height: 0;
	background: url(images/white-box-bottom.png) top left no-repeat;
}

/*............................. End Content Row1 .............................*/



/*............................. Begin Content Row2 .............................*/

#content-row2 {	
	clear: both;
}

.content-row2-top {
	height: 15px;
	font-size: 1px; 
	line-height: 0;
	background: url(images/white-box2-top.png) top left no-repeat;
} /* IE6 will make box a full line-height tall unless forced smaller by font-sizing and line-height control. */

.content-row2-box {
	float: left;
	width: 908px;
	background: url(images/white-box2-bg.png) top left repeat-y;
	padding: 4px 20px 4px 20px;
}

.content-row2-bottom {
	height: 14px;
	font-size: 1px; 
	line-height: 0;
	background: url(images/white-box2-bottom.png) top left no-repeat;
}

#blogs {
	float: left;
	padding: 0 20px 0 0;
	width: 270px;	
	border-right: dotted 1px #85ACCF;
}

#blogs h3 {

	background: url() top left no-repeat;
	height: 55px;
	padding: 8px 0 0 20px;	
}

#blogs ul {
	list-style: url(images/arrow.jpg);	
}

#blogs ul li {
	font-size: 12px;
	line-height: 25px;
	margin-left: 20px;
}

#blogs ul li a {
	text-decoration: none;
	color: #3E93D0;
}

#blogs ul li a:hover {
	text-decoration: underline;
	color: #3E93D0;
}

#mailing-list {
	float: left;
	margin-left: 20px;
	padding: 0 20px 0 0;
	width: 270px;	
	border-right: dotted 1px #85ACCF;
	font-size: 14px;
}

#mailing-list h3 {
	background: url(images/mailing-list-icon.jpg) top left no-repeat;
	height: 55px;
	padding: 8px 0 0 60px;	
}

#mailing-list .submit{
	margin-left: 155px;
	border: none;
	width: 106px;
	height: 36px;	
}

#testimonials {
	float: left;
	margin-left: 20px;
	width: 270px;
}

#testimonials h3 {	
	background: url(images/testimonial-icon.jpg) top left no-repeat;
	height: 55px;
	padding: 8px 0 0 60px;	
}

/*............................. Begin Content Row2 .............................*/



/*............................. Begin Footer .............................*/

#footer-wrap {
	border-top: solid 1px #FFF;
	background: url(images/footer-bg.jpg) top left repeat;
}

#footer {
	margin: 0 auto;
	width: 948px;
	padding: 30px 0 70px 0;	
}

#footer .links {
	float: left;
	padding: 0 30px 25px 0;
	margin-right: 20px;
	border-right: dotted 1px #FFF;
}

#footer .links ul {
	list-style: none;
}

#footer .links ul li {
	line-height: 20px;	
}

#footer .links ul li a {
	text-decoration: none;
	color: #FFF;
}

#footer .links ul li a:hover {
	text-decoration: underline;
	color: #FFF;
}

#footer .logo {
	float: right;
	text-align: right;
}

#footer .copyright {
	font-size: 10px;
}

#footer .email {
	font-size: 11px;
	color: #FFF;
}

#footer .email a {
	color: #FFF;
	text-decoration: none;
}

/*............................. End Footer .............................*/

/* Begin Product Page */

#product-content {
	padding: 18px 0 0 0;	
	background: url(images/banner-shadow.png) top left no-repeat;
}

#product-content h1 {
	padding-top: 10px;
}

#feature-content h1 {
	height: 85px;
	padding-left: 180px;
	line-height: 85px;
}

#feature-content .mobil-logic {
	background: url(images/mobil-logic-logo.jpg) top left no-repeat;
}

#feature-content .stuff-logic {
	background: url(images/stuff-logic-logo.jpg) top left no-repeat;
}

#product-content .mobil-logic-title {
	background: url(images/mobil-logic-logo.jpg) top left no-repeat;
	height: 85px;
	padding-left: 180px;
}

#product-content .stuff-logic-title {
	background: url(images/stuff-logic-logo.jpg) top left no-repeat;
	height: 85px;
	padding-left: 180px;
}

.product-content-box {
	float: left;
	width: 888px;
	background: url(images/white-box2-bg.png) top left repeat-y;
	padding: 10px 30px 10px 30px;
}

.product-column1 {
	float: left;
	width: 444px;
}

.product-column2 {
	float: left;
	width: 444px;
}

.product-icon {
	float: left;
	width: 125px;
	padding: 0 0 10px 0;
	text-align: center;
}

.product-column1 p, .product-column2 p {
	float: left;
	width: 300px;
	padding-bottom: 15px;
}

/* End Product Page */

/* Begin Licenses */

#licenses-column {
	float: left;
	width: 420px;
	padding-right: 20px;
	border-right: dotted 1px #C9C9C9;
}

#licenses-column ul {
	list-style: url(images/icon-check.jpg);
	padding-left: 30px;
}

#licenses-column ul li {
	line-height: 25px;
}

/* End Licenses */

/* Begin Notify */

#notify-column {
	float: left;
	width: 404px;
	padding-left: 40px;
}

.notify-form {
	margin: 0 auto;
	width: 395px;
}

.notify-form label {
	display: block;
	text-align: right;
	width: 120px;
	float: left;
	padding: 2px 2px;
	font-size: 12px;
	font-weight: bold;
}

.notify-form input {
	float: left;
	font-size: 12px;
	padding: 3px 3px;
	border: solid 1px #C0D3E7;
	width: 150px;
	margin: 0 0 15px 10px;
}

.notify-form .submit{
	margin-left: 185px;
	border: none;
	width: 106px;
	height: 36px;	
}

#collaborate {
	margin: 0 auto;
	width: 395px;
}

/* End Notify */

#information-content {
	padding: 18px 0 0 0;	
	background: url(images/banner-shadow.png) top left no-repeat;
}

/* Begin Calculate */

#calculate-column {
	float: left;
	width: 424px;
	padding-right: 20px;
}

.calculate {
	width: 400px;
}

.calculate-form label {
	display: block;
	text-align: right;
	width: 190px;
	float: left;
	padding: 2px 2px;
	font-size: 12px;
	font-weight: bold;
}

.calculate-form input {
	float: left;
	font-size: 12px;
	padding: 3px 3px;
	border: solid 1px #C0D3E7;
	width: 100px;
	margin: 0 0 15px 10px;
}

.calculate-form .submit {
	margin-left: 205px;
	border: none;
	width: 108px;
	height: 38px;	
}

.calculate-form .result {
	margin: 0 auto;
	width: 300px;
	background: url(images/calculate-result-box-bg.jpg) top left no-repeat;
	padding: 10px;
	height: 37px;
}

/* End Calculate */

/* Begin Buy Now */

#buy-now-column {
	float: left;
	width: 404px;
	padding-left: 40px;
}

.buy-form {	
	width: 400px;
}

.buy-form label {
	display: block;
	text-align: right;
	width: 140px;
	float: left;
	padding: 2px 2px;
	font-size: 12px;
	font-weight: bold;
}

.buy-form input {
	float: left;
	font-size: 12px;
	padding: 3px 3px;
	border: solid 1px #C0D3E7;
	width: 160px;
	margin: 0 0 15px 10px;
}

.buy-form .submit {
	margin-left: 215px;
	border: none;
	width: 108px;
	height: 38px;	
}

#buy-now-column ul {
	list-style: none;
}

#buy-now-column ul li {
	line-height: 25px;
}

/* End Buy Now */

/*............................. Begin Features Table .............................*/

#feature-content {
	padding: 18px 0 0 0;	
	background: url(images/banner-shadow.png) top left no-repeat;
}

#feature-content table {
	width:884px;
	border-top:1px solid #57A744;
	border-right:1px solid #57A744;
	border-collapse:collapse;
}

#feature-content td {
	border-bottom:1px solid #57A744;
	border-left:1px solid #57A744;
	padding: 4px;
	text-align:center;
	vertical-align: middle;
}				
	
#feature-content th {
	font-weight:normal;
	text-align:left;
	border-bottom: 1px solid #57A744;
	border-left:1px solid #57A744;
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}
	
#feature-content thead th {
	background:#57A744;
	text-align:center;
	font-weight: bold;
	font-size: 14px;
	color:#FFF;
}	

#feature-content td em {
	color:#CC0000;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}

/*............................. End Features Table .............................*/

.green-dashed-box-top {
	height: 16px;
	background: url(images/green-dashed-box-top.jpg) top left no-repeat;
}

.green-dashed-box-bg {
	padding: 10px 20px 0 20px;
	background: url(images/green-dashed-box-bg.jpg) top left repeat-y;
}

.green-dashed-box-bottom {
	height: 16px;
	background: url(images/green-dashed-box-bottom.jpg) top left no-repeat;
}

.yellow-dashed-box-top {
	height: 16px;
	background: url(images/yellow-dashed-box-top.jpg) top left no-repeat;
}

.yellow-dashed-box-bg {
	padding: 10px 20px 10px 20px;
	background: url(images/yellow-dashed-box-bg.jpg) top left repeat-y;
}

.yellow-dashed-box-bottom {
	height: 16px;
	background: url(images/yellow-dashed-box-bottom.jpg) top left no-repeat;
}

.blue-dashed-box-top {
	height: 16px;
	background: url(images/blue-dashed-box-top.jpg) top left no-repeat;
}

.blue-dashed-box-bg {
	padding: 10px 20px 10px 20px;
	background: url(images/blue-dashed-box-bg.jpg) top left repeat-y;
}

.blue-dashed-box-bottom {
	height: 16px;
	background: url(images/blue-dashed-box-bottom.jpg) top left no-repeat;
}

/* Begin Survey Page */

#survey-content {
	padding: 18px 0 0 0;	
	background: url(images/banner-shadow.png) top left no-repeat;
}

#survey-content h1 {
	height: 70px;
	padding-left: 100px;
	line-height: 70px;
}

#survey-content .survey-icon {
	background: url(images/survey-icon2.jpg) top left no-repeat;
}

.survey-content-box {
	float: left;
	width: 888px;
	background: url(images/white-box2-bg.png) top left repeat-y;
	padding: 10px 30px 10px 30px;
}


.radio-btn-survey {
	margin:20px 0 0 40px;
	 }
	 
.radio-btn-inner {
	float:left;
	width:190px;
	display:block;}
	
.radio-btn-inner2 {
	float:left;
	width:130px;
	display:block;}
	
.radio-btn-text {
	margin:0 0 0 0px;
 }

.survey-email-box {
	margin:auto;
	background-image:url(images/survey-email-box.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	height:119px;
	}
	
.survey-email-box-inner {
	margin: 0 auto;
	width:650px;
	padding: 14px 0 0 0;}
	
.survey-text-box {
	border: solid 1px #C0D3E7;
	height:22px;}
	
.survey-text-box-lbl {
	padding: 0 10px; 0 0}
	
.survey-btn1 {
	position:absolute;
	padding: 34px 0 0 590px;
	}
	
.survey-link {
	font-size:11px;
	padding: 0 0 0 10px;}
	
	
.survey-link a {
	color:#3688C9;}


/*---Calendar--*/

#calendar-content {
height:600px;
	padding: 10px 30px 50px 30px;
	background: url(images/banner-shadow.png) top left no-repeat;
}

/*--End Calendar--*/
/*---------------------------------------- Begin Testimonials ---------------------------------------- */

#testimonials-content {
	padding: 18px 0 0 0;	
	background: url(images/banner-shadow.png) top left no-repeat;
}

#testimonials-content h1 {
	height: 85px;
	padding-left: 120px;
	line-height: 85px;
}

#testimonials-content .testimonials {
	background: url(images/testimonial-logo.jpg) top left no-repeat;
}

#testimonials-content .category {
	list-style: none;	
}

#testimonials-content .category li {
	float: left;
	text-align: center;
	padding: 10px 44px 10px 44px;
}

#testimonials-content .category-title a {
	line-height: 30px;
	color: #0099FF;
	font-size: 14px;
}

.content-box {
	float: left;
	width: 888px;
	background: url(images/white-box2-bg.png) top left repeat-y;
	padding: 10px 30px 10px 30px;
}
/*---------------------------------------- End Testimonials ---------------------------------------- */
	
/*---------------------------------------- Begin About ---------------------------------------- */

#about-content {
	padding: 18px 0 0 0;	
	background: url(images/banner-shadow.png) top left no-repeat;
}

#about-content h1 {
	height: 85px;
	padding-left: 120px;
	line-height: 85px;
}

#about-content .about {
	background: url(images/about-logo.jpg) top left no-repeat;
}

#about-content .directors {
	float: left;
	width: 270px;
	padding: 12px;
	border-right: dotted 1px #589CCF;
	margin-bottom: 60px;
}

#about-content .last {
	border-right: none;
}

#about-content .pic {
	text-align: center;
}

/*---------------------------------------- End About ---------------------------------------- */


/*---------------------------------------- Begin Contact ---------------------------------------- */

#contact-content {
	padding: 18px 0 0 0;	
	background: url(images/banner-shadow.png) top left no-repeat;
}

#contact-content h1 {
	height: 85px;
	padding-left: 100px;
	line-height: 85px;
}

#contact-content .contact {
	background: url(images/contact-logo.jpg) top left no-repeat;
}

.contact-box-wrap {
	width: 880px;
	margin: 0 auto;
}

#contact-content .contact-box {
	border-left: solid 1px #BAD6EB;
	border-right: solid 1px #BAD6EB;
	width: 858px;
	padding: 10px;
	
}

#contact-content .contact-box-top {
	height: 16px;
	background: url(images/contact-box-top.jpg) top left no-repeat;
}

#contact-content .contact-box-bottom {
	height: 16px;
	background: url(images/contact-box-bottom.jpg) top left no-repeat;
}

.contact-form {
	border-right: dotted 1px #73ACD7;
	width: 420px;
	padding: 0 20px 20px 20px;	
}

.contact-form label {
	display: block;
	text-align: right;
	width: 120px;
	float: left;
	padding: 2px 2px;
	margin-right: 5px;
	font-weight: bold;
}

.contact-form .req {
	color: #C00;
}

.contact-form .submit {
	margin-left: 125px;
	border: none;
	width: 106px;
	height: 36px;	
}
/*---------------------------------------- End Contact ---------------------------------------- */


/*---------------------------------------- Begin Sign-Up ---------------------------------------- */

#signup-content {
	padding: 18px 0 0 0;	
	background: url(images/banner-shadow.png) top left no-repeat;	
}

#signup-content #login{
	float: left;
	width: 265px;	
}

#signup-content #login h2{ 
	height: 85px;
	padding-left: 100px;
	line-height: 85px;
	background: url(images/signup-logo.jpg) top left no-repeat;
}

#signup-content #login label {
	display: block;
	text-align: right;
	width: 80px;
	float: left;
	padding: 2px 2px;
	font-size: 12px;
	font-weight: bold;
}

#signup-content #login input {
	float: left;
	font-size: 12px;
	padding: 3px 3px;
	border: solid 1px #C0D3E7;
	width: 140px;
	margin: 0 0 15px 10px;
}

#signup-content #login .submit{
	margin-left: 135px;
	border: none;
	width: 106px;
	height: 36px;	
}

#signup-content #login .forgot {
	text-align: right;
	padding-right: 20px;
}

#signup-content #listing-wrap {
	float: left;
	width: 600px;	
	border-left: dotted 1px #85ACCF;
	padding-left: 15px;
	font-size: 14px;
}

#signup-content #listing-wrap .basic{
	float: left;
	width: 300px;
	background: none;
}

#signup-content #listing-wrap .basic .title { 
	background: url(images/basic-listing-title.jpg) top left no-repeat;
	display: block;
	height: 85px;
	width: 300px;
}

#signup-content #listing-wrap ul {
	list-style: none;
	padding: 0 20px 0 20px;;
}

#signup-content #listing-wrap ul li {
	padding-left: 25px;
	line-height: 25px;
}

#signup-content #listing-wrap ul .check {
	background: url(images/icon-check.jpg) top left no-repeat;
}

#signup-content #listing-wrap .logic-links {	
	vertical-align: middle;
	padding-left: 2px;
}

#signup-content #listing-wrap .premium{
	float: left;
	width: 300px;
	background: none;
}

#signup-content #listing-wrap .premium .title { 
	background: url(images/premium-listing-title.jpg) top left no-repeat;
	display: block;
	height: 85px;
	width: 300px;
}

#signup-content #listing-wrap .ceo {
	margin: 0 auto;
	width: 230px;
	padding-left: 70px; 
	background: url(images/napo-logo.jpg) center left no-repeat; 
	height: 60px; 
	line-height: 30px;
}

/*---------------------------------------- End Sign-Up ---------------------------------------- */


/*---------------------------------------- Begin Listing ---------------------------------------- */

#basic-content, #premium-content {
	padding: 18px 0 0 0;	
	background: url(images/banner-shadow.png) top left no-repeat;
}

#listing-wrap {
	width: 880px;
	margin: 0 auto;
}

#listing-wrap .listing-box {
	border-left: solid 1px #BAD6EB;
	border-right: solid 1px #BAD6EB;
	width: 858px;
	padding: 10px;
}

#listing-wrap .basic-listing-box-top {
	height: 85px;
	background: url(images/basic-listing-top.jpg) top left no-repeat;
}

#listing-wrap .premium-listing-box-top {
	height: 85px;
	background: url(images/premium-listing-top.jpg) top left no-repeat;
}

#listing-wrap .listing-box-bottom {
	height: 16px;
	background: url(images/listing-box-bottom.jpg) top left no-repeat;
}

#listing-wrap #form-col1 {
	float: left;
	width: 428px;
}

#listing-wrap #form-col2 {
	float: left;
	width: 428px;
}

#listing-wrap table {	
	width: 428px;
}

#listing-wrap table .colh {
	width: 150px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	color: #666;
}

#listing-wrap table td {
	padding: 4px;
}

#listing-wrap .textbox {
	width: 180px;
}

#listing-wrap .textarea {
	width: 260px;
}

#listing-wrap .checkbox {
}

#listing-wrap .radiobutton {
}

#listing-wrap .dropdown {
	width: 180px;
}

/* Begin Bubble Tooltip */

a.bubble {
    position: relative;
    z-index: 24;
    color: #3CA3FF;
    text-decoration:none;
	font-weight: normal;
}

a.bubble span { display: none; }

a.bubble:hover { 
	z-index: 25; 
	color: #FFF; 
	background:;
}

a.bubble:hover span.tooltip {
    display: block;
    position: absolute;
    top:0px; left:0;
	padding: 20px 0 0 0;
	width: 320px;
	color: #FFF;
    text-align: center;
	font-size: 11px;
	filter: alpha(opacity:95);
	KHTMLOpacity: 0.95;
	MozOpacity: 0.95;
	opacity: 0.95;
}

a.bubble:hover span.top {
	display: block;
	padding: 0px 8px 25px;
    background: url(images/bubble.gif) no-repeat top;
}

a.bubble:hover span.middle { 
	display: block;
	padding: 0 8px; 
	background: url(images/bubble_filler.gif) repeat bottom; 
}

a.bubble:hover span.bottom {
	display: block;
	padding: 10px 8px 3px;
	color: #548912;
    background: url(images/bubble.gif) no-repeat bottom;
}

/* End Bubble Tooltip */

/*---------------------------------------- End Listing ---------------------------------------- */

/*---------------------------------------- Begin Support ---------------------------------------- */

#support-content {
	padding: 18px 0 0 0;	
	background: url(images/banner-shadow.png) top left no-repeat;	
}

#support-content h1 {
	height: 85px;
	padding-left: 120px;
	line-height: 85px;
}

#support-content h5 {
	height: 85px;
	padding-left: 100px;
	line-height: 85px;
}

#support-content .billing {
	background: url(images/billing-logo.jpg) top left no-repeat;
}

#support-content .technical {
	background: url(images/technical-logo.jpg) top left no-repeat;
}

#support-content .support {
	background: url(images/support-logo.jpg) top left no-repeat;
}

#support-content #login{
	float: left;
	width: 265px;	
}

#support-content #login h2{ 
	height: 85px;
	padding-left: 100px;
	line-height: 85px;
	background: url(images/signup-logo.jpg) top left no-repeat;
}

#support-content #login label {
	display: block;
	text-align: right;
	width: 80px;
	float: left;
	padding: 2px 2px;
	font-size: 12px;
	font-weight: bold;
}

#support-content #login input {
	float: left;
	font-size: 12px;
	padding: 3px 3px;
	border: solid 1px #C0D3E7;
	width: 140px;
	margin: 0 0 15px 10px;
}

#support-content #login .submit{
	margin-left: 135px;
	border: none;
	width: 106px;
	height: 36px;	
}

#support-content #login .forgot {
	text-align: right;
	padding-right: 20px;
}

#support-content #support-desc {
	float: left;
	width: 600px;	
	border-left: dotted 1px #85ACCF;
	padding-left: 15px;
}

/*---------------------------------------- End Support ---------------------------------------- */


/*---------------------------------------- Begin Careers ---------------------------------------- */

#careers-content {
	padding: 18px 0 0 0;	
	background: url(images/banner-shadow.png) top left no-repeat;	
}

#careers-content h1 {
	height: 85px;
	padding-left: 120px;
	line-height: 85px;
}

#careers-content .careers {
	background: url(images/careers-logo.jpg) top left no-repeat;
}

#alert-box {
	background: url(images/alert-bg.jpg) top left no-repeat;
	padding: 18px 10px 18px 0;
}

#careers-content .alert {
	float: right;
	width: 648px;
	height: 160px;
	border: solid 1px #FFB0B0;
	background: #FFF;
	padding: 10px;
	overflow: scroll;
	overflow-x: hidden;
}

#careers-content table {
	width:884px;
	border-top:1px solid #57A744;
	border-right:1px solid #57A744;
	border-collapse:collapse;
}

#careers-content td {
	border-bottom:1px solid #57A744;
	border-left:1px solid #57A744;
	padding: 4px;
	vertical-align: middle;
}				
	
#careers-content th {
	font-weight:normal;
	text-align:left;
	border-bottom: 1px solid #57A744;
	border-left:1px solid #57A744;
	padding: 10px;
	vertical-align: middle;
}
	
#careers-content thead th {
	background:#57A744;
	text-align:center;
	font-weight: bold;
	font-size: 14px;
	color:#FFF;
}	

#careers-content table .row-position {
	width: 200px;
}

#careers-content table .row-opening {
	width: 120px;
	text-align: center;
}

/*---------------------------------------- End Careers ---------------------------------------- */


/*---------------------------------------- Begin Careers ---------------------------------------- */

#search-content {
	padding: 18px 0 0 0;
	background: url(images/banner-shadow.png) top left no-repeat;	
}

#search-content h1 {
	height: 85px;

	padding-left: 120px;
	line-height: 85px;
}

#search-content .search {
	background: url(images/search-logo.jpg) top left no-repeat;
}

#search-content #search-bar {
	background: url(images/search-bar-bg.jpg) top left no-repeat;
	padding: 21px;
}

#search-content #search-bar label {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	margin-right: 10px;
	float: right;
	line-height: 38px;
}

#search-content #search-bar .state {
	float: right;
	margin-right: 10px;
	width: 280px;
	font-size: 16px;
	padding: 4px;
}

#search-content #search-bar .keyword {
	float: right;
	margin-right: 10px;
	width: 280px;
	font-size: 16px;
	padding: 4px;
}

#search-content #search-bar .search-button {
	float: right;
}

#search-content table {
	width:884px;
	border-collapse:collapse;
}

#search-content td {
	padding: 6px;
	vertical-align: middle;
}

#search-content table .alt {
	background-color: #EFF6FB;
}

#search-content .pager {
	text-align: right;
	padding: 10px;
}

#search-content .pager a {
	padding: 0 4px 0 4px;
	font-weight: bold;
	text-decoration: none;
	color: #3F94D0;
}

#search-content .pager a:hover {	
	text-decoration: underline;
}

#search-content #information {
	float: left;
	width: 580px;
}
#search-content #information .basic-info {
	float: left;
	width: 330px;
	line-height: 23px;
}

#search-content #information .video {
	float: right;
	width: 250px;
}

#search-content #information .details {
	border: solid 1px  #C0D3E7;
	padding: 10px;
}

#search-content #logo {
	float: right;
	width: 290px;
	padding: 40px 0 40px 0;
}


/*---------------------------------------- End Careers ---------------------------------------- */

.fieldFocus {
	background-color:#DDE6FB;
}
.button_medium {
	padding: 3px;
	font-size: 14px;
}
.button_large {
	padding: 4px;
	font-size: 16px;
}
#loading_icon {
	margin-left: 5px;
}
.loading_icon {
	margin-left: 5px;
}
.error_messages {
	padding: 5px 10px 5px 10px;
	background-color: #FBD9DA;
	color: #CC0000;	
}
.error_messages li {
	margin-left: 10px;
}
.error_messages .bullet {
	font-size: 18px;
	margin-right: 5px;
}
.longField {
	width: 250px;
}
.mediumField {
	width: 175px;
}
.shortField {
	width: 100px;
}
.generalField {
	border: 1px solid #CCC !important;
	padding: 3px;
}
#password-forgot-form {
	width: 500px;
	padding: 10px 0 10px 0;
}
.bold {
	font-weight:bold;
}
.mediumFont {
	font-size: 14px;
}
.textbox-signup {
	border: 1px solid #CCC;
	padding: 3px;
}
.reset_organizer_password {
	cursor: pointer;
	margin-left: 4px;
}
.sm_gray {
	font-size: 10px;
	color: #999;
}
.error_div {
	padding: 5px;
	margin: 5px;
	background-color:#FCEDED;
	border: 1px solid #FA8F8F;
	color: #CC0000;
	font-size: 14px;
}
#profile_left {
	float: left;
	width: 200px;
}
#profile_right {
	border-left: 1px solid #E8E8E8;
	float: left;
	width: 650px;
	margin-left: 15px;
	padding-left:20px;
}
#profile_right h1 {
	font-size: 18px;
	margin-bottom: 5px;
}
#profile_right h2 {
	font-size: 15px;
	margin-bottom: 5px;
}

#profile_right p {
	margin-bottom: 5px;
}
#profile_bottom {
	width: 640px;
	float: left;
	margin: 20px 0 0 0;
}
#profile_media {
	margin-top: 20px;
	text-align:center;
}
#profile_mid {
	float:left;
	margin: 20px 0 10px 0;
}
#profile_logo {
	width: 500px;
	overflow: hidden;
}
.siteList {
	background-color: #C8E8FB;
	color: #000;
	font-size: 12px;
	padding: 5px;
	line-height: 27px;
}
.deleteX {
	color:#CC0000;
	font-weight: bold;
	font-size: 12.5px;
	padding: 4.5px;
	background-color:#C8E8FB;
	border-left: 1px solid #3366CC;
}
.deleteX:hover {
	background-color: #FA9696;
	cursor: pointer;
}
.basic_error_div {
	background-color: #FCEDED;
	padding: 5px;
}
#profile_image {
	width: 200px;
	overflow: hidden;
}
.profile_image {
	margin-bottom: 10px;
}
#siteEditor {
	border: 1px solid #CCC;
	background-color:#F7F7F7;
	padding: 5px 10px 5px 10px;
	margin: 5px 0 0 0;
	float: left;
}
.edit {

	width: 400px;
}
.pointer {
	cursor: pointer;
}
.editable-field input {
	border: 1px solid #E1E1E1;
	padding: 4px;
	width: 200px;
}
.editable-media-desc-style input {
	border: 1px solid #E1E1E1;
	padding: 4px;
	width: 200px;
	height: 100px;
	margin-top: 5px;
}
.editable-select select {
	border: 1px solid #E1E1E1;
	padding: 4px;
	width: 200px;
}
.edit-description {
	border: 1px solid #E1E1E1;
	padding: 5px;
	height: 130px;
	width: 577px;
}
#description-saver {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;	
	padding: 5px;
	width: 560px;
	margin: -1px 0 0 0;

}
.editable-textarea button {
	border: 1px solid #E1E1E1;
}
.editable-field input[type=submit],.editable-select input[type=submit],.editable-textarea input[type=submit] {
  color: #F00;
  font-weight: bold;
}
.editable-field input[type=button],.editable-select input[type=button],.editable-textarea input[type=button] {
  color: #0F0;
  font-weight: bold;
}
.user_message {
	margin: 5px 0 10px 0;
	background-color:#CAFAC9;
	border: 1px solid #009933;
	padding: 5px 10px;
}
div.grippie {
	background:#EEE url(images/grippie.png) no-repeat scroll center 2px;
	border-color:#DDD;
	border-style:solid;
	border-width:0pt 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
}
.resizable-textarea textarea {
	display:block;
	margin-bottom:0pt;
	width:95%;
	height: 20%;
}
.edit-label {
	font-weight: bold;
	width: 600px;
}
.edit-label p {
	font-weight: normal;
}

.signup_block {
	clear: both;
	overflow: auto;
	border-top: 1px solid #D6D7FC;
	padding: 10px 0 10px 0;
}
.signup_block input {
	padding: 5px;
}
.listing-box h1 {
	color: #404040;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 15px 0;
}
.signup_block_l {
	float: left;
	width: 170px;
	text-align: right;
	font-weight: normal;
	font-size: 14px;
	line-height: 25px;
	padding: 5px;
}
.signup_block_r {
	float: left;
	width: 260px;
	text-align: right;
	font-weight: bold;
	padding: 5px;
}
.signup_block_desc {
	margin-left: 15px;
	width: 330px;
	float: left;
	color: #999999;
	font-size: 13px;
	text-align: left;
	line-height: 25px;
	padding: 5px;
}
.signup_block_row {
	clear: both;
}
.requiredField {
	padding: 3px;
	border: 1px solid #F38681;
}
/* Directory Browser */
#alpha-browser {
	float: right;
	clear: right;
	
}
#alpha-browser a {
	display: block;
	margin: 0 3px 0 3px;
	padding: 2px 5px 2px 5px;
	color: #3366CC;
	border: 1px solid #C8D6F9;
	background-color: #ECF0FD;
	text-decoration: none;
	float: left;
}
#alpha-browser a:hover {
	color: #fff;
	background-color: #0066CC;
	text-decoration: none;
}
#search-panel {
	clear: left;
	float: left;
	width: 195px;
	padding: 0 20px 0 0;
	margin: 10px 0 0 0;
}
#result-browser {
	clear: right;
	float: left;
	border-left: 1px solid #EBEBEB;
	border-top: 1px solid #EBEBEB;
	margin: 10px 0 0 0;
	padding: 10px 0 0 15px;
	width: 655px;
	min-height: 400px;
	_height: 400px;
}
#directory-search {
	padding: 5px;
	font-size: 13px;
	color: #CCC;
}
#search-container {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 15px;
}
.cancel-search {
	display: block;
	color:#FF0000;
	background-color: #FFD9D9;
	font-size: 14px;
	padding: 6px 8px 6px 8px;
	margin: 5px 0 5px 0;
	float: right;
}
#search_intro {
	font-size: 12px;
	font-style: italic;
	margin: 0 0 10px 0;
	text-align: left;
}
.highlighted-listings {
	margin: 5px 0 10px 0;
	background-color: #FFFFB9;
}
.directory-listing {
	padding: 5px;
	clear: both;
	overflow: auto;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin-top: -1px;
}
.left-listing {
	width: 490px;
	padding-left: 3px;
	float: left;
	clear: left;
}
.list-name img {
	margin-top: 3px;
}
.left-listing .listing-name {
	font-size: 18px;
	color: #40404;
	margin-bottom: 4px;
}
.left-listing .listing-company {
	font-size: 15px;
	margin-bottom: 4px;
	color: #40404;
}
.left-listing .listing-state,.listing-phone,.listing-email,.listing-website {
	font-size: 13px;
	color: #333;
	margin-top: 3px;
}
.right-listing {
	width: 140px;
	float: right;
	clear: right;
	text-align: right;
}
#LogicLinks {
	width: 600px;
	border: none;
}
#LogicLinks td {
	padding: 7px;
	vertical-align:middle;
}
.addthis {
	float: right;
}

#calculator {
	float: left;
	margin-left: 20px;
	padding: 0 20px 0 0;
	width: 270px;	
	border-right: dotted 1px #85ACCF;
	font-size: 14px;
}
#calculator label {
	display: block;
	text-align: right;
	width: 160px;
	float: left;
	padding: 2px 2px;
	font-size: 12px;
	font-weight: bold;
}

#calculator input {
	float: left;
	font-size: 12px;
	padding: 3px 3px;
	border: solid 1px #C0D3E7;
	width: 60px;
	margin: 0 0 15px 10px;
}

#calculator .submit{
	margin-left: 80px;
	border: none;
	width: 108px;
	height: 38px;	
}
.news_message {
	margin: 5px 0 10px 0;
	background-color: #FFC;
	border: 1px solid #E4DE44;
	padding: 5px 10px;
}
#news_content h6 {
	font-size: 14px !important;
	font-weight: bold !important;
}
#news_content p {
	padding: 5px 0;
}


.post p {
	margin: 0 0 12px 0;
}

