/* Overall */
html, body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #464545;
	text-align: center;
	background: url(../images/Layout_BG.jpg) #FFF repeat-x;
}

input, select, textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #0C2C89;
	text-decoration: underline;
}
a:hover {
	color: #BE2626;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, pre {
	margin: 0;
}

p {
	margin: 0;
	padding: 0 0 1.2em 0;
	line-height: 1.5em;
}

ul {
	margin: -0.8em 0 0 0;
	padding: 0 0 0 2.0em;
}
ul ul {
	margin-top: 0;	
}
ul li {
	margin-bottom: 0.3em;
}

* :focus {
	outline: 0;
}


/* Headings */
.Heading1 {
	color: #3366FF;
	font-size: 14px;
}


/* Highlights */
.Highlight1 {
	color: #C00;
}

.Highlight2 {
	color: #090;
}


/* Backgrounds */
.Background1 {
	background-color: #EBEBEB;
	border-left: 6px solid #D1D1D1;
	padding: 12px 5px 0px 12px;
	color: #696969;
}


/* Images */
.ImageLink {
	background-color: #FFF;
	border: 1px solid #C4C4C4;
	padding: 3px;
	margin: 6px 10px;
}
a .ImageLink {
	border: 1px solid #C4C4C4;
}
a:hover .ImageLink {
	background-color: #FFF;
	border: 1px solid #FF0000;
}


/* Buttons */



/* Layout */
#header,
#header_container,
#footer,
#footer_container,
#center,
#body_container {
	margin: 0 auto;
}

#header_container,
#footer_container,
#body_container {
	position: relative;
	width: 997px;
	text-align: left;
}

#header {
	position: relative;
	background: url(../images/Layout_Header.jpg) no-repeat center top;
	height: 411px;
}

#footer {
	background: url(../images/Layout_Footer.jpg) no-repeat center top;
	height: 80px;
	clear: both;
}

#body_bg {
	background: url(../images/Layout_BodyBG.jpg) repeat-y center top;
	overflow: hidden;
	clear: both;
}

#body_container {
	min-height: 300px;
}

#body {
	background: url(../images/Layout_Body.jpg) no-repeat center top;
	overflow: hidden;
}

#body_left {
	width: 95%;
	margin: 20px 0 10px 20px;
}

#body_right {
	float: right;
	width: 300px;
}


/* Navigation */
#nav {
	position: absolute;
	top: 150px;
	left: -2px;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	height: 47px;
	text-indent: -9999px;
}
#nav a:hover,
#nav a.hover,
#nav a.selected { 
	background-position: 0 -47px !important;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li { 
	margin: 0;
	padding: 0;
	list-style: none; 
	float: left; 
}

#nav a.home {
	background: url(../images/Nav_Home.jpg) no-repeat;
	width: 93px;
}
#nav a.about {
	background: url(../images/Nav_About.jpg) no-repeat;
	width: 112px;
}
#nav a.services {
	background: url(../images/Nav_Services.jpg) no-repeat;
	width: 95px;
}
#nav a.fumigation {
	background: url(../images/Nav_Fumigation.jpg) no-repeat;
	width: 110px;
}
#nav a.inspection {
	background: url(../images/Nav_Inspection.jpg) no-repeat;
	width: 176px;
}
#nav a.pay {
	background: url(../images/Nav_Pay.jpg) no-repeat;
	width: 114px;
}
#nav a.estimate {
	background: url(../images/Nav_Estimate.jpg) no-repeat;
	width: 168px;
}
#nav a.contact {
	background: url(../images/Nav_Contact.jpg) no-repeat;
	width: 131px;
}


/* Navigation (Footer) */
#navf {
	position: absolute;
	top: 48px;
	left: 0px;
	width: 100%;
	font-size: 13px;
	color: #464545;
	text-transform: uppercase;
}
#navf ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#navf ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navf ul li a {
	color: #464545;
	text-decoration: none;
	margin: 0 10px 0 6px;
}
#navf ul li a:hover {
	color: #0C2C89;
	text-decoration: none;
}


/* Home */
#home {
	position: absolute;
	top: 9px;
	left: 5px;
	width: 195px;
	height: 124px;
}
#home a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}


/* Copyright */
#copyright {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 11px;
	color: #000;
}
#copyright a {
	color: #000;
	text-decoration: none;
}
#copyright a:hover {
	color: #FFF;
}


/* Designed By... */
#designed {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 11px;
	color: #464545;
}
#designed a {
	color: #464545;
	text-decoration: none;
}
#designed a:hover {
	color: #0C2C89;
}


/* Flash */
#flash {
	position: absolute;
	top: 197px;
	left: -2px;
}


/* Social */
#social {
	position: absolute;
	top: 90px;
	left: 896px;
}

#call {
	position: absolute;
	top: 2px;
	left: 542px;
	width: 454px;
	height: 49px;
}
#call a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}


#panel_container {
	float: left;
	margin-right: 35px;
	width: 425px;
}

#panel,
#panel input,
#panel2,
#panel2 input {
	font-size: 10px;
}


/* Panel */
#panel {
	position: relative;
	background: url(../images/Layout_Panel_Schedule.jpg) no-repeat;
	width: 425px;
	height: 187px;
}
#panel table {
	position: absolute;
	top: 46px;
	left: 15px;
}
#panel_btn {
	position: absolute;
	top: 156px;
	right: 162px;
	width: 99px;
	height: 20px;
}
#panel_btn input {
	width: 100px;
	height: 100%;
	cursor: pointer;	
}
#panel input,
#panel textarea,
#panel select {
	width: auto;
	color: #000; 
	font-size: 10px;
}


#panel2 {
	position: relative;
	background: url(../images/Layout_Panel_Download.jpg) no-repeat;
	width: 425px;
	height: 167px;
}
#panel2 table {
	position: absolute;
	top: 52px;
	left: 15px;
}
#panel_btn2 {
	position: absolute;
	top: 138px;
	right: 162px;
	width: 98px;
	height: 19px;
}
#panel_btn2 input {
	width: 100px;
	height: 100%;
	cursor: pointer;	
}
#panel2 input,
#panel2 textarea,
#panel2 select {
	width: auto;
	color: #000;
	font-size: 10px;
}


/* Cufon */
h1 {
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #BE2626;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0C2C89;
	margin-bottom: 1em;
}

h3 {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #464545;
	margin-bottom: 1em;
}


/* Multi-Column List */
.columns {
	float: left;
	width: 100%;
	padding-bottom: 1.0em;
}
.columns li {
	float: left;
	width: 33.3%;
	/*
	Columns:
	1 = 100%
	2 = 50%
	3 = 33.3%
	4 = 25%
	5 = 20%
	6 = 16.6%
	*/
}


/* Print */
@media print {
	#header,
	#footer,
	#panel,
	.noprint {
		display: none;
	}

	#body_left,
	#body_right,
	#body_center,
	#body_container {
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
	}

	#body,
	#body_bg {
		overflow: auto;
	}
}

