/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
a img{
	border: 0;
	vertical-align: middle;
	line-height: 0;
}

.exp a {
	color:#747474;
	text-decoration: underline !important;
}

label {
	display:none;
}

input#Phone, input#zemSubscriberEmail, input#zemSubscriberName {
	border:1px solid #D9D9D9;
	color:#666666;
	padding:5px;
	width:350px;
}	

textarea#message, textarea#address {
	border:1px solid #D9D9D9;
	color:#666666;
	padding:5px;
	width:350px;
	vertical-align: top;
}

a {
	color:#747474;
	text-decoration: none;
}

a:visited {
	color:#747474;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted invert;
}

.about-pic {
	margin:0 30px 10px;
}

.alignright {
	text-align: right;
}

body {
	font: 13px/1.5 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background: #000000 url("../images/redgreenstrip.gif") repeat-x top left;
	color: #000000;
	padding: 0;
	margin: 0;
	height: 100%;
}

.bkpage {
	color: #000000;
	background: #F5F2D6;
	padding: 25px 0 0 0;
	margin: 0;
	height: 100%;
}	

.bkpageblack {
	color: #000000;
	background: #000000;
	padding: 25px 0 0 0;
	margin: 0;
	height: 100%;
}	

.centered {
	text-align: center;
	margin: 0 auto;
}

.floatleft {
	float: left;
	display: inline;
}

.floatright {
	float: right;
	display: inline;
}
	
#footer {
	font-size: 12px;
	background: #242617;
	color: #ffffff;
	width: 100%;
	padding: 20px 0 0 0;
	height: 131px;
}	

#footer p{
	line-height: 20px;
	letter-spacing:0.5px;
}

#footer p img{
	vertical-align: bottom;
	line-height: 12px;
}

ul.galleryli {
	background:none;
	text-align: center;
	list-style-type:none;
}

.gallery {
	
}

.galleryli li {
	display: inline;
	margin: 0;
	padding: 0;
}

.gallerypic {
	margin: 0 0 20px 0;
}

.hide {
	overflow: hidden;
}

hr {
	border-color:#e0e0e0;
	border-style:solid;
	border-width:1px 0 0;
	clear:both;
	height:0;
	margin:0 0 10px 0;
}

.height750 {
	height: 750px;
}

.height500 {
	height: 500px;
}

.logo {
	line-height: 0; 
	height: 244px; 
	background: url("../images/jlogo.gif") no-repeat top center;
}

.marginzero p {
	margin: 0px;
}	

.marginzerotop {
	margin: 0 0 20px 0;
}

.margintop {
	margin: 60px 0 0 0;
}

.margintop25 {
	margin-top: 25px;
}
	
.nav {
	height: 56px; 
	background: url("../images/navbarnew.gif") no-repeat top center;
}

#nav ul {
	height: 40px;
	background:none;
	float:left;
	list-style-type:none;
	margin:0;
	padding:3px 0 0 10px;
	width:100%;
}

#nav li {
	float:left;
	height:40px;
	width:184px;
	padding:1px 5px 0 0;
}

#nav a {
	color:#dad6b6;
	display:block;
	height:40px;
	text-align: center;
	padding: 5px 0 0 0;
	text-decoration:none;
	letter-spacing:1px;
	font-size: 20px;
}

#nav a:hover {
	background: #f5f2d7 url("../images/navtabhover.gif") no-repeat top left;
	height: 40px;
	width: 184px;
	color:#a1a192;
}

#nav #selected a {
	background: #f5f2d7 url("../images/navtab.gif") no-repeat top left;
	height: 40px;
	width: 184px;
	color:#a1a192;
}

.paddingbigl {
	padding: 0 0 0 92px;
}

.padbottom {
	padding: 0 0 25px 0;
}

.serif {
	font-family: Georgia, Times, Serif;
}

.slide {
	height: 300px;
}

ul.exp {
	font-family: Georgia, Times, Serif !important;
}

ul.exp li {
	margin: 0 0 10px 0;
}

ul.thumbutt {
	background:none;
	float:left;
	list-style-type:none;
	margin: 0;
	padding:0;
}

ul.thumbutt li {
	float:left;
	width:24px;
	padding:0 3px 0 0;
}	

.width100 {
	width: 100%;
}

/* `Text Colors
----------------------------------------------------------------------------------------------------*/

.orange {
	color: #E16B29;
}

.grey {
	color: #747474;
}	

/* `Headings
----------------------------------------------------------------------------------------------------*/
em {
	font-style: italic !important;
}	

blockquote {
	color: #747474;
	font: 25px Georgia, Times, Serif;
	text-align: center;
	font-style: italic;
	margin: 0 0 20px 0;
}	

.caps {
	text-transform: uppercase;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

.eightpx {
	font-size: 8px;
}

.tenpx {
	font-size: 10px;
}

.twelvepx {
	font-size: 12px;
}	

.fifteenpx {
	font-size: 15px;
}

.twentythreepx {
	font-size: 23px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

p,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
