@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	height:100%;
	background-image:url(../images/backgroundTexture.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
}
.logoLink {
	float:left;
	top:3px;
	width:291px;
	height:141px;
	z-index:100;
	padding-right: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*display: inline;*/
}
#tip {
	position: absolute;
	left: 303px;
	top: 39px;
}
#making {
	position: absolute;
	display: inline;
	top: 40px;
	left: 589px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 17.5px;
	font-style: normal;
	height: 101px;
	width: 391px;
}
#header {
	position: relative;
	left: 20px;
	top:0px;
	width:auto;
	height:130px;
	z-index:1;
	padding-top:0em;
	padding-bottom:0px;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;	/*display: inline;*/
	margin-bottom: 10px;
	word-spacing: 0em;
}
#headerTitle {
	position: absolute;
	left: 220px;
	top: -20px;
	width: auto;
	height: 45px;
}
h1 {
	width: 1080px;
	color: #00F;
}
h2 {
	width: auto;
}
h3 {
	width: auto;
	color: #FF0000;
}
h4 {
	width: 1080px;
}

#phoneNum {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	width: 150px;
	padding-right: 55px;
	padding-bottom: 00px;
	clear: right;
}
#image {
	padding-top:0px;
	display: block;
	width: 96%;
	height: auto;
	margin: 0 auto;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index: 150;
}

#content {
	padding-top:45px;
	padding-left: 20px;
	height:0px;
}
#text {
	/*position:relative;*/
	display: block;
	width: 96%;
	height: auto;
	margin: 0 auto;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index: 2;
}
#thumbs {
	
	left:0px;
	z-index:5;
	bottom: -50px;
}
#thumb1 {
	display: block;
	width: 96%;
	height: auto;
	margin: 0 auto;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#thumb2 {
	display: block;
	width: 96%;
	height: auto;
	margin: 0 auto;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#thumb3 {
	display: block;
	width: 96%;
	height: auto;
	margin: 0 auto;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#thumb4 {
	display: block;
	width: 96%;
	height: auto;
	margin: 0 auto;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#videoWrap {
	width:auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00C;
	padding-bottom: 15px;
}
#text2 {
	display: block;
	width: 96%;
	height: auto;
	margin: 0 auto;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#footer {
	background:#333;
	color:#999;
	position:absolute;
	left:20px;
	right:20px;
	width:96%;
	height: auto;
	padding-top:10px;
	z-index:10;
	text-align: ;
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
}
.tipFoot {
  float: left;
  width: 273px;
  text-align: right;
  margin: 12px 0px 10px 20px;
}
.infoLeft {
  float: left;
  text-align: left;
  margin: 10px 0px 20px 20px;
}
.infoRight {
  float: left;
  position: static;
  text-align: center;
  margin: 10px 50px 20px 120px;
  font-size:15px;
}
#moreInfo {
	padding-top:200px;
	text-align:center;
}
img {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
	}
.clearIt {
	clear:both;	
}
#nav-container {
	position: fixed;
	/*float:inherit;
	top:0px;*/
	width:96%;
  	left:20px;
	background-color:#333;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	z-index:80;
}
#navigation {
	position: static;
	width:100%;
	height:0px;
	background-color: #333;
	font-size:.95em;
	margin-top:-10px;
}
#navigation ul {
	position: static;
	margin-top:0px;
	/*background-color:#333;*/
	width:93%;
	z-index:110;
	top:0px;
	
}
#navigation li {
	list-style-type:none;
	float:left;
	background-color: #333;
	padding:2px 0 8px 0px;
	position:relative;
	width:160px;
	height:20px;
}
#navigation ul li{
	text-align:center;
}
#navigation ul li ul{
	display:none;
	position:absolute;
	left:-40px;
	top:29px;
	z-index:120;	
}
#navigation ul li ul li {
	background-color:#FFFFFF;
	text-align:left;
	text-indent:20px;
}
#navigation ul li ul li:first-child {
}
#navigation ul li:hover ul, #navigation ul li ul:hover {
	display:block;
}
#navigation li:hover {
	color: #000;
	background-color:#FFFFFF;
}
#navigation a {
	display:block;
	color: #999;
	text-decoration:none;
	padding:0 0px;	
}
/*#navigation a:hover {
	color: #FFF;
	background-color: #333;
}*/
#navigation ul li ul li:hover {
	color: #FFF;
	font-size:1.005em;
	font-weight:bold;
	background-color: #000;
	border-color:#FFF;
	margin:0px 0 0px 0;
}
#floatPhone {
	height:1em;
	color: #CCC;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 2px;
	padding-right: 0px;
	font-weight: bold;
	margin-left: -30px;
	margin-right: 0px;
	width: 130px;
}
#socialBtn {
	
	height: .1em;
	float: right;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 30px;
	width: 50px;
	z-index:2000;
	}
#quickLink {
	float:right;
	font-size:13px;
	margin-right: -80px;
	z-index: 75;
}
.shadow {
	padding-top:8px;
	-moz-box-shadow: 6px 6px 9px 3px #999;
	-webkit-box-shadow: 6px 6px 9px 3px #999;
	box-shadow: 6px 6px 9px 3px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999')";

	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999');
}
.shadow700 {
	-moz-box-shadow: 6px 6px 9px 3px #999;
	-webkit-box-shadow: 6px 6px 9px 3px #999;
	box-shadow: 6px 6px 9px 3px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999')";

	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999');
	width: 700px;
}
.smlShadow {
	-moz-box-shadow: 2px 2px 3px 0px #999;
	-webkit-box-shadow: 2px 2px 3px 0px #999;
	box-shadow: 2px 2px 3px 0px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999');
}
#motox {
	float: right;
	padding: 10px 10px 10px 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	-moz-box-shadow: 6px 6px 9px 3px #999;
	-webkit-box-shadow: 6px 6px 9px 3px #999;
	box-shadow: 6px 6px 9px 3px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999');
}
#headSht {
	float: left;
	padding: 10px 10px 10px 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	-moz-box-shadow: 6px 6px 9px 3px #999;
	-webkit-box-shadow: 6px 6px 9px 3px #999;
	box-shadow: 6px 6px 9px 3px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999');
}
#bioHead {
	width: 850px;
}
#floatLeft {
	float:left;
	margin-top:50px;
	}
