/*

Theme Name: Paylow Rent

Theme URI:

Description:

Author: 

Version: 

License: 

License URI: 

Tags:

*/





/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */



html, body, 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, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	background: transparent;

	border: 0;

	margin: 0;

	padding: 0;

	vertical-align: baseline;

}

body {

	line-height: 1;

}

h1, h2, h3, h4, h5, h6 {

	clear: both;

	font-weight: normal;

}

ol, ul {

	list-style: none;

}

blockquote {

	quotes: none;

}

blockquote:before, blockquote:after {

	content: '';

	content: none;

}

del {

	text-decoration: line-through;

}

/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: collapse;

	border-spacing: 0;

}

a img {

	border: none;

}



/* =Layout

-------------------------------------------------------------- */



/*

LAYOUT: Two columns

DESCRIPTION: Two-column fixed layout with one sidebar right of content

*/



#container {

	float: left;

	margin: 0 -240px 0 0;

	width: 100%;

}

#content {

	margin: 0 280px 0 20px;

}

#primary,

#secondary {

	float: right;

	overflow: hidden;

	width: 220px;

}

#secondary {

	clear: right;

}

#footer {

	clear: both;

	width: 100%;

}



/*

LAYOUT: One column, no sidebar

DESCRIPTION: One centered column with no sidebar

*/



.one-column #content {

	margin: 0 auto;

	width: 640px;

}



/*

LAYOUT: Full width, no sidebar

DESCRIPTION: Full width content with no sidebar; used for attachment pages

*/



.single-attachment #content {

	margin: 0 auto;

	width: 900px;

}





/* =Fonts

-------------------------------------------------------------- */

body,

input,

textarea,

.page-title span,

.pingback a.url {

font-family:"Trebuchet MS", Arial;

}

h3#comments-title,

h3#reply-title,

#access .menu,

#access div.menu ul,

#cancel-comment-reply-link,

.form-allowed-tags,

#site-info,

#site-title,

#wp-calendar,

.comment-meta,

.comment-body tr th,

.comment-body thead th,

.entry-content label,

.entry-content tr th,

.entry-content thead th,

.entry-meta,

.entry-title,

.entry-utility,

#respond label,

.navigation,

.page-title,

.pingback p,

.reply,

.widget-title,

.wp-caption-text {

font-family:"Trebuchet MS", Arial;

}

input[type=submit] {

font-family:"Trebuchet MS", Arial;

}

pre {

font-family:"Trebuchet MS", Arial;

}

code {

font-family:"Trebuchet MS", Arial;

}





/* =Structure

-------------------------------------------------------------- */



/* The main theme structure */

#access .menu-header,

div.menu,

#colophon,

#branding,

#main,

#wrapper {

	margin: 0 auto;

	width: 980px;

}

#wrapper {

	margin-top: 0;

	padding: 0 10px;

	background: transparent url(images/bg-wrapper.png) repeat-y center top;

}



/* Structure the footer area */

#footer-widget-area {

	overflow: hidden;

}

#footer-widget-area .widget-area {

	float: left;

	margin-right: 20px;

	width: 336px;

}
#second.widget-area {
width: 227px;
}
#footer-widget-area #third {

	margin-right: 0;

}

#site-info {

	float: left;

	font-size: 14px;

	font-weight: bold;

	width: 700px;

}

#site-generator {

	float: right;

	width: 220px;

}





/* =Global Elements

-------------------------------------------------------------- */



/* Main global 'theme' and typographic styles */

body {

	background: #fdf6e6 url(images/body_bg.jpg) repeat-x left top;

}

body,

input,

textarea {

	color: #666;

	font-size: 12px;

	line-height: 18px;

}

hr {

	background-color: #e7e7e7;

	border: 0;

	clear: both;

	height: 1px;

	margin-bottom: 18px;

}



/* Text elements */

p {

	margin-bottom: 15px;

}

ul {

	list-style: square;

	margin: 0 0 18px 1.5em;

}

ol {

	list-style: decimal;

	margin: 0 0 18px 1.5em;

}

ol ol {

	list-style: upper-alpha;

}

ol ol ol {

	list-style: lower-roman;

}

ol ol ol ol {

	list-style: lower-alpha;

}

ul ul,

ol ol,

ul ol,

ol ul {

	margin-bottom: 0;

}

dl {

	margin: 0 0 24px 0;

}

dt {

	font-weight: bold;

}

dd {

	margin-bottom: 18px;

}

strong {

	font-weight: bold;

}

cite,

em,

i {

	font-style: italic;

}

big {

	font-size: 131.25%;

}

ins {

	background: #ffc;

	text-decoration: none;

}

blockquote {

	font-style: italic;

	padding: 0 3em;

}

blockquote cite,

blockquote em,

blockquote i {

	font-style: normal;

}

pre {

	background: #f7f7f7;

	color: #222;

	line-height: 18px;

	margin-bottom: 18px;

	overflow: auto;

	padding: 1.5em;

}

abbr,

acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}

sup,

sub {

	height: 0;

	line-height: 1;

	position: relative;

	vertical-align: baseline;

}

sup {

	bottom: 1ex;

}

sub {

	top: .5ex;

}

input[type="text"],

textarea {

	background: #f9f9f9;

	border: 1px solid #ccc;

	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);

	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);

	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);

	padding: 2px;

}

a:link {

	color: #0066cc;

}

a:visited {

	color: #743399;

}

a:active,

a:hover {

	color: #ff4b33;

}



/* Text meant only for screen readers */

.screen-reader-text {

	position: absolute;

	left: -9000px;

}





/* =Header

-------------------------------------------------------------- */



#header {

	padding: 0 0 0 0;

}

#site-title {

	float: left;

	font-size: 30px;

	line-height: 36px;

	margin: 0 0 18px 0;

	width: 700px;

}

#site-title a {

	color: #000;

	font-weight: bold;

	text-decoration: none;

}

#site-description {

	clear: right;

	float: right;

	font-style: italic;

	margin: 15px 0 18px 0;

	width: 220px;

}



/* This is the custom header image */

#branding img {

	border-top: 4px solid #000;

	border-bottom: 1px solid #000;

	display: block;

	float: left;

}





/* =Menu

-------------------------------------------------------------- */

.menubar {

	background:/*url(images/menubar.jpg) no-repeat left top*/transparent;

	height:44px;

	margin:2px 0 0 0;

	padding:0 0 0 0;	

}

.menu {	margin:0;padding:0 0 0 35px;}

