/* default.css */

* {
	margin:0;
	padding:0;
}
body {
	background:#fff url('../images/bg.jpg') repeat-x 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#222;
        line-height:1.4em;
}
#wrapper {
	width:910px;
	margin:auto;
	position:relative;
}
img {
         border:none;
}
#header {
	background:url('../images/header_bg.jpg') no-repeat 50% 0;
	height:276px;
}
#ask_sam {
	position:absolute;
	top:110px;
	right:20px;
	border:none;
}
#outer_glow {
	background:url('../images/outer_glow.jpg') no-repeat 0 -3px;
}
#nav_div {
	position:relative;
	height:100px;
}
#tagline {
	height:50px;
	background:url('../images/tagline.jpg') no-repeat 50% 0;
}
#contact_bar {
	height:50px;
	background:url('../images/28.jpg') no-repeat 50% 0;
}
#body {
	background:url('../images/body_bg.jpg') no-repeat 50% 0;
}
#content {
	width:500px;
	margin-left:34px;
	display:inline;
	padding:10px 0 10px 0;
	float:left;
}
#sidebar {
	width:300px;
	padding:10px 0 10px 0;
	margin-right:34px;
	display:inline;
	float:right;
}
#sidebar li {padding-bottom:10px;
}
#clear {
	clear:both;
}
#footer {
	height:121px;
	background:url('../images/footer_bg.jpg') no-repeat 50% 0;
	margin-bottom:20px;
	text-align:center;
	color:#fff;
	padding-top:30px;
}
#footer p {
	margin:0;
	padding:0;
	line-height:1.4em;
}
#footer a {
        color:#fff;
}
li {    padding-bottom:10px;
}
h1 {    line-height:1.4em; color:#101D3F;
}
/* nav styles */

#nav {
	width:900px;
	height:100px;
	position:absolute;
	top:0;
	left:5px;
	background:url('../images/nav.jpg') 0 0;
	margin:0;
	padding:0;
}
#nav li {
	float:left;
	list-style:none;
}
#nav li a {
	position:absolute;
	top:0;
	margin:0;
	padding:0;
	display:block;
	height:100px;
	background:url('../images/nav.jpg') no-repeat  0;
	text-indent:-9999px;
	overflow:hidden;
	font-size:1%;
}
li#nav_hom a {
	left:0;
	width:180px;
	background-position:0 0;
}
li#nav_abo a {
	left:180px;
	width:180px;
	background-position:-180px 0;
}
li#nav_hud a {
	left:360px;
	width:180px;
	background-position:-360px 0;
}
li#nav_cont a {
	left:540px;
	width:180px;
	background-position:-540px 0;
}
li#nav_con a {
	left:720px;
	width:180px;
	background-position:-720px 0;
}
li#nav_hom a:hover {
	background-position:0 -100px;
}
li#nav_abo a:hover {
	background-position:-180px -100px;
}
li#nav_hud a:hover {
	background-position:-360px -100px;
}
li#nav_cont a:hover {
	background-position:-540px -100px;
}
li#nav_con a:hover {
	background-position:-720px -100px;
}

/* element styles */

h1 {
	margin:10px 0;
	font-weight:100;
}
p {
	margin:10px 0;
}
li {
	margin-left:8%;
}

/*----contact form styles----*/

.zemContactForm {
        padding:0;
        margin:0;
}
.zemContactForm .zemSubmit {
        border:1px solid #444;
        padding:4px;
        font-size:14px;
        color:#fff;
        background:#416CB1;
        font-weight:bold;
}
.zemError {
        border:2px solid red;
        background:#FFECEC;
        padding:5px;
        margin-bottom:10px;
}
.zemError li {
        list-style-type:none;
        color:#111;
        margin-left:0;
        padding:2px 0 2px 4px;
}
.zemThanks p {
        border:1px solid green;
        background:#ECFFEC;
        padding:5px;
}
.zemContactForm legend {
        visibility:hidden;
        padding:0;
        margin:0;
}
.zemContactForm fieldset {
        border:none;
        padding:0;
        margin:0;
}
.zemContactForm label {
        color:#222;
        padding:0;
        margin:0;
        display:block;
}
.zemContactForm input {
        margin-bottom:15px;
        padding:2px 0 2px 0;
        border:1px solid #6E7785;
        background-color:#fff;
}
.zemContactForm textarea {
        border:1px solid #6E7785;
        margin-bottom:20px;
        background-color:#fff;
}
.zemContactForm select {
        border:1px solid #6E7785;
        margin-bottom:20px;
        padding:2px 0 2px 0;
        background-color:#fff;
}
#contact_wrap {
       border:1px solid #888;
       padding:0 20px;
       background:#E0E1EF;
}
#contact_wrap h3 {
       margin-bottom:10px;
       color:#101D3F;
}
#feeTable td {
padding:5px;
}
#feeTable .odd {
background-color:#7996c8;
}
#feeTable .even {
background-color:#FFFFFF;
}
.arrow {
       padding:0 0 0 40px;
}

/* lightbox styles */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
.left_img {margin:5px 10px 5px 4px;border:none;}
.right_img {margin:5px 0 5px 0;border:none;}
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

input, textarea {
background:#FFFFFF url(../images/bg_input.gif) repeat-x  0 100%;
border:1px solid #C0BEBE;
color:#313030;
font-family:"Lucida Grande",Arial,Sans-Serif;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:5px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table td {
border:1px solid #5F84BF;
}
table th {
border:none;
}