html {
	background-color: #960;
	background: url(../images/bluewaves-1820x1024.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0 auto;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	color: #000;
	margin: 0 auto;
}
#grid-image {
	margin: 40px 0;
	background: url(../images/grid-lght-1540.png) no-repeat;
	background-attachment: scroll;
	background-position: 50% 160px;
	display: block;
}
#container {
	width: 960px;
	height: 770px;
	margin: 0 auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 20px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	box-shadow: 1px 1px 20px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1 {
	margin-bottom: 15px;
	padding-top: 15px;
	color: #d1ccbc;
}
h1, p {
	margin-top: 0;
	padding-left: 55px;
	padding-right: 55px;
}
p {
	color: #abad9e;
}
h2 {
	margin-top: 0;
	text-align: center;
}
#header {
	width: 960px;
	height: 160px;
	margin: 0;
	background-color: #4c4c4c;
	border-radius: 10px 10px 0 0;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background: url(../images/hdr-grad-trans.png) repeat-y;
	position: relative;
}
#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -1000em;
	width: 385px;
	height: 160px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/Joe-Freehill_logo.png) no-repeat;
	display: block;
}
#header h1:hover {
	background: url(../images/Joe-Freehill_logo-ovr.png) no-repeat;
}
#header #tag {
	background: url(../images/cl-marketing.gif) no-repeat;
	position: absolute;
	height: 70px;
	width: 324px;
	bottom: 0px;
	right: 0px;
}
#gifanim {
	color: #2c6087;
	background: url(../images/Main-Banner-Anim-Sequence.gif) no-repeat scroll 0px 0px;
    text-align: center;
	letter-spacing: 0.2em;
	height: 210px;
	width: 960px;
}
/* Flash Animation was changed to above GIF Animation Aug 2023.
#flash {
	color: #2c6087;
	background: url(../images/grid-drk-1540.png) no-repeat scroll -290px 0px;
	letter-spacing: 0.5em;
	height: 210px;
	width: 960px;
}
*/
#contentWrap {
	width: 960px;
	height: 400px;
	margin: 0 auto;
	background-color: #4c4c4c;
	border-radius: 0 0 10px 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background: url(../images/content-grad-trans.png) repeat-y;
	overflow: hidden;
}
#content {
	width: 960px;
	height: 400px;
	margin: 0 auto;
	border-radius: 0 0 10px 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background: url(../images/content-bkgd.png) no-repeat;
	overflow: hidden;
	position: relative;
}
blockquote {
	margin-top: 78px;
	margin-left: 428px;
	width: 440px;
	padding: 20px;
	font-size: 0.96em;
	line-height: 1.6;
	background: url(../images/begin-quote.png) no-repeat;
}
blockquote p {
	margin: 0;
	padding: 0;
	color: #a7c1cd;
	text-align: right;
	text-shadow:0 0 0 transparent, 1px 1px 3px #373737;
}
blockquote span.author {
	line-height: 2.2;
	font-weight: bold;
	color: #6097b2;
	background: url(../images/end-quote.png) no-repeat right bottom;
	text-align: right;
	display: block;
	padding-top: .3em;
	padding-right: 2.5em;
	padding-bottom: 1.2em;
}
#portfolio li {
	margin: 0;
	padding: 0;
    display: block;
    list-style: none;
    position: absolute;
	bottom: 75px;
	right: 90px;
}
#portfolio li a {
	color: #deeef0;
    background: #1e70a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#66a6d7), to(#176fb2));
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#66a6d7), to(#176fb2));
	background: -moz-linear-gradient(top, #66a6d7, #176fb2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66a6d7', endColorstr='#176fb2');
	border: 1px solid #333;
    padding: 8px 40px;
	text-decoration: none;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}
#portfolio li a:hover {
	color: #fff;
    background: #84bd37;
	background: -webkit-gradient(linear, left top, left bottom, from(#a6d16c), to(#81b737));
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a6d16c), to(#81b737));
	background: -moz-linear-gradient(top, #a6d16c, #81b737);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6d16c', endColorstr='#81b737');
    border: 1px solid #333;
    color: #fff;
}
#phone {
	margin: 0;
	padding: 0;
	text-indent: -1000em;
	background: url(../images/630-747-8007.png) no-repeat;
	height: 25px;
	width: 251px;
	position: absolute;
	bottom: 16px;
	right: 76px;
}
#footer {
	margin: 0 auto;
	width: 960px;
	height: 30px;
	text-align: right;
	position: relative;
}
#footer p {
	font-size: 0.7em;
	color: #fff;
	/*Added 0 0 0 transparent below to accommodate text-shadow feature in Chrome.*/
	text-shadow:0 0 0 transparent, 1px 1px 2px #000;
	position: absolute;
	top: -2px;
	right: 30px;
	display: inline-block;
	border: 1px dashed #073f5a;
	padding: 10px;
	background: #11658e;
	height: 6px;
	line-height: 6px;
	opacity: 0.75;
	-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 10px #000;
	/* Internet Explorer */
	-ms-transform: scale(1.1) rotate(-6deg) translate(-10px);
	/* Firefox */
	-moz-transform: scale(1.1) rotate(-6deg) translate(-10px);
	/* WebKit */
	-webkit-transform: scale(1.1) rotate(-6deg) translate(-10px);
	/* Opera */
	-o-transform: scale(1.1) rotate(-6deg) translate(-10px);
	/* Standard */
	transform: scale(1.1) rotate(-6deg) translate(-10px);
}
