/*
	Author: Calvin Ly
	Date: 4/15/06
*/

/*----------------------------
  GENERAL STYLESbackground: #7E738C url(/images/career_button_over.jpg) no-repeat;
-----------------------------*/

body {
	font-family: 'Droid Sans', sans-serif;
	/* font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; */
	font-size: .9em;
	line-height: 1.5em;
	color: #333;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(../Images/Index/BG/BG_01.png);
	background-color: #F4F4F4;
}

p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	line-height: 1.6em;
}

li {
	padding-bottom: 10px;
}

.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
}

.input {
	font-family: 'Droid Sans', sans-serif;
	padding: 10px;
}

#imgborder {
	border: 1px #ccc solid;
	padding: 5px;
	margin-right: 10px;
}

#thumbnailborder {
	padding: 2px;
	border: 1px #ccc solid;
	margin-right: 10px;
}

#largethumbnailborder {
	margin: 10px 0px 0px 0px;
	padding: 5px;
	border: 1px #ccc solid;
}

#img-portfolio {
	background: #F7F7F7;
	padding: 10px;
}

/*
	Links
*/
a,
a:link,
a:visited {
	color: #524670;
}

a:hover {
	color: #000000;
	/*background: url(/images/link_bkgd.gif);*/
}

h3 span {
	display: none;
}

img {
	border: 0;
}

/*----------------------------
  LAYOUT
-----------------------------*/
#wrapper {
	margin-top: 20px;
	margin-bottom: 0;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
}

html>#wrapper {
	width: 750px;
}

#header {}

#topnav {
	width: 100%;
	background: url(/images/topnav_bkgd.jpg) repeat;
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-color: #433561;
}

h3 {
	margin: 0;
	padding: 0;
}

h1 {
	padding: 0;
	font-size: 1.4em;
	text-transform: uppercase;
	border-bottom: 1px #CCC solid;
	margin: 12px 0px 0px 0px;
}

h2 {
	padding: 10px 0px 10px 0px;
	font-size: 1.7em;
	border-bottom: 1px #CCC solid;
	margin: 0px 0px 10px 0px;
}

h4 {
	margin: 10px 0px 0px 0px;
}

/*---------------------------
	MAIN CONTENT AREA
----------------------------*/
#pagebody,
#pagebody-sub,
#pagebody-sitemap {
	margin: 0;
	padding: 8px 0px 0px 0px;
}

#pagebody {
	background: #fff url(/images/page_body.jpg);
}

#pagebody-sub {
	padding: 15px 0px 0px 0px;
}

#pagebody-sub-career {
	padding: 0px 0px 0px 0px;
}

/* Main content for Homepage */
#maincontent {
	float: left;
	background: #fff;
	margin: 0;
	width: 485px;
	padding: 0;
}

#maincontent #body {
	padding: 10px;
}

#pagebody-sitemap #maincontent {
	background: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Side Content for Homepage */
#sidecontent {
	margin: 0px 0px 0px 490px;
	padding: 0;
}

#sidecontent #body {
	padding: 0px 10px 10px 10px;
}

/* Main Content for Sub */
#maincontent-sub {
	float: right;
	background: #FFF;
	border: 1px solid #D5D1DA;
	margin: 0px 0px 15px 0px;
	width: 800px;
	padding: 0;
}

#maincontent-sub #body {
	background: url(/images/header_sub_icon_graphic.gif) no-repeat top left;
	padding: 0px 13px 13px 13px;
}

/* Side Content for Sub-page */
#sidecontent-sub {
	margin: 0px 800px 0px 0px;
	padding: 0;
}

#sidecontent-sub #body {
	padding: 0px 10px 10px 0px;
	line-height: 15px;
}

#sidecontent-sub ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: left;
}

#sidecontent-sub li {
	float: left;
	width: 157px;
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}

#sidecontent-sub ul li a {
	width: 100%;
	padding: 8px 0px 8px 5px;
	border-bottom: dotted 1px #ccc;
	margin: 0;
	color: #4A3C67;
	text-decoration: none;
	display: block;
	/*line-height: 30px; */
}

#sidecontent-sub ul li a:hover {
	color: #FFF;
	background: #67449a url(/images/bg.png) repeat-x;
	font-weight: bold;
}

/* When user is on the current sublink */
#active-sublink {
	width: 100%;
	padding: 8px 0px 8px 5px;
	border-bottom: dotted 1px #ccc;
	margin: 0;
	color: #4A3C67;
	font-weight: bold;
	background: #eee url(/images/sub_sidenav_bkgd.gif) repeat-x;
}

#portfolio-nav ul {
	border: 0;
	margin: 0 0 8px 0;
	padding: 0;
	list-style-type: none;
	clear: left;
}