.menu li{ display:inline-block; background:url(images/seprator.jpg) no-repeat right 3px; padding:0px 18px 0px 0px; }



.menu li a{margin:0; padding:11px 0px 15px 18px; display:block; font-family:'ALEX'; font-size:24px; color:#fff; text-decoration:none;}



.menu li:hover,.menu li.current_page_item, .menu li.current-menu-item{ background:url(images/menu-hover.jpg) no-repeat right;}



.menu li:hover a, .menu li.current_page_item a, .menu li.current-menu-item a{ background:url(images/menu-hover.jpg) no-repeat left; color:#fa7e1b;}



/*.menu li:hover ul{ display:block; position:absolute;}

.menu li ul {	

	padding:10px;

	margin:13px 0 0 0;

	position:absolute;	

	z-index:1000;	

	background-color:#49576f;

	display:none;

	width:200px;

}

.menu li ul li {	

	margin:0 0 15px 0;

	padding:0;

	width:200px;

	background-image:none;

	

}

.menu li ul li a {	

	background:none;

	background-image:none;

	border-top:none;

	font-size:12px;

}

.menu li ul li a:hover {

	color:#ff6310;

}



.menu li ul li ul {	   

	padding:10px; 

	margin:-15px 0 0 210px;	

	z-index:1000;	

	background-color:#49576f;

	display:none;	

}

.menu li ul li ul li{		

	margin:0 0 15px 0;

	padding:0;	

	background-image:none;	

}

.menu li:hover ul ul, .menu li:hover ul ul ul, .menu li:hover ul ul ul ul {

	display:none;

}

.menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul, .menu li li li li:hover ul {

	display:block;

}*/







/* =Content

-------------------------------------------------------------- */

.clear{ clear:both;}



#main {

	background: #fff /*url(images/bg-wrapper-bot.jpg) #fff repeat-x left bottom*/; 

	clear: both;

	overflow: hidden;

	padding: 40px 0 0 0;

}

#content {

	margin-bottom: 36px;

}

#content,

#content input,

#content textarea {

	color: #333;

	font-size: 16px;

	line-height: 22px;

}

#content ul,

#content ol,

#content dd,

#content pre,

#content hr {

	margin-bottom: 24px;

}

#content ul ul,

#content ol ol,

#content ul ol,

#content ol ul {

	margin-bottom: 0;

}

#content pre,

#content kbd,

#content tt,

#content var {

	font-size: 15px;

	line-height: 21px;

}

#content code {

	font-size: 16px;

}

#content dt,

#content th {

	color: #000;

}

#content h1,

#content h2,

#content h3,

#content h4,

#content h5,

#content h6 {

	color: #000;

	line-height: 1.5em;

	margin: 0 0 15px 0;

}

#content h2{ font:Normal 23px "Trebuchet MS", Arial; color:#2a2a2a;}



#content table {	

	text-align: left;

	width: 100%;

}

#content tr th,

#content thead th {

	color: #888;

	font-size: 12px;

	font-weight: bold;

	line-height: 18px;

	padding: 5px;

}

#content tr td {

	

	padding: 5px;

}

#content tr.odd td {

	

}

.hentry {

	margin: 0 0 10px 0;

}

.home .sticky {

	background: #f2f7fc;

	border-top: 4px solid #000;

	margin-left: -20px;

	margin-right: -20px;

	padding: 18px 20px;

}

.single .hentry {

	margin: 0 0 36px 0;

}

.page-title {

	color: #000;

	font-size: 14px;

	font-weight: bold;

	margin: 0 0 36px 0;

}

.page-title span {

	color: #333;

	font-size: 16px;

	font-style: italic;

	font-weight: normal;

}

.page-title a:link,

.page-title a:visited {

	color: #888;

	text-decoration: none;

}

.page-title a:active,

.page-title a:hover {

	color: #ff4b33;

}

#content .entry-title {

	color: #000;

	font-size: 21px;

	font-weight: bold;

	line-height: 1.3em;

	margin-bottom: 0;

}

.entry-title a:link,

.entry-title a:visited {

	color: #000;

	text-decoration: none;

}

.entry-title a:active,

.entry-title a:hover {

	color: #ff4b33;

}

.entry-meta {

	color: #888;

	font-size: 12px;

}

.entry-meta abbr,

.entry-utility abbr {

	border: none;

}

.entry-meta abbr:hover,

.entry-utility abbr:hover {

	border-bottom: 1px dotted #666;

}

.entry-content,

.entry-summary {

	clear: both;

	padding: 12px 0 0 0;

}

#content .entry-summary p:last-child {

	margin-bottom: 12px;

}

.entry-content fieldset {

	border: 1px solid #e7e7e7;

	margin: 0 0 24px 0;

	padding: 24px;

}

.entry-content fieldset legend {

	background: #fff;

	color: #000;

	font-weight: bold;

	padding: 0 24px;

}

.entry-content input {

	margin:0;

}

.entry-content input.file,

.entry-content input.button {

	margin-right: 24px;

}

.entry-content label {

	color: #888;

	font-size: 12px;

}

.entry-content select {

	margin: 0 0 24px 0;

}

.entry-content sup,

.entry-content sub {

	font-size: 10px;

}

.entry-content blockquote.left {

	float: left;

	margin-left: 0;

	margin-right: 24px;

	text-align: right;

	width: 33%;

}

.entry-content blockquote.right {

	float: right;

	margin-left: 24px;

	margin-right: 0;

	text-align: left;

	width: 33%;

}

.page-link {

	clear: both;

	color: #000;

	font-weight: bold;

	margin: 0 0 22px 0;

	word-spacing: 0.5em;

}

.page-link a:link,

.page-link a:visited {

	background: #f1f1f1;

	color: #333;

	font-weight: normal;

	padding: 0.5em 0.75em;

	text-decoration: none;

}

.home .sticky .page-link a {

	background: #d9e8f7;

}

.page-link a:active,

.page-link a:hover {

	color: #ff4b33;

}

body.page .edit-link {

	clear: both;

	display: block;

}

#entry-author-info {

	background: #f2f7fc;

	border-top: 4px solid #000;

	clear: both;

	font-size: 14px;

	line-height: 20px;

	margin: 24px 0;

	overflow: hidden;

	padding: 18px 20px;

}

#entry-author-info #author-avatar {

	background: #fff;

	border: 1px solid #e7e7e7;

	float: left;

	height: 60px;

	margin: 0 -104px 0 0;

	padding: 11px;

}

