/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
body.custom {
	background-image: url(images/pageBG.png);
	background-repeat: repeat-x;
	background-position: top;
}
	.custom a {
	color: #063;
	text-decoration: none;
}
	.custom a:hover { 
	text-decoration: none; 
}

.custom #container {
    margin-top: 0;
    margin-bottom: 0;
}
.custom #content  {
	background-color: #fff;
	padding-left: 8px;	
	width: 670px;
}
.custom #sidebars  {
	background-color: #fff;
	padding-right: 10px;	
}
.custom #sidebar_1 { 
	border: 0; 
}
.custom #content_box  {
	background-color: #fff;
}
.custom #page {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;	

/***** Custom Header *****/
}
.custom #header {
	width: auto; /* padding keeps the content of the div away from the edges */
	height: 170px;
	background-image: url(images/main_01c.png);
	margin: 0; padding: 0;
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom:0;
}
.custom .nav_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}
.custom .nav_text A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bolder;
	line-height: 18px;
}
.custom .nav_textGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C0EA47;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}
.custom .nav_textGreen A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	line-height: 18px;
}
.custom #navTopSml {
	width: 980px;
	height: 29px;
	text-align: right;
	padding-top: 4px;
}
.custom #mainCont {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.custom #custom_box { 
	background: #fff; border-bottom: 0px solid #fff; 
	
	
/***** Custom Footer *****/
}
.custom .footer_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00753A;
	letter-spacing: 0pt;
	text-decoration: none;
}
.custom .footer_nav A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0C3;
	letter-spacing: 0pt;
	text-decoration: underline;
}
.custom #footer {
	width: 970px; 
	height: 86px;
	background-image: url(images/FooterBG.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	text-align: left;
	margin-left: 15px;
	padding: 0;
}
.custom #footerA {
	width: auto; 
	height: 84px;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0;
}
.custom #footerNav {
	width: 930px;
	height: 20px;
	padding-top: 26px;
	text-align: left;
	margin-left: 90px;
}

/***** Custom fonts *****/

.custom h1 {
	font-weight: bold;
	color: #00753A;
	font-family: Tahoma, Geneva, sans-serif;
}
.custom h2 {
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}
.custom .homeH1 {
	padding:0 0 5px 0;
	letter-spacing:0px;
	font-size: 14pt;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: #00753A;
}
.custom .main_nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 19px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
}
.custom .main_nav A:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 19px;
	color: #C0EA47;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
}
.custom .main_navCol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 19px;
	color: #C0EA47;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
	letter-spacing: 2pt;
}
.custom .homeText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-align: left;
	line-height: 20px;
}
.custom .body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #333;
}
.custom .bodyLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #00753A;
	text-decoration: none;
	line-height: 14pt;
}
.custom .bodyLink A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #063;
	font-weight: normal;
	text-decoration: underline;
	line-height: 14pt;
}
.custom .bodyLinkBoldSpaced {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #00753A;
	text-decoration: none;
	line-height: 19pt;
}
.custom .bodytextLRG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
}
.custom .recentPosts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #063;
	text-decoration: none;
	white-space: normal;
	line-height: 15pt;
}
.custom .recentPosts A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #090;
	letter-spacing: 0pt;
	line-height: 15pt;
}
.custom .homeTextLrg {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F90;
	text-align: left;
	line-height: 25px;
}
.custom .homeTextLrggrn {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #063;
	line-height: 24px;
}
.custom .heading_large_black {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.custom .bodytextLargeBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}
.custom .bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}
.custom .heading_largeGreen {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #360;
	text-decoration: none;
}
.custom .homeTextLrggrnPad {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #063;
	text-align: left;
	line-height: 30px;
}
.custom .footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7D7D7D;
	letter-spacing: 0pt;
	text-decoration: none;
}
.custom .footer_text A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	letter-spacing: 0pt;
}
.custom .homeTextLrgBlack {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 35px;
}
.custom .homeTextLrgBlackNoPad {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 21px;
}
.custom .heading_med_black {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	
/***** Custom Home divs *****/
}
.custom #indexBannerContainer {
	width: 970px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 445px;
	background-color: #FFF;
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(http://www.1300pestcontrol.com.au/assets/images/index/pest-control-inspection-termite.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.custom #indexBodyCont {
	width: 970px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 546px;
	background-color: #FFF;
	background-image: url(http://www.1300pestcontrol.com.au/assets/images/index/pest-control-inspection-termite-BG.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 15px;
	margin-left: 15px;
}
.custom #indexBody {
	width: 585px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 353px;
	margin-left: 50px;
	padding-top: 25px;
}
.custom #indexBodyNavRight {
	float: right;
	width: 288px;
	height: auto;
	text-align: left;
	padding-top: 25px;
}
.custom #indexBodyNavRHolder {
	height: auto;
	text-align: left;
	width: 225px;
	padding-left: 15px;
} 
.custom #indexBodyNavRposts {
	height: auto;
	text-align: left;
	width: 220px;
	color: #00753A;
	padding-left: 28px;
}
.custom #indexBodyAreas {
	width: 585px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-left: 50px;
}
.custom #mainContainerP1 {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-right: 35px;
	background-color: #FFF;
	height: auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
} 
.custom #mainContainerContact {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-right: 10px;
	background-color: #FFF;
	height: auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
} 
.custom #homeContents {
	height: 200px;
	background-image: url(http://www.1300pestcontrol.com.au/assets/images/index/contentBG.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.custom #homeButton {
	float: right;
	height: 82px;
	width: 246px;
	margin-top: 55px;
	margin-right: 113px;
}
.custom #faqContentsText {
	height: 110px;
	width: 400px;
	padding: 44px 0 0 20px;
	margin-left: 110px;
}
.custom #headerMainNav {
	width: 410px;
	height: 30px;
	text-align: left;
	margin-left: 345px;
	margin-top: 62px;
}
.custom #navtop {
	float: right;
	width: 380px;
	height: 26px;
	text-align: right;
	margin-top: 8px;
	margin-right: 58px;

