/*
	Website Design and Development by Digital Business Solutions - http://www.dbswebsite.com


	Feel free to use any of the styles below, however this unique combination and layout is copyright.
*/


/* ---- Global Styles ----- */

* {margin:0;padding:0}

body {
	background:#fff;
	font:.9em/.9em Tahoma, Helvetica, sans-serif;
	line-height:18px;
	color:#000;
	text-align:center;
	}



/* ---- <a> ---- */
a {color:#5C008D;font-weight:bold;}
a:hover {color:#C1005C;font-weight:bold;}

#navbar a, #navbar a:hover {color:#FFFFFF; font-size:13px;text-decoration:none;font-weight:bold;}


/* ---- <p> ---- */
p {margin-bottom:1.2em;}


th { width: 150px; font-size: .75em; background: #000; color: #fff; text-align: center; }

/* ---- <headers> ---- */
h1 {font-size:1.2em;font-weight:bold;color:#000;margin-bottom:1.2em;border-bottom:2px solid #000;}
h2 { font-size:1.2em;font-weight:bold;color:#000;margin-bottom:1.2em;}
h3 {font-weight:bold;margin-bottom:1.3em;}


/* ---- <ul> ---- */
ul {list-style-type:none;margin-bottom:1em;}
li {line-height:22px;}
ol {margin-left:1.5em;}

.bullet li {list-style-type:disc;margin:0 0 0 20px;text-align:left; font-weight:bold; font-style:italic;}

.bold {font-weight:bold;text-align:center;}

.redtext {
	font-family:Veranda, Arial, Helvetica;
	color:red;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	}
	
.redtext a {
	font-family:Veranda, Arial, Helvetica;
	color:red;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	}

.bluetext {
	font-family:Veranda, Arial, Helvetica;
	color:#315CB4;
	font-weight:bold;
	}
.bluetext a {
	font-family:Veranda, Arial, Helvetica;
	color:#315CB4;
	font-weight:bold;
	}
.category_list {
	width: 400px;
}

.endfloat {
	clear: both;
}

.category_list li {
	width: 200px;
	float: left;
}

.italics {
	font-family:Veranda, Arial, Helvetica;
	font-style:italic;
	text-decoration:underline;
	font-weight:bold;
	}

.italics a {
	font-family:Veranda, Arial, Helvetica;
	font-style:italic;
	text-decoration:underline;
	font-weight:bold;
	}

#navbar ul {margin:0 auto;}
#navbar li {display:inline;line-height:22px;margin-right:15px;}


/* ---- <img> ---- */
a img  {border:0;}

.left {float:left;}
.right {float:right;}


/* ---- Page Styles ---- */
#header {
	height:125px;
	width:680px;
	background:url(../images/header.jpg) no-repeat bottom center;
	margin:30px 0 20px 0;
	}

#header a, #header a:hover {
	display:block;
	width:220px;
	height:70px;
	margin:0 auto;
	text-indent:-50000000px;
	}

#header_infrared img {
	padding:0 10px 10px 10px
	}

#callout {
	width:680px;
	height:100px;
	background:url(../images/bg_header.jpg) repeat-x 0 0;
	margin-bottom:20px;
	}

#infrared {
	width:592px;
	height:100px;
	background:url(../images/header_2.jpg) no-repeat 0 0;
	margin:0 0 0 30px;
	}

#navbar {
	width:680px;
	height:22px;
	background:url(../images/bg_nav.jpg) repeat-x 0 0;
	border:1px solid blue;
	margin-bottom:20px;
	}
#wrapper {width:680px;text-align:left;margin:0;}

#leftcol {
	width:143px;
	height:400px;
	padding:8px;
	display:inline;
	float:left;
	text-align:center;
	background-color:silver;
	}
#rightcol {
	width:490px;
	padding:8px;
	display:inline;
	float:left;
	border:none;
	}

#mapping {
	display:block;
	margin:0 auto 10px auto;
	}

#thermography {
	display:inline;
	padding:20px 40px 20px 70px;
	}

#service_area {
	text-align:center;
	font-weight:bold;
	font-style:italic;
	color:#0099FF;
	}

#footer {clear:both;height:20px;}

/* 

Customer requested that we remove the links from this and add them to the top of the infrared page.  I'm keeping this here in case they don't like the change:
#footer_infrared {
	clear:both;
	width:100%;
	background:#fff url(../images/bg_header.jpg) repeat-x 0 0;
	text-align:center;
	padding:10px 0 10px 75px
	}

*/



