/*-----------------------------------------------------------------------------------------------
HTML Tags
-----------------------------------------------------------------------------------------------*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FF9900;
	background-image: url(/images/bg-tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0;
}
a:link, a:visited{
	color: #993300;
}
a:hover, a:active{
	color: #CC6600;
}
form{
	padding: 0;
	margin: 0;
}
h1{
	padding: 0 0 1em 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
h2{
	padding: 1em 0 0 0;
	margin: 1em 0 0 0;
	border-top: 1px solid #000000;
	font-size: 13px;
	font-weight: bold;
}


/*-----------------------------------------------------------------------------------------------
Framework
-----------------------------------------------------------------------------------------------*/
.clearline{
	clear: both;
	height: 1px;
}

#container{
	width: 771px;
	margin: 0 auto;
	padding: 0;
}

#logo{
	width: 165px;
	height: 58px;
	margin: 0;
	padding: 12px 0 26px 0;
	float: left;
}
#tagline{
	width: 355px;
	margin: 0;
	padding: 23px 0 0 0;
	float: right;
	color: #FCC357;
	font-size: 22px;
	text-align: center;
}
#tagline strong{
	font-size: 12px;
	display: block;
}

/*-------------------------------------------------------------------------
Left Column (Content)
-------------------------------------------------------------------------*/

#lt-col{
	width: 589px;
	float: left;
	margin: 0;
	padding: 8px 0 0 0;
}
#content-top{
	background-image: url(/images/content-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFCC66;
}
#content-bot{
	background-image: url(/images/content-bot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#content-left{
	background-image: url(/images/content-lt.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#content-right{
	background-image: url(/images/content-rt.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#content-top-left{
	background-image: url(/images/content-top-lt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content-top-right{
	background-image: url(/images/content-top-rt.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content-bot-left{
	background-image: url(/images/content-bot-lt.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content-bot-right{
	background-image: url(/images/content-bot-rt.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 6px;
	height: 1%;
}

#page-id{
	padding: 0;
	margin: 0;
}
#typical-content{
	margin: 0;
	padding: 21px 35px 2em 35px;
}
#typical-content-short{
	margin: 0;
	padding: 21px 35px 2em 35px;
	height: 320px;
}

/*-------------------------------------------------------------------------
Right Column (Callouts)
-------------------------------------------------------------------------*/

#rt-col{
	width: 180px;
	float: right;
	margin: 0;
	padding: 12px 0 0 0;
}
#login, #no-login{
	background-color: #4A6BA1;
	background-image: url(/images/login.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 29px 6px 0 6px;
	margin: 0;
	display: none;
}
.login-lt{
	float: left;
	width: 54px;
	padding: 2px 0 0 4px;
	margin: 0;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
}
.login-rt{
	float: right;
	width: 110px;
	padding: 0;
	margin: 0;
	text-align: center;
}
.login-input{
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 100px;
}
#login-submit{
	margin: 4px 0 0 0;
	padding: 0;
}
#login-forgot{
	font-size: 11px;
	margin: 0;
	padding: 1em 0;
	text-align: center;
	clear: both;
}
#login-forgot a:link,
#login-forgot a:visited{
	color: #BEDFFF;
}
#login-forgot a:hover,
#login-forgot a:active{
	color: #FFFFFF;
}

#callout-technology{
	padding: 5px 0 12px 0;
	margin: 0;
}
.callout-small{
	padding: 5px 0 0 0;
	margin: 0;
}

/*-------------------------------------------------------------------------
Textlinks
-------------------------------------------------------------------------*/
#textlinks{
	border-top: 1px solid #FFCC66;
	margin: .5em 0;
	padding: 1em 0 1em 5px;
	text-align: left;
	font-size: 11px;
}

/*-------------------------------------------------------------------------
Primary navigation
-------------------------------------------------------------------------*/

#nav, #nav ul{
	padding: 0;
	margin: 0;
}
#nav ul{
	list-style: none;
}
#nav li{
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	z-index:3;
}
#nav li a{
	display: block;
}
#nav li ul{
	width: 1px;
	position: absolute;
	left: -999em;
}
#nav li li a{
	font-size: 11px;
	display: block;
	text-align: left;
	border: 1px solid #FFFF99;
	border-top: 0;
	padding: 5px 10px;
	z-index: 4;
}
#nav li li a:link, #nav li li a:visited{
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}
#nav li li a:hover, #nav li li a:active{
	color: #003366;
	text-decoration: underline;
	background-color: #99CCFF;
}

/*Tab Nav Formating*/
#home{
	background-image: url(/images/nav/home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 118px;
	height: 28px;
}
#info-center{
	background-image: url(/images/nav/info-center.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 112px;
	height: 28px;
}
#about-ckrc{
	background-image: url(/images/nav/about-ckrc.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 118px;
	height: 28px;
}
#related-links{
	background-image: url(/images/nav/related-links.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 127px;
	height: 28px;
}
#contact-us{
	background-image: url(/images/nav/contact-us.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 116px;
	height: 28px;
}


/*Subnav Formating*/
.sublink1{
	width: 118px;
}
.sublink2{
	width: 112px;
}
.sublink3{
	width: 118px;
}
.sublink4{
	width: 127px;
}
.sublink5{
	width: 116px;
}

#nav li:hover ul, 
#nav li.divhover2 ul {
	left: auto;
}

#menu_iframe2 {
	z-index: 2;
	position: absolute;
	display: none;
}