#entry-author-info #author-description {

	float: left;

	margin: 0 0 0 104px;

}

#entry-author-info h2 {

	color: #000;

	font-size: 100%;

	font-weight: bold;

	margin-bottom: 0;

}

.entry-utility {

	clear: both;

	color: #888;

	font-size: 12px;

	line-height: 18px;

}

.entry-meta a,

.entry-utility a {

	color: #888;

}

.entry-meta a:hover,

.entry-utility a:hover {

	color: #ff4b33;

}

#content .video-player {

	padding: 0;

}





/* =Asides

-------------------------------------------------------------- */



.home #content .format-aside p,

.home #content .category-asides p {

	font-size: 14px;

	line-height: 20px;

	margin-bottom: 10px;

	margin-top: 0;

}

.home .hentry.format-aside,

.home .hentry.category-asides {

	padding: 0;

}

.home #content .format-aside .entry-content,

.home #content .category-asides .entry-content {

	padding-top: 0;

}





/* =Gallery listing

-------------------------------------------------------------- */



.format-gallery .size-thumbnail img,

.category-gallery .size-thumbnail img {

	border: 10px solid #f1f1f1;

	margin-bottom: 0;

}

.format-gallery .gallery-thumb,

.category-gallery .gallery-thumb {

	float: left;

	margin-right: 20px;

	margin-top: -4px;

}

.home #content .format-gallery .entry-utility,

.home #content .category-gallery .entry-utility {

	padding-top: 4px;

}





/* =Attachment pages

-------------------------------------------------------------- */



.attachment .entry-content .entry-caption {

	font-size: 140%;

	margin-top: 24px;

}

.attachment .entry-content .nav-previous a:before {

	content: '\2190\00a0';

}

.attachment .entry-content .nav-next a:after {

	content: '\00a0\2192';

}





/* =Images

-------------------------------------------------------------- */



/*

Resize images to fit the main content area.

- Applies only to images uploaded via WordPress by targeting size-* classes.

- Other images will be left alone. Use "size-auto" class to apply to other images.

*/

img.size-auto,

img.size-full,

img.size-large,

img.size-medium,

.attachment img {

	max-width: 100%; /* When images are too wide for containing element, force them to fit. */

	height: auto; /* Override height to match resized width for correct aspect ratio. */

}

.alignleft,

img.alignleft {

	display: inline;

	float: left;

	margin-right: 24px;

	margin-top: 4px;

}

.alignright,

img.alignright {

	display: inline;

	float: right;

	margin-left: 24px;

	margin-top: 4px;

}

.aligncenter,

img.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

}

img.alignleft,

img.alignright,

img.aligncenter {

	margin-bottom: 12px;

}

.wp-caption {

	background: #f1f1f1;

	line-height: 18px;

	margin-bottom: 20px;

	max-width: 632px !important; /* prevent too-wide images from breaking layout */

	padding: 4px;

	text-align: center;

}

.wp-caption img {

	margin: 5px 5px 0;

}

.wp-caption p.wp-caption-text {

	color: #888;

	font-size: 12px;

	margin: 5px;

}

.wp-smiley {

	margin: 0;

}

.gallery {

	margin: 0 auto 18px;

}

.gallery .gallery-item {

	float: left;

	margin-top: 0;

	text-align: center;

	width: 33%;

}

.gallery-columns-2 .gallery-item {

	width: 50%;

}

.gallery-columns-4 .gallery-item {

	width: 25%;

}

.gallery img {

	border: 2px solid #cfcfcf;

}

.gallery-columns-2 .attachment-medium {

	max-width: 92%;

	height: auto;

}

.gallery-columns-4 .attachment-thumbnail {

	max-width: 84%;

	height: auto;

}

.gallery .gallery-caption {

	color: #888;

	font-size: 12px;

	margin: 0 0 12px;

}

.gallery dl {

	margin: 0;

}

.gallery img {

	border: 10px solid #f1f1f1;

}

.gallery br+br {

	display: none;

}

#content .attachment img {/* single attachment images should be centered */

	display: block;

	margin: 0 auto;

}





/* =Navigation

-------------------------------------------------------------- */



.navigation {

	color: #888;

	font-size: 12px;

	line-height: 18px;

	overflow: hidden;

}

.navigation a:link,

.navigation a:visited {

	color: #888;

	text-decoration: none;

}

.navigation a:active,

.navigation a:hover {

	color: #ff4b33;

}

.nav-previous {

	float: left;

	width: 50%;

}

.nav-next {

	float: right;

	text-align: right;

	width: 50%;

}

#nav-above {

	margin: 0 0 18px 0;

}

#nav-above {

	display: none;

}

.paged #nav-above,

.single #nav-above {

	display: block;

}

#nav-below {

	margin: -18px 0 0 0;

}





/* =Comments

-------------------------------------------------------------- */

#comments {

	clear: both;

}

#comments .navigation {

	padding: 0 0 18px 0;

}

h3#comments-title,

h3#reply-title {

	color: #000;

	font-size: 20px;

	font-weight: bold;

	margin-bottom: 0;

}

h3#comments-title {

	padding: 24px 0;

}

.commentlist {

	list-style: none;

	margin: 0;

}

.commentlist li.comment {

	border-bottom: 1px solid #e7e7e7;

	line-height: 24px;

	margin: 0 0 24px 0;

	padding: 0 0 0 56px;

	position: relative;

}

.commentlist li:last-child {

	border-bottom: none;

	margin-bottom: 0;

}

#comments .comment-body ul,

#comments .comment-body ol {

	margin-bottom: 18px;

}

#comments .comment-body p:last-child {

	margin-bottom: 6px;

}

#comments .comment-body blockquote p:last-child {

	margin-bottom: 24px;

}

.commentlist ol {

	list-style: decimal;

}

.commentlist .avatar {

	position: absolute;

	top: 4px;

	left: 0;

}

.comment-author {

}

.comment-author cite {

	color: #000;

	font-style: normal;

	font-weight: bold;

}

.comment-author .says {

	font-style: italic;

}

.comment-meta {

	font-size: 12px;

	margin: 0 0 18px 0;

}

.comment-meta a:link,

.comment-meta a:visited {

	color: #888;

	text-decoration: none;

}

.comment-meta a:active,

.comment-meta a:hover {

	color: #ff4b33;

}

.commentlist .even {

}

.commentlist .bypostauthor {

}

.reply {

	font-size: 12px;

	padding: 0 0 24px 0;

}

.reply a,

a.comment-edit-link {

	color: #888;

}

