/* 
  -----------------------------------
  Tab Bar Magic Page Pack CSS
  by Project Seven Development
  www.projectseven.com
  Key Lime Page Pack Layout 03
  2 Column Fluid
  -----------------------------------
*/

body, html {
	margin: 0;
	padding: 0;
	
}
#masthead {
	display: none;
}
#menubar {
	display: none;
}
/******** LAYOUT WRAPPER **********/
#layout { 
	margin: 0;
}
/******** COLUMNS WRAPPER and COLUMNS **********/
#columnwrapper {
	margin: 0 0 0 0;
	position: relative;
}
#mainbox {
	margin: 0 0 0 188px; 
}  
#sidebox {
	position: absolute;
	top: 0;
	left: 0;
	width: 187px;
}

/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
	font-size: 12pt;
	padding: 0 24px 12px 24px;
	border-left: 1px solid #333333;
}

h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	color: #4b4b4b;
	background-color: transparent;
}

h1 {
	font-size:16pt;
	font-weight:bold;
	}
	
h2, h3, h4 {	

	font-size:13pt;
	font-weight:bold;

	}

#maincontent p {
	margin: 8px 0 12px 0;
}
.callout {
	float: right;
	width: 180px;
	border: 1px solid #333333;
	font-size: 0.85em;
	background-color: transparent;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	line-height: 1.35em;
}

.callout h5 {
	margin: 1.2em 0 .2em 0;
	font-size: 1.15em;
	font-weight: bold;
	text-align: left;
}

.callout h6 {
	margin: 1.5em 0 .2em 0;
	font-size: 1.05em;
	font-weight: bold;
	text-align: center;
}

.callout li {
	margin-left: -20px;
}
div.unorderedlist li {
  margin-top: .8em;
  list-style-type: disc;
}
div.unorderedlist ul ul li {
  margin-top: .8em;
  list-style-type: circle;
}
div.unorderedlist ul {
	margin-bottom: .2em;
}
/*Sidebar*/
#sidecontent {
	padding: 0 24px 12px 6px;
	font-size: 0.8em;
	background-color: #F6F8FC;
	color: #333333;
}
#sidecontent .topheading {
	margin: 0;
}
#sidecontent p {
	margin: 8px 0 12px 0;
}
/* New Styles for CPES */

#sidecontent h3 {
   margin: 0 0 0 10px;
	font-size: 1.2em;
	color: #5671AB;
	}
	
.feature {
	padding: 15px 5px 5px 5px;
	margin-left: 15px;
	font-size: .9em;
	color: #333333;
	border: 1px solid #333333;
	background-color: #B3C4E2;

  }
  
 .feature-heading { 
	font-size: 1.25em;	
	font-weight: bold;
	text-align:left;
	padding: 0px 10px 5px 10px;
}

 .feature-text {	
	font-size: 1.15em;	
	font-weight: normal;
	text-align:left;
	padding: 0px 10px 5px 10px;
	line-height: 1.30em;
}

 .feature-text2 {	
	font-size: 1.0em;	
	font-weight: normal;
	text-align:left;
	padding: 0px 10px 5px 10px;
	line-height: 1.30em;
}
.center {
	text-align: center;
}

#regtable {
	border: 1px solid #333333;
	margin-top: 15px;
	margin-bottom: 5px;
}

#regtable td,th {
	border: 1px solid #333333; 
	padding: 5px;
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	font-size: 0.7em;
	margin: 0 0 16px 188px;
	background-color: #A2C1B6;
	/*  background-image: url(../images/kl-yellowgradient.jpg);*/
	background-repeat: repeat-x;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
/*Footer Content*/
#footer {
	margin: 0;
	padding: 18px 24px 8px 24px;
	color: #333333;
}
#footer p {
	margin: 0 0 12px 0;
}

/******SKIP LINKS********/
/*Skip Links Container*/
#skips {
	display: none;
}




#columnwrapper a, #footer a {color:#000099;

}
