body {
	margin: 0px auto;
	padding: 0px;
	background-color: #339aff;
	font-size:13px;
	font-family: Arial, Helvetica ,sans-serif;
	text-align: center;
}

#headercontainer {
	width:860px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
}

html>body #headercontainer {
	width:860px;
	margin:0px auto;
	padding:0px 0px 10px 0px;
}

#container {
	width:860px;
	margin:0px auto;
	padding:0px;

}

#linkscontainer {
	width:818px;
	margin:0px auto;
	padding:0px;

}

#ashacontainer {
	width:860px;
	margin:0px auto;
	padding:0px 0px 10px 0px;
}

#main {
	float:left;
	margin:0px auto;
	padding:0px;
	width:860px;
	background: #339aff url(ks_03.gif) repeat-y center;
}

#inner {
	float:left;
	width:860px;
	padding:0px;
	margin:0px auto;
}

#inner2 {
	float:left;
	width:830px;
	margin:0px auto;
	padding-left:30px;
}

html>body #inner2 {
	float:left;
	width:800px;
	padding:0px 30px;
	margin:0px auto;
}

#footer {
	float:left;
	width:860px;
	height:47px;
	background: #339aff url(ks_05.gif) no-repeat center;
}

/* TOP BACKGROUND: Using this instead of as the body bg in order to fix IE padding problem */

#topbg {
	height:600px;
	background: #fff url(bgob.gif) repeat-x;
}

#header {
	float:left;
	width:860px;
	height:180px;
	background: #339aff url(ksp_01.gif) no-repeat center;

}

#content {
	float:right;
	padding:0px;
	margin:0px
	text-align:left;
	width:420px;
}

#content a
{
	color: #df6d27;
	text-decoration: none;
}
#content a:hover
{
	text-decoration: underline;
}

#innercontent {
	float:left;
	padding:0px;
	text-align:left;
	width:400px;
}

#innercontent ul {
	padding-left:30px;	
}

#innercontent li {
	list-style-type: disc;
	color: #df6d27;
}

#innercontent table
{
	margin-top: 15px;
	font-size: 13px;
}
#innercontent table td
{
	padding: 5px;
	border: solid 1px #df6d27;
}

#flash {
	float:left;
	width:361px;
	clear:both;
}


#links 
{
	margin: 0px;
	text-align:right;
	font-size:10px;
}
#links a
{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#links a:hover
{
	text-decoration: underline;
}
#links ul
{
	list-style-type: none;
}
#links li
{
	text-align:right;
	display:inline;
	padding: 0px 8px 0px 8px;
}

#bubbles {
	float:right;
}

.staff1{
	height: 150px;
}
.staff1 img{
	padding-right: 10px;
}
.staff2{
	height: 190px;
}
.staff2 img{
	padding-right: 10px;
}
.staff3{
	margin-right: 200px;
}

#staffcontainer {
	float:left;
	width:400px;
	margin:0px;
	padding:0px;
	clear:both;
}


/* BLOCKQUOTE */

blockquote.withquote {
	text-align:justify;
} 

p.withunquote {
	background: url(close.png) no-repeat;
	background-position:bottom right;
	padding-right:5px;
}

.sig
{
	color: #888;
	font-size: 12px;
	float:left;
	font-style: italic;

}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 400px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
  border: 1px solid #FFF;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #EEE;
  color: #339aff;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  background: #EEE;
  color: #df6d27;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background: #EEE;
  color: #339aff;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #EEE;
  color: #df6d27;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}
