/* GLOBAL resets eliminating margins, image borders etc. */
* {padding: 0px; margin: 0px; border: 0px;}

a {outline: none;}

img {border: none;}
 
html, body {background-color: #FFF;}


/* END GLOGLOBAL resets */



/* START formatting DIV IDs */
#siteNav {width: 760px; margin-left: auto; margin-right: auto;}

#content {width: 760px; margin-left: auto; margin-right: auto;
	font-family: Georgia, Times, serif;
	font-size: 10pt; line-height: 1.5em; color: #333;
	clear: both;
}
#localContent { width: 595px; }
#localNav { 
	float: right;
	padding: 0px 0px 20px 5px;
	width: 155px;
	border-left: 2px dotted #999;
}
#footer {width: 760px; margin: 2em auto 0 auto;
	clear: both;
	padding-top: 1em;
	border-top: 2px dotted #999;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 0.8em; line-height: 1em;
	color: #666;
}
/* END formatting DIV IDs */



/* START block formatting for content areas */
h1, h2, h3, h4, h5, h6, h7 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 1em; font-weight: bold; color: #999;
	padding: 0px; margin: 1.2em 0px 0.3em 0px;
}
h1 {color: #999; font-size: 2em;}
	h1 strong {color: #3c0; font-size: 0.8em;}

h2 {color: #3c0; font-size: 1.4em;}
	h2 strong {color: #F60; font-size: 0.8em;}

h3 {color: #F60; font-size: 1.1em; margin: 0.5em 0 0 0;}
	h3 strong {color: #3c0; font-size: 0.8em;}

#content p {
	padding: 0px; margin: 0px 8em 1.5em 80px;
}
#content p.firstPar {
	font-size: 1.5em; line-height: 1.5em;
	margin-bottom: 1.2em;
}
#content p.firstPar2 {
	font-size: 1.3em; line-height: 1.5em;
	margin-bottom: 1em;
}
blockquote {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: italic; color: #999; font-size: 1.5em;
	line-height: 1.3em;
	padding: 0em 0em 1em 0em;
}

/* START lists */
#content ul {
	margin-top: 0em; margin-bottom: 1.5em; list-style: square;
}
#content li, dd {
	line-height: 1em;
	margin-left: 2em; margin-bottom: .1em;
}
/* END lists */


/* START forms */
form {clear: both;}
fieldset {border: thin dotted #999; padding: 20px;}
legend {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em; font-weight: bold; color: #999;
	background-color: #fff; padding: 0 3px;
}
#content form p { padding: 0px 0px; margin: 0px 0px 0.5em 0px; }
label {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 12px; font-color: #999;
}
.labelFirst { float: left; width: 60px; }
input.txt {
	font-family: Courier, fixed; font-size: 12px;
	margin: 0px 20px 0px 10px; padding: 5px;
	color: #333; border: inset 1px #333; background-color: #eee;
}
input.btn {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px; font-weight: bold; color: #333;
	margin: 1em; padding: 2px 10px;
	color: #fff; border: solid 1px #360; background-color: #3c0;
}
textarea {
	font-family: Courier, fixed; font-size: 12px;
	margin: 0; padding: 5px;
	color: #333; border: inset 1px #333; background-color: #eee;
}
/* END form */


/* START inline elements */
strong {font-size: 1.1em; color: #3c0;}
em {font-size: 1.1em; color: #F60;}

.firstPar:first-letter {
	font-size: 500%; line-height: 90%;
	font-weight: bold; color: #3c0;
	font-family: "Trebuchet MT", Arial, sans-serif;
	float: left; margin-left: -0.8em; margin-right: 0.1em;
}
.firstPar2:first-letter {
	font-size: 500%; line-height: 0.91em;
	font-weight: bold; color: #3c0;
	font-family: "Trebuchet MT", Arial, sans-serif;
	float: left; margin-left: -0.8em; margin-right: 0.1em;
}

/*** ANCHOR TAGS!!! ***/
#content a, #content a:visited {font-size: 1.1em; font-style: italic; color: #F60; text-decoration: none;}
#content a:hover {font-size: 1.1em; color: #F60; text-decoration: underline;}
/*** END ANCHOR TAGS!!! ***/

/* END inline elements */



/*START footer sub-styles*/
#footer ul{
	list-style-type: none;
	margin: 25px auto; padding: 0;
	text-align: center;
}
#footer li {
	display: inline; margin: 0px; padding: 5px 0; border-right: 1px solid #ccc;
}
#footer li.last { border-right: none; }


/*** footer ANCHOR TAGS!!! ***/
#footer li a, #footer li a:visited {
	font-family: Georgia, Times, serif; font-style: italic;
	color: #3C0; font-size: 12px; text-decoration: none;
	padding: 3px 7px; margin: 0px 5px;
}
#footer li a:hover {
	color: #FFF; text-decoration: none; background-color: #F60;}
/*** END ANCHOR TAGS!!! ***/
/*END footer sub-styles*/



/*START horizontal Links*/
#content ul.horzLinks {
	list-style-type: none;
	margin: 15px auto; padding: 0;
	text-align: center;
}
#content ul.horzLinks li {
	display: inline; margin: 0px; padding: 5px 0; border-right: 2px dotted #999;
}
#content ul.horzLinks li.last { border-right: none; }