#portfolio-nav li {
	float: left;
	width: 110px;
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}

#portfolio-nav ul li a {
	width: 100%;
	padding: 2px 8px 2px 8px;
	border-bottom: dashed 1px #ccc;
	margin: 0 0 3px 0;
	color: #666;
	background: #F7F7F7;
	text-decoration: none;
	display: block;
	/*line-height: 30px; */
}

#portfolio-nav ul li a:hover {
	color: #666;
	background: #DDD url(/images/header_sub_icon_graphic.gif);
	font-weight: bold;
	border-bottom: dashed 1px #999;
}

#portfolio-current {
	width: 100%;
	padding: 2px 8px 2px 8px;
	border-bottom: dashed 1px #999;
	margin: 0 0 3px 0;
	font-weight: bold;
	color: #666;
	background: #DDD url(/images/header_sub_icon_graphic.gif);
	text-decoration: none;
	display: block;
}

/*-------------------------------------------------
TABS
-------------------------------------------------*/

#Tabs {
	margin: 0 0 0 0;
	height: 27px;
	padding: 0;
	color: #5C4B70;
}

#Tabs ul {
	margin: 0;
	padding: 0;
}

#Tabs li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	border: none;
}

/*
	NEWS AND EVENTS
*/
#news-title {
	font-size: 15px;
	font-weight: bold;
	color: #5C4B70;
	padding: 0 0 0 18px;
	background: url(/images/news_icon.gif) no-repeat left top;
}

#news-content {
	padding: 0 5px 0 18px;
}

/*
	Footer
*/
#footer {
	clear: both;
	color: #C3C0CB;
	font-family: Verdana, sans-serif;
	background: url(/images/footer_bkgd.gif);
	font-size: 10px;
	padding: 2px 10px 6px 14px;
}

#footer #copyright {
	float: left;
	width: 420px;
}

#footer #shortcut {
	margin: 0px 0px 0px 420px;
	text-align: right;
}

#map-image {
	padding: 0 0 0 20px;
}

/*
	Side Headers
*/

.video_header {
	height: 30px;
	background: #7E738C url(/images/video_training_title.gif) no-repeat;
}

.news_header {
	height: 30px;
	background: #7E738C url(/images/featured_events_header.gif) no-repeat;
	margin-top: 0px;
	margin-top: 0px;
}

.about_kbti_header {
	width: 162px;
	height: 30px;
	background: #433561 url(/images/career_button.jpg) no-repeat;
}

.products_kbti_header {
	width: 162px;
	height: 30px;
	background: #7E738C url(/images/products_services_header.gif) no-repeat;
}

.archives_kbti_header {
	width: 162px;
	height: 30px;
	background: #7E738C url(/images/news_archives_header.gif) no-repeat;
}

.portfolio_kbti_header {
	width: 162px;
	height: 30px;
	background: #7E738C url(/images/portfolio_header.gif) no-repeat;
}

.demo_header {
	width: 162px;
	height: 30px;
	background: #7E738C url(/images/demo_header.gif) no-repeat;
}

.project_header {
	width: 162px;
	height: 30px;
	background: #7E738C url(/images/project_header.gif) no-repeat;
}

/*
	Links
*/
#bottomnav {
	text-align: center;
	color: #B2AABB;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

#bottomnav a,
#footer a {
	color: #B2AABB;
	font-weight: bold;
	text-decoration: none;
}

#bottomnav a:hover,
#footer a:hover {
	color: #ddd;
}

footer {
	clear: both;
	text-align: center;
}

/*
	FORMS
*/

.clear-both {
	clear: both;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

#form-title {
	margin: 20px 10px 10px 0px;
	background-color: #EEEEEE;
	color: #333333;
	padding: 4px 0px 4px 8px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}

.formStyle {
	border: 1px solid #CCCCCC;
	background: #F7F7F7;
}

.bottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#menu {
	background: #433561;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu li {
	float: left;
	font: 90% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#menu a {
	background: #433561 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight: normal;
}

#menu a:hover {
	background: #666699 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}

label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
	font-weight: bold
}

#warning {
	color: #F00;
	text-transform: uppercase;
	font-weight: bold;
	font-style: oblique;
}

.btnExample {
	border: 3px #FC6;
	border-top-color: #FC9;
	border-left-color: #FC9;
	padding: .5em;
	background: #67449a;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}

.btnExample:hover {
	border-color: #F00 #C30 #C30 #F00;
}

.round {
	border-radius: 0.3125em;
	/* 5/16 */
	-moz-border-radius: 0.3125em;
	/* 5/16 */
	-webkit-border-radius: 0.3125em;
	/* 5/16 */
}