
/* css =info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
	
			document:                	css document
			media-type:            		screen
			version:                   		buildout v. 1.00
			
			author:                     	sam howat, bluetux internet services
			contact:                    	sam@bluetux.com 
			
			color-description:     		#c4c4c4
			color-description:     		#c4c4c4
			color-description:     		#c4c4c4
			color-description:     		#c4c4c4
	
			note: 				see creative brief: http://www.website.com/cb/
	
			*/



/* =globalStyles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

			html { margin: 0 0 1px 0;  }
			
			body { 
			
				background: transparent url(../../_img/bg/bg.jpg) top left repeat-x;
				
				background-color: #E6ECE6;
				
				margin: 0; padding: 20px 0 0 0; 
				
				font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
				
				font-size: 62.5%;  /* Sets browsers default unit of measure for em to 10px. */
				
				}
			
			h1, h2, h3, h4, h5, h6 {  
			
			font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
			
			line-height: 100%; 
			
			margin: 0px; padding: 0px;
			
			}
			
			p, li, td, ul, ol, dl, dt, dd, blockquote, pre  { 
		
			font-size: 1.3em; 
			
			line-height: 130%;
			
			letter-spacing: -0.02em;
			
			color: #666666;		
			
			}
			
			ol, ul { 
			
			margin: 0; padding: 0;
			
			list-style: none; 
			
			 }
			 
			strong, b, .bold { font-weight: bold; } 
			
			em, i, .emp { font-style: italic; }
				
			hr { display: none; }
			
			form { margin: 0px; padding: 0px; } 
				
			a img { border: none; }
			
			.blurb {
				font: Helvetica, sans-serif;
				font-size: 14px;
				font-weight: bold;
			}
		

/* logoStyles =logo 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */				

				#headerDiv h1 a {
					
					background: transparent url(../../_img/logo/logo.jpg) no-repeat left top;
					
					display: block;
					
					float: left;
					
					width: 314px; 	height: 96px;
					
					margin: 0px 0 0 0;
					
					text-decoration: none;
					
					text-indent: -2100px;					
					
					}			
					
					
/* =structureStyles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
				
			#controlDiv { 
				margin: 0 auto 0 auto; padding: 0px;
				
				width: 699px;
				
				background-color: #FFF;
				
				border-left: #FFF solid 10px;
				
				border-right: #FFF solid 10px;
				
				border-bottom: #FFF solid 10px;
				
				 }
			
			#headerDiv { }
			
			#headerPhotoDiv { }
			
			#contentControlDiv { }
			
			#leftColDiv { }
			
			#midColDiv {
			
			width: 475px; 
			
			}
			
			#rightColDiv {
			
			float: right;
			
			width: 217px; 
			
			}
			
			#footerDiv {
			
			margin: 0 auto 0 auto; padding: 5px 0 0 0;
				
			width: 699px;
			
			color: #577357;
			
			font-size: 1.3em;
						
			 }	

			
			
/* mainNavStyles =mNav 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */			
			
			#mNav { }
			

			
/* subNavStyles =sNav
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */			
			
			#sNav { }			



/* =linkStyles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
		
			h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #000; }
			
			a {	color: #577357; text-decoration: underline; }
			
			a:visited { color: #577357; text-decoration: underline; }
			
			a:hover { color: #455A45; text-decoration: none; }	
		
		
		
/* =textStyles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

			h1 {
				
				margin: 0; padding: 0;
				
				font-size: 0em; 
				
				letter-spacing: 0px;
				
				color: #333333;
								
				}
			
			h2 {
							
				
				font-size: 3.2em; 
				
				letter-spacing: -2px;
				
				color: #756CAC;

				
				}
			
			h3 {
							
				font-size: 1.3em; 
				
				letter-spacing: -2px;
				
				}
			
			h4 {
							
				font-size: 1.1em; 
				
				font-weight: bold;
				
				letter-spacing: -2px;
				
				}
			
			h5 {
				
				font-size: 1.2em; 
				
				letter-spacing: -2px;
				
				 }
			
			h6 { }
			
			p  { 
				
				color: #666666;
				font-size: 1.4em;
			
			}
			
			li	{
			
				font-size: 1.0em;
			
			}
			
/* =customTextStyles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */			
			
/*			.small {
				
				font-size: ; 
				
				line-height: ;
				
				}
*/	

/* =listStyles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
			
			#contentControlDiv ol, #contentControlDiv ul  { margin: 5px 0px 5px 15px; }
				
			#contentControlDiv li { list-style-type: disc; }



/* =quoteStyles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

			.quote { }
			
			.cite { 
				
				background-color: #F9F9F9;
				
				float: right;
				
				width: 200px; height: auto; 
				
				margin: 0px; padding: 10px;
				
				font-size: 1.2em;
				
				font-style: italic;
								
				}

			.attr { 
				
				display: block;
				
				clear: both; 
				
				text-align: right; 
				
				font-size: .5em;
				
				}
			
			
			
/* =commonStyles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */			

			.clear {  clear: both; 	}
			
			.borderTop {
				
				background: transparent url(../../_img/bg/brdr.gif) top left repeat-x; 
				
				margin: 5px 0 0 0; padding: 5px 0 0 0;
				
				}
			
			.borderBot { 
				
				background: transparent url(../../_img/bg/brdr.gif) bottom left repeat-x; 
				
				margin: 0 0 5px 0; padding: 0 0 5px 0;
				
				}
			
			/* .trDarkBg, .darkBg {  background-color: ; }
			
			.trLightBg, .lightBg {  background-color: ; } */	
			
			.nopad { padding: 0px; }
				
			.padTop { padding-top:  5px; 	} 
			
			.padRight { padding-right:  5px; 	} 
			
			.padBot { padding-bottom:  5px; 	} 
			
			.padLeft { padding-left:  5px; 	} 
			
			.marTop { margin-top:  5px; 	} 
			
			.marRight { margin-right:  5px; 	} 
			
			.marBot { margin-bottom:  5px; 	} 
			
			.marLeft { margin-left:  5px; 	} 



/* =sifrStyles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

















/* =browserSpecificCode
 		Info: This uses our javascript from the browserSelector.js file.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  

    * ie - Internet Explorer
    * ie6 - Internet Explorer 6
    * ie5 - Internet Explorer 5
    * ieMac - Internet Explorer on Mac OS
    * gecko - Mozilla, Firefox, Camino
    * opera - Opera
    * konqueror - Konqueror
    * webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira

*/

/* =exampleFormat
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  

			#elementName { 
		
				background-options: ; 
				
				position: ; 
				
				display: ;
						
				float: ; 
				
				width: ; height: ; 
				
				margin: ; padding: ; 
				
				border: ; 
				
				text-formating: ; 
				
				text-color: ;
				
				all-else: ;	
		
			}
		
	*/ 