.reply a:hover,

a.comment-edit-link:hover {

	color: #ff4b33;

}

.commentlist .children {

	list-style: none;

	margin: 0;

}

.commentlist .children li {

	border: none;

	margin: 0;

}

.nopassword,

.nocomments {

	display: none;

}

#comments .pingback {

	border-bottom: 1px solid #e7e7e7;

	margin-bottom: 18px;

	padding-bottom: 18px;

}

.commentlist li.comment+li.pingback {

	margin-top: -6px;

}

#comments .pingback p {

	color: #888;

	display: block;

	font-size: 12px;

	line-height: 18px;

	margin: 0;

}

#comments .pingback .url {

	font-size: 16px;

	font-style: italic;

}



/* Comments form */

input[type=submit] {

	color: #333;

}

#respond {

	border-top: 1px solid #e7e7e7;

	margin: 24px 0;

	overflow: hidden;

	position: relative;

}

#respond p {

	margin: 0;

}

#respond .comment-notes {

	margin-bottom: 1em;

}

.form-allowed-tags {

	line-height: 1em;

}

.children #respond {

	margin: 0 48px 0 0;

}

h3#reply-title {

	margin: 18px 0;

}

#comments-list #respond {

	margin: 0 0 18px 0;

}

#comments-list ul #respond {

	margin: 0;

}

#cancel-comment-reply-link {

	font-size: 12px;

	font-weight: normal;

	line-height: 18px;

}

#respond .required {

	color: #ff4b33;

	font-weight: bold;

}

#respond label {

	color: #888;

	font-size: 12px;

}

#respond input {

	margin: 0 0 9px;

	width: 98%;

}

#respond textarea {

	width: 98%;

}

#respond .form-allowed-tags {

	color: #888;

	font-size: 12px;

	line-height: 18px;

}

#respond .form-allowed-tags code {

	font-size: 11px;

}

#respond .form-submit {

	margin: 12px 0;

}

#respond .form-submit input {

	font-size: 14px;

	width: auto;

}





/* =Widget Areas

-------------------------------------------------------------- */



.widget-area ul {

	list-style: none;

	margin-left: 0;

}

.widget-area ul ul {

	list-style: square;

	margin-left: 1.3em;

}

.widget-area select {

	max-width: 100%;

}

.widget_search #s {/* This keeps the search inputs in line */

	width: 60%;

}

.widget_search label {

	display: none;

}

.widget-container {

	margin: 0 0 18px 0;

}

.widget-title {

	color: #222;

	font-weight: bold;

}

.widget-area a:link,

.widget-area a:visited {

	text-decoration: none;

}

.widget-area a:active,

.widget-area a:hover {

	text-decoration: underline;

}

.widget-area .entry-meta {

	font-size: 11px;

}

#wp_tag_cloud div {

	line-height: 1.6em;

}

#wp-calendar {

	width: 100%;

}

#wp-calendar caption {

	color: #222;

	font-size: 14px;

	font-weight: bold;

	padding-bottom: 4px;

	text-align: left;

}

#wp-calendar thead {

	font-size: 11px;

}

#wp-calendar thead th {

}

#wp-calendar tbody {

	color: #aaa;

}

#wp-calendar tbody td {

	background: #f5f5f5;

	border: 1px solid #fff;

	padding: 3px 0 2px;

	text-align: center;

}

#wp-calendar tbody .pad {

	background: none;

}

#wp-calendar tfoot #next {

	text-align: right;

}

.widget_rss a.rsswidget {

	color: #000;

}

.widget_rss a.rsswidget:hover {

	color: #ff4b33;

}

.widget_rss .widget-title img {

	width: 11px;

	height: 11px;

}



/* Main sidebars */

#main .widget-area ul {

	margin-left: 0;

	padding: 0 0px 0 0;

}

#main .widget-area ul ul {

	border: none;

	margin-left: 1.3em;

	padding: 0;

}

#primary {

}

#secondary {

}



/* Footer widget areas */

#footer-widget-area {

padding: 0px 20px;

}







/* =Footer

-------------------------------------------------------------- */



#footer {

	 background:url(images/footer-bg.jpg) #fff repeat-x left top; 

	 padding:20px 0 15px;

}

#colophon {	

	overflow: hidden;

	padding: 18px 0;

	text-align:center;

	color:#4f4e4e;

}





.submit{ background:url(images/submit-btn.jpg) no-repeat left top; width:157px; font:normal 13px/19px "Trebuchet MS", Arial; height:19px; margin:15px 0 0 0;color:#fff; font-weight:bold; padding:5px 15px 6px 15px;}

.submit a{ color:#fff; text-decoration:none;}



.innerhome{width:450px; float:left; border:3px solid #f5be5d; height:315px;}

.outerhome{width:450px; float:right; border:3px solid #f5be5d; height:315px;}

.seprator{ background:url(images/post-seprator.jpg) no-repeat center bottom; height:37px; margin:20px 0 5px 0;}



.author{ font-size:16px; text-transform:uppercase; font-weight:bold; color:#333; text-decoration:underline; margin:-10px 0 20px 0;}



/* =Mobile Safari ( iPad, iPhone and iPod Touch )

-------------------------------------------------------------- */



pre {

	-webkit-text-size-adjust: 140%;

}

code {

	-webkit-text-size-adjust: 160%;

}

#access,

.entry-meta,

.entry-utility,

.navigation,

.widget-area {

	-webkit-text-size-adjust: 120%;

}

#site-description {

	-webkit-text-size-adjust: none;

}





/* =Print Style

-------------------------------------------------------------- */



@media print {

	body {

		background: none !important;

	}

	#wrapper {

		clear: both !important;

		display: block !important;

		float: none !important;

		position: relative !important;

	}

	#header {

		border-bottom: 2pt solid #000;

		padding-bottom: 18pt;

	}

	#colophon {

		border-top: 2pt solid #000;

	}

	#site-title,

	#site-description {

		float: none;

		line-height: 1.4em;

		margin: 0;

		padding: 0;

	}

	#site-title {

		font-size: 13pt;

	}

	.entry-content {

		font-size: 14pt;
 
		line-height: 1.6em;

	}

	.entry-title {

		font-size: 21pt;

	}

	#access,

	#branding img,

	#respond,

	.comment-edit-link,

	.edit-link,

	.navigation,

	.page-link,

	.widget-area {

		display: none !important;

	}

	#container,

	#header,

	#footer {

		margin: 0;

		width: 100%;

	}

	#content,

	.one-column #content {

		margin: 24pt 0 0;

		width: 100%;

	}

	.wp-caption p {

		font-size: 11pt;

	}

	#site-info,

	#site-generator {

		float: none;

		width: auto;

	}

	#colophon {

		width: auto;

	}

	img#wpstats {

		display: none;

	}

	#site-generator a {

		margin: 0;

		padding: 0;

	}

	#entry-author-info {

		border: 1px solid #e7e7e7;

	}

	#main {

		display: inline;

	}

	.home .sticky {

		border: none;

	}

}





