@charset "UTF-8";
/* Kenneth Zak CSS Document */

/* --- Global Style ---*/

body, html {
width:100%;
margin:0px;
padding:0px;
text-align:left;
background:#000a10 url(kzak-templates/images/body-bg.jpg) center top no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#ffffff;
line-height:19px;
}

div{
margin:0px;
padding:0px;
}

p {
margin-bottom:20px;
margin-top:0px;
font-weight:normal;
}
h1 {
font-family:Times, serif;
font-size:18px;
font-weight:normal;
color:#1a554a;
margin-bottom:15px;
margin-top:0px;
text-transform:uppercase;
}
h2 {
	font-family:Times, serif;
	font-size:18px;
	color:#1a554a;
	margin-bottom:10px;
	margin-top:20px;
	font-weight:normal;
	text-transform:uppercase;
}
h3 {
	font-family:Times, serif;
	font-size:18px;
	color:#018DC1;
	margin-bottom:0px;
	margin-top:20px;
	font-weight:normal;
	line-height: 140%;
}
h4 {
	font-family:Times, serif;
	font-size:34px;
	color:#1a554a;
	margin-bottom:10px;
	margin-top:20px;
	font-weight:normal;
}
h5 {
	font-family:Arial, san-serif;
	font-size:18px;
	line-height:22px;
	color:#1a554a;
	margin-bottom:10px;
	margin-top:20px;
	font-weight:normal;
}
p img{
margin: 0 0 0 0;
}

img {
padding: 0px;
margin: 0px;
border: 0px;
}

a {
	text-decoration:none;
	color:#018dc1;
}
a:hover {
	text-decoration:underline;
}
a:active, a:focus {
      outline: 0;
}
.clear {
	height:0px;
	width:100%;
	clear:both;
}
hr{
border: none 0; 
border-top: 1px solid #1a554a;/*the border*/
height: 1px;
margin:15px 0;
}

/*Header */
#header {	
	height:auto;
	width:100%;
	position:relative;
	z-index:100;
	background:url(kzak-templates/images/header-bg.jpg) repeat-x top left;	
}
#content {		
	width:960px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
#logo {
	float:left;
	margin-top:50px;
	margin-left:35px;
	margin-bottom:40px;
	cursor: pointer !important;
	background:url(kzak-templates/images/logo.png);
	text-indent:-9999px;
	width:324px;
	height:46px;
	display:block;
}
#logoHome {
	float:left;
	margin-top:50px;
	margin-left:35px;
	cursor: pointer !important;
	background:url(kzak-templates/images/logo.png);
	text-indent:-9999px;
	width:324px;
	height:46px;
	display:block;
}

/*Menu*/

#menu {
	width:630px;
	height:34px;
	position:relative;
	z-index:10;
	float:right;
	background:url(kzak-templates/images/nav-bg.png) no-repeat top left;
	padding:10px 5px 0 25px;
}

#menu ul {
	margin:0;
	padding:0px 0px 0px 0px;
	position:relative;
	
}
#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
	position:relative;
	display:block;	
}
#menu ul li a {
	display:block;
	height:36px;
	text-indent:-9999em;
}
#nav1 {
	width:91px;
	background:url(kzak-templates/images/nav1.png) top left no-repeat;
}
#nav2 {
	width:148px;
	background:url(kzak-templates/images/nav2.png) top left no-repeat;
}
#nav3 {
	width:145px;
	background:url(kzak-templates/images/nav3.png) top left no-repeat;
}
#nav4 {
	width:135px;
	background:url(kzak-templates/images/nav4.png) top left no-repeat;
}
#nav5 {
	width:75px;
	background:url(kzak-templates/images/nav5.png) top left no-repeat;
}
#nav1:hover, #nav2:hover, #nav3:hover, #nav4:hover, #nav5:hover{
	background-position:0px -39px;
}
#menu .active {
	background-position:0px -39px !important;
}
#menu .active-hover{
	background-position:0px -39px !important;
}
#menu li ul {
	display:block;
	position: absolute;
	left: -999em;
	top:5px;
	padding:3px 0px 0px 0px;
	z-index: 40;
	clear:none;
	overflow:hidden;	
}
#menu ul li:hover ul {
	display:block;
	z-index:9000;
	float:left;
	position:absolute;
	left: 0px;
	overflow:visible;
	z-index:40;	
}
#menu ul li.sfHover ul {
	display:block;
	z-index:9000;
	position:absolute;
	float:left;
	clear:both;
	left:0px;
	z-index:40;
	overflow:visible;
}

/*Content */

#topnav{
float:right;
color:#018dc1;
margin-top:55px;
margin-right:35px;
}
#topnav img{
vertical-align:text-bottom;
}
#topnav a{
font-size:12px;
font-weight:bold;
text-decoration:none;
}
#topnav a:hover{
text-decoration:underline;
}
#topnav span a{
color:#FFFFFF;
}
#home-flash {
position:relative;
height:228px;
width:906px;
z-index:0;
margin-left:auto;
margin-right:auto;
margin-bottom:0px;	
}

/*Images*/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/*Footer */
#footer {
	width:940px;
	position:relative;
	z-index:1;
	margin-top:20px;
	overflow:hidden;
	font-size:10px;
	padding:15px 15px 50px 5px;
	margin: 0 auto;
}
#footer p {
	color:#ffffff;
	line-height:16px;
}
#footer .left {
	float:left;	
}
#footer .right {
	float:right;
}
#footer a {	
	text-decoration:underline;
	font-size:11px;
	color:#ffffff;
}
#footer a:hover {
	text-decoration:none;
}

/*Secondary Pages*/
#secondary-content {
z-index:0;
margin-left:auto;
margin-right:auto;
width:918px;
padding:0 15px 0 25px;
background:#000000;
overflow:hidden;
border:#1a554a 1px solid;
}
#left-bar{
float:left;
width:650px;
position:relative;
padding:20px 20px 30px 0;
}
#right-bar{
float:right;
width:210px;
min-height:600px;
position:relative;
background:url(kzak-templates/images/right-bar-bg.png) top left repeat-y;
padding:20px 20px 30px 15px;
}
#right-bar li{
list-style:none;
}

#searchform input#s {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border:0 none;
color:#999999;
float:left;
font-size:11px;
font-style:italic;
margin-right:8px;
padding:4px 6px;
}

.blog-post h2{
margin-bottom:5px;
margin-top:10px;
}
.blog-post p{
margin-bottom:1px;
}
h2 a{
	color:#018dc1;
	font-weight:bold;
	text-decoration:none;
}
h2 a:hover{
	color:#018dc1;
	font-weight:bold;
	text-decoration:underline;
}

