@charset "utf-8";

/* Global Stuff */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	background-color: #CCCCCC;
	background-image: url(http://www.hillcountrythermalimaging.com/images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 08px;
}

h2 {font-size: 23px;color: #B90400;}

a:link {color:#000; text-decoration:underline;}
a:visited {color:#000; text-decoration:underline;}
a:active {color:#000; text-decoration:underline;}
a:hover {color:#FEDC61; text-decoration:underline;}
a:visited:hover {color:#FEDC61; text-decoration:underline;}

/* Drop Shadows for Content Box */

.content-top {background-image: url(http://www.hillcountrythermalimaging.com/images/top.png);	background-repeat: repeat-x;}
.content-left {background-image: url(http://www.hillcountrythermalimaging.com/images/left.png);	background-repeat: repeat-y;}
.content-bot {background-image: url(http://www.hillcountrythermalimaging.com/images/bot.png);	background-repeat: repeat-x;}

/* Footer */

.footer {color:#C59901;}
.footer a:link {color:#C59901; text-decoration:none;}
.footer a:visited {color:#C59901; text-decoration:none;}
.footer a:active {color:#C59901; text-decoration:none;}
.footer a:hover {color:#C59901; text-decoration:underline;}
.footer a:visited:hover {color:#C59901; text-decoration:underline;}

/* Tagline */

.tagline {color:#fff;}
.tagline a:link {color:#fff; text-decoration:none;}
.tagline a:visited {color:#fff; text-decoration:none;}
.tagline a:active {color:#fff; text-decoration:none;}
.tagline a:hover {color:#fff; text-decoration:underline;}
.tagline a:visited:hover {color:#fff; text-decoration:underline;}