/*
Theme Name:CODA BLUE
Theme URI:http://wordpress.bustatheme.com/coda-blue/
Description:The Coda Slider inspired wordpress theme by <a href="http://greg-j.com/">Greg Johnson</a>.
Version:1.0
Author:Greg Johnson
Author URI:http://greg-j.com/
Tags:coda, jquery, slider, dark, fixed
*/

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend caption{ margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline}
:focus{outline:0}
ol, ul{list-style:none}
blockquote:before, blockquote:after, q:before, q:after{content:""}
blockquote, q{quotes:"" ""}
strong{font-weight:bold}
em{font-style:normal}
a{text-decoration:none; cursor:pointer}

body{
	font-family:Arial, Helvetica, sans-serif;
	background:#ffffff url(images/body_bg.png) center top repeat-x;
}

#header{
	margin:0 auto;
	padding:56px 0 0 0;
	width:900px;
	height:65px;
	background:url(images/logo-enz.jpg) center top no-repeat;
	position:relative;
}
	#header h1,
	#header h2{
		display:none;
	}
	#header ul{
		position:relative;
		left:435px;
		height:100px;
		width:600px;
	}
		#header ul li{
			float:left;
			margin-right:20px;
			font-family: georgia, sans-serif;
			font-size: 18px;
		}
		
		#header ul li a{
			color:#000000;
		}
		
		#header ul li a:hover{
			color:#ec291d;
		}

#page{
    width:900px;
    margin:0 auto;
}
	#slider{
		width:800px;
		margin:0 auto;
		position:relative;
	}

	#page .navigation{
		padding:0 0 0 20px;
		height:50px;
	}
	
	#page .navigation li{
		height:50px;
		float:left;
		padding:0 2px 0 0;
	}
	
	#page .navigation a{
		display:block;
		height:50px;
		line-height:50px;
		float:left;
		padding:0 1px 0 0;
		font-size:13px;
		color:#000000;
		font-weight:bold;
	}
		#page .navigation a:hover,
		#page .navigation a.selected{
			color:#000000;
			background:url(images/page_navigation_a.png) right top no-repeat;
		}
	#page .navigation a span{
		display:block;
		height:50px;
		float:left;
		padding:0 25px;
	}
		#page .navigation a:hover span,
		#page .navigation a.selected span{
			background:url(images/page_navigation_span.png) left top no-repeat;
		}
	#page .navigation a:focus{
		outline:none;
	}

	#page .scroll{
		height:550px;
		width:760px;
		margin:0 auto;
		overflow:auto;
		position:relative;
		clear:left;
		background-color:#EFEFEF;
	}
	
		#page .scrollContainer .panel{
			padding:20px 10px;
			height:510px;
			width:740px;
			overflow:hidden;
		}		
			#page .panel p{
				padding:0 0 1em 0;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:1.5em;
				color:#3e414c;
			}
			#page .panel h3{
				font-size:28px;
				padding:0 0 .5em 0;
				letter-spacing:-2px;
				color:#000;
				font-weight:bold;
			}
			#page .panel h4{
				padding:0 0 .5em 0;
				font-size:15px;
				letter-spacing:-0.5px;
				font-weight:bold;
				color:#3e414c;
			}
			#page .panel strong{
				color:#33333e;
			}
			#page .panel em{
				font-style:italic;
			}
			#page .panel a{
				white-space:nowrap;
				color:#19234c;
				font-weight:bold;
			}
				#page .panel a:hover{
					text-decoration:underline;
				}
			#page .panel .gallery img{
				padding:2px;
				border:solid 1px #c0c5d6;
			}
			#page .panel blockquote,
			#page .panel ul,
			#page .panel ol,
			#page .panel pre{
				font-size:12px;
				margin:1em 2em 2em 2em;
				padding:10px 15px;
				background:#e6efff;
			}
			#page .panel blockquote p{
				padding:.4em 0 !important;
				text-indent:0 !important;
			}
			#page .panel li{
				list-style-position: inside;
				padding: 0 0 .5em 0;
			}
				#page .panel ul li{
					margin:0 0 0 1em;
					list-style:square;
				}
				
				#page .panel ol li{
					margin:0 0 0 1.5em;
					list-style:decimal;
				}
			#page .panel pre{
				line-height:1em;
				color:#19234c;
				font-size:13px;
				overflow:auto;
				background:#f8f8f8;
				border:solid 1px #e5e5e5;
			}
			#page .panel code{
				padding:0 3px;
				color:#33333e;
				background:#f8f8f8;
				border:solid 1px #e5e5e5;
				font-size:13px !important;
			}
			
			#page .panel .gallery{
				text-align:center;
			}
			
			.alignone{
				text-align:center;
			}
			
			#page .alignright{
				float:right;
			}
			
			#page .left {
				float:left;
			}

	#page .scrollButtons{
		width:30px;
		height:30px;
		position:absolute;
		top:280px;
		cursor:pointer;
	}
		#page .scrollButtons a{
			display:block;
			height:30px;
			width:30px;
		}
		#page .scrollButtons span{
			display:none;
		}
		#page .scrollMeLeft{
			left:-40px;
		}
			#page .scrollMeLeft a{
				background:url(images/left_right.png) 0 0 no-repeat;
			}
			#page .scrollMeLeft a:hover{
				background:url(images/left_right.png) 0 -30px no-repeat;
			}
		#page .scrollMeRight{
			right:-40px;
		}
			#page .scrollMeRight a{
				background:url(images/left_right.png) -30px 0 no-repeat;
			}
			#page .scrollMeRight a:hover{
				background:url(images/left_right.png) -30px -30px no-repeat;
			}

#page_footer{
	width:900px;
	margin:0 auto;
}
	#page_footer h2{
		padding:20px 80px;
		font-size:28px;
		letter-spacing:-2px;
		font-weight:bold;
		color:#000000;
	}
	
	#page_footer .textwidget{
		padding:0px 80px 30px 80px;
		font-size:13px;
		color:#000000;
		line-height:1.5em;
	}
		#page_footer .textwidget a{
			color:#fff;
		}
			#page_footer .textwidget a:hover{
				text-decoration:underline;
			}

#footer{
	height:150px;
	border-top:solid 1px #ec291d;
	background:#636466;
	font-size:13px;
	font-family: "Lucida Grande", Calibri, Arial;
}
	#footer p{
		width:900px;
		overflow:hidden;
		margin:0 auto;
		color:#000000;
	}
		#footer span{
			display:block;
			margin: 20px 0 0 80px;
		}
		#footer .left{
			float:left;
		}
		#footer .right{
			float:right;
			margin-right: 80px;
		}
		#footer a{
			color:#000000;
			text-decoration: underline;
		}
			#footer a:hover{
				color:#ec291d;
				text-decoration:underline;
			}

li {
	list-style-type: none;
}