/* =main site css

-------------------------------------------------------------- */



.error {

    font: normal 10px "Trebuchet MS", Arial;

    padding: 3px;

    margin: 3px;

    background-color: #ffc;

    border: 1px solid #c00;

}





#faq, .yellowBox{

	background-color: #f9deb1; /*#fffde6*/

	padding:10px 20px;

	border:1px #000 solid;

	border-left-width:0;

	border-right-width:0;

}

#faq h2 {

	font-size:20px;

	margin:5px 0 15px;

}

#faq .answer {

	margin:-15px 15px 15px 0;

}

#faq ol {

	list-style-type:decimal;

	margin:10px 10px 15px 30px;

}



.description {

	font-weight:bold;

}



.clear { clear: both;}

#main_body

{

	background:#fffff;

	font-family:"Trebuchet MS", Arial;

	font-size:15px;

	margin:8px 0 16px;

	text-align:center;

}



#form_container

{

	background:#fff;

	border:1px solid #ccc;

	margin:0 auto;

	text-align:left;

	width:640px;

}



#top

{

	display:block;

	height:10px;

	margin:10px auto 0;

	width:650px;

}







#bottom

{

	display:block;

	height:10px;

	margin:0 auto;

	width:650px;

}



form.appnitro

{

	margin:20px 20px 0;

	padding:0 0 20px;

}



/**** Logo Section  *****/

#main_body h1

{

	background-color:#dedede;

	margin:0;

	min-height:0;

	padding:0;

	text-decoration:none;

	text-indent:-8000px;

	background-image: url('file:///Macintosh HD/Users/images/machform.gif'); 

	background-repeat: no-repeat; 

}



#main_body h1 a

{

	

	display:block;

	height:100%;

	min-height:40px;

	overflow:hidden;

}





#main_body img

{

	behavior:url(css/iepngfix.htc);

	border:none;

}





/**** Form Section ****/

.appnitro

{

	font-family:"Trebuchet MS", Arial;

	font-size:15px;

}



.appnitro li

{

	width:100%;

}



#main_body  form ul

{

	font-size:100%;

	list-style-type:none;

	margin:0;

	padding:0;

	width:100%;

}



#main_body form li

{

	display:block;

	margin:0;

	padding:4px 5px 2px 9px;

	position:relative;

}



#main_body form li:after

{

	clear:both;

	content:".";

	display:block;

	height:0;

	visibility:hidden;

}



#main_body .buttons:after

{

	clear:both;

	content:".";

	display:block;

	height:0;

	visibility:hidden;

}



#main_body .buttons

{

	clear:both;

	display:block;

	margin-top:10px;

}



#main_body html form li div

{



	display:inline-block;

}



#main_body form li div

{

	color:#444;

	margin:0 4px 0 0;

	padding:0 0 8px;

}



#main_body form li span

{

	color:#444;

	float:left;

	margin:-30px 4px 0 0;

	padding:0 0 8px;

}



#main_body form li div.left

{

	display:inline;

	float:left;

	width:48%;

}



#main_body form li div.right

{

	display:inline;

	float:right;

	width:48%;

}



#main_body form li div.left .medium

{

	width:100%;

}



#main_body form li div.right .medium

{

	width:100%;

}



#main_body .clear

{

	clear:both;

}



#main_body form li div label

{

	clear:both;

	color:#444;

	display:block;

	font-size:9px;

	line-height:9px;

	margin:0;

	padding-top:3px;

}



#main_body form li span label

{

	clear:both;

	color:#444;

	display:block;

	font-size:9px;

	line-height:9px;

	margin:0;

	padding-top:3px;

}



#main_body form li .datepicker

{

	cursor:pointer !important;

	float:left;

	height:16px;

	margin:.1em 5px 0 0;

	padding:0;

	width:16px;

}



#main_body .form_description

{

	border-bottom:1px dotted #ccc;

	clear:both;

	display:inline-block;

	margin:0 0 1em;

}



#main_body .form_description[class]

{

	display:block;

}



#main_body .form_description h2

{

	clear:left;

	font-size:160%;

	font-weight:400;

	margin:0 0 3px;

}



#main_body .form_description p

{

	font-size:95%;

	line-height:130%;

	margin:0 0 12px;

}



#main_body form hr

{

	display:none;

}



#main_body form li.section_break

{

	border-top:0 none;

	clear:both;

	margin-top:9px;

	padding:0;

	width:97% !important;

}



#main_body form ul li.first

{

	border-top:none !important;

	margin-top:0 !important;

	padding-top:0 !important;

}



#main_body form .section_break h3

{

	font-size:110%;

	font-weight:400;

	line-height:130%;

	margin:0 0 2px;

}



#main_body form .section_break p

{

	font-size:85%;



	margin:0 0 10px;

}



/**** Buttons ****/

#main_body input.button_text

{

	overflow:visible;

	padding:0 7px;

	width:auto;

}



#main_body .buttons input

{

	font-size:120%;

	margin-right:5px;

}



/**** Inputs and Labels ****/

#main_body label.description

{

	border:none;

	color:#222;

	display:block;

	/*font-size:110%; */

	font-size:16px;

	font-weight:700;

	line-height:150%;

	padding:0 0 1px;

}



#main_body span.symbol

{

	font-size:115%;

	line-height:130%;

}



#main_body input.text

{

	background:#fff url(file:///Macintosh%20HD/Users/images/shadow.gif) repeat-x top;

	border-bottom:1px solid #ddd;

	border-left:1px solid #c3c3c3;

	border-right:1px solid #c3c3c3;

	border-top:1px solid #7c7c7c;

	color:#333;

	font-size:100%;

	margin:0;

	padding:2px 0;

}



#main_body input.file

{

	color:#333;

	font-size:100%;

	margin:0;

	padding:2px 0;

}



#main_body textarea.textarea

