
/* 			_______________________	*/
/*			STYLES FOR SCREENS		*/


body 		{
			border-top: 2px solid #6F8791;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			text-align: center;	
			background-color: #FFF;
			font-family: Verdana, Geneva, Arial, sans-serif;
			font-size: 12px;
			}

a:link		{ color: #951100; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #CCC; }
		

a			{ }
a:visited	{ color: #222; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #CCC;} 
a:active	{ color: #777; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #CCC;} 
a:hover		{ color: #6F8791; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #CCC;} 


img.ico		{
			border: 0;
			margin-left: 1px;
			margin-right: 1px;
			background-color: #6F8791;
			}
			
img.lin		{
			border: 0;
			margin: 0;
			border: 0;
			background-color: #951100;
			}
			
.ads		{
			font-size: 10px;
			line-height: 12px;
			font-family: Verdana, Geneva, Arial, sans-serif;
			text-transform: none;
			letter-spacing: 0;
			}
			

/* 			_______________________	*/
/*			THE BASICS				*/

p 			{
			font-family: Verdana, Geneva, Arial, sans-serif;
			color: #222;
			margin: 0;
			padding: 0px 0px 7px 0px;
			}
			
p.aside		{
			float: left;
			margin: 4px 14px 9px 0px;
			width: 256px;	
			font-size: 11px;
			line-height: 13px;
			font-style: oblique;
			text-align: center;
			color: #444;		
			}

blockquote	{
			margin: 0px 30px 0px 14px;
			font-size: 11px;
			line-height: 13px;
			font-family: Verdana, Geneva, Arial, sans-serif;
			}
				
img.wrap 	{
			display: block;
			border: 0;
			margin: 3px 10px 6px 0px;
			}
				
img.col		{
			display: block;
			border: 0;
			margin-left: 14px;
			}
			
			
img.std		{
			display: block;
			border: 0;
			margin: 0;
			padding: 0;
			}
				
img.arc		{
			display: block;
			border: 0;
			margin: 10px 0px 7px 0px;
			}
			
#callout 	{
			width: 220px;
			margin: 0px 0px 0px -14px;
			padding-top: 10px;
			padding-bottom: 3px;
			border-top: 1px solid #CCC;
			border-bottom: 1px solid #CCC;
			}	
			

/* 			_______________________	*/
/*			HEADER			*/
		

#header	{
			position: relative;
			height: 84px;
			width: 760px;
			margin: 5px auto 7px auto;
			border-bottom: 3px double #CCC;
			
			}
			

			#logobox	{
						position: absolute;
						width: 300px;
						left: 7px;
						top: 8px;
						text-align: left;
						}
						
						
						
			#formbox	{
						width:260px;
						position: absolute;
						left: 500px;
						top: 20px;
						}
						
						#formbox h1 {display:none;}
						
			/* NOT USED */
		
			#header1	{
						position: absolute;
						width: 200px;
						left: 480px;
						top: 20px;
						text-align: right;
						}
						
			#header2	{
						position: absolute;
						width: 200px;
						left: 480px;
						top: 45px;
						text-align: right;
						}
				

						
			#logobox a:link	{ padding: 0; border: none; }
			#logobox a:visited	{ padding: 0; border: none; }
			#logobox a:active	{ padding: 0; border: none; }
			#logobox a:hover	{ padding: 0; border: none; }
							
/* 			_______________________	*/
/*			STRUCTURAL 				*/
	
#enclose 	{
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;

			}	

#frame		{
			width: 760px;
			margin-right: auto;
			margin-left: auto;
			margin-top: 7px;
			margin-bottom: 0px;
			text-align: center;
			border-top: 3px double #CCC;
			
			}
			
#framein	{
			width: 760px;
			margin: 0px auto 0px auto;
			text-align: center;
			}
			

#banner	{
			position: relative;
			height: 150px;
			width: 760px;
			margin: 0px auto 0px auto;
			}
			
			
#footer 	{
			position: relative;
			width: 760px;
			height: 120px;
			border-top: 3px double #CCC;
			text-align: left;
			padding-top: 9px;
			margin: 0px auto 0px auto;
			text-align: center;
			clear: both;		
			}


/* 			_______________________	*/
/*			THE COLUMNS			 	*/







/* 			_______________________	*/
/*			TWO COLUMNS			 	*/



#twocol1 	{
			border-right: 1px solid #CCC;
			padding: 0px 14px 40px 7px;
			margin: 0px 0px 0px 0px;
			text-align: left;
			float: left;
			}

			#twocol1text	{
							width: 150px;
							font-size: 11px;
							line-height: 15px;
							}



#twocol2 	{
			
			border-right: 1px solid #CCC;
			padding: 30px 64px 40px 64px;
			margin: 0px 0px 0px 0px;
			text-align: left;
			float: left;
			}
			
			#twocol2text	{
							width: 447px;
							font-size: 11px;
							line-height: 17px;
							}
						







/* 			___________________________	*/
/*			THREE COLUMNS			 	*/



#threecol1 	{
			border-right: 1px solid #CCC;
			padding: 0px 14px 40px 7px;
			margin: 0px 0px 0px 0px;
			text-align: left;
			float: left;
			}

			#threecol1text	{
							width: 150px;
							font-size: 11px;
							line-height: 15px;
							}


