/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color:#fdfdfc;
	font-family: Helvetica, sans serif;
	font-size:75%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix {
	clear:both;
	height:0;
	margin:0;
	padding:0;
}

/* Logo */
#logo {
	text-align:center;
}
#logo img {
	border:none;
	width:220px;
	height:80px;
}
#logo h4 {
	color:#425968;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:50px;
}

#main-menu {
	
}
#main-menu a {
	padding-left:40px;
	margin:5px 0px;
	line-height:35px;
	text-decoration:none;
	color:#425968;
	font-size:1.3em;
	font-weight:normal;
}
#main-menu li.current-page {
	background-image: url('../images/menu_rollover.png');
	background-repeat:no-repeat;
}
#main-menu li a:hover {
	font-weight:bold;
}
#main-menu li.current-page a {
	cursor:default;
}
#header-banner{
	float:left;
	width:750px;
	height:80px;
	padding: 20px 0px 0px 50px;
}
#kbford {
	color: #FFFFFF;
    float: left;
    font-size: 4.5em;
}
#kbford span {
	font-weight:bold;
}
#header-contact {
	float:right;
	color:#fff;
	font-size:1.2em;
	letter-spacing:1px;
}
#header-contact span {
	font-size:2em;
}
#header-contact a {
	color:#fff;
	font-size:1.2em;
	text-decoration:none;
}

/* Footer */
#footer-wrapper {
	width:100%;
	height:50px;
	background-color:#425968;
	color:#91a4b1;
}

#footer-content {
	width:1020px;
	height:50px;
	margin:0 auto;
	font-size:.7em;
}
#footer-content li {
	float:left;
	margin:15px 0;
	padding:0px 15px;
	color:#fff;
	
}
#footer-content li.divider {
	border-right:1px solid #91a4b1;
}
#footer-content li a {
	text-decoration:none;
	color:#fff;
	line-height:20px;
}
#footer-content a.divider {
	border-right:1px solid #91a4b1;
}
#copyright {
	float:right;
	line-height:50px;
}
#copyright a {
	color:#91a4b1;
	text-decoration:none;
}

