/* 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,
ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset */


/* Utilities */
.clear {
	clear: both;
}
/* End Utilities */


/* Global */
body {
	background: #e4faff url(../../images/frontend/body-bg.gif) 0 0 repeat-x;
}
/* End Global */


/* Header */
#header {
	width: 940px;
	height: 183px;
	margin: 0 auto;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
}

#company-header {
	width: 940px;
	height: 40px;
	line-height: 40px;
	color: #5A5A5A;
}

#company-header ul {
	float: right;
	margin-top: 1px;
	margin-right: 15px;
}

#company-header ul li {
	display: inline;
	margin-left: 12px;
	text-transform: uppercase;
	font-size: 11px;
}

#company-header a,
#main-menu a {
	color: #5A5A5A;
	text-decoration: none;
}

#company-header a:hover,
#main-menu a:hover {
	color: #0C7A94;
}

#company-logo {
	float: left;
	width: 940px;
	height: 106px;
	background: url(../../images/frontend/header-bg.gif) 0 0 no-repeat;
}

#company-logo img {
	margin: 30px 0 0 15px;
}

#company-logo #kb-searchbox {
	float: right;
	background: url(../../images/frontend/search-bg.gif) 0 0 no-repeat;
	margin: 30px 0;
	padding: 13px 0 10px 13px;
	width: 301px;
}

#company-logo #kb-searchbox .search-text {
	width: 210px;
	height: 20px;
	line-height: 20px;
	font-size:12px;
	color: #A4A4A4;
	border: 0;
	padding: 3px 0 0 4px;
	float: left;
}

#company-logo #kb-searchbox .search-button {
	width: 75px;
	height: 23px;
	float: left;
}

#main-menu {
	float: left;
	height: 27px;
	line-height: 30px;
	text-align: center;
}

#main-menu ul {
  text-align: center;
}

#main-menu ul li {
	float: left;
	height: 31px;
	background: url(../../images/frontend/nav-divider.gif) 100% 1px no-repeat;
	padding: 0 16px;
}

#main-menu ul li:last-child {
	background: none;
}
/* End Header */


/* Footer */
#footer {
	background: url(../../images/frontend/footer-bg.gif) 0 0 repeat-x;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	color: #1C6571;
}

#footer-inner {
	width: 940px;
	margin: 0 auto;
	padding: 10px 0;
}

#footer p {
	float: right;
}

#footer ul li {
	display: inline;
	background: url(../../images/frontend/footer-divider.gif) 0 3px no-repeat;
	padding: 0 5px 0 10px;
}

#footer ul li:first-child {
	background: none;
}

#footer a {
	color: #1C6571;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
}
/* End Footer */


/* Content */
#content {
	background: #fff;
	font: normal 12px/14px Verdana, Arial, Helvetica, sans-serif;
	padding: 20px 0 10px;
}

#content-inner {
	width: 940px;
	margin: 0 auto;
}

#content h1:first-child {
	background: url(../../../images/frontend/black-line.gif) repeat-x 0 92%;
	font: bold 24px/26px Arial, Helvetica, sans-serif;
	color: #76cce1;
	margin: 12px 0 15px;
}

#content h1:first-child span {	
	background: #fff;
	padding: 0 10px 0 0;
	text-transform: capitalize;
}

.text-display {
	background-color: #f9f9f9;
	border: 1px solid #eee;	
	font: 13px/25px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3d3d3d;
	padding: 7px 20px;
	margin: 0 0 25px;
}

.text-display p {
	margin-bottom: 20px;
}

.text-display p:last-child {
	margin-bottom: 0;
}

.text-display a {
	color:#0d61a9;
	font-weight: bold;
	text-decoration: none;
}

.text-display a:hover {
	color:#000;
}

#sidebar { 
	float: right;
	width: 255px;
}

.sidebar-content {
	float: left;
	width: 660px;
}

#sidebar .sidebar-item {
	background: #f3fdff url(../../images/frontend/sidebar-header-bg.png) center 5px no-repeat;
	border-color: #d1ecf4;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 6px ;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	padding: 5px 5px 10px 5px;
	margin-bottom: 20px;
}

#sidebar .sidebar-item li {
	height: 15px;	
	padding: 5px;
	border-bottom: 1px solid #d9f1f5;
}

#sidebar .sidebar-item li:last-child {
	border: 0;
}

#sidebar .sidebar-item a {
	color: #454544;
	text-decoration: none;
}

#sidebar .sidebar-item ul {
	padding: 0 10px;
}

#sidebar h3 {
	font: 16px/26px Arial, Helvetica, sans-serif;
	height: 40px;
	color: #fff;
	padding: 5px 0 0 35px;
}
/* End Content */