
/***********************************************/
/* 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: 640px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	border-bottom: 1px solid #cc6633;
}

#centerstage {
	width: 643px;
	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 #cc6633;
	border-bottom: 1px solid #cc6633;
}

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

#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: #cc6633;
	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: #cc6633; 
}

#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 #cc6633;
	border-bottom: 1px solid #cc6633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #a3a3a3;
	padding: 10px 0px 10px 10px;
	height: 5%;
	margin-left: 3px;
	width: 640px;
	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: 640px;
}

#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 ***********/



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

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

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

.relatedLinks h3{
	color: #330066;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

.relatedLinks ul{
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	border: none;
}

.relatedLinks li{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border: none;
}

.relatedLinks ul ul{
	font-size: 90%;
	margin: 0px 0px 15px 15px;
	padding: 0px 0px 0px 0px;
	border: none;
}


.relatedLinks a {
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
}

.relatedLinks a:visited{
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
}

.relatedLinks a:hover{
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
}

/*
.active {
	font-weight: bold;
	text-decoration: none;
}
*/
/************** #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: 490px;	*/
}

.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 #cc6633;
}

.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 #cc6633;
}

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

#storyfooter{
	font-size: 75%;
}

.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 #cc6633;
}

.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%;
}

.indent1{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 30px;
}

.indent2{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 50px;
}

/************** Marketing Styles ***************/
.purple_hl {
    color: #306;
    font-weight: bold;
    font-size: 14pt;
}

.gray_hl {
    color: #999;
    font-weight: bold;
    font-size: 14pt;
}

.purple_sub {
    color: #306;
    font-weight: bold;
    font-size: 12pt;
}

.purple_subI {
    color: #306;
    font-weight: bold;
    font-style: italic;
    font-size: 12pt;
}

.red_stdB {
    color: #c00;
    font-weight: bold;
    font-size: 9pt;
}

.copper_stdI {
    color: #c63;
    font-style: italic;
    font-size: 9pt;
}

.black_std {
    color: #333;
    font-size: 9pt;
}

.purple_std {
    color: #306;
    font-size: 9pt;
}

.purple_stdB {
    color: #306;
    font-weight: bold;
    font-size: 9pt;
}

.tiny_red {
    color: #c00;
    font-size: 8pt;
}

.tiny_copper {
    color: #c63;
    font-size: 8pt;
}

.tiny_purple {
    color: #306;
    font-size: 8pt;
}