{

	background:#fff url(file:///Macintosh%20HD/Users/images/shadow.gif) repeat-x top;

	border-bottom:1px solid #ddd;

	border-left:1px solid #c3c3c3;

	border-right:1px solid #c3c3c3;

	border-top:1px solid #7c7c7c;

	color:#333;

	font-family:"Trebuchet MS", Arial;

	font-size:100%;

	margin:0;

	width:99%;

}



#main_body select.select

{

	color:#333;

	font-size:100%;

	margin:1px 0;

	padding:1px 0 0;

	background:#fff url(file:///Macintosh%20HD/Users/images/shadow.gif) repeat-x top;

	border-bottom:1px solid #ddd;

	border-left:1px solid #c3c3c3;

	border-right:1px solid #c3c3c3;

	border-top:1px solid #7c7c7c;

}





#main_body input.currency

{

	text-align:right;

}



#main_body input.checkbox

{

	display:block;

	height:13px;

	line-height:1.4em;

	margin:6px 0 0 3px;

	width:13px;

}



#main_body input.radio

{

	display:block;

	height:13px;

	line-height:1.4em;

	margin:6px 0 0 3px;

	width:13px;

}



#main_body label.choice

{

	color:#444;

	display:block;

	font-size:100%;

	line-height:1.4em;

	margin:-1.55em 0 0 25px;

	padding:4px 0 5px;

	width:100%;

}



#main_body select.select[class]

{

	margin:0;

	padding:1px 0;

}



*:first-child+html select.select[class]

{

	margin:1px 0;

}



#main_body .safari select.select

{

	font-size:120% !important;

	margin-bottom:1px;

}



#main_body input.small

{

	width:25%;

}



#main_body select.small

{

	width:25%;

}



#main_body input.medium

{

	width:25%;

}



#main_body input.longer

{

	width:150px !important;

}



#main_body input.long

{

	width:100px !important;

	margin-left: 10px !important;

    margin-right: 10px !important;

}





#main_body select.medium

{

	width:50%;

}



#main_body input.large

{

	width:99%;

}



#main_body select.large

{

	width:100%;

}



#main_body textarea.small

{

	height:5.5em;

}



#main_body textarea.medium

{

	height:10em;

}



#main_body textarea.large

{

	height:20em;

}



/**** Errors ****/

#error_message

{

	background:#fff;

	border:1px dotted red;

	margin-bottom:1em;

	padding-left:0;

	padding-right:0;

	padding-top:4px;

	text-align:center;

	width:97%;

}



#error_message_title

{

	color:#DF0000;

	font-size:125%;

	margin:7px 0 5px !important;

	padding:0 !important;

}



#error_message_desc

{

	color:#000;

	font-size:100%;

	margin:0 0 .8em !important;

}



#error_message_desc strong

{

	background-color:#FFDFDF;

	color:red;

	padding:2px 3px;

}



#main_body form li.error

{

	background-color:#FFDFDF !important;

	border-bottom:1px solid #EACBCC;

	border-right:1px solid #EACBCC;

	margin:3px 0;

}



#main_body form li.error label

{

	color:#DF0000 !important;

}



#main_body form p.error

{

	clear:both;

	color:red;

	font-size:10px;

	font-weight:700;

	margin:0 0 5px !important;

}



#main_body form .required

{

	color:red !important;

	float:none !important;

	font-weight:700;

}



/**** Guidelines and Error Highlight ****/

#main_body form li.highlighted

{

	background-color:#fff7c0;

}



#main_body form .guidelines

{

	background:#f5f5f5;

	border:1px solid #e6e6e6;

	color:#444;

	font-size:80%;

	left:100%;

	line-height:130%;

	margin:0 0 0 8px !important;

	padding:8px 10px 9px;

	position:absolute;

	top:0;

	visibility:hidden;

	width:42%;

	z-index:1000;

}



#main_body form .guidelines small

{

	font-size:105%;

}



#main_body form li.highlighted .guidelines

{

	visibility:visible;

}



#main_body form li:hover .guidelines

{

	visibility:visible;

}



.no_guidelines .guidelines

{

	display:none !important;

}



.no_guidelines form li

{

	width:97%;

}



.no_guidelines li.section

{

	padding-left:9px;

}



/*** Success Message ****/

.form_success 

{

	clear: both;

	margin: 0;

	padding: 90px 0pt 100px;

	text-align: center

}

#li_12 {

    width: 270px !important;

}

.form_success h2 {

    clear:left;

    font-size:160%;

    font-weight:normal;

    margin:0pt 0pt 3px;

}



/*** Password ****/

#main_body ul.password{

    margin-top:60px;

    margin-bottom: 60px;

    text-align: center;

}

.password h2{

    color:#DF0000;

    font-weight:bold;

    margin:0pt auto 10px;

}



.password input.text {

   font-size:170% !important;

   width:380px;

   text-align: center;

}

.password label{

   display:block;

   font-size:120% !important;

   padding-top:10px;

   font-weight:bold;

}



#li_captcha{

   padding-left: 5px;

}





#li_captcha span{

	float:none;

	padding: 0px !important;

}



#li_captcha div{

   padding: 0px !important;

}

#captcha_image{

	padding-top: 5px;

	padding-bottom: 10px;

}

#captcha_response_field{

	margin-bottom: 10px;

}

#dummy_captcha_internal{

	height: 8px;

}

/** Embedded Form **/



.embed #top, .embed #bottom, .embed h1{

	display: none;

}



.embed #form_container{

    border: none;

	width: 100%;

	background: none;

}



.embed #footer{

	text-align: left;

	padding-left: 10px;

	width: 99%;

}



.embed #footer.success{

	text-align: center;

}



.embed form.appnitro

{

	margin:0px 0px 0;

	

}



/** Integrated Form **/

.integrated *{

	font-family:"Trebuchet MS", Arial

	color: #000; 

}



.integrated #top, .integrated #bottom, .integrated h1{

	display: none;

}



.integrated #form_container{

    border: none;

	width: 99%;

	background: none;

}



.integrated #footer{

	text-align: left;

	padding-left: 10px;

	width: 99%;

}



.integrated #footer.success{

	text-align: center;

}



.integrated form.appnitro

{

	margin:0px 0px 0;

	

}



.integrated form .section_break h3

{

	border: none !important;

}



.integrated #error_message h3

{

	border: none !important;

	

}







/*** Calendar **********************/

div.calendar { position: relative; }





.calendar table {

cursor:pointer;

border:1px solid #ccc;

font-size: 11px;

color: #000;

background: #fff;

font-family:"Trebuchet MS", Arial;

}



