* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
html {
	height:100%;
	}
body {
	color: #555;
	font: small/1.4em "Lucida Grande", "Lucida Sans", Lucida, Arial, Verdana, sans-serif;
	background: #000 url('../i/pat-bw.jpg') repeat 0 -70px;
	min-width: 760px;
	}
h1, h2, h3 {
	font: 360%/.6em "Bell MT", "Times New Roman", "Times New RomanMT", "Times", Georgia, serif;
	}
h1 {
	color: #fff;
	padding: 41px 0 24px;
	margin: 0 0 0 50px;
	background-color: transparent;
	}
h1 span {
	font: small "Lucida Grande", "Lucida Sans", Lucida, Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	}
h2 {
	color: #444;
	font-size: 225%;
	line-height:1.0;
	margin: 10px 0 .3em 0;
	}
h3 {
	color: #68b300;
	font-size: 160%;
	line-height:1.1;
	margin: 1em 0 .2em 0;
	}
h4 {
	font-size: 100%;
	font-weight: bolder;
	border-bottom: 1px dashed #666;
	margin: .5em 0 0 0;
	color: #444;
	}
h5 {
	font-size: 85%;
	line-height:1.4;
	margin: .1em 0 .5em;
	}
p {
	line-height: 1.4em;
	margin: .4em 0 .5em 0;
	}
