
/* 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
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
			
			body { 
			
			background-color: #c7caa8;
				
			margin: 0; padding: 0; 
				
			font-family: Trebuchet MS, Helvetica, Arial, "Lucida Sans Unicode", "Lucida Grande",  sans-serif;
				
			font-size: 62.5%;  /* Sets browsers default unit of measure for em to 10px. */
			
			color: #655352;
				
			}
			
			h1, h2, h3, h4, h5, h6 {  
			
			font-family: Trebuchet MS, Helvetica, Arial, "Lucida Sans Unicode", "Lucida Grande",  sans-serif;
			
			line-height: 100%; 
			
			}
			
			p, td, dl, dt, dd, blockquote, pre  { 
		
			font-size: 1.2em; 
			
			line-height: 130%;
			
			letter-spacing: 0em;		
			
			margin: 0px; padding: 5px;
			
			}
			
			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; }
		


/* =structureStyles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
				
			#controlDiv { 
			
				background: transparent url(../../_img/bg/mainBg.gif) repeat;
				 
				width: 800px;
				
				margin: 2% auto 2% auto; padding: 0px;		
				
				}
			
			#headerDiv { 
			
				background: transparent url(../../_img/bg/bgTop.jpg) top left no-repeat;	
				
				margin: 0; padding: 10px;
				
				}
			
			#headerPhotoDiv {
			
				background: transparent url(../../_img/logo/logoBg.jpg) 31px 0px no-repeat;	
				
				width: 800px; height: 147px;
				
				 }
			
			#contentControlDiv { 
				
				background-color: none;			
							
				width: 670px;				
							
				margin: 0 0 0 63px; padding: 0 10px 10px 10px;
				
				border-left: 2px solid #B2B695;
			
			}
			
			#leftColDiv { 
			
			float: left; 
			
			width: 430px;
			
			padding: 0 0 0 20px;
			
			}
			
			#rightColDiv { 
			
			float: left; 
			
			width: 433px;
			
			margin: 0 0 0 100px;
			
			}
			
			.ie #rightColDiv { 
			
			float: left; 
			
			width: 433px;
			
			margin: 0 0 0 50px;
			
			}
						
			#footerDiv {
			
				background: transparent url(../../_img/bg/bgBot.jpg) bottom left no-repeat;	
								
				margin: 0; padding: 0 10px 10px 10px;
				
				text-align: center;
				
				font-size: 1em;
				
				}	

			#footerDiv img { 
				padding: 50px 0 5px 0;
				}
			
/* mainNavStyles =mNav 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */			
			
			#mNav {
			
				padding: 95px 0 0 75px;
				
			 }
			
			#mNav li {
			
				list-style-type: none; 
				
				display: inline; 
				
				font-size: 1.5em;
				
				font-weight: bold;
				
				}

			#mNav a:link, #mNav a:visited, #mNav a:active {
				
				color: #b2b597;
				
				text-decoration: none;
				
				padding: 0; margin: 0 5px 0 0;
				
				}
			
			#mNav a:hover {
			
				color: #655352;
				
				text-decoration: none;
				
				padding: 0;  margin: 0 5px 0 0;
			
				}
			

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



/* =linkStyles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
		
			h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #655352; }
			
			a { color: #655352; }
			
			a:visited { color: #655352; }
			
			a:hover { color: #655352; }	
		
		
		
/* =textStyles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

			h1 {
				
				font-size: 2em; 
				
				letter-spacing: -0.9px;
				
				}
			
			h2 {
							
				
				font-size: 1.6em; 
				
				letter-spacing: -0.9px;
				
				}
			
			h3 {
							
				font-size: 1.5em; 
				
				letter-spacing: -0.9px;
				
				}
			
			h4 {
							
				font-size: 1.4em; 
				
				font-weight: bold;
				
				letter-spacing: -0.9px;
				
				}
			
			h5 {
				
				font-size: 1.3em; 
				
				letter-spacing: -0.9px;
				
				 }
			
			h6 { }
			
			p  { }
			
/* =customTextStyles 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */			
			
			.small {
				
				/*font-size: ; 
				
				line-height: ;*/
				
				}
				

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



/* =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 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */			
			
			.error { 
				
				color: #990000;
				
				}
				
			.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; 	} 

			.paintingTable img, .paintingTableVert img {
				border: 1px solid #655352; 
				}
			
			.paintingTableVert td {
				padding: 0px  5px 0px 15px;
				border: 0px solid black;
				}
			table.paintingTable {
				margin: 0 0 20px 0;
				}
			
			
			.clickMore {
			
				background: transparent url(../../_img/blts/clickMore.jpg) 2px 3px no-repeat;
				
				margin: 0 0 0 15px; padding: 0 0 0 20px;
				
				font-size: .9em;
			
				}
















/* =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: ; 
				
				position: ; 
				
				display: ;
						
				float: ; 
				
				width: ; height: ; 
				
				margin: ; padding: ; 
				
				border: ; 
				
				text-formating: ; 
				
				text-color: ;
				
				all-else: ;	
		
			}
		
	*/ 