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

body {

	background: #FFF url(../images/bg.jpg) top center no-repeat;
	text-align:center;
	font-family: heveltica, arial, sans-serif;
	line-height: 20px;
}

h1, h2, h3, h4, h5 {
	margin: 25px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 32px;
	margin-top: 0px;
}

h2 {
	font-size: 22px;
	margin: 5px;
}

hr {
	color: #CCC;
	background: #CCC left bottom;
}

p {
	font-size: 14px;	
}

a {
	text-decoration: none;
	color: #9b9c9e;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}

#wrapper {
	
	width: 990px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	background: transparent;
}

#header {
	margin-top: 10px;
	overflow: hidden;

}

#logo {
	float: left;
}

#slogan {
	float: right;
	padding-top: 30px;
}

#main_nav {

	float: left;
	padding-top: 34px;
	padding-left: 8px;
	margin-right: 12px;
}

#nav_top {
	text-align: left;
	clear: both;
}

#menu ul li {

	color: #9b9c9e;
	background: url(../images/grayhr.png) left bottom no-repeat;
	padding: 4px 0px 4px 10px;
	font-size: 14px;
	line-height: 25px;
	
}

#menu ul li.redhr {
	background: url(../images/redhr.png) left bottom no-repeat;
}

#main_frame {
	/*width: 785px;*/
	margin-left: 204px;
}

#banner {
	background: url(../images/cube_bg.png) bottom center no-repeat scroll;
	width: 778px;
	height: 455px;
	padding-bottom: 36px;
	outline:0;
	overflow: hidden;
}

#flashad {	
	width: 778px;
	height: 467px;
	float: left;
}

.rightclear {
	clear: right;
}

#strip img {
	float: left;
	margin-right: 5px;
}

#strip span.video {
	float: left;
	margin-right: 5px;
}

#sec_nav {
	padding: 0px 3px;
}

#sec_nav img {
	float: left;
	margin-right: 9px;
}

#sec_nav img.first {
	float: left;
	margin-right: 8px;
	margin-left: 1px;
}

#sec_nav img.last {
	float: left;
	margin-right: 0px;
}

#footer {
	clear: both;
}

#footer p {
	text-align: center;
	font-size: 11px;
	line-height: 15px;
}

#footer hr {
	color: #9b9c9e;
	background-color: #9b9c9e;
}


/***** Our Story Page *****/

#timeline {
	height: 500px;
	padding: 0px 12px;
	outline:0;
	overflow: hidden;
}

#content {
	padding: 0px 16px 0 16px;
	/*background: url(../images/skb-logo-wm.png) bottom center no-repeat transparent;
	height: 450px;*/
	
}

/***** Social Media Page *****/

#sm_content {
	padding: 34px 16px 0 16px;	
}

.content_col {
	float: left;
	width: 215px;
	margin: 25px 50px;
	
}

.content_col a {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	
}

.tinytxt {
	font-size: 9px;
}

.sm_box {
	height: 88px;
	margin-bottom: 20px;
	padding-left: 80px;
}

#facebook {
	background:url(../images/facebook-icon.png) bottom left no-repeat transparent;
}

#twitter {
	background:url(../images/twitter-icon.png) bottom left no-repeat transparent;
}

#YouTube {
	background:url(../images/youtube-icon.png) bottom left no-repeat transparent;
}

#blog {
	background:url(../images/wordpress-icon.png) bottom left no-repeat transparent;
}

#feed_wrapper {
	float: left;
	padding-left: 16px;
}

.twitter_feed {
	padding-right: 32px;	
	float: left;
}


/***** Contact Page *****/

#contact_content {
	padding: 34px 16px 0px 16px;	
}

#contact_content img {
	float: left;
	margin-right: 10px;
	border: #000 4px solid;
}

#c_wrapper {
	width: 550px;
	height: 220px;
	margin-bottom: 20px;
	clear: right;
}

#contact_col {
	float: right;
	width: 215px;
	margin: 0px 40px 10px 16px;
	
}

.smalltxt {
	line-height: 18px;
}