/***** body *****/
}
.custom #bodyArea {
	width: 610px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.custom #bodyCont {
	width: 949px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	padding-right: 10px;
	padding-left: 10px;
}

.custom #bodypageBody {
	width: 660px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	padding-top: 0px;
}
.custom #bodyMainContainer {
	width: 969px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto;
	text-align: center;
	background-color: #FFF;
	height: auto;
	padding-top: 40px;
	background-image: url(http://www.creationgate.com.au/website-business-marketing/body/bodyBodyBG.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.custom #memberSection {
	float: right;
	width: 181px;
	height: 92px;
	text-align: right;
	margin-top: 0px;
}
.custom #bodyContainerSingle {
	width: 670px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-left: 160px;
	margin-right: 130px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
}
.custom #bodyContainerSingleWide {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-left: 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
}
.custom #brochContents1 {
	height: 80px;
	width: 1015px;
}
.custom #brochButton {
	height: 68px;
	width: 600px;
	margin-right: 53px;
	text-align: right;
	float: right;
}
.custom #quoteArea {
	width: 630px;
	height: auto;
	text-align: center;
	padding: 20px;
	background-color: #E5EFD6;
}
.custom #quoteAreaLight {
	width: 610px;
	height: auto;
	text-align: center;
	padding: 30px;
	background-color: #F1F7EA;

/***** new home page type *****/

}
.homeH1Text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #063;
	line-height: 25px;
}
.homeH2Text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #063;
	line-height: normal;
}
.homeBodyLinkBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #00753A;
	text-decoration: none;
	line-height: 18pt;
}
.homeBodyTestLRG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.homeMediaTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #FFF;
	line-height: normal;
}
.homeRecentPosts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7D7D7D;
	text-decoration: none;
	white-space: normal;
	line-height: 18px;
}

.homeRecentPosts A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #09F;
	letter-spacing: 0pt;
	line-height: 18px;
}
.homeRecentPostsB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #06F;
	letter-spacing: 0pt;
	line-height: normal;
	text-decoration: underline;
}

.homeRecentPostsB A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #06F;
	letter-spacing: 0pt;
	line-height: normal;
	text-decoration: underline;
}


