/* DEFAULT STYLE SHEET */

/* HTML SELECTORS
==================== */
* {
	margin: 0;
	padding:0;
}
body {
	font-size: 76%;
	background: #2d2e2c url(../images/bg.gif) repeat-x;
}
body, div, th, td, input, select, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2d2e2c;
}
ul, ol {
	margin: 0 0 1em 25px;
}
p {
	margin: 0 0 1em;
	line-height: 1.4em;
	font-size: 14px;
}
li {
	font-size: 14px;
	margin-bottom: .4em;
}
h2 {
	font-size: 18px;
	color: black;
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
	color:black;
	margin-bottom: 5px;
}
/* PAGE LAYOUT
==================== */
#contact {
	width: 780px;
	text-align: right;
	position: absolute;
	color: white;
	font-size: 14px;
	margin: -52px 0 0 0;
	line-height: 30px;
}
#container {
	width: 804px;
	margin: 0 auto 30px;
}
#header {
	width: 804px;
	height: 185px;
	margin: 52px auto 0;
	background: transparent url(../images/header.png) no-repeat;
}
#logo {
	width: 289px;
	height: 151px;
	background: transparent url(../images/logo.png) no-repeat;
	position: absolute;
	margin-top: 30px;
	margin-left: 50px;
}
#target {
	width: 300px;
	height: 245px;
	position: absolute;
	margin-top: -31px;
	margin-left: 504px;
	background: transparent url(../images/target.png) no-repeat;
}
#tagline {
	text-align: right;
	width: 500px;
	margin-top: 145px;
	position: absolute;
	color: white;
	font-size: 18px;
}
#content {
	width: 804px;
	margin: 0 auto -1px;
	background: transparent url(../images/content-bg.png) repeat-y;
}
#leftCol {
	width: 175px;
	float: left;
	margin-left: 2px;
}
#signTypes {
	width: 175px;
	background: transparent url(../images/sign-types.gif) no-repeat;
	border-top: 1px solid white;
	margin-top: -6px;
	padding-top: 40px;
	position: relative;
}
#signTypes h3 {
	display: none;
}
#signTypes ul {
	margin:0;
	list-style: none;
	border-bottom: 1px solid white;
}
#mainCol {
	width: 400px;
	float: left;
	margin: 35px 25px 0;
}
#rightCol {
	width: 175px;
	float: left;
}
#services {
	width: 175px;
	background: transparent url(../images/services.gif) no-repeat;
	margin-top: 40px;
	padding-top: 40px;
	position: relative;
}
#services h3 {
	display: none;
}
#services ul {
	background: transparent url(../images/stripe.gif);
	margin: 0;
	list-style: none;
}
#services li, #signTypes li {
	margin-bottom: 0;
}
#bottom {
	width: 804px;
	height: 66px;
	margin: 0 auto;
	background: transparent url(../images/bottom.png) no-repeat;
}
#bottomNav {
	width: 400px;
	margin: 20px 200px 0;
	position: absolute;
	text-align: center;
	font-size: 12px;
	border-top: 1px dotted gray;
	padding-top: 5px;
}
#email {
	width: 121px;
	height: 122px;
	position: absolute;
	margin: -70px auto auto 657px;
}
#footer {
	padding: 10px 20px 20px;
	color: #ccc;
	font-size: 10px;
	text-align: center;
}
#slideshow {
	width: 400px;
	overflow:hidden;
	margin-bottom: 20px;
}
/* FORMS
==================== */
label {
	display: block;
	margin-bottom: 1em;
}
/* TABLES
==================== */
table {
	border-collapse: collapse;
}
/* LINK STYLES
==================== */
a:link, a:visited {
	color: #3f4b63;
}
a:hover {
	color: white;
	background: #3f4b63;
	text-decoration: none;
}
#signTypes a {
	display: block;
	color: #2d2e2c;
	text-decoration: none;
	padding: 5px 0 5px 20px;
	font-size: 14px;
	width: 155px;
	border-top: 1px solid white;
}
#signTypes a.current {
	background: transparent url(../images/arrow-rt.gif) 0 50% no-repeat;
}
#signTypes a:hover {
	background: #2d2e2c;
	color: white;
}
#signTypes a.current:hover {
	background: #2d2e2c url(../images/arrow-rt_ov.gif) 0 50% no-repeat;
	color: #666;
}
#services a {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 14px;
	padding: 10px 0 10px 10px;
	width: 165px;
	border-top: 1px solid white;
}
#services a.current {
	background: transparent url(../images/arrow-lt.gif) 163px 50% no-repeat;
}
#services a:hover {
	background: #2d2e2c;
}
#services a.current:hover {
	background: #2d2e2c url(../images/arrow-lt_ov.gif) 163px 50% no-repeat;
	color: #666;
}
#footer a {
	color: #e2d7c9;
	text-decoration: none;
}
#footer a:hover {
	color: white;
	text-decoration: underline;
}
a img {
	border: none;
}
a.img:hover {
	background: transparent;
}
/* CLASSES
==================== */
.clearing {
	clear: both;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.centered {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
img.alignleft, div.alignleft {
	float: left;
	margin: 0 1em .5em 0;
}
img.alignright, div.alignright {
	float: right;
	margin: 0 0 .5em 1em;
}
.flashwarning {
	padding: 10px;
	background: #ececec;
	border: 2px dotted gray;
	font-size: 14px;
}