q {
	 quotes: """";
	}
em, cite, .productName {
	font-style: italic;
	}
abbr {
	border-bottom: 1px dotted #333;
	cursor: help;
	}
strong {
	font-weight: bold;
	}
address {
	font-style: normal;
	margin-bottom: .5em;
	}
ul {
	list-style-type: none;
	}

/* form styles */

textarea, input[type=text] {
	width: 350px;
	background: #eee;
	border-width: 1px;
	padding: 5px 5px;
	font: small/1.4em "Lucida Grande", "Lucida Sans", Lucida, Arial, Verdana, sans-serif;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.subBut { /* Win IE doesn't understand attribute selectors - use a class too */
	width: auto;
	font-size: 13px;
	}
label {
	font-weight: bold;
	color: #444;
	display: block;
	margin: 1em 0 0 0;
	}
.worm {
	display:none;
}
acronym, abbr {
	border-bottom: 1px dotted #555;
	}
.hr hr {
	display: none;
	}
/* end form styles */

/* most link styles */

#footer a:link, #footer a:visited {
	color: #666;
}	
#main a:link, #main a:visited {
	color: #444;
	font-weight: bold;
	text-decoration: underline;
	}
#main a:visited {
	color: #555;
	}
a:link:hover, a:visited:hover, #footer a:hover, #main a:hover {
	color: #EB9000;
	}
strong a {
	font-weight: bold;
	}

/* div styles */
#nakedDay {
	display:none;
}
#skipNav {
	background: #000 url('../i/gradPat-bw.jpg') repeat-x 0 124px;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	height: 550px;
	width: 100%;
	}
#skipNav span, .hidden {
	display: block;
	text-indent: -9999em;
	}
.hidden {
	position: absolute;
}
.toTop {
	position:absolute;
	top:-40px;
	left:43px;
}
#wrapper #footer p.toTop {
	float:none;
}
#wrapper {
	background: #fff;
	position: relative;
	z-index: 1;
	width: 760px;
	margin: auto;
	}
#header {
	background: #000 url('../i/head2.jpg') no-repeat 50% 0 fixed;
	width: 760px;
	}

#navbar {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	float: left;
	width: 758px;
	background: #272727 url('../i/head2.jpg') no-repeat 50% 0 fixed;
	}
#navbar ul {
	width: 758px;
	position: relative;
	float: left;
	display: inline;
	list-style-type: none;
	overflow: hidden;
	}
#navbar li {
	border-left: 1px solid #444;
	width: 151px;
	float: left;
	list-style: none;
	background: #000 url('../i/nav2.jpg') no-repeat  50% 0 fixed;
	}
#navbar li#homeNav {
	border-left: none;
	width: 150px;
	}
.sixnav #navbar li {
	width: 125px;
	}
.sixnav #navbar li#homeNav {
	width: 128px;
	}
#navbar li a {
	text-align: center;
	display: block;
	padding: 3px 0 4px;
	border-bottom: none;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: 1px;
	white-space: nowrap;
	}
#navbar a:link, #navbar a:visited {
	color: #aaa;
	}

#navbar li.actNav {
	background: #fff url('../i/body2.jpg') no-repeat 50% 0 fixed;
	color: #000;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-khtml-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	}
#navbar a:focus, #navbar a:hover {
	color: #fff;
	background: transparent;
	}
	
#navbar li.actNav a {
	color: #000 !important;
	font-weight: bold;
	}
#content {
	width: 758px;
	display: inline;
	background: #fff url('../i/body2.jpg') no-repeat  50% 0 fixed;
	float: left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 25px 0 55px;
	}
#main {
	display: inline;
	margin: 0 40px 0 49px;
	padding-top: 1px;
	width: 363px;
	float: left;
	}
#main img {
	margin: 1em 0 -.5em;
	border: 1px solid #ccc;
	border-color: rgba(255,255,255,.2);
	width: 361px;
	height: 271px;
	-webkit-box-reflect: below -1px -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgba(255, 255, 255, 0.2)), color-stop(0.1, transparent), to(transparent));
	-webkit-border-radius: 7px;
	border-radius: 7px;
	}
#main strong {
	color: #444;
	}
#main ul, .spotlight ul {
	position: relative;
	left: -15px;
	}
.spotlight ul {
	left: 0;
	padding-left: 15px;
	list-style: disc;
	}
#main ul li {
	padding-left: 15px;
	color: #555;
	background: transparent url('../i/bullet.gif') no-repeat 0 .45em;
	}
.spotlight ul li {
	background: transparent;
	}
#main li li, .spotlight li li {
	background: transparent;
	padding-left: 0;
	}
#main ul ul, .spotlight ul ul {
	left: 15px;
	list-style: circle;
	padding-left: 0;
	}
	
#footer {
	margin: -1px 0 0;
	padding: 3px 0 4px;
	text-transform: lowercase;
	background: #111;
	float: left;
	white-space: nowrap;
	border: 1px solid;
	border-color: #000;
	border-bottom: 1px solid #000;
	width: 758px;
	position: relative;
	}
#footer h4 {
	font-size: 100%;
	font-weight: normal;
	border-bottom: none;
	margin: 0 0 0 49px;
	float: left;
	display: inline; /* corrects IE Win dble margin float bug */
	}
#wrapper #footer p {
	margin: 0 49px 0 0;
	float: right;
	display: inline; /* corrects IE Win dble margin float bug */
	}
#footer ul {
	display: inline;
	float: left;
	list-style-type: none;
	}
#footer ul li {
	list-style: none;
	float: left;
	border-right: 1px solid #444;
	}
#footer a {
	margin: 0 .8ex;
	height: 1%; /* IE5 Win */
	}

/* styles for classes */
.spotlight {
	position: relative;
	z-index: 19;
	background-color: #aaa;
	border: 1px solid #000;
	border-right-width: 0px;
	width: 301px;
	float: right;
	color: #000;
	margin-bottom: 10px;
	clear: right;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	}

.spotlight a {
	white-space: nowrap;
	}
.spotlight a:link, .spotlight a:visited {
	color: #fff;
	text-decoration: underline;
}
.spotlight a:visited {
	color: #666;
	}
.spotlight a:link:hover, .spotlight a:visited:hover {
	color: #000;
	}

.spotlight h3 {
	margin-top: 0;
	color: #fff;
	}
.spotlight h4 {
	color: #222;
	}
.spotCont {
	position: relative;
	z-index: 20;
	left: -1px;
	margin: -1px 0 0 -1px;
	padding: 1.2em 21px 0 21px;
	}

.gallery dl {
	border-top: 1px dashed #666;
	width: 260px;
	float: left;
	padding: .5em 0;
	}
.gallery dt {
	width: 207px;
	float: right;
	font-weight: bold;
	color: #222;
	}
.gallery dd {
	clear: right;
	margin: 0 0 0 53px;
	}
.gallery dl dd.thumb {
	padding-top: 1px; /*this makes the text dd butt up to dt above it in WinIE */
	clear: none;
	margin: 0;
	}
.gallery dd.thumb a:link, .gallery dd.thumb a:visited {
	margin: .2em 10px .2em 0;
	float: left;
	border-bottom: 2px solid #68b300;
	/*next two lines override similar rules for dd a to place arrow in text link*/
	background: transparent;
	padding-right: 0;
	}
.gallery dd.thumb a:visited {
	border-color: #415f17;
}

/* WinIE seems not to understand double classes (.spotlight.branded) so these .branded classes MUST appear AFTER the .spotlight classes in this CSS file in order to work */
.branded a:link, .branded a:visited {
	background: transparent url('../i/arrow.gif') no-repeat 100% 60%;
	padding-right: 15px;
	color: #68b300;
}
.branded a:visited {
	background-image: url('../i/arrowVis.gif');
	color: #415f17;
	}
.branded a:link:hover, .branded a:visited:hover {
	background-image: url('../i/arrowHov.gif');
	color: #EB9000;
	}
.branded {
	background-color: #272727;
	border-bottom-color: #272727;
	}
.branded {
	color: #999
	}
.branded h3 {
	color: #68b300;
	margin-top: 0;
	margin-left: -4px;
	padding-left: 56px;
	padding-bottom: 2px;
	background: url('../i/eyeCon.gif') no-repeat 0 0;
	min-height: 47px;
	}
.branded h4 {
	color: #fff;
	}
.branded dt {
	color: #fff;
	}
.branded strong {
	color: #ccc;
	}
.gallery dd.thumb a:hover {
	border-color: #EB9000;
	background: transparent;
	}
.gallery dd.thumb img {
	width: 40px;
	height: 40px;
	float: left;
	border: none;
	}
.graphicCont {
	position: relative;
	left: -1px;
	clear:both;
	width: 100%; /* for WinIE5 */
	margin: 0 0 -1px -1px;
	padding: 7px 0;
	}
.graphicCont img {
	position: relative;
	left: 2px;
	bottom: -6px;
	display: block;
	border: none;
	width: 301px;
	height: 183px;
	}
.extraEntry, .hr {
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px dashed #666;
	}
#main h2 strong, #main ul.warning li strong {
	color: #68b300;
	}
.long-lines {
	font-size: 85%;
	}

/* different spacing for smoggy images pages*/
body#smoggy #main img {
	margin-bottom: 0;
	}
	
/* Fading Tooltips By Dustin Diaz*/
body div#toolTip { position:absolute;left:-9999em;z-index:1000;width:220px;background:#000;border:1px solid #bbb;text-align:left;padding:6px 10px;min-height:1em;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px; -webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, .5);
-moz-box-shadow: 0 7px 12px rgba(0, 0, 0, .5);}
body div#toolTip p { margin:0;padding:0;color:#fff;font:bold 12px/14px "Lucida Grande", "Lucida Sans", Lucida, Arial, Verdana, sans-serif; }
body div#toolTip p em { display:block;margin-top:3px;color:#EB9000;font-style:normal;font-weight:bold;font-size:10px; }
body div#toolTip p em span { font-weight:bold;color:#fff; }

/* flickr panel */
.flickr .spotCont {
	padding-right: 0;
	}
.flickr a {
	float: left;
	margin: 5px 12px 7px 0;
	}
#main .flickr a {
	margin: 5px 11px 6px 0;
	}
#wrapper .flickr a img {
	width: 75px;
	height: 75px;
	display: block;
	border: 2px solid #777;
	margin: 0;
	-webkit-box-reflect: below -2px -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgba(255, 255, 255, 0.191406)), color-stop(0.2, transparent), to(transparent));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	}
#wrapper .flickr a:focus img,
#wrapper .flickr a:hover img,
#wrapper .flickr a:active img {
	border: 2px solid #ccc;
	}
#wrapper #main .flickr a img {
	border: 2px solid #ccc;
	}
#wrapper #main .flickr a:focus img,
#wrapper #main .flickr a:hover img,
#wrapper #main .flickr a:active img {
	border: 2px solid #efefef;
	}
.flickr h4 {
	margin-right: 21px;
	}
#wrapper .flickr h4 {
	margin-right: 15px;
	}
#wrapper .flickr strong {
	font-family: Verdana, "Bell MT", "Times New Roman", "Times New RomanMT", "Times", Georgia, serif;
	color: #3993ff;
	font-weight: bold;
	font-size: 85%;
	}
#wrapper .flickr strong em {
	font-style: normal;
	font-weight: bold;
	color: #ff1c92;
	}
.flickr img { display:none; }
.flickr div img { display:block; }