/***** new home page divs *****/

.custom #homeBanner {
	width: 914px;
	text-align: center; 
	height: 375px;
	margin-right: 15px;
	margin-left: 15px;
}
.custom #homeContainer {
	width: 970px;
	background-color: #FFF;
	text-align: center; 
	height: 1150px;
	margin-right: 15px;
	margin-left: 25px;
}
.custom #homeContainer2 {
	width: 970px;
	background-color: #FFF;
	text-align: center; 
	height: 1200px;
	margin-right: 15px;
	margin-left: 25px;
}
.custom #homeBannerLeft {
	text-align: left;
	height: 84px;
	width: 914px;
	background-image: url(http://www.1300pestcontrol.com.au/assets/images/home/pest-control-safe-environmentally.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 266px;
}
.custom #homeBannerRight {
	text-align: left;
	height: 350px;
	float: right;
}
.custom #homeBodyCont {
	width: 914px;
	text-align: left; 
	height: 755px;
	background-image: url(http://www.1300pestcontrol.com.au/assets/images/home/home-background-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: 15px;
	margin-left: 15px;
}
.custom #homeBodyCont2 {
	width: 914px;
	text-align: left; 
	height: 795px;
	background-image: url(http://www.1300pestcontrol.com.au/assets/images/home/home-background-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: 15px;
	margin-left: 15px;
}
.custom #homeSideCont {
	float: right;
	width: 266px;
	height: auto;
	text-align: left;
}
.custom #homeSideRecent {
	height: auto;
	text-align: left;
	width: 225px;
	padding-left: 15px;
}
.custom #homeBodyArea {
	width: 600px;
	text-align: left; 
	height: 552px;
	margin-left: 18px;
}
.custom #homeBodyArea2 {
	width: 600px;
	text-align: left; 
	height: 592px;
	margin-left: 18px;
}
.custom #homeTickCont {
	height: 50px;
	width: 500px;
}
.custom #homeTickCont2 {
	height: 65px;
	width: 500px;
}
.custom #homeTickHold {
	height: 36px;
	width: 450px;
	float: right;
	padding-top: 12px;
}
.custom #homeBodyAreas {
	width: 595px;
	text-align: center; 
	height: 88px;
	margin-left: 18px;
}
.custom #homeBodyAreas2 {
	width: 595px;
	text-align: center;
	height: auto;
	margin-left: 18px;
}
.custom #homeRecentPosts {
	height: 28px;
	text-align: left;
	width: 225px;
	padding-left: 15px;
}
.custom #homeRecentVisit {
	height: 28px;
	text-align: left;
	width: 225px;
	padding-left: 15px;
}

.custom #homeRecentCont {
	height: auto;
	text-align: left;
	width: 266px;
	background-color: #FFF;
	background-image: url(http://www.1300pestcontrol.com.au/assets/images/home/pest-control-side-bg1.gif);
	background-repeat: repeat-y;
}
.custom #homeMediaCont {
	height: auto;
	text-align: left;
	width: 266px;
	background-color: #FFF;
	background-image: url(http://www.1300pestcontrol.com.au/assets/images/home/pest-control-side-bg2.gif);
	background-repeat: repeat-y;
}
.custom #homeMediaTitle {
	height: auto;
	text-align: center;
	width: 266px;
}
.custom #homeGuideCont {
	height: auto;
	text-align: left;
	width: 266px;
	background-color: #FFF;
	background-image: url(http://www.1300pestcontrol.com.au/assets/images/home/pest-control-side-bg4.gif);
	background-repeat: repeat-y;
}
.custom #homeAepma {
	width: 265px;
	text-align: center; 
	height: auto;
	float: right;
	padding-top: 8px;
}
.custom #homeBodyT1 {
	height: 45px;
	text-align: left;
}
.custom #homeBodyT2 {
	height: 100px;
	text-align: left;
}
.custom #homeBodyT3 {
	height: 27px;
	text-align: left;
}
.format_text input { width: auto; padding: 0.214em; border-width: 0.071em 0.071em 0.071em 0.071em; }