@charset "utf-8";
/* $Id: global.css 27 2008-01-20 02:50:56Z jfaulcon $ */
/* The following 4 styles are for zeroing out the normal browser styles */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}
a {
	text-decoration: none;
	color: #3366CC;
	font-weight: bold;
}
a img {
	border: none;
}

/* Redefine Default Tag Values */
body {
	background-color: #F4F4F4;
	font-family: "Times New Roman", Times, serif;
	font-size: 62.5%;
	background-image: url(images/bg_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
h1 {
	font-size: 3.6em;
	font-variant: small-caps;
	margin-bottom: 5px;
}
h2 {
	font-size: 2.4em;
	font-variant: small-caps;
	margin-bottom: 5px;
}
h3 {
	font-size: 1.8em;
	border-bottom: 1px solid;
	color: #FF9900;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 0px;
}
* html h3{
	zoom: 1; /* IE6 Bugfix */
}
p {
	font-size: 1.6em;
	margin-bottom: 5px;
}
.firstWord{
	color: #666666;
}

#container {
	background-color: #FFFFFF;
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Header */
#header {
	height: 100px;
	background-image: url(images/header.jpg);
}
#nav {
	vertical-align: bottom;
	background-image: url(images/nav_bg.gif); /* height 30px */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-x;
}
ul#nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 100%;
}
#nav li {
	float: left;
}
#nav a.home{
	background-image: url(images/home_icon.png);
}
#nav a.services{
	background-image: url(images/services_icon.png);
}
#nav a.photos{
	background-image: url(images/photo_icon.png);
}
#nav a.contact{
	background-image: url(images/contact_icon.png);
}
#nav .paypal {
	margin-top: 4px;
	margin-left: 150px;
}
#nav a {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding: 6px 10px 6px 40px;
	background-position: 6px center;
	background-repeat: no-repeat;
}
/* IE6 Adjustments */
* html #nav a{
	padding-left: 12px;
	margin-right: 5px;
	text-align:right;
}
#nav a:hover {
	color: #FF9900;
	background-color: #4F6123;
}
/*
// IE5.5+ PNG Alpha Fix v1.0RC4
// (c) 2004-2005 Angus Turnbull http://www.twinhelix.com
*/
img, #nav a { behavior: url(iepngfix.htc) }

/* Footer */
#footer {
	background-color: #FF9900;
	background-image: url(images/footer_bg.gif);
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	background-repeat: repeat-x;
}

/* Main Content */
#content {
	padding: 10px 10px;
	min-height: 500px;
}
#content a:hover{
	text-decoration: underline;
}
.serviceBox{
	padding-left: 10px;
	width: 200px;
	margin: 5px;
}
ul.services{
	font-size: 1.4em;
	line-height: 1.6em;
	list-style-image: url(images/tools_bullet.png);
	list-style-position: inside;
}
.shadowBox{
	float: left;
	background: url(images/shadow.png) no-repeat bottom right;
	margin: 10px 0 0 20px !important;
	margin: 10px 0 0 5px;
}
.shadowBox img {
	display: block;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}
.photo {
	border: 1px solid #000000;
	margin: 5px;
	padding: 4px;
}
.noteBox {
	background-color: #999999;
	width: 200px;
	margin: 10px;
	border-width: 1px;
	border-top-width: 4px;
	border-style: solid;
	border-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
.noteBox h1 {
	font-size: 1.6em;
	font-weight: normal;
	font-variant: small-caps;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

/* Contact Form */
#contactForm {
	float: left;
	width: 440px;
	margin-left: 15px;
}
#contactForm .label {
	font-weight: bold;
	text-align: right;
	clear: left;
	float: left;
	margin-right: 10px;
	width: 120px;
}
#contactForm legend {
	font-size: 1.8em;
	font-weight: bold;
	color: #FF9900;
}

#Contact3_Message {
	margin-left: 15px;
}
#contactSubmit {
	margin-left: 15px;
}

.contactBox {
	background-color: #999999;
	width: 220px;
	margin: 5px;
	border-width: 1px;
	border-top-width: 4px;
	border-style: solid;
	border-color: #000000;
	float: right;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear { clear: both; }