.calendar table .title,.calendar table .button{

font-size: 11px;

}



.calendar * {

font-size: 11px;

font-family:"Trebuchet MS", Arial;

}



.calendar .button { 

text-align: center;    

padding: 2px;          

}



.calendar .nav {

background:#f5f5f5;

}



.calendar thead .title { 

font-weight: bold;      

text-align: center;

background: #dedede;

color: #000;

padding: 2px 0 3px 0;

}



.calendar thead .headrow { 

background: #f5f5f5;

color: #444;

font-weight:bold;

}



.calendar thead .daynames { 

background: #fff;

color:#333;

font-weight:bold;

}



.calendar thead .name { 

border-bottom: 1px dotted #ccc;

padding: 2px;

text-align: center;

color: #000;

}



.calendar thead .weekend { 

color: #666;

}



.calendar thead .hilite { 

background-color: #444;

color: #fff;

padding: 1px;

}



.calendar thead .active { 

background-color: #d12f19;

color:#fff;

padding: 2px 0px 0px 2px;

}





.calendar tbody .day { 

width:1.8em;

color: #222;

text-align: right;

padding: 2px 2px 2px 2px;

}

.calendar tbody .day.othermonth {

font-size: 80%;

color: #bbb;

}

.calendar tbody .day.othermonth.oweekend {

color: #fbb;

}



.calendar table .wn {

padding: 2px 2px 2px 2px;

border-right: 1px solid #000;

background: #666;

}



.calendar tbody .rowhilite td {

background: #FFF1AF;

}



.calendar tbody .rowhilite td.wn {

background: #FFF1AF;

}



.calendar tbody td.hilite { 

padding: 1px 1px 1px 1px;

background:#444 !important;

color:#fff !important;

}



.calendar tbody td.active { 

color:#fff;

background: #529214 !important;

padding: 2px 2px 0px 2px;

}



.calendar tbody td.selected { 

font-weight: bold;

border: 1px solid #888;

padding: 1px 1px 1px 1px;

background: #f5f5f5 !important;

color: #222 !important;

}



.calendar tbody td.weekend { 

color: #666;

}



.calendar tbody td.today { 

font-weight: bold;

color: #529214;

background:#D9EFC2;

}



.calendar tbody .disabled { color: #999; }



.calendar tbody .emptycell { 

visibility: hidden;

}



.calendar tbody .emptyrow { 

display: none;

}



.calendar tfoot .footrow { 

text-align: center;

background: #556;

color: #fff;

}



.calendar tfoot .ttip { 

background: #222;

color: #fff;

font-size:10px;

border-top: 1px solid #dedede;

padding: 3px;

}



.calendar tfoot .hilite { 

background: #aaf;

border: 1px solid #04f;

color: #000;

padding: 1px;

}



.calendar tfoot .active { 

background: #77c;

padding: 2px 0px 0px 2px;

}



.calendar .combo {

position: absolute;

display: none;

top: 0px;

left: 0px;

width: 4em;

border: 1px solid #ccc;

background: #f5f5f5;

color: #222;

font-size: 90%;

z-index: 100;

}



.calendar .combo .label,

.calendar .combo .label-IEfix {

text-align: center;

padding: 1px;

}



.calendar .combo .label-IEfix {

width: 4em;

}



.calendar .combo .hilite {

background: #444;

color:#fff;

}



.calendar .combo .active {

border-top: 1px solid #999;

border-bottom: 1px solid #999;

background: #dedede;

font-weight: bold;

}



/** Form Review **/

#machform_review_table tbody tr:hover

{

	background-color: #FFF7C0;

}

.alt{

	background: #efefef;

}

#machform_review_table td

{

	text-align: left;

	border-bottom:1px solid #DEDEDE;

	padding:5px 10px;

}





/* radial buttons */



#li_27 label.choice {

	display:inline;

	position:relative;

	margin-left: 0.2em;

	_top:0.2em;

}



#li_27 input.radio{

	display: inline;

	margin-left: 0.5em;

}



#li_49 label.choice {

	display:inline;

	position:relative;

	margin-left: 0.2em;

	_top:0.2em;

}



#li_49 input.radio{

	display: inline;

	margin-left: 0.5em;

}









#li_72 input.radio {display:inline;margin-left:0.5em;}

#li_72 label.choice {display:inline;position:relative;margin-left:0.2em;_top:0.2em;}

#li_26 input.radio{

        display: inline;

	margin-left: 0.5em;

} 



 #li_26 label.choice{

        display:inline;

	position:relative;

	margin-left: 0.2em;

	_top:0.2em;

} 





#li_25, #li_46, #li_47, #li_48, #li_52, #li_72 {clear: both; width: 99%;}



#li_25 input.radio, #li_46 input.radio, #li_47 input.radio, #li_48 input.radio, #li_52 input.radio {

        display: inline;

	margin-left: 0.5em;}



#li_25 label.choice, #li_46 label.choice, #li_47 label.choice, #li_48 label.choice, #li_52 label.choice {

        display:inline;

	position:relative;

	margin-left: 0.2em;

	_top:0.2em;}



#li_23 input.radio {

        display: inline;

	margin-left: 0.5em;}



#li_23  label.choice{

        display:inline;

	position:relative;

	margin-left: 0.2em;

	_top:0.2em;}









#li_2{ /* phone */

	float: left;

	width: 30%;

	clear: both;

}





#li_24{

	width: 30%; /* cell phone */

	float: left;

}

#li_3{

	float: left;

	width: 30%; /*email */



}



#li_18{

	float: left;

	width: 35%;

	clear: both;

}



#li_19{

	width: 55%;

	float: left;

}

#li_20{

	float: left;

	width: 45%;

	clear: both;



}

#li_23{ /* biting history */

width: 100%;

	float: left;



}



#li_28{

clear: both;



}



#li_29{float: left; /*make-model of car*/

	width: 30%;

	}





#li_32{width: 30%; /*plate number*/

	float: left;}





#li_16{clear: both;}



#li_13{float: left;

	width: 45%;

	}

#li_14{width: 35%;

	float: left;}

#li_15{float: left;/*whos car*/

	width: 30%;

}



#li_10, #li_55, #li_58{float: left;

	width: 40%; /* travis first adults name

	clear: both;*/}



#li_12, #li_56, #li_59{width: 30%; /* first dob*/

	float: left;}



#li_31, #li_57, #li_63, #li_65, #li_66 { /*first adult ss*/



float: left;

width: 30%;}





##li_64 {

	float: left;

