/* author: Scott Marlow marketingbymarlow.com 

SITE COLORS
Aqua		#339999
Green		#99cc33
Yellow		#cccc33
Orange		#ff9900
Red			#cc0000
Lt Grey		#666666
Dk Grey		#333333
*/



body {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px
}
#gallery {
	display: block;
	height: 36px;
	padding-bottom: 3em;
	text-align: right
}
#gallery .thumb {
	opacity: 0.4;
	-moz-opacity:0.4;
	filter:alpha(opacity=40);
	margin: 0;
	padding: 0
}
#gallery .transOFF {
	opacity: 1;
	-moz-opacity:1.0;
	filter:alpha(opacity=100)
}
#gallery .transON {
	opacity: 0.4;
	-moz-opacity:0.4;
	filter:alpha(opacity=40)
}
#gallery img {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid black
}
#gallery img:hover {
	border-left: 1px solid black
}
#content {
	padding: 0 80px 10px 60px
}
#content blockquote {
	margin: 2em 0 .4em 0;
	padding: 0
}
cite {
	font-size: 11px;
	font-style: normal;
	letter-spacing: .1em;
	text-transform: uppercase
}
blockquote q{
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 3em
}
#content p, #content li {
	font-size: 1.1em;
	line-height: 1.4em;
}
#content p.quotes {
	font-weight: bold;
	padding: 0
}
#content ul {
	list-style-type: none;
	margin-top: -5px;
	margin: 0
}
#content h1 {
	font-weight: 600;
	font-size: 1.2em;
	letter-spacing: .1em;
	margin-top: 30px;
	text-transform: uppercase
}
#content h2 {
	font-size: 1.1em;
	letter-spacing: .05em;
	margin-top: 2em;
	margin-bottom: .5em;
	text-transform: uppercase
}
#content h3 {
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: .1em;
	margin: 30px 100px 0 60px
}
#content a {
	color: #666;
	font-weight: 600;
	text-decoration: none
}
#content a:hover {
	border-bottom: 1px dotted #333;
	color: #333
}
td {
	font-size: 1.2em
}
td.pop {
	padding: 108px 36px
}
td.border {
	border-right: 1px solid black;
	border-left: 1px solid black;
	padding-top: 0;
	padding-bottom: 20px
}
td.border-red {
	background-color: #C00;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	line-height: 3px;
	max-height: 3px
}
td.quotes {
	margin: 60px 100px 20px 80px
}
tr.list {
	font-size: 1.2em;
	line-height: 14px;
	margin: 0;
	padding: 4px 22px 2px 2px;
	vertical-align: top
}
#contact p {
	line-height: 160%
}
#contact ul {
	margin-left: 0;
	padding-left: 0
}
#contact li {
	font-size: 1.1em;
	list-style-type: none;
	line-height: 2em;
	letter-spacing: .1em
}
#contact input.submit {
	background: #CC6;
	color:#000;
	font-size: 1em;
	font-weight: 700
}
a.popnav {
	background-color: white;
	color: #c0c0c0;
	font-size: 1.1em;
	letter-spacing: 1px;
	padding-right: 4px;
	padding-left: 4px;
	text-transform: uppercase
}
a.popnav:hover {
	background-color: white;
	color: #696969
	}