/*** horzLinks ANCHOR TAGS!!! ***/
#content ul.horzLinks li a, #content ul.horzLinks li a:visited {
	font-family: Georgia, Times, serif; font-style: italic;
	color: #f60; text-decoration: none;
	padding: 3px 5px; margin: 0px 5px;
}
#content ul.horzLinks li a:hover { 	color: #fff; background-color: #3C0; }
/*** END ANCHOR TAGS!!! ***/

/*END horzLinks*/



/*START localNav*/
#localNav ul {
	list-style-type: none;
	margin: 0px; padding: 0;
}
#localNav ul li {
	margin: 15px 0px 0px 0px; padding: 2px 0px;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 14px; line-height: 1em; color: #3c0; font-weight: bold; 
}
#localNav ul li a, #localNav ul li a:visited {
	display: block; cursor: pointer;
	color: #3c0; font-size: 14px;
	border-bottom: 1px solid #3c0;
}
#localNav ul li a:hover {
	color: #f60; font-size: 14px;
	border-bottom: 1px solid #f60;
	background-color: transparent;
}
#localNav ul ul{
	list-style-type: none;
	margin: 0px; padding: 0;
}
#localNav ul ul li {
	margin: 1px 0px; padding: 2px 0px;
	font-family: Georgia, Times, serif;
	font-size: 12px; line-height: 1em; color: #999; 
	font-weight: normal; font-style: italic;
}
#localNav ul ul li a, #localNav ul ul li a:visited {
	display: block; cursor: pointer;
	color: #999; font-size: 12px; padding-left: 25px;
	border-bottom: 1px dotted #999;
	background: transparent url(http://www.kococom.com/assets/images/layout/localNav_bullet2.gif) no-repeat top left; 
}
#localNav ul ul li a:hover {
	color: #f60; font-size: 12px; padding-left: 25px;
	border-bottom: 1px dotted #f60;
	background: transparent url(http://www.kococom.com/assets/images/layout/localNav_bulletHover2.gif) no-repeat top left; 
}
/*END localNav*/



/*START column display areas CURRENT*/
table.colBlock {
	margin: 0px auto; width: auto;
}
td {
	padding: 0px 5px;
	border-right: 2px dotted #999;
}
td.colRight {
	border-right: none;
}
td h2 {margin: 0;}
/*END column display areas*/





/* START site navigation MENUS */
div#navBar {margin: 0px auto; padding: 0; width: 760px;}
ul#nav {
	list-style: none;
	padding: 0; margin: 0;
}

#nav a {
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold; text-decoration: none;
	}

#nav li li a {
	display: block;
	color: #fff;
	padding: 2px 5px;
	border-bottom: 1px dotted #fff;
}

#nav li li a:hover {border-bottom: 1px dotted #fff; background-color: #f60;}

#nav li {
	float: left; position: relative;
	width: auto;
	cursor: default;
}
#nav li li {
	float: left; position: relative;
	width: 8em;
	cursor: default;
}

#nav li ul {
	display: none; position: absolute;
	top: 100%; left: 0;
	background-color: #0c3;
	padding: 0;
}

#nav li>ul {top: 100%; 	left: auto;}

#nav li li {
	display: block; float: none;
	background-color: transparent;
	border: 0;
}

#nav li:hover ul, li.over ul {
	display: block;
}
/* END site navigation MENUS */