#threecol2	{
			border-right: 1px solid #CCC;
			padding: 0px 0px 40px 0px;
			margin: 0px 0px 0px 0px;
			text-align: left;
			float: left;
			}
			
			#threecol2text	{
							width: 349px;
							font-size: 11px;
							line-height: 17px;
							margin: 0px 14px 0px 14px;
							}


#threecol3 	{
			border-right: 1px solid #CCC;
			padding: 0px 0px 40px 0px;			
			margin: 0px 0px 0px 0px;
			text-align: left;
			float: left;
			}

			#threecol3text	{
							width: 150px;
							font-size: 11px;
							line-height: 15px;
							margin: 0px 11px 0px 11px;							
							}
							




/* 			___________________________	*/
/*			FOUR COLUMNS			 	*/



#fourcol1 	{
			border-right: 1px solid #CCC;
			padding: 0px 14px 40px 7px;
			margin: 0px 0px 0px 0px;
			text-align: left;
			float: left;
			}

			#fourcol1text	{
							width: 150px;
							font-size: 11px;
							line-height: 15px;
							}

#fourcol2 	{
			border-right: 1px solid #CCC;
			padding: 0px 14px 40px 14px;
			margin: 0px 0px 0px 0px;
			text-align: left;
			float: left;
			}

			#fourcol2text	{
							width: 163px;
							font-size: 11px;
							line-height: 15px;
							}

#fourcol3 	{
			border-right: 1px solid #CCC;
			padding: 0px 14px 40px 14px;
			margin: 0px 0px 0px 0px;
			text-align: left;
			float: left;
			}

			#fourcol3text	{
							width: 163px;
							font-size: 11px;
							line-height: 15px;
							}
						
#fourcol4 	{
			border-right: 1px solid #CCC;
			padding: 0px 14px 40px 14px;
			margin: 0px 0px 0px 0px;
			text-align: left;
			float: left;
			}

			#fourcol4text	{
							width: 163px;
							font-size: 11px;
							line-height: 15px;
							}

			
/* 			_______________________	*/
/*			IMAGES    			*/

.gallery  {padding:10px;}

			
						
						
/* 			_______________________	*/
/*			THE HEADLINES			*/

/* 			HEADERS 				*/	
h1			{
			font-family: Gill Sans, Verdana;
			color: #444;
			margin: 0;
			padding: 11px 0px 5px 0px;
			font-size: 11px;
			line-height: 14px;
			text-transform: uppercase;
			letter-spacing: 2px;
			font-weight: bold;
			}
		
/* 			WOOD 					*/
h2			{
			font-family: times, Times New Roman, times-roman, georgia, serif;
			color: #444;
			margin: 0;
			padding: 0px 0px 6px 0px;
			font-size: 59px;
			line-height: 50px;
			letter-spacing: -2px;
			font-weight: bold;
			}
		
/* 			TEASES OBLIQUE 			*/
h3			{
			font-family: times, Times New Roman, times-roman, georgia, serif;
			font-style: oblique;
			color: #444;
			margin: 0px 0px 0px 0px;
			font-size: 23px;
			line-height: 23px;
			letter-spacing: -1px;
			font-weight: bold;
			}

/* 			LITTLE WOOD 			*/
h4			{
			font-family: times, Times New Roman, times-roman, georgia, serif;
			color: #444;
			margin: 0;
			padding: 0px 0px 6px 0px;
			font-size: 34px;
			line-height: 30px;
			letter-spacing: -1px;
			font-weight: bold;
			}

/* 			ARCHIVE WOOD 			*/
h5			{
			font-family: times, Times New Roman, times-roman, georgia, serif;
			color: #444;
			margin: 0;
			padding: 0px 0px 6px 0px;
			font-size: 40px;
			line-height: 34px;
			letter-spacing: -1px;
			font-weight: bold;
			}
			
/* 			SUBHEADS OBLIQUE 			*/
h6			{
			font-family: times, Times New Roman, times-roman, georgia, serif;
			font-style: oblique;
			color: #444;
			margin: 7px 0px 4px 0px;
			font-size: 22px;
			line-height: 22px;
			letter-spacing: -1px;
			font-weight: bold;
			}
				
					
					
	#markframe	{
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				}
				

	.accent {
			color: #6F8791; 
			}
			
			.momentum .accent { color:#333; }
			
	.accentred {
			color: #FF0000; 
			} 

			
	.motto	{
			font-family: verdana;
			text-transform: uppercase;
			margin: 0px 0px 2px 0px;
			font-size: 10px;
			line-height: 10px;
			letter-spacing: 2px;
			}
			
	.tease	{
			font-family: verdana;
			color: #222;
			margin: 0px 0px 0px 0px;
			font-size: 11px;
			line-height: 14px;
			
		
			}
		
	.posted	{
			font-family: verdana;
			line-height: 15px;
			color: #222;
			}
			
	.caption	{
				font-family: verdana;
				color: #444;
				margin: 0px 0px 11px 0px;
				font-size: 11px;
				line-height: 12px;
				}
		
	.arched	{
		font-family: verdana;
		color: #444;
		font-weight: bold;
		margin-left: 14px;
		
		font-size: 11px;
		line-height: 18px;
		text-transform: uppercase;
		letter-spacing: 2px;
		}

/* 			_______________________	*/
/*			FORMS       			*/

.homelogin	{
		text-align:right;
		}
		
form#bwbw_form select{
	font-size:10px;
}

.mimc_bwbw_row td{
	font-weight:bold;
}

