
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/***********************************************
 ***********************************************
	Style sheet for the Kolbe.com Affiliate Program
		Case is important to the use of styles
		sheets. Please make certain to use the
		correct one.

 ***********************************************
 ***********************************************/


/**********************************************
	Styles for Specific Layout                       
		Think containers... these IDs should 
		only be used ONCE in a page. If you 
		plan to use the ID multiple times, 
		consider making it a class OR create 
		and identical ID with a different name.
		
  **********************************************/

#masterhead {
	width: 710px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	border-bottom: 1px solid #990033;
}

#centerstage {
	width: 713px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}

#navBar{
	float: left;
	width: 160px;
	margin: 0px 0px 0px 0px;
	/* margin: 0px 0px 0px 5px;
	margin-left: 5px;
	adjusted margin to margin-left */
	padding: 0px;
	background-color: #ffffff;
	border-right: 1px solid #990033;
	border-bottom: 1px solid #990033;
}

#content{
	float: right;
	width: 550px;
}

#headlines{
  float:right;
	/* width: 20%;*/
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}



/**********************************************
	Styles for Components
		This is where the actual style of the 
		content is set and works inconjunction 
		with the Layout IDs. Again... IDs should
		only be used once on a given page.
		
  **********************************************/


/************* #global styles **************/

#global {
	font-family: Arial, Helvetica, sans-serif;
	color: #c3c3c3;
	font-size: 12px;
	text-align: right;
	float: right;
	margin-right: 0px;
}

#global a {
	color: #330066;
	text-decoration: none;
	font-size: 10px;
}

#global a:hover {
	color: #990033;
	text-decoration: underline;
	font-size: 12px;
}

/************* #toplevelnav styles **************/
#toplevelnav {
	font-family: Arial, Helvetica, sans-serif;
	color: #c3c3c3;
	font-size: 16px;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 4px;
	margin-top: 3px;
	margin-bottom: 5px;
	/* background-image:  url(/visitors/resources/header/glbnav_background.gif); */
	background-repeat: repeat;
	white-space: nowrap;
	background-color: #990033; 
}

#toplevelnav a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 3px 3px 3px 3px;
}

#toplevelnav a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

/*
	background-image:  url("../resources/header/glblnav_selected.gif");
*/


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/************* #footer styles ***************/


#footer {
	clear: both;
	border-top: 1px solid #990033;
	border-bottom: 1px solid #990033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #a3a3a3;
	padding: 10px 0px 10px 10px;
	height: 5%;
	margin-left: 3px;
	width: 710px;
	text-align: center;
}

#footer a {
	color: #a3a3a3;
	text-decoration: none;
}

#footer a:hover {
	color: #CC6633;
	text-decoration: underline;
}

/************* #siteInfo styles ***************/

#siteInfo {
	clear: both;
	font-size: 65%;
	color: #a3a3a3;
	padding: 10px 10px 10px 10px;
	width: 710px;
}

#siteInfo a {
	color: #a3a3a3;
	text-decoration: none;
	text-decoration: underline;
}

#siteInfo a:hover {
	color: #CC6633;
	text-decoration: underline;
}

#siteInfo img {
	float: left;
	padding-right: 3px;
}

/************* #sitealert styles *************/

#sitealert{
	font-size: 80%;
	padding: 2px 2px 3px 10px;
	color: #FF0000;
	text-align: center;
	margin-left: 3px;
	border-bottom: 1px solid #ccccff;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #ccccff;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #eeeeee;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
}

#sectionLinks h2{
	font-size: 90%;
	color: #330066;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #990033;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	/* voice-family: "\"}\""; 
	voice-family:inherit; */
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFCCCC;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.relatedLinks h2{
	font-size: 90%;
	color: #330066;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 2px 0px;
	border-bottom: 1px solid #990033;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}



/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #ccccff;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


/**********************************************
	Styles for Classes
		These classes are designed to be used 
		time and time again on the same page.
		Most of teh time, they will be used in
		a "span" tag.
		
  **********************************************/


/************** .story styles *****************/
.story{
	clear: both;
	padding: 10px 10px 10px 10px;
	font-size: 80%;
	width: 530px;
}

.story p{
	padding: 0px 0px 5px 0px;
}


.story h1{
 font-family: Arial,sans-serif;
 font-size: 150%;
 color: #330066;
 margin: 0px 0px 7px 0px;
 padding: 0px;
 border-bottom: 1px solid #990033;
}

.story h2{
 font-family: Arial,sans-serif;
 font-size: 125%;
 color: #330066;
 margin: 0px 0px 7px 0px;
 padding: 0px;
 /**text-align: right;**/
 border-bottom: 1px solid #990033;
}

.story h3{
	font-family: Arial, sans-serif;
	font-size: 125%;
	color: #330066;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
}


.story h4{
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #cc6633;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
}

#storyfooter{
	font-size: 75%;
}

.resources li{
	list-style: circle; 
	padding: 0px 0px 10px 0px;
}

#resident {
	  margin-top:0px;
}

.resindent1 {
   padding-left: 30px;
   margin-top:0px;
}


.resindent2 {
   padding-left: 50px;
    margin-top:0px;
  
}


.storynotes{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 30px;
	font-size: 75%;
}

.bullets{
	font-weight: bold;
	color: #330066;
}

.headerquote{
 font-family: Arial,sans-serif;
 font-size: 115%;
 color: #000000;
 margin: 0px 0px 7px 0px;
 padding: 0px;
 /**text-align: right;**/
}
.headerquotebyline{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #000000;
 margin: 0px 0px 7px 0px;
 padding: 0px;
 text-align: right;
 border-bottom: 1px solid #990033;
}

.footnote {
	padding: 0px 0px 5px 0px;
	font-size: 80%;
}

#singlefootnote {
	padding: 0px 0px 5px 0px;
	font-size: 80%;
}

.forms {
  margin: 3px 0px 0px 0px;
  padding: 3px 3px 5px 30px;
  /*border: 1px solid #cc0000;*/
  width: 75%;
}

.forms p{
	padding: 0px 0px 0px 0px;
	text-align: right;
	width: 375px;
}

.forms label{
	color:#330066;
	font-size:80%;
}

/**********************************************/

#highlight {
    border: 1px solid #000000;
}
/*--- added by Ruel 12.13.2006 --- CCC Main Page (Marketing the eLearning section) ---*/
#mktBack {
	background-color:#990033;padding:2px;
	}
#mktBox {
	background-color:#FFFFFF;
	padding:0px 15px 0 15px;
	}
.normal {
	font-family: Arial,sans-serif;
	font-size:10pt;
	}
.mktTitle { 
	font-family: Arial,sans-serif;
	font-weight:bold;
	font-size:14pt;	
	}
.thumbTitle {
	font-family: Arial,sans-serif;
	font-weight:bold;
	font-size:9pt;
	}
.mktTableText {
	text-align:right;
	vertical-align:top;
	width:57%;
	}
.space {
	height:5px;
	}
.giveMargin{
	margin:5px 20px 5px 20px;
	}	


#freeMoForm {
	font-family: Arial, Helvetica, sans-serif;
	color: #c3c3c3;
	font-size: 16px;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 4px;
	margin-top: 3px;
	margin-bottom: 5px;
	/* background-image:  url(/visitors/resources/header/glbnav_background.gif); */
	background-repeat: repeat;
	white-space: nowrap;
	background-color: #990033; 
	
}

/*--- new main page design ---*/

.maincenter {
	font-family: Arial,sans-serif;
	font-size:9pt;
	}