width: 30%;}



#li_33{clear: both;



float: left; /*2nd adult name*/

	width: 40%;

	}



#li_34 {width: 30%; /*2nd adult dob*/

	float: left;}

#li_35 {float: left;

width: 30%;} /*2nd ss*/



#li_42 {clear: both;}



#li_38 {clear: both;}



#li_39 {float: left; width: 25%;} /*city*/

#li_40 {float: left; width: 20%;} /*state*/

#li_41 {float: left; width: 20%;} /*zip*/



#li_17 { /* how long at previous address */

clear: both; width: 99%;

}



/* rate ur credit

#li_43 {}

#element_43_1 {float: left; width: 10%;} 

#element_43_3 {float: left; width: 10%;}

#element_43_4 {float: left; width: 10%;}

#element_43_5 {float: left; width: 10%;}

#element_43_2 {float: left; width: 10%;}  */





#li_43 label.choice {

	display:inline ;

	position:relative ;

	margin-left: 0.2em ;

	_top:0.2em;

}



#li_43 input.radio {

	display: inline ;

	margin-left: 0.5em;

}



#li_37 {



width: 50%;



} /*specify pets*/



#element_43_1 label{



float: left;

}



#form_container ul li p { float:left;}

#form_container ul li br { float:left;}



#li_2 p { float:left;}

#li_2 br {float:left;}



#li_73 p {float:left;}

#li_73 br {float:left;}



.element text 3 p{float:left; }

.element text 3 br{float:left; }



#li_43.span label:first-child {color: #ff0000;}



#main_body #li_54 {position:static;}



#li_45_div_2, #li_45_div_6, #li_45 label.description, #main_body #form_container ul #li_45_div_6, #guide_64, .guide_64 {display:none;}

#li_45_div_4 {

	width:400px;

	float:left;

}



#main_body #form_container #li_45 #element_45_5 {width:50px;}



#li_67 {color:#222222;font-size:95%;font-weight:600;margin-left:19px;}



#li_64 {position:relative;}



#form_container #li_64, #form_container  #li_65, #form_container  #li_63, #form_container #li_66 {float:left;width:22%;}

#main_body #li_63 div input, #main_body #li_64 div input, #main_body #li_65 div input, #main_body #li_66 div input {width:auto;}

.flcenter{ float:left;}

.flcenter label.error{position:absolute;}



#li_73 {width:40%;float:left}

#li_3 {clear:both;}



#main_body #li_75 h3 {font-weight:bold;text-decoration:underline;}



.ad72890{}



.logo{margin-left:10px;}





/* ----------------------------------------------------------------------------------------------------------------*/

/* ---------->>> Begin thickbox <<<-----------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/





/* ----------------------------------------------------------------------------------------------------------------*/

/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/

*{padding: 0; margin: 0;}



/* ----------------------------------------------------------------------------------------------------------------*/

/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/

#TB_window {

	font: 12px Arial, Helvetica, sans-serif;

	color: #333333;

}



#TB_secondLine {

	font: 10px Arial, Helvetica, sans-serif;

	color:#666666;

}



#TB_window a:link {color: #666666;}

#TB_window a:visited {color: #666666;}

#TB_window a:hover {color: #000;}

#TB_window a:active {color: #666666;}

#TB_window a:focus{color: #666666;}



/* ----------------------------------------------------------------------------------------------------------------*/

/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/

#TB_overlay {

	position: fixed;

	z-index:100;

	top: 0px;

	left: 0px;

	height:100%;

	width:100%;

}



.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}

.TB_overlayBG {

	background-color:#000;

	filter:alpha(opacity=75);

	-moz-opacity: 0.75;

	opacity: 0.75;

}



* html #TB_overlay { /* ie6 hack */

     position: absolute;

     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');

}



#TB_window {

	position: fixed;

	background: #ffffff;

	z-index: 102;

	color:#000000;

	display:none;

	border: 4px solid #525252;

	text-align:left;

	top:50%;

	left:50%;

}



* html #TB_window { /* ie6 hack */

position: absolute;

margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');

}



#TB_window img#TB_Image {

	display:block;

	margin: 15px 0 0 15px;

	border-right: 1px solid #ccc;

	border-bottom: 1px solid #ccc;

	border-top: 1px solid #666;

	border-left: 1px solid #666;

}



#TB_caption{

	height:25px;

	padding:7px 30px 10px 25px;

	float:left;

}



#TB_closeWindow{

	height:25px;

	padding:11px 25px 10px 0;

	float:right;

}



#TB_closeAjaxWindow{

	padding:7px 10px 5px 0;

	margin-bottom:1px;

	text-align:right;

	float:right;

}



#TB_ajaxWindowTitle{

	float:left;

	padding:7px 0 5px 10px;

	margin-bottom:1px;

}



#TB_title{

	background-color:#e8e8e8;

	height:27px;

}



#TB_ajaxContent{

	clear:both;

	padding:2px 15px 15px 15px;

	overflow:auto;

	text-align:left;

	line-height:1.4em;

}



#TB_ajaxContent.TB_modal{

	padding:15px;

}



#TB_ajaxContent p{

	padding:5px 0px 5px 0px;

}



#TB_load{

	position: fixed;

	display:none;

	height:13px;

	width:208px;

	z-index:103;

	top: 50%;

	left: 50%;

	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */

}



* html #TB_load { /* ie6 hack */

position: absolute;

margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');

}



#TB_HideSelect{

	z-index:99;

	position:fixed;

	top: 0;

	left: 0;

	background-color:#fff;

	border:none;

	filter:alpha(opacity=0);

	-moz-opacity: 0;

	opacity: 0;

	height:100%;

	width:100%;

}



* html #TB_HideSelect { /* ie6 hack */

     position: absolute;

     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');

}



#TB_iframeContent{

	clear:both;

	border:none;

	margin-bottom:-1px;

	margin-top:1px;

	_margin-bottom:1px;

}

.element3{float:left; }

.secure-form

{

    margin: 0 auto;

    width: 89%;

}

.secure-form label 

{

color: #000;

    font-size: 16px;

}
img#wpstats {
display: none;
}
.reviews-img {
width: 207px;
margin-bottom: 15px;
padding: 0;
text-align: center;
background: url(images/two-of-for-questions.png) right top no-repeat;
border: none;
font-size: 18px;
line-height: 42px;
color: #fff!important;
display: block;
background-size: 100% 100%;
text-decoration: none;
float: left;
margin: 15px 50px;